Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to Qt5 conding conventions | Nao Pross | 2017-12-19 | 5 | -28/+77 |
| | | | | | | | | | | | | | | | | 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 | 9 | -240/+4 |
| | |||||
* | Replace tabs with spaces, set up CMake build system | Nao Pross | 2017-12-18 | 9 | -123/+128 |
| | | | | | | | Other changes: - update gitignore - build scripts under `etc` - fix window | ||||
* | Update .gitignore and minor changes (mostly formatting) | Nao Pross | 2017-11-28 | 3 | -16/+13 |
| | |||||
* | New data structure for Structogram and Statements | Nao Pross | 2017-11-28 | 10 | -229/+290 |
| | |||||
* | Update header ifdefs to match and clean up comments | Nao Pross | 2017-11-26 | 3 | -14/+9 |
| | |||||
* | Implementation for Structogram iterator and Statement type | Nao Pross | 2017-11-26 | 4 | -24/+199 |
| | | | | The interator is not (yet) aware of the scope in which it is iterating. | ||||
* | First commit | Nao Pross | 2017-11-25 | 4 | -0/+131 |