Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't overwrite the original icon search paths | Christian Mollekopf | 2018-03-20 |
| | |||
* | Ship our of plist.info instead of the default cmake one. | Christian Mollekopf | 2018-03-19 |
| | | | | We need the Principal class value for HiDPI screens. | ||
* | Find icons on Mac OS | Christian Mollekopf | 2018-03-18 |
| | |||
* | Restart kube after a storage upgrade. | Christian Mollekopf | 2018-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 screen | Christian Mollekopf | 2018-01-31 |
| | |||
* | Removed setting the theme from main.cpp | Christian Mollekopf | 2017-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 appropriate | Christian Mollekopf | 2017-12-19 |
| | | | | attribute | ||
* | Set the imageprovider as part of the framework plugin | Christian Mollekopf | 2017-12-19 |
| | |||
* | Less kpackage usage | Christian Mollekopf | 2017-12-18 |
| | |||
* | Set a version string | Christian Mollekopf | 2017-11-24 |
| | |||
* | Support unlocking the keyring from the commandline | Christian Mollekopf | 2017-11-24 |
| | |||
* | Install a crash handler | Christian Mollekopf | 2017-09-06 |
| | | | | ..that prints a backtrace on crash. | ||
* | The grand cmake cleanup | Christian Mollekopf | 2017-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 QApplication | Christian Mollekopf | 2017-08-23 |
| | |||
* | Install the webengineprofile as singleton | Christian Mollekopf | 2017-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_modules | Heiko Becker | 2017-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.7 | Christian Mollekopf | 2017-07-05 |
| | |||
* | Try to pick a useful size if we don't have an exact match. | Christian Mollekopf | 2017-06-12 |
| | | | | The smallest is not always the best. | ||
* | Fix some errors in the appstream appdata file | Aleix Pol | 2017-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 Mollekopf | 2017-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 being | Christian Mollekopf | 2017-04-21 |
| | |||
* | kube-mail is now kube | Christian Mollekopf | 2017-04-05 |
| | |||
* | Install icons as our own theme based on breeze. | Christian Mollekopf | 2017-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 icon | R.J.V. Bertin | 2017-03-10 |
| | | | | | https: //phabricator.kde.org/D4993 Committed from host : Portia.local | ||
* | Don't set the version on the executable, that just results in an | Christian Mollekopf | 2017-03-01 |
| | | | | additional executable. | ||
* | cmake fixes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Only block requests that would open a new site. | Christian Mollekopf | 2017-01-07 |
| | | | | ... so we can still load images. | ||
* | Intercept link clicks and try to open an external browser. | Christian Mollekopf | 2017-01-03 |
| | |||
* | Prepared WebEngine port and resize according to content | Christian Mollekopf | 2016-07-14 |
| | |||
* | Introduce a desktop and appdata file | Aleix Pol | 2016-06-14 |
| | | | | Reviewed by Christian Mollekopf | ||
* | kube-accounts is no longer existing | Christian Mollekopf | 2016-04-10 |
| | |||
* | port mail mobile to kirigami components + implement VDG Mockups | Michael Bohlender | 2016-04-03 |
| | |||
* | cmake warnings | Christian Mollekopf | 2016-03-11 |
| | |||
* | Install org.kube.components.mail package and install the rest of | Christian Mollekopf | 2016-03-09 |
| | | | | components as qml package | ||
* | Removed kube-accounts | Christian Mollekopf | 2016-03-09 |
| | |||
* | Moved application to components | Christian Mollekopf | 2016-03-09 |
| | |||
* | remove discard button and move send button to the right as suggested by the VDG | Michael Bohlender | 2016-03-08 |
| | |||
* | connect saveAsDraft button to controller | Michael Bohlender | 2016-03-08 |
| | |||
* | add save as draft and attachment button as suggested by the VDG | Michael Bohlender | 2016-03-08 |
| | |||
* | hide cc/bcc lineedit when not needed | Michael Bohlender | 2016-03-08 |
| | |||
* | 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...) | ||
* | QWebPage can only be used in a QApplication | Christian Mollekopf | 2016-03-03 |
| | |||
* | A maildir settings page. | Christian Mollekopf | 2016-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 replies | Christian Mollekopf | 2016-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 Mollekopf | 2016-02-25 |
| | | | | and a settings view to mess around. | ||
* | Cleanup | Christian Mollekopf | 2016-02-25 |
| | |||
* | A reply button | Christian Mollekopf | 2016-02-25 |
| | |||
* | Moved the mail parsing into it's own little corner | Christian Mollekopf | 2016-02-22 |
| | |||
* | Moved the logo to the right so we have room on the left for buttons | Christian Mollekopf | 2016-02-22 |
| |