Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |