Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kube-mail is now kube | Christian Mollekopf | 2017-04-05 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | use theme | Christian Mollekopf | 2017-04-04 |
| | |||
* | add positivebutton component | Michael Bohlender | 2017-04-04 |
| | |||
* | make statusText visible by using a color that differs from the background | Michael Bohlender | 2017-04-03 |
| | |||
* | Make use of kube units | Christian Mollekopf | 2017-04-03 |
| | |||
* | Use the kube button for the outbox as well | Christian Mollekopf | 2017-04-03 |
| | |||
* | A Button | Christian Mollekopf | 2017-04-03 |
| | |||
* | An Icon component that requests icons from the kube image provider | Christian Mollekopf | 2017-04-03 |
| | |||
* | 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 |
| | |||
* | Fixed component name | Christian Mollekopf | 2017-02-20 |
| | |||
* | Normalize the component package structure | Christian Mollekopf | 2017-02-20 |
| | |||
* | The singlemail view should operate on mails, the rest on threads. | Christian Mollekopf | 2017-02-16 |
| | |||
* | move aacount switcher to the top again | Michael Bohlender | 2017-01-21 |
| | |||
* | initial people popup ui | Michael Bohlender | 2017-01-21 |
| | |||
* | make search popup modal | Michael Bohlender | 2017-01-20 |
| | |||
* | add dummy search UI | Michael Bohlender | 2017-01-20 |
| | |||
* | add menue and search icon | Michael Bohlender | 2017-01-19 |
| | |||
* | make the new mail button green | Michael Bohlender | 2017-01-19 |
| | |||
* | some account switcher changes. needs visual brushup | Michael Bohlender | 2017-01-19 |
| | |||
* | move app switcher to the top | Michael Bohlender | 2017-01-19 |
| | |||
* | add dummy account switcher | Michael Bohlender | 2017-01-17 |
| | |||
* | remove app toolbar and move toolbuttons into the columns | Michael Bohlender | 2017-01-09 |
| | |||
* | Filter folders by account | Christian Mollekopf | 2017-01-05 |
| | |||
* | Mark as unread action | Christian Mollekopf | 2017-01-04 |
| | |||
* | Use qsTr for translatable strings. | Christian Mollekopf | 2017-01-02 |
| | |||
* | Reply and edit draft action. | Christian Mollekopf | 2017-01-02 |
| | |||
* | Mark as important, restore from trash. | Christian Mollekopf | 2017-01-02 |
| | |||
* | Foldercontroller | Christian Mollekopf | 2017-01-02 |
| | |||
* | Outboxcontroller and Mailcontroller | Christian Mollekopf | 2017-01-02 |
| | |||
* | add background color for entire app | Michael Bohlender | 2016-12-08 |
| | |||
* | make toolbar qqc2 | Michael Bohlender | 2016-12-08 |
| | |||
* | make new mail button more prominent | Michael Bohlender | 2016-12-07 |
| | |||
* | port maillistview to qqc2 | Michael Bohlender | 2016-12-06 |
| | |||
* | start porting main.qml to qqc2 | Michael Bohlender | 2016-12-04 |
| | |||
* | add accountwizard to mainview | Michael Bohlender | 2016-11-17 |
| | |||
* | port composer to qqc2 popup | Michael Bohlender | 2016-11-16 |
| |