summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge branch 'develop' of git://anongit.kde.org/kube into developChristian Mollekopf2016-03-10
|\
| * remove uses of plasma components where we have a qtquick controlls equivalentMichael Bohlender2016-03-10
| |
| * add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵Michael Bohlender2016-03-10
| | | | | | | | item
| * remove Colorpalette.qml and change its use to the theme pluginMichael Bohlender2016-03-10
| |
| * add themeplugin to cmakeMichael Bohlender2016-03-10
| |
| * Theme plugin with colorpaletteMichael Bohlender2016-03-10
| |
* | AccountsControllerChristian Mollekopf2016-03-10
| |
* | Removed unnecessary stuff from AccountFactory and load data from pluginChristian Mollekopf2016-03-10
|/ | | | metadata.
* Merge branch 'develop' of git://anongit.kde.org/kube into developChristian Mollekopf2016-03-10
|\
| * enable ugly add_attachments in composerMichael Bohlender2016-03-10
| |
* | A factory to load account plugins.Christian Mollekopf2016-03-10
|/
* rename composer -> composercontrollerMichael Bohlender2016-03-09
|
* remove controller that are not longer neededMichael Bohlender2016-03-09
|
* remove qml files that are no longer neededMichael Bohlender2016-03-09
|
* import as Mail -> import as KubeFrameworkMichael Bohlender2016-03-09
|
* .gitignore++Michael Bohlender2016-03-09
|
* Renamed the framework pluginsChristian Mollekopf2016-03-09
|
* Install org.kube.components.mail package and install the rest ofChristian Mollekopf2016-03-09
| | | | components as qml package
* Moved framework/mail to framework/domainChristian Mollekopf2016-03-09
|
* Removed kube-accountsChristian Mollekopf2016-03-09
|
* Moved application to componentsChristian Mollekopf2016-03-09
|
* Merge branch 'develop' of git://anongit.kde.org/kube into developChristian Mollekopf2016-03-09
|\
| * remove discard button and move send button to the right as suggested by the VDGMichael Bohlender2016-03-08
| |
| * connect saveAsDraft button to controllerMichael Bohlender2016-03-08
| |
| * add save as draft and attachment button as suggested by the VDGMichael Bohlender2016-03-08
| |
| * hide cc/bcc lineedit when not neededMichael Bohlender2016-03-08
| |
* | Prepared a save-as-draft action.Christian Mollekopf2016-03-09
|/
* 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...)
* QWebPage can only be used in a QApplicationChristian Mollekopf2016-03-03
|
* A maildir settings page.Christian Mollekopf2016-03-03
| | | | | Not how it should be at all (it should all become part of a nice account plugin), but it's a start.
* There's no reason to shout.Christian Mollekopf2016-03-01
|
* Support for mail repliesChristian Mollekopf2016-03-01
| | | | | | | | A template message is generated based on the input message, including appropriate recepients and quoted text. Encoding and and options are mostly hardcoded still, and there might be one or the other crash with HTML mails. Also image/attachment support is incomplete.
* A helper class to access a value from a model in qmlChristian Mollekopf2016-02-29
|
* Docs on pre-action handler and accountsChristian Mollekopf2016-02-28
|
* Ignore the properties of base classes.Christian Mollekopf2016-02-25
| | | | QObject::objectName
* An overly basic settings framework.Christian Mollekopf2016-02-25
| | | | and a settings view to mess around.
* CleanupChristian Mollekopf2016-02-25
|
* A reply buttonChristian Mollekopf2016-02-25
|
* Send mail from the composerChristian Mollekopf2016-02-24
|
* Basic but working mailtransport.Christian Mollekopf2016-02-24
|
* Moved the ActionHandlerHelperChristian Mollekopf2016-02-24
|
* Keep the NodeHelper around to guarantee the availability of theChristian Mollekopf2016-02-23
| | | | extracted files
* Replace cid references with to the extracted file.Christian Mollekopf2016-02-22
|
* Fixed buildChristian Mollekopf2016-02-22
|
* Moved the mail parsing into it's own little cornerChristian Mollekopf2016-02-22
|
* Make clear what we require and avoid hardcoding pathsChristian Mollekopf2016-02-22
|
* Moved the logo to the right so we have room on the left for buttonsChristian Mollekopf2016-02-22
|
* Added the kube logoChristian Mollekopf2016-02-22
|
* A somewhat ugly, but usable tree folder viewChristian Mollekopf2016-02-21
|