Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use kube theme in Mail.qml | Michael Bohlender | 2017-03-30 |
| | |||
* | Statusbar | Christian Mollekopf | 2017-03-29 |
| | |||
* | Show offline icon when offline | Christian Mollekopf | 2017-03-29 |
| | |||
* | Added Icon theme | Christian Mollekopf | 2017-03-29 |
| | |||
* | Use states for the account status icon | Christian Mollekopf | 2017-03-27 |
| | |||
* | Filtering for maillistmodel and peoplemodel | Christian Mollekopf | 2017-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. | ||
* | 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 |
| | |||
* | Support synchronizing individual accounts | Christian Mollekopf | 2017-03-20 |
| | |||
* | A first notification popup | Christian Mollekopf | 2017-03-16 |
| | |||
* | Start of a notifications framework | Christian Mollekopf | 2017-03-15 |
| | |||
* | bring back outbox | Michael Bohlender | 2017-03-09 |
| | |||
* | 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 |
| | |||
* | Normalize the component package structure | Christian Mollekopf | 2017-02-20 |