Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-19 | Change to Qt5 conding conventions | Nao Pross | 8 | -32/+178 | |
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 | |||||
2017-12-18 | Moved to QtCreator project with QMake | Nao Pross | 13 | -322/+25 | |
2017-12-18 | Replace tabs with spaces, set up CMake build system | Nao Pross | 12 | -139/+150 | |
Other changes: - update gitignore - build scripts under `etc` - fix window | |||||
2017-11-28 | Update .gitignore and minor changes (mostly formatting) | Nao Pross | 3 | -16/+13 | |
2017-11-28 | New data structure for Structogram and Statements | Nao Pross | 15 | -391/+314 | |
2017-11-26 | Update header ifdefs to match and clean up comments | Nao Pross | 3 | -14/+9 | |
2017-11-26 | Implementation for Structogram iterator and Statement type | Nao Pross | 9 | -42/+290 | |
The interator is not (yet) aware of the scope in which it is iterating. |