Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement basic ui | Nao Pross | 2017-12-19 | 2 | -18/+142 |
| | | | | | | | | | | | | Changes: - Clean up code to use Qt coding style - Add comments to some methods - Add debugtools to have debug_msg() and debug_err() macros - New Serializer class header to save / load data - MetadataDialog: check validity of metadata - MainWindow: initial code for `tool' buttons to edit the structogram - MainWindow: open / save dialog | ||||
* | 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 |