Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | We actuall need kasync herev0.1.0 | Christian Mollekopf | 2017-03-01 |
| | |||
* | Adapted to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | cmake fixes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Removed the unused maildircontroller | Christian Mollekopf | 2017-03-01 |
| | |||
* | connect maildir controller and maildir account wizzard page | Michael Bohlender | 2016-11-22 |
| | |||
* | Share the settings implementation | Christian Mollekopf | 2016-07-16 |
| | |||
* | Find KMime so we can link against it. | Christian Mollekopf | 2016-06-19 |
| | |||
* | Prepared a settingstest | Christian Mollekopf | 2016-03-15 |
| | |||
* | Extended maildir settings to create and register the sink resource | Christian Mollekopf | 2016-03-11 |
| | |||
* | cmake warnings | Christian Mollekopf | 2016-03-11 |
| | |||
* | A factory to load account plugins. | Christian Mollekopf | 2016-03-10 |
| | |||
* | Added a maildir configuration controller that can edit the config in | Christian Mollekopf | 2016-03-03 |
| | | | | | | | sink. The property binding only works when using actual QObject::property'ies. It doesn't work at all with Q_PROPERTY, even with a NOTIFY signal. | ||
* | Install a qml plugin for the maildir account | Christian Mollekopf | 2016-03-03 |
This works and allows us to register other controllers and action handlers, but it's not yet clear to me whether we should rather be using kpackage for this as well (and I failed to get it to run, so, here we are...) |