summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2014-05-153 major changes.Dennis Brentjes
Renamed fusion_model to FusionModel to follow the naming convention. Added observers so models can be shared over views and update properly. Constness in datastructure now makes the data uneditable.
2014-05-06Made fusion model interface strict and the API now bypasses the QtAdapter ↵Dennis Brentjes
and instantiates widgets with models instead of adapters
2014-05-06Cleans up some inclusionsDennis Brentjes
2014-05-06Cleaned up the interface a bit more.Dennis Brentjes
2014-05-05Cleaned up the api to eliminate some intermediate stepsDennis Brentjes
2014-05-03Adds editing functionality to the models.Dennis Brentjes
no longer able to store QStrings in the model though, But when creating generic guis you should not use any Gui related types anyway.
2014-05-03Adds a mapping variant to the generic gui.Dennis Brentjes
2014-04-28Adds support for a std::map<std::string, T> model.Dennis Brentjes
2014-04-18First working prototypeDennis Brentjes
2014-04-17Initial commitDennis Brentjes