aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagram/branchstatement.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New StatementDialog, rename diagram classesNao Pross2018-01-011-16/+0
| | | | | | Other changes: - Use raw pointer instead of smart pointers to manage resources - Initial Painter implementation
* Change to Qt5 conding conventionsNao Pross2017-12-191-2/+4
| | | | | | | | | | | | | | | | 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-181-0/+14