Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | connect maildir controller and maildir account wizzard page | Michael Bohlender | 2016-11-22 | |
| | ||||
* | add show password option to password field | Michael Bohlender | 2016-10-31 | |
| | ||||
* | Imap Settings UI: more placeholder text, fix typo + don't show the password | Michael Bohlender | 2016-10-31 | |
| | ||||
* | use theme color instead of opacity | Michael Bohlender | 2016-10-24 | |
| | ||||
* | remove all imports of org.kube.framework.theme | Sandro Knauß | 2016-10-11 | |
| | ||||
* | more gplv3 -> gplv2+ | Michael Bohlender | 2016-09-26 | |
| | ||||
* | Adapt to KAsync changes. | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | gplv3 -> gplv2+ | Michael Bohlender | 2016-09-07 | |
| | ||||
* | Kolabnow account configuration | Christian Mollekopf | 2016-07-16 | |
| | ||||
* | Share the settings implementation | Christian Mollekopf | 2016-07-16 | |
| | ||||
* | Remove account also if no resources are available | Christian Mollekopf | 2016-07-12 | |
| | ||||
* | Fixed build | Christian Mollekopf | 2016-07-01 | |
| | ||||
* | improve imapAccount UI | Michael Bohlender | 2016-06-22 | |
| | ||||
* | fix typo | Michael Bohlender | 2016-06-22 | |
| | ||||
* | improve wording | Michael Bohlender | 2016-06-22 | |
| | ||||
* | improve spelling | Michael Bohlender | 2016-06-22 | |
| | ||||
* | almost pixel perfect imap settings | Michael Bohlender | 2016-06-22 | |
| | ||||
* | fix imap accountsplugin qmldir | Michael Bohlender | 2016-06-21 | |
| | ||||
* | almost pixelpefect maildir settings | Michael Bohlender | 2016-06-21 | |
| | ||||
* | maildir settings ui: use kirigami.label to fix issues with dark themes | Michael Bohlender | 2016-06-20 | |
| | ||||
* | Find KMime so we can link against it. | Christian Mollekopf | 2016-06-19 | |
| | ||||
* | codingstyle++ | Michael Bohlender | 2016-06-18 | |
| | ||||
* | adjust anchors to make maildir config ui a little less ugly | Michael Bohlender | 2016-06-18 | |
| | ||||
* | Fixed the hardcoded capability filters. | Christian Mollekopf | 2016-06-15 | |
| | | | | save as draft works again. | |||
* | An imap accounts plugin | Christian Mollekopf | 2016-06-07 | |
| | ||||
* | Show the account name | Christian Mollekopf | 2016-05-11 | |
| | ||||
* | Use the folder icon for maildir | Christian Mollekopf | 2016-05-11 | |
| | ||||
* | Use the capability filter to avoid hardcoding resources | Christian Mollekopf | 2016-05-10 | |
| | ||||
* | Avoid assembling uid ourselves | Christian Mollekopf | 2016-04-29 | |
| | ||||
* | Fixed test | Christian Mollekopf | 2016-04-17 | |
| | ||||
* | Identity Support | Christian Mollekopf | 2016-04-13 | |
| | ||||
* | Use the MailtransportResource for mailtransport. | Christian Mollekopf | 2016-04-10 | |
| | ||||
* | Shoot the object, not the component | Christian Mollekopf | 2016-04-02 | |
| | ||||
* | Fixed test build | Christian Mollekopf | 2016-03-19 | |
| | ||||
* | Store accounts in sink | Christian Mollekopf | 2016-03-17 | |
| | ||||
* | Fixed and tested maildirsettings. | Christian Mollekopf | 2016-03-15 | |
| | ||||
* | Fixed loading of account names. | Christian Mollekopf | 2016-03-15 | |
| | ||||
* | store paths not urls | Christian Mollekopf | 2016-03-15 | |
| | ||||
* | Prepared a settingstest | Christian Mollekopf | 2016-03-15 | |
| | ||||
* | Multi-Account support in the folderview | Christian Mollekopf | 2016-03-14 | |
| | ||||
* | Added a path validator | Christian Mollekopf | 2016-03-13 | |
| | ||||
* | Set the accountId on the settings component. | Christian Mollekopf | 2016-03-12 | |
| | ||||
* | Dynamically created file dialog | Christian Mollekopf | 2016-03-12 | |
| | ||||
* | Extended maildir settings to create and register the sink resource | Christian Mollekopf | 2016-03-11 | |
| | ||||
* | cmake warnings | Christian Mollekopf | 2016-03-11 | |
| | ||||
* | remove Colorpalette.qml and change its use to the theme plugin | Michael Bohlender | 2016-03-10 | |
| | ||||
* | 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...) |