summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui/Mail.qml
Commit message (Collapse)AuthorAge
* kube-mail is now kubeChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* use themeChristian Mollekopf2017-04-04
|
* add positivebutton componentMichael Bohlender2017-04-04
|
* make statusText visible by using a color that differs from the backgroundMichael Bohlender2017-04-03
|
* Make use of kube unitsChristian Mollekopf2017-04-03
|
* Use the kube button for the outbox as wellChristian Mollekopf2017-04-03
|
* A ButtonChristian Mollekopf2017-04-03
|
* An Icon component that requests icons from the kube image providerChristian Mollekopf2017-04-03
|
* use kube theme in Mail.qmlMichael Bohlender2017-03-30
|
* StatusbarChristian Mollekopf2017-03-29
|
* Show offline icon when offlineChristian Mollekopf2017-03-29
|
* Added Icon themeChristian Mollekopf2017-03-29
|
* Use states for the account status iconChristian Mollekopf2017-03-27
|
* Filtering for maillistmodel and peoplemodelChristian Mollekopf2017-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 nameChristian Mollekopf2017-03-20
|
* move positioning anchors out of Notificaion.qmlMichael Bohlender2017-03-20
|
* Support synchronizing individual accountsChristian Mollekopf2017-03-20
|
* A first notification popupChristian Mollekopf2017-03-16
|
* Start of a notifications frameworkChristian Mollekopf2017-03-15
|
* bring back outboxMichael Bohlender2017-03-09
|
* 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
|
* Normalize the component package structureChristian Mollekopf2017-02-20