aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New StatementDialog, rename diagram classesNao Pross2018-01-018-18/+65
| | | | | | Other changes: - Use raw pointer instead of smart pointers to manage resources - Initial Painter implementation
* Implement basic uiNao Pross2017-12-197-6/+71
| | | | | | | | | | | | 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 conventionsNao Pross2017-12-1911-123/+177
| | | | | | | | | | | | | | | | 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 QMakeNao Pross2017-12-186-0/+232