Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make placeholdertexts translatable | Michael Bohlender | 2017-07-25 |
| | |||
* | make more translatable | Michael Bohlender | 2017-07-19 |
| | |||
* | One QT_MIN_VERSION is enough, also it's 5.7 | Christian Mollekopf | 2017-07-05 |
| | |||
* | use kube controls in account | Michael Bohlender | 2017-04-19 |
| | |||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | use theme | Christian Mollekopf | 2017-04-04 |
| | |||
* | 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 |
| | |||
* | Removed Create/Edit*.qml and controllers, added gmail plugin | Christian Mollekopf | 2017-02-22 |
| | | | | | The current settings plugin could potentially be replaced by a proper controller, but what we have works so that's low priority. | ||
* | syncThen is no longer necessary. | Christian Mollekopf | 2017-01-12 |
| | |||
* | connect maildir controller and maildir account wizzard page | Michael Bohlender | 2016-11-22 |
| | |||
* | 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 |
| | |||
* | 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 wording | Michael Bohlender | 2016-06-22 |
| | |||
* | 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. | ||
* | 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. |