Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-01 | New StatementDialog, rename diagram classes | Nao Pross | 4 | -9/+18 | |
Other changes: - Use raw pointer instead of smart pointers to manage resources - Initial Painter implementation | |||||
2017-12-19 | Implement basic ui | Nao Pross | 3 | -5/+13 | |
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 | |||||
2017-12-19 | Change to Qt5 conding conventions | Nao Pross | 8 | -121/+118 | |
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 | |||||
2017-12-18 | Moved to QtCreator project with QMake | Nao Pross | 5 | -0/+210 | |