summaryrefslogtreecommitdiffstats
path: root/applications
Commit message (Collapse)AuthorAge
* Restart kube after a storage upgrade.Christian Mollekopf2018-02-11
| | | | | | We currently don't deal with disappearing databases, and the db's are loaded on process initialization. Thus we have to restart Kube for now when something was upgraded.
* Upgrade screenChristian Mollekopf2018-01-31
|
* Removed setting the theme from main.cppChristian Mollekopf2017-12-19
| | | | | | It's redundant (we're setting it from frameworkplugin), and if main.cpp doesn't contain any "special" setup code, then using qmlscene should work just as well, which is good for development.
* QtWebEngine::initialize() can be replaced by setting the appropriateChristian Mollekopf2017-12-19
| | | | attribute
* Set the imageprovider as part of the framework pluginChristian Mollekopf2017-12-19
|
* Less kpackage usageChristian Mollekopf2017-12-18
|
* Set a version stringChristian Mollekopf2017-11-24
|
* Support unlocking the keyring from the commandlineChristian Mollekopf2017-11-24
|
* Install a crash handlerChristian Mollekopf2017-09-06
| | | | ..that prints a backtrace on crash.
* The grand cmake cleanupChristian Mollekopf2017-08-23
| | | | | | We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set.
* Set the font on the QApplicationChristian Mollekopf2017-08-23
|
* Install the webengineprofile as singletonChristian Mollekopf2017-08-22
| | | | | | | | | This fixes the bug that the main process would hang on exit as long as we have a requestinterceptor installed. It's most likely a bug that this does not work, but the new solution anyways cleans up the code a bit, so that's a nice sideeffect. Fixes T5570
* Use imported targets instead of qt5_use_modulesHeiko Becker2017-07-29
| | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Kube already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #kube, cmollekopf Reviewed By: #kube, cmollekopf Subscribers: #kube Differential Revision: https://phabricator.kde.org/D6362
* One QT_MIN_VERSION is enough, also it's 5.7Christian Mollekopf2017-07-05
|
* Try to pick a useful size if we don't have an exact match.Christian Mollekopf2017-06-12
| | | | The smallest is not always the best.
* Fix some errors in the appstream appdata fileAleix Pol2017-06-08
| | | | | It made the validation fail so I used texts for the official website that seems in good shape.
* Ensure we have the correct icon theme.Christian Mollekopf2017-05-04
| | | | | | Happens with the qt5ct platform plugin at least. Since the theme gets loaded from the eventloop we have no clear place to make sure our setting is honored...
* mail-mobile is no longer relevant for the time beingChristian Mollekopf2017-04-21
|
* kube-mail is now kubeChristian Mollekopf2017-04-05
|
* Install icons as our own theme based on breeze.Christian Mollekopf2017-04-04
| | | | | | We're not following the system theme, so the icons shouldn't either. And on other platforms than linux we anyways have to roll our own solution.
* [Mac/Win] : add application iconR.J.V. Bertin2017-03-10
| | | | | https: //phabricator.kde.org/D4993 Committed from host : Portia.local
* Don't set the version on the executable, that just results in anChristian Mollekopf2017-03-01
| | | | additional executable.
* cmake fixesChristian Mollekopf2017-03-01
|
* Only block requests that would open a new site.Christian Mollekopf2017-01-07
| | | | ... so we can still load images.
* Intercept link clicks and try to open an external browser.Christian Mollekopf2017-01-03
|
* Prepared WebEngine port and resize according to contentChristian Mollekopf2016-07-14
|
* Introduce a desktop and appdata fileAleix Pol2016-06-14
| | | | Reviewed by Christian Mollekopf
* kube-accounts is no longer existingChristian Mollekopf2016-04-10
|
* port mail mobile to kirigami components + implement VDG MockupsMichael Bohlender2016-04-03
|
* cmake warningsChristian Mollekopf2016-03-11
|
* Install org.kube.components.mail package and install the rest ofChristian Mollekopf2016-03-09
| | | | components as qml package
* Removed kube-accountsChristian Mollekopf2016-03-09
|
* Moved application to componentsChristian 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
|
* 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.
* 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.
* 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
|
* Moved the mail parsing into it's own little cornerChristian 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
|
* Fixed KPackage loadingChristian Mollekopf2016-02-17
|