Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A first notification popup | Christian Mollekopf | 2017-03-16 |
| | |||
* | Start of a notifications framework | Christian Mollekopf | 2017-03-15 |
| | |||
* | Request all used properties | Christian Mollekopf | 2017-03-14 |
| | |||
* | Carddav settings | Christian Mollekopf | 2017-03-14 |
| | |||
* | Simple peoplemodel for addressbook | Christian Mollekopf | 2017-03-10 |
| | | | | | Currently just queries for a flat list of contacts. Read-only. | ||
* | [Mac/Win] : add application icon | R.J.V. Bertin | 2017-03-10 |
| | | | | | https: //phabricator.kde.org/D4993 Committed from host : Portia.local | ||
* | Namespace cleanup | Christian Mollekopf | 2017-03-10 |
| | |||
* | remove unessesary roles from outbox model. introduce status role | Michael Bohlender | 2017-03-09 |
| | |||
* | bring back outbox | Michael Bohlender | 2017-03-09 |
| | |||
* | remove account on discard | Michael Bohlender | 2017-03-07 |
| | |||
* | We're going towards 0.2 | Christian Mollekopf | 2017-03-07 |
| | |||
* | Sink merges the sync requests now. | Christian Mollekopf | 2017-03-07 |
| | |||
* | fixed path to project.md in docs directory | Jan Pieper | 2017-03-06 |
| | |||
* | Depend on the right messagelib package | Christian Mollekopf | 2017-03-03 |
| | |||
* | Added build directory to .gitignore | Christian Mollekopf | 2017-03-03 |
| | |||
* | Depend on correct kmime package | Christian Mollekopf | 2017-03-03 |
| | |||
* | We actuall need kasync herev0.1.0 | Christian Mollekopf | 2017-03-01 |
| | |||
* | Adapted to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | 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 |
| | |||
* | Set the project version | Christian Mollekopf | 2017-03-01 |
| | |||
* | Fixed warning | Christian Mollekopf | 2017-03-01 |
| | |||
* | Removed the unused maildircontroller | Christian Mollekopf | 2017-03-01 |
| | |||
* | Less noise | Christian Mollekopf | 2017-03-01 |
| | |||
* | Avoid "Unable to assign...." errors | Christian Mollekopf | 2017-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 conversationview | Michael Bohlender | 2017-02-28 |
| | |||
* | Removed the old mailviewer. | Christian Mollekopf | 2017-02-28 |
| | | | | | That way I also don't try to edit outdated invisible components to fix bugs... | ||
* | Fixed image loading | Christian Mollekopf | 2017-02-28 |
| | |||
* | Less noise | Christian Mollekopf | 2017-02-28 |
| | |||
* | Don't crash when removing last account | Andrzej Hunt | 2017-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 account | Andrzej Hunt | 2017-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 reference | Andrzej Hunt | 2017-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 requests | Christian Mollekopf | 2017-02-24 |
| | |||
* | Autoscroll to the end of the conversation | Christian Mollekopf | 2017-02-24 |
| | |||
* | Only fetch every mail once. | Christian Mollekopf | 2017-02-24 |
| | |||
* | less debug output | Christian Mollekopf | 2017-02-23 |
| | |||
* | Resolved binding loop | Christian Mollekopf | 2017-02-23 |
| | |||
* | We have an actual username | Christian Mollekopf | 2017-02-22 |
| | |||
* | Use beta.kolabnow.com | Christian Mollekopf | 2017-02-22 |
| | |||
* | Fixed component path | Christian Mollekopf | 2017-02-22 |
| | |||
* | package files | Christian Mollekopf | 2017-02-22 |
| | |||
* | bumped release | Christian Mollekopf | 2017-02-22 |
| | |||
* | Package gmail plugin | Christian Mollekopf | 2017-02-22 |
| | |||
* | Removed Create/Edit*.qml and controllers, added gmail plugin | Christian Mollekopf | 2017-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 Mollekopf | 2017-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 icon | Michael Bohlender | 2017-02-21 |
| | |||
* | Fixed component name | Christian Mollekopf | 2017-02-20 |
| | |||
* | Turn the mailviewer into a component as well | Christian Mollekopf | 2017-02-20 |
| | |||
* | Normalize the component package structure | Christian Mollekopf | 2017-02-20 |
| | |||
* | Fixed warning | Christian Mollekopf | 2017-02-20 |
| |