summaryrefslogtreecommitdiffstats
path: root/framework/domain/selector.h
Commit message (Collapse)AuthorAge
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* Don't crash when removing last accountAndrzej Hunt2017-02-28
| | | | | | | | | | | | | | | | | | | | | Summary: Under certain circumstances, removing the last (or only) remaining account causes kube to crash. Steps to reproduce: 1. clear all sink config folders 2. start kube, add a generic IMAP account 3. close kube, reopen kube 4. open accounts list, select "edit" 5. Select "Delete" -> kube crashes Reviewers: #kube, cmollekopf, aacid Reviewed By: #kube, cmollekopf Subscribers: aacid, cmollekopf Differential Revision: https://phabricator.kde.org/D4517
* Make clear on the controller workChristian Mollekopf2017-01-24
|
* Instead of using the action system we use controllers only.Christian Mollekopf2017-01-02
It's simpler, and the action system was just too complex to use in a typesafe way.