Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement basic ui | Nao Pross | 2017-12-19 | 15 | -53/+323 |
| | | | | | | | | | | | | 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 | ||||
* | Update gitignore for QtCreator | Nao Pross | 2017-12-19 | 2 | -336/+5 |
| | |||||
* | Change to Qt5 conding conventions | Nao Pross | 2017-12-19 | 24 | -173/+539 |
| | | | | | | | | | | | | | | | | 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 | 22 | -206/+427 |
| | |||||
* | Add mainwindow.ui | Nao Pross | 2017-12-18 | 1 | -0/+277 |
| | |||||
* | Remove Eclipse configuration files | Nao Pross | 2017-12-18 | 6 | -373/+0 |
| | |||||
* | Replace tabs with spaces, set up CMake build system | Nao Pross | 2017-12-18 | 19 | -147/+286 |
| | | | | | | | Other changes: - update gitignore - build scripts under `etc` - fix window | ||||
* | Update .gitignore and minor changes (mostly formatting) | Nao Pross | 2017-11-28 | 5 | -16/+27 |
| | |||||
* | New data structure for Structogram and Statements | Nao Pross | 2017-11-28 | 19 | -395/+504 |
| | |||||
* | 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 | 14 | -49/+311 |
| | | | | The interator is not (yet) aware of the scope in which it is iterating. | ||||
* | First commit | Nao Pross | 2017-11-25 | 10 | -0/+453 |