summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
* Compress synchronization requestsChristian Mollekopf2017-02-24
|
* Autoscroll to the end of the conversationChristian Mollekopf2017-02-24
|
* Only fetch every mail once.Christian Mollekopf2017-02-24
|
* less debug outputChristian Mollekopf2017-02-23
|
* Resolved binding loopChristian Mollekopf2017-02-23
|
* We have an actual usernameChristian Mollekopf2017-02-22
|
* Use beta.kolabnow.comChristian Mollekopf2017-02-22
|
* Fixed component pathChristian Mollekopf2017-02-22
|
* package filesChristian Mollekopf2017-02-22
|
* bumped releaseChristian Mollekopf2017-02-22
|
* Package gmail pluginChristian Mollekopf2017-02-22
|
* Removed Create/Edit*.qml and controllers, added gmail pluginChristian Mollekopf2017-02-22
| | | | | The current settings plugin could potentially be replaced by a proper controller, but what we have works so that's low priority.
* Fixed kolabnow account setup page.Christian Mollekopf2017-02-22
| | | | | | | | | | The account plugin supplies the configuration UI, the application supplies the scaffolding. That way we ensure the application doens't contain any account specific code and account configurations are free to offer specialized UI's that work best for them. We're not currently using a standardized controller, but if we did those controllers would have to live with the plugin, not the framework or the components.
* better mark-as-read iconMichael Bohlender2017-02-21
|
* Fixed component nameChristian Mollekopf2017-02-20
|
* Turn the mailviewer into a component as wellChristian Mollekopf2017-02-20
|
* Normalize the component package structureChristian Mollekopf2017-02-20
|
* Fixed warningChristian Mollekopf2017-02-20
|