summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Filtering for maillistmodel and peoplemodelChristian Mollekopf2017-03-21
| | | | | | | | Works surprisingly well and is very useful for testing. The searchbar in the maillistmodel is a temporary solution as the global searchbar has some usability issues. E.g. how do we reset the search? As an intermediate step we could just hide the searchbar and make it visible by clicking on the search button.
* Disable the button we only use to show an iconChristian Mollekopf2017-03-20
|
* Show the account status next to the account nameChristian Mollekopf2017-03-20
|
* move positioning anchors out of Notificaion.qmlMichael Bohlender2017-03-20
|
* change notificaiton colorMichael Bohlender2017-03-20
|
* Support synchronizing individual accountsChristian Mollekopf2017-03-20
|
* Accountwizard with titleChristian Mollekopf2017-03-20
|
* Adapted to sink changes.Christian Mollekopf2017-03-20
|
* notification.qml more coding styleMichael Bohlender2017-03-20
|
* make Notification.qml follow coding styleMichael Bohlender2017-03-20
|
* remove } to make it work againMichael Bohlender2017-03-19
|
* add firstname and lastname roles to peoplemodel, update ui to display themMichael Bohlender2017-03-19
|
* show email in person viewMichael Bohlender2017-03-19
|
* new people uiMichael Bohlender2017-03-19
|
* Bumped releaseChristian Mollekopf2017-03-17
|
* Use spacing instead of gridunitChristian Mollekopf2017-03-17
|
* Request sent property and some othersChristian Mollekopf2017-03-17
|
* React to more specific notificationsChristian Mollekopf2017-03-17
|
* A first notification popupChristian Mollekopf2017-03-16
|
* Start of a notifications frameworkChristian Mollekopf2017-03-15
|
* Request all used propertiesChristian Mollekopf2017-03-14
|
* Carddav settingsChristian Mollekopf2017-03-14
|
* Simple peoplemodel for addressbookChristian Mollekopf2017-03-10
| | | | | Currently just queries for a flat list of contacts. Read-only.
* [Mac/Win] : add application iconR.J.V. Bertin2017-03-10
| | | | | https: //phabricator.kde.org/D4993 Committed from host : Portia.local
* Namespace cleanupChristian Mollekopf2017-03-10
|
* remove unessesary roles from outbox model. introduce status roleMichael Bohlender2017-03-09
|
* bring back outboxMichael Bohlender2017-03-09
|
* remove account on discardMichael Bohlender2017-03-07
|
* We're going towards 0.2Christian Mollekopf2017-03-07
|
* Sink merges the sync requests now.Christian Mollekopf2017-03-07
|
* fixed path to project.md in docs directoryJan Pieper2017-03-06
|
* Depend on the right messagelib packageChristian Mollekopf2017-03-03
|
* Added build directory to .gitignoreChristian Mollekopf2017-03-03
|
* Depend on correct kmime packageChristian Mollekopf2017-03-03
|
* We actuall need kasync herev0.1.0Christian Mollekopf2017-03-01
|
* Adapted to KAsync changesChristian Mollekopf2017-03-01
|
* Don't set the version on the executable, that just results in anChristian Mollekopf2017-03-01
| | | | additional executable.
* cmake fixesChristian Mollekopf2017-03-01
|
* Set the project versionChristian Mollekopf2017-03-01
|
* Fixed warningChristian Mollekopf2017-03-01
|
* Removed the unused maildircontrollerChristian Mollekopf2017-03-01
|
* Less noiseChristian Mollekopf2017-03-01
|
* Avoid "Unable to assign...." errorsChristian Mollekopf2017-03-01
| | | | | | | | | | | i.e. "Unable to assign [undefined] to Sink::ApplicationDomain::Folder::Ptr" Because qml does not know how to assign a default-constructed value we have to use conditional bindings. The !! operator checks for availability of the property which then triggers the binding. I assume an alternative viable approach would be to expose all controller properties as QVariants only, in which case an assignment from null would work (it doesn't for Folder::Ptr).
* rename singlemailview to conversationviewMichael Bohlender2017-02-28
|
* Removed the old mailviewer.Christian Mollekopf2017-02-28
| | | | | That way I also don't try to edit outdated invisible components to fix bugs...
* Fixed image loadingChristian Mollekopf2017-02-28
|
* Less noiseChristian Mollekopf2017-02-28
|
* Don't crash when removing last accountAndrzej Hunt2017-02-28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Under certain circumstances, removing the last (or only) remaining account causes kube to crash. Steps to reproduce: 1. clear all sink config folders 2. start kube, add a generic IMAP account 3. close kube, reopen kube 4. open accounts list, select "edit" 5. Select "Delete" -> kube crashes Reviewers: #kube, cmollekopf, aacid Reviewed By: #kube, cmollekopf Subscribers: aacid, cmollekopf Differential Revision: https://phabricator.kde.org/D4517
| * Don't crash when removing last accountAndrzej Hunt2017-02-28
|/ | | | | | | | | | | | | | | | | | | | | Summary: Under certain circumstances, removing the last (or only) remaining account causes kube to crash. Steps to reproduce: 1. clear all sink config folders 2. start kube, add a generic IMAP account 3. close kube, reopen kube 4. open accounts list, select "edit" 5. Select "Delete" -> kube crashes Reviewers: #kube, cmollekopf, aacid Reviewed By: #kube, cmollekopf Subscribers: aacid, cmollekopf Differential Revision: https://phabricator.kde.org/D4517
* Don't use initialiser list syntax for referenceAndrzej Hunt2017-02-28
| | | | | | | | | | | | | | | | | | | | Summary: Initialiser lists don't work for member references in gcc 4.8, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 (This issue is apparently fixed in gcc 4.9, but at least my distro still ships 4.8 by default.) This syntax was originally introduced in: ba7128b30850594c7efb258d1794e377eede364a Reviewers: #kube, cmollekopf, aacid Reviewed By: #kube, cmollekopf Subscribers: aacid Differential Revision: https://phabricator.kde.org/D4516