summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Collapse)AuthorAge
...
* connect maildir controller and maildir account wizzard pageMichael Bohlender2016-11-22
|
* add show password option to password fieldMichael Bohlender2016-10-31
|
* Imap Settings UI: more placeholder text, fix typo + don't show the passwordMichael Bohlender2016-10-31
|
* use theme color instead of opacityMichael Bohlender2016-10-24
|
* remove all imports of org.kube.framework.themeSandro Knauß2016-10-11
|
* more gplv3 -> gplv2+Michael Bohlender2016-09-26
|
* Adapt to KAsync changes.Christian Mollekopf2016-09-15
|
* gplv3 -> gplv2+Michael Bohlender2016-09-07
|
* Kolabnow account configurationChristian Mollekopf2016-07-16
|
* Share the settings implementationChristian Mollekopf2016-07-16
|
* Remove account also if no resources are availableChristian Mollekopf2016-07-12
|
* Fixed buildChristian Mollekopf2016-07-01
|
* improve imapAccount UIMichael Bohlender2016-06-22
|
* fix typoMichael Bohlender2016-06-22
|
* improve wordingMichael Bohlender2016-06-22
|
* improve spellingMichael Bohlender2016-06-22
|
* almost pixel perfect imap settingsMichael Bohlender2016-06-22
|
* fix imap accountsplugin qmldirMichael Bohlender2016-06-21
|
* almost pixelpefect maildir settingsMichael Bohlender2016-06-21
|
* maildir settings ui: use kirigami.label to fix issues with dark themesMichael Bohlender2016-06-20
|
* Find KMime so we can link against it.Christian Mollekopf2016-06-19
|
* codingstyle++Michael Bohlender2016-06-18
|
* adjust anchors to make maildir config ui a little less uglyMichael Bohlender2016-06-18
|
* Fixed the hardcoded capability filters.Christian Mollekopf2016-06-15
| | | | save as draft works again.
* An imap accounts pluginChristian Mollekopf2016-06-07
|
* Show the account nameChristian Mollekopf2016-05-11
|
* Use the folder icon for maildirChristian Mollekopf2016-05-11
|
* Use the capability filter to avoid hardcoding resourcesChristian Mollekopf2016-05-10
|
* Avoid assembling uid ourselvesChristian Mollekopf2016-04-29
|
* Fixed testChristian Mollekopf2016-04-17
|
* Identity SupportChristian Mollekopf2016-04-13
|
* Use the MailtransportResource for mailtransport.Christian Mollekopf2016-04-10
|
* Shoot the object, not the componentChristian Mollekopf2016-04-02
|
* Fixed test buildChristian Mollekopf2016-03-19
|
* Store accounts in sinkChristian Mollekopf2016-03-17
|
* Fixed and tested maildirsettings.Christian Mollekopf2016-03-15
|
* Fixed loading of account names.Christian Mollekopf2016-03-15
|
* store paths not urlsChristian Mollekopf2016-03-15
|
* Prepared a settingstestChristian Mollekopf2016-03-15
|
* Multi-Account support in the folderviewChristian Mollekopf2016-03-14
|
* 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...)