Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to Qt5 conding conventions | Nao Pross | 2017-12-19 | 3 | -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 QMake | Nao Pross | 2017-12-18 | 3 | -61/+14 |
| | |||||
* | Replace tabs with spaces, set up CMake build system | Nao Pross | 2017-12-18 | 2 | -14/+12 |
| | | | | | | | Other changes: - update gitignore - build scripts under `etc` - fix window | ||||
* | New data structure for Structogram and Statements | Nao Pross | 2017-11-28 | 4 | -144/+22 |
| | |||||
* | Implementation for Structogram iterator and Statement type | Nao Pross | 2017-11-26 | 4 | -14/+69 |
| | | | | The interator is not (yet) aware of the scope in which it is iterating. | ||||
* | First commit | Nao Pross | 2017-11-25 | 2 | -0/+130 |