aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Force C++11 in Qt project configurationHEADmasterNao Pross2018-01-121-0/+7
|
* Add makefile and remove cmake stuff from gitignoreNao Pross2018-01-122-12/+30
| | | | Note: the makefile just creates a build directory and invokes qmake
* Update READMENao Pross2018-01-111-3/+65
|
* New StatementDialog, rename diagram classesNao Pross2018-01-0120-70/+391
| | | | | | Other changes: - Use raw pointer instead of smart pointers to manage resources - Initial Painter implementation
* Implement basic uiNao Pross2017-12-1915-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 QtCreatorNao Pross2017-12-192-336/+5
|
* Change to Qt5 conding conventionsNao Pross2017-12-1924-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 QMakeNao Pross2017-12-1822-206/+427
|
* Add mainwindow.uiNao Pross2017-12-181-0/+277
|
* Remove Eclipse configuration filesNao Pross2017-12-186-373/+0
|
* Replace tabs with spaces, set up CMake build systemNao Pross2017-12-1819-147/+286
| | | | | | | Other changes: - update gitignore - build scripts under `etc` - fix window
* Update .gitignore and minor changes (mostly formatting)Nao Pross2017-11-285-16/+27
|
* New data structure for Structogram and StatementsNao Pross2017-11-2819-395/+504
|
* Update header ifdefs to match and clean up commentsNao Pross2017-11-263-14/+9
|
* Implementation for Structogram iterator and Statement typeNao Pross2017-11-2614-49/+311
| | | | The interator is not (yet) aware of the scope in which it is iterating.
* First commitNao Pross2017-11-2510-0/+453