Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| | |||
* | Don't crash when removing last account | Andrzej Hunt | 2017-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 work | Christian Mollekopf | 2017-01-24 |
| | |||
* | Instead of using the action system we use controllers only. | Christian Mollekopf | 2017-01-02 |
It's simpler, and the action system was just too complex to use in a typesafe way. |