| Commit message (Collapse) | Author | Files | Lines |
|
Other changes:
- Use raw pointer instead of smart pointers to manage resources
- Initial Painter implementation
|
|
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
|
|
|
|
Other changes:
- update gitignore
- build scripts under `etc`
- fix window
|
|
|
|
|
|
The interator is not (yet) aware of the scope in which it is iterating.
|