Summer of Code - Getting Started: Difference between revisions

Jump to navigation Jump to search
→‎GUI: Remove build integration, this is done
(→‎GUI: Remove build integration, this is done)
Line 68: Line 68:
* define and implement an option/preferences dialog
* define and implement an option/preferences dialog
* improve additional components like the embedded [http://code.google.com/p/qirc/ IRC client] or the documentation browser
* improve additional components like the embedded [http://code.google.com/p/qirc/ IRC client] or the documentation browser
=== Integrate the GUI with the Octave build system ===
The current GUI build system is independent of Octave. First one builds and installs Octave, and then the GUI. The goal of this project is to integrate the GUI and make it all build together. Good understanding of both the GNU build system and Qt's ([http://en.wikipedia.org/wiki/Qmake qmake] and the [http://en.wikipedia.org/wiki/Meta-object_System meta-object compiler])  will be necessary here.


=== Implement a Qt widget for manipulating plots ===
=== Implement a Qt widget for manipulating plots ===

Navigation menu