summaryrefslogtreecommitdiffstats
path: root/accounts/maildir/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* We actuall need kasync herev0.1.0Christian Mollekopf2017-03-01
|
* Adapted to KAsync changesChristian Mollekopf2017-03-01
|
* cmake fixesChristian Mollekopf2017-03-01
|
* Removed the unused maildircontrollerChristian Mollekopf2017-03-01
|
* connect maildir controller and maildir account wizzard pageMichael Bohlender2016-11-22
|
* Share the settings implementationChristian Mollekopf2016-07-16
|
* Find KMime so we can link against it.Christian Mollekopf2016-06-19
|
* Prepared a settingstestChristian Mollekopf2016-03-15
|
* Extended maildir settings to create and register the sink resourceChristian Mollekopf2016-03-11
|
* cmake warningsChristian Mollekopf2016-03-11
|
* A factory to load account plugins.Christian Mollekopf2016-03-10
|
* Added a maildir configuration controller that can edit the config inChristian Mollekopf2016-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 accountChristian Mollekopf2016-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...)