summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Collapse)AuthorAge
* Added a path validatorChristian Mollekopf2016-03-13
|
* Set the accountId on the settings component.Christian Mollekopf2016-03-12
|
* Dynamically created file dialogChristian Mollekopf2016-03-12
|
* Extended maildir settings to create and register the sink resourceChristian Mollekopf2016-03-11
|
* cmake warningsChristian Mollekopf2016-03-11
|
* remove Colorpalette.qml and change its use to the theme pluginMichael Bohlender2016-03-10
|
* 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...)