summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/MailListView.qml
Commit message (Collapse)AuthorAge
* One framework plugin to rule them allChristian Mollekopf2017-04-04
|
* use themeChristian Mollekopf2017-04-04
|
* make hoover color theme highlight colorMichael Bohlender2017-03-29
|
* port maillistview to kube themeMichael Bohlender2017-03-29
|
* Show something if the data is not yet available.Christian Mollekopf2017-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 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.
* 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).
* better mark-as-read iconMichael Bohlender2017-02-21
|
* Use currentItem to bind the current mailChristian Mollekopf2017-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&DChristian Mollekopf2017-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 spotMichael Bohlender2017-01-25
|
* enable maillistdragMichael Bohlender2017-01-23
|
* disable hover actions for nowMichael Bohlender2017-01-20
|
* make sender break with the subjectMichael Bohlender2017-01-19
|
* don't show thread indicator when it is only a single mailMichael Bohlender2017-01-17
|
* add hover actionsMichael Bohlender2017-01-11
|
* remove ciclesMichael Bohlender2017-01-10
|
* remove app toolbar and move toolbuttons into the columnsMichael Bohlender2017-01-09
|
* elide text in maillistdelegate and don't overlap sender with dateMichael Bohlender2016-12-11
|
* port maillistview to qqc2Michael Bohlender2016-12-06
|
* Some basic shortcuts.Christian Mollekopf2016-11-14
|
* remove obsolete codeMichael Bohlender2016-11-06
|
* use kirigami theme colors in mail list viewMichael Bohlender2016-11-06
|
* add wrap mode to subject in maillistMichael Bohlender2016-11-05
|
* implement maillist delegate changes as dicussed with jensMichael Bohlender2016-11-05
|
* remove native text renderingMichael Bohlender2016-10-28
|
* remove all imports of org.kube.framework.themeSandro Knauß2016-10-11
|
* Query for threadsChristian Mollekopf2016-10-10
|
* relicense under gplv2+Michael Bohlender2016-09-26
|
* Prepared WebEngine port and resize according to contentChristian Mollekopf2016-07-14
|
* remove threadcounter for now because we don't have treads yetMichael Bohlender2016-05-29
|
* Support for loading draftsChristian Mollekopf2016-05-10
|
* restore currentMail property bindingMichael Bohlender2016-04-25
|
* maillistdelegat: change renderType to native text renderingMichael Bohlender2016-04-25
|
* brush up mailListDelegate according to VDGs suggestionsMichael Bohlender2016-04-23
|
* change Controls.Label to Kirigami.Label in mail list delegateMichael Bohlender2016-04-22
|
* use layouts instead of anchors in the mailListDelegateMichael Bohlender2016-04-22
|
* port to Kirigami AbstractMailListItemMichael Bohlender2016-04-20
|
* add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵Michael Bohlender2016-03-10
| | | | item
* remove Colorpalette.qml and change its use to the theme pluginMichael Bohlender2016-03-10
|
* import as Mail -> import as KubeFrameworkMichael Bohlender2016-03-09
|
* Renamed the framework pluginsChristian Mollekopf2016-03-09
|
* Moved application to componentsChristian Mollekopf2016-03-09