Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | One framework plugin to rule them all | Christian Mollekopf | 2017-04-04 |
| | |||
* | use theme | Christian Mollekopf | 2017-04-04 |
| | |||
* | make hoover color theme highlight color | Michael Bohlender | 2017-03-29 |
| | |||
* | port maillistview to kube theme | Michael Bohlender | 2017-03-29 |
| | |||
* | Show something if the data is not yet available. | Christian Mollekopf | 2017-03-23 |
| | | | | | | | | We're still missing: * For empty folders we have to differentiate between truly empty folder, and folders that have not been synchronized yet. Further an indicator when the fetch is in progress would be useful. * For mails we need to indicate when the mail is being fetched. | ||
* | 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. | ||
* | 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). | ||
* | better mark-as-read icon | Michael Bohlender | 2017-02-21 |
| | |||
* | Use currentItem to bind the current mail | Christian Mollekopf | 2017-02-13 |
| | | | | | | | The binding would occasionally result in temporary changes resulting in a lot of queries for the conversationview during a sync. currentItem works a lot better that way is also a generally cleaner solution. | ||
* | Implement move to folder per D&D | Christian Mollekopf | 2017-01-25 |
| | | | | | | | | | | | | | | | We have to trigger the drop explicitly in onReleased. Interestingly if we use "Drag.dragType: Drag.Automatic" then we don't need to explicitly call drop() and the drag and drop behaviour works as expected, but we end up no longer dragging the actual item from the listview, which is what we wanted to do (although we'll have to deal with the item reappering in the list only to then vanish from the actual move). It seems Drag.Automatic triggers a new style of drag that is now recommended but entirely undocumented, and we're doing some old-style/ backwardscompatible drag... | ||
* | make mouspointer the drag hot spot | Michael Bohlender | 2017-01-25 |
| | |||
* | enable maillistdrag | Michael Bohlender | 2017-01-23 |
| | |||
* | disable hover actions for now | Michael Bohlender | 2017-01-20 |
| | |||
* | make sender break with the subject | Michael Bohlender | 2017-01-19 |
| | |||
* | don't show thread indicator when it is only a single mail | Michael Bohlender | 2017-01-17 |
| | |||
* | add hover actions | Michael Bohlender | 2017-01-11 |
| | |||
* | remove cicles | Michael Bohlender | 2017-01-10 |
| | |||
* | remove app toolbar and move toolbuttons into the columns | Michael Bohlender | 2017-01-09 |
| | |||
* | elide text in maillistdelegate and don't overlap sender with date | Michael Bohlender | 2016-12-11 |
| | |||
* | port maillistview to qqc2 | Michael Bohlender | 2016-12-06 |
| | |||
* | Some basic shortcuts. | Christian Mollekopf | 2016-11-14 |
| | |||
* | remove obsolete code | Michael Bohlender | 2016-11-06 |
| | |||
* | use kirigami theme colors in mail list view | Michael Bohlender | 2016-11-06 |
| | |||
* | add wrap mode to subject in maillist | Michael Bohlender | 2016-11-05 |
| | |||
* | implement maillist delegate changes as dicussed with jens | Michael Bohlender | 2016-11-05 |
| | |||
* | remove native text rendering | Michael Bohlender | 2016-10-28 |
| | |||
* | remove all imports of org.kube.framework.theme | Sandro Knauß | 2016-10-11 |
| | |||
* | Query for threads | Christian Mollekopf | 2016-10-10 |
| | |||
* | relicense under gplv2+ | Michael Bohlender | 2016-09-26 |
| | |||
* | Prepared WebEngine port and resize according to content | Christian Mollekopf | 2016-07-14 |
| | |||
* | remove threadcounter for now because we don't have treads yet | Michael Bohlender | 2016-05-29 |
| | |||
* | Support for loading drafts | Christian Mollekopf | 2016-05-10 |
| | |||
* | restore currentMail property binding | Michael Bohlender | 2016-04-25 |
| | |||
* | maillistdelegat: change renderType to native text rendering | Michael Bohlender | 2016-04-25 |
| | |||
* | brush up mailListDelegate according to VDGs suggestions | Michael Bohlender | 2016-04-23 |
| | |||
* | change Controls.Label to Kirigami.Label in mail list delegate | Michael Bohlender | 2016-04-22 |
| | |||
* | use layouts instead of anchors in the mailListDelegate | Michael Bohlender | 2016-04-22 |
| | |||
* | port to Kirigami AbstractMailListItem | Michael Bohlender | 2016-04-20 |
| | |||
* | add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵ | Michael Bohlender | 2016-03-10 |
| | | | | item | ||
* | remove Colorpalette.qml and change its use to the theme plugin | Michael Bohlender | 2016-03-10 |
| | |||
* | import as Mail -> import as KubeFramework | Michael Bohlender | 2016-03-09 |
| | |||
* | Renamed the framework plugins | Christian Mollekopf | 2016-03-09 |
| | |||
* | Moved application to components | Christian Mollekopf | 2016-03-09 |