summaryrefslogtreecommitdiffstats
path: root/components/mail
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
|
* Fixed component nameChristian Mollekopf2017-02-20
|
* Normalize the component package structureChristian Mollekopf2017-02-20
|
* The singlemail view should operate on mails, the rest on threads.Christian Mollekopf2017-02-16
|
* move aacount switcher to the top againMichael Bohlender2017-01-21
|
* initial people popup uiMichael Bohlender2017-01-21
|
* make search popup modalMichael Bohlender2017-01-20
|
* add dummy search UIMichael Bohlender2017-01-20
|
* add menue and search iconMichael Bohlender2017-01-19
|
* make the new mail button greenMichael Bohlender2017-01-19
|
* some account switcher changes. needs visual brushupMichael Bohlender2017-01-19
|
* move app switcher to the topMichael Bohlender2017-01-19
|
* add dummy account switcherMichael Bohlender2017-01-17
|
* remove app toolbar and move toolbuttons into the columnsMichael Bohlender2017-01-09
|
* Filter folders by accountChristian Mollekopf2017-01-05
|
* Mark as unread actionChristian Mollekopf2017-01-04
|
* Use qsTr for translatable strings.Christian Mollekopf2017-01-02
|
* Reply and edit draft action.Christian Mollekopf2017-01-02
|
* Mark as important, restore from trash.Christian Mollekopf2017-01-02
|
* FoldercontrollerChristian Mollekopf2017-01-02
|
* Outboxcontroller and MailcontrollerChristian Mollekopf2017-01-02
|
* add background color for entire appMichael Bohlender2016-12-08
|
* make toolbar qqc2Michael Bohlender2016-12-08
|
* make new mail button more prominentMichael Bohlender2016-12-07
|
* port maillistview to qqc2Michael Bohlender2016-12-06
|
* start porting main.qml to qqc2Michael Bohlender2016-12-04
|
* add accountwizard to mainviewMichael Bohlender2016-11-17
|
* port composer to qqc2 popupMichael Bohlender2016-11-16
|