Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disable the button we only use to show an icon | Christian Mollekopf | 2017-03-20 |
| | |||
* | Show the account status next to the account name | Christian Mollekopf | 2017-03-20 |
| | |||
* | move positioning anchors out of Notificaion.qml | Michael Bohlender | 2017-03-20 |
| | |||
* | change notificaiton color | Michael Bohlender | 2017-03-20 |
| | |||
* | Support synchronizing individual accounts | Christian Mollekopf | 2017-03-20 |
| | |||
* | Accountwizard with title | Christian Mollekopf | 2017-03-20 |
| | |||
* | Adapted to sink changes. | Christian Mollekopf | 2017-03-20 |
| | |||
* | notification.qml more coding style | Michael Bohlender | 2017-03-20 |
| | |||
* | make Notification.qml follow coding style | Michael Bohlender | 2017-03-20 |
| | |||
* | remove } to make it work again | Michael Bohlender | 2017-03-19 |
| | |||
* | add firstname and lastname roles to peoplemodel, update ui to display them | Michael Bohlender | 2017-03-19 |
| | |||
* | show email in person view | Michael Bohlender | 2017-03-19 |
| | |||
* | new people ui | Michael Bohlender | 2017-03-19 |
| | |||
* | Bumped release | Christian Mollekopf | 2017-03-17 |
| | |||
* | Use spacing instead of gridunit | Christian Mollekopf | 2017-03-17 |
| | |||
* | Request sent property and some others | Christian Mollekopf | 2017-03-17 |
| | |||
* | React to more specific notifications | Christian Mollekopf | 2017-03-17 |
| | |||
* | 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 |
| |