summaryrefslogtreecommitdiffstats
path: root/framework/domain/identitiesmodel.cpp
Commit message (Collapse)AuthorAge
* syncThen is no longer necessary.Christian Mollekopf2017-01-12
|
* Revamp of composercontroller to use actions more.Christian Mollekopf2016-12-16
| | | | | | | | | | | | | Instead of setting all properties individually we directly assign all properties to a context that we assign to the actions. This way actions can automatically update themselves as new data becomes available, and we avoid the setter/getter boilerplate, at the cost of a less explicit interface (But that could be improved by allowing to define the required properties of a context in c++). By relying on prehandler/posthandler to execute certain actions we simplify the control flow and enable the future extension with handlers that i.e. do encryption etc.
* Adapt to api changesChristian Mollekopf2016-11-14
|
* Adapt to KAsync changes.Christian Mollekopf2016-09-15
|
* Show identities instead of accountsChristian Mollekopf2016-04-17