User:Adrian: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Adrian (talk | contribs)
No edit summary
Adrian (talk | contribs)
No edit summary
Line 9: Line 9:
Generally GUI migration from Gtk2 to Gtk3 with some bugs fixing. Then implementation of an installer for the Windows users, which bundles and installs necessary libraries. Finally addition of some functionalities to GUI.
Generally GUI migration from Gtk2 to Gtk3 with some bugs fixing. Then implementation of an installer for the Windows users, which bundles and installs necessary libraries. Finally addition of some functionalities to GUI.


=== General plan ===
=== Important information ===
# New ASCEND GUI uses Gtk3 library, so some dependencies have to support this version of Gtk. <br/>If you want to use Canvas GUI you need to have gaphas library (gtk3 branch), which is available on github.com. You can use this command to download it automatically: <br/> <source lang=sh>git clone -b gtk3 http://github.com/amolenaar/gaphas.git gaphastmp</source> Then you should copy gaphastmp/gaphas directory either to canvas directory or to python site-packages (usually: /usr/lib/python2.*/site-packages).
 
== General plan ==


Till mid-term:
Till mid-term:

Revision as of 09:02, 15 May 2015

He is 4th year student of Gdansk University of Technology in the field of Computer Science. He has some expierence with professional work. He is passionate about parallel computing and great enthusiast for Linux and open source. Currently, he is involved in the development and improvements in the GUI of ASCEND.

Contact Email: adrbogus1@student.pg.gda.pl

Subversion account: adrian:/

GSoC 2015 Project : GUI Improvements

Generally GUI migration from Gtk2 to Gtk3 with some bugs fixing. Then implementation of an installer for the Windows users, which bundles and installs necessary libraries. Finally addition of some functionalities to GUI.

Important information

  1. New ASCEND GUI uses Gtk3 library, so some dependencies have to support this version of Gtk.
    If you want to use Canvas GUI you need to have gaphas library (gtk3 branch), which is available on github.com. You can use this command to download it automatically:

    Invalid language.

    You need to specify a language like this: <source lang="html">...</source>

    Supported languages for syntax highlighting:

    a4c, abap, abc, abnf, actionscript, ada, agda, alan, algol, ampl, amtrix, applescript, arc, arm, as400cl, ascend, asciidoc, asp, aspect, assembler, ats, autohotkey, autoit, avenue, awk, ballerina, bat, bbcode, bcpl, bibtex, biferno, bison, blitzbasic, bms, bnf, boo, c, carbon, ceylon, charmm, chill, chpl, clean, clearbasic, clipper, clojure, clp, cmake, cobol, coffeescript, coldfusion, conf, cpp2, critic, crk, crystal, cs_block_regex, csharp, css, d, dart, delphi, diff, dockerfile, dts, dylan, ebnf, ebnf2, eiffel, elixir, elm, email, erb, erlang, euphoria, exapunks, excel, express, factor, fame, fasm, felix, fish, fortran77, fortran90, frink, fsharp, fstab, fx, gambas, gdb, gdscript, go, graphviz, haml, hare, haskell, haxe, hcl, html, httpd, hugo, icon, idl, idlang, inc_luatex, informix, ini, innosetup, interlis, io, jam, jasmin, java, javascript, js_regex, json, jsp, jsx, julia, kotlin, ldif, less, lhs, lilypond, limbo, lindenscript, lisp, logtalk, lotos, lotus, lua, luban, makefile, maple, markdown, matlab, maya, mercury, meson, miranda, mod2, mod3, modelica, moon, ms, msl, mssql, mxml, n3, nasal, nbc, nemerle, netrexx, nginx, nice, nim, nix, nsis, nxc, oberon, objc, ocaml, octave, oorexx, org, os, oz, paradox, pas, pdf, perl, php, pike, pl1, plperl, plpython, pltcl, po, polygen, pony, pov, powershell, pro, progress, ps, psl, pure, purebasic, purescript, pyrex, python, q, qmake, qml, qu, r, rebol, rego, rexx, rnc, rpg, rpl, rst, ruby, rust, s, sam, sas, scad, scala, scilab, scss, shellscript, slim, small, smalltalk, sml, snmp, snobol, solidity, spec, spn, sql, squirrel, styl, svg, swift, sybase, tcl, tcsh, terraform, tex, toml, tsql, tsx, ttcn3, txt, typescript, upc, vala, vb, verilog, vhd, vimscript, vue, wat, whiley, wren, xml, xpp, yaiff, yaml, yaml_ansible, yang, zig, znn

    Then you should copy gaphastmp/gaphas directory either to canvas directory or to python site-packages (usually: /usr/lib/python2.*/site-packages).

General plan

Till mid-term:

  • complete working port to GTK3, including canvas GUI ((completed))
  • windows installer based on GTK3, tested and working on a clean Windows VM (working)
  • improved tree-view in main GUI: (not started)
    • better handling of keyboard navigation and value input (not started)
    • multi-selection of variables to 'observe' (not started)
    • menu option to show/hide different instance types (not started)
    • improve rendering of events, whens, conditionals. (not started)
    • dialog boxes for not-yet-supported instance types (not started)

Till full term:

  • full support for live plotting during solution of dynamic models (not started)
  • improved line-routing for the canvas GUI (not started)
  • redesign solver/integrator APIs for better handling of user interrupts (not started)
  • substantial progress on associated bug-fixed as agreed in weekly meetings (not started)