summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
Commit message (Collapse)AuthorAge
* Show buttons when focusing entry but avoid tab focus.Christian Mollekopf2018-07-05
| | | | | If we're going to allow tab focus then we'll need some other adjustments (right now we'd end up focusing invisible stuff sometimes).
* Control disabledTextColor from the delegate as wellChristian Mollekopf2018-07-04
|
* Reduced opacity for dragged itemsChristian Mollekopf2018-07-03
| | | | | | We need to see what we're dropping on, so it's in general not great that we have to look through the item at all, but like this we can at least see something.
* White date when selected.Christian Mollekopf2018-06-29
| | | | This provides much better contrast.
* TooltipsChristian Mollekopf2018-06-28
|
* Fixed mark as importantChristian Mollekopf2018-06-28
|
* A reply shortcutChristian Mollekopf2018-04-09
|
* Conversation view keyboard navigationChristian Mollekopf2018-04-06
|
* Got rid of controls1 where possible, and otherwise marked it learlyChristian Mollekopf2018-04-04
|
* Keyboard navigation in conversation view.Christian Mollekopf2018-04-04
| | | | | | | | One problem with the current setting is that j/k is used for scrolling in the conversation view, but for moving to the next mail in the maillist view. To normalize this we could be using j/k for moving to the next conversation instead, and n/p to go to the next/previous mail, which is also what gmail does.
* Some vim style keyboard navigation.Christian Mollekopf2018-04-03
| | | | | | | If nothing else it works as an example how we have to differentiate between shortcuts and keyboard navigation (one is global to some extent, the other is only when having focus), and shows that we'll need some place to consolidate that configuration.
* Test move to trashChristian Mollekopf2018-03-08
|
* Search in conversationviewChristian Mollekopf2018-02-23
| | | | ...via syntax highligher or search api.
* Use the new changes regarding aggregated properties.Christian Mollekopf2018-02-22
| | | | This fixes marking partially unread threads as read.
* A basic but working searchviewChristian Mollekopf2018-02-12
|
* Query instead of filteringChristian Mollekopf2018-02-11
|
* Always mark the full conversation as read.Christian Mollekopf2018-01-29
| | | | Marking individual messages as read didn't really feel all that useful.
* Keep the delegate full width without scrollbar.Christian Mollekopf2018-01-11
|
* More conversationview testingChristian Mollekopf2018-01-11
|
* remove filter text when closing the filterbarMichael Bohlender2017-09-12
|
* Translatable stringChristian Mollekopf2017-09-11
|
* Clear search on escChristian Mollekopf2017-09-11
|
* Avoid grabbing focus when invisibleChristian Mollekopf2017-09-11
|
* add find shortcutMichael Bohlender2017-09-11
|
* style mail list filter field and add close buttonMichael Bohlender2017-09-11
|
* add maillist filter fieldMichael Bohlender2017-09-11
|
* add some spacing againMichael Bohlender2017-08-23
|
* remove obsolete scrollbarMichael Bohlender2017-08-23
|
* introduce Kube.ScrollBarMichael Bohlender2017-08-23
|
* no checkbox because batch editing is not a priority for nowMichael Bohlender2017-07-27
|
* Only set if currentItem is definedChristian Mollekopf2017-07-27
|
* Don't include the maillist buttons in keyboard navigationChristian Mollekopf2017-07-27
|
* tune checkbox opacity in maillistviewMichael Bohlender2017-07-27
|
* add checkbox to MailListView in preparation for batch editingMichael Bohlender2017-07-27
|
* Removed the background color for the buttons again since we have aChristian Mollekopf2017-07-26
| | | | highlight again
* Standard ListDelegate onClicked handlerChristian Mollekopf2017-07-26
|
* The drag and drop mousearea eats clicks...Christian Mollekopf2017-07-25
|
* Workaround for white icons on white backgroundChristian Mollekopf2017-07-25
|
* Use highlighted for dragChristian Mollekopf2017-07-25
|
* Use the highlighted propertyChristian Mollekopf2017-07-25
|
* Use the ListDelegate for the MailListView delegateChristian Mollekopf2017-07-25
|
* Fontsize unitsChristian Mollekopf2017-07-25
|
* Underline in maillistview as wellChristian Mollekopf2017-07-21
|
* make it translateableMichael Bohlender2017-07-19
|
* Use Kube.ListView everywhereChristian Mollekopf2017-07-12
|
* We want that shortcut on non-trash itemsChristian Mollekopf2017-07-11
|
* Stop at boundsChristian Mollekopf2017-07-11
|
* change wrapMode to WordWrapMichael Bohlender2017-06-29
|
* do not hardcode fontPointsizeMichael Bohlender2017-06-29
|
* hide date on hover so the buttons can shineMichael Bohlender2017-04-26
|