summaryrefslogtreecommitdiffstats
path: root/applications
Commit message (Collapse)AuthorAge
* Register the icons resource from the frameworks pluginChristian Mollekopf2018-05-23
| | | | So we have the icons also available from the test views.
* We need the slash for path concatentation to workChristian Mollekopf2018-05-09
|
* Windows search pathsChristian Mollekopf2018-05-09
|
* Debug message about searched pathsChristian Mollekopf2018-05-09
|
* Install icons as qrc file as use them from there.Christian Mollekopf2018-05-08
| | | | The plan is that this will help on windows with symlinks not working.
* We need the QtGlobal include for the defines to workChristian Mollekopf2018-05-03
|
* Avoid unnecessary includeChristian Mollekopf2018-05-03
|
* Build on windowsChristian Mollekopf2018-05-03
|
* Generate both appdata and desktop files.Christian Mollekopf2018-04-17
| | | | ..making the kolabnow branch obsolete.
* Don't overwrite the original icon search pathsChristian Mollekopf2018-03-20
|
* Ship our of plist.info instead of the default cmake one.Christian Mollekopf2018-03-19
| | | | We need the Principal class value for HiDPI screens.
* Find icons on Mac OSChristian Mollekopf2018-03-18
|
* 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.