summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/controller.cpp
Commit message (Collapse)AuthorAge
* Found the proper solutionChristian Mollekopf2017-12-06
|
* Fixed controller clear functionChristian Mollekopf2017-12-06
| | | | | | | | Adding a property from QML changes the offset from 1 to 20 for the composercontroller, which results in the clear function not working. Since we know that QObjects property offset is 1, we can just hardcode that number. Not the cleanest solution, so it would be good to find a better approach at some point.
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05