summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/ConversationView.qml
Commit message (Collapse)AuthorAge
* One framework plugin to rule them allChristian Mollekopf2017-04-04
|
* use themeChristian Mollekopf2017-04-04
|
* use kube theme in conversation viewMichael Bohlender2017-03-30
|
* Avoid scrolling to the end of the view if we don't have enough contentChristian Mollekopf2017-03-27
| | | | | | items Because then we would essentially overscroll up
* Update email statusChristian Mollekopf2017-03-26
|
* 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.
* Document why we're not setting the currentIndexChristian Mollekopf2017-03-23
|
* Mark the currently viewed mail as read.Christian Mollekopf2017-03-22
| | | | | | | | | | | The listview is absolutely useless with non-uniform entries. We have to do or own tracking of the current index, we have to do our own scrolling, the flickable scrolling is horrible with a mouse, and even though caching all delegates somewhat improves the situation, it's still laggy every now and then. However, this now at least works somewhat correctly. But we'll really have to look for a new solution for this eventually.
* rename singlemailview to conversationviewMichael Bohlender2017-02-28