aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change to Qt5 conding conventionsNao Pross2017-12-193-4/+101
| | | | | | | | | | | | | | | | Data structure changes: - Structogram is no longer just a scope, because it needs to store metadata - All structures now use QString instead of std::string, to integrate better in the Qt framework New code: - MainWindow ui code, building layout - MetadataDialog to change the metadata stored in the Structogram - Painter is a widget (still unimplemented) to show the structogram on the GUI
* Moved to QtCreator project with QMakeNao Pross2017-12-183-61/+14
|
* Replace tabs with spaces, set up CMake build systemNao Pross2017-12-182-14/+12
| | | | | | | Other changes: - update gitignore - build scripts under `etc` - fix window
* New data structure for Structogram and StatementsNao Pross2017-11-284-144/+22
|
* Implementation for Structogram iterator and Statement typeNao Pross2017-11-264-14/+69
| | | | The interator is not (yet) aware of the scope in which it is iterating.
* First commitNao Pross2017-11-252-0/+130