summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/FolderListView.qml
Commit message (Collapse)AuthorAge
* One framework plugin to rule them allChristian Mollekopf2017-04-04
|
* Use the icon instead of toolbuttonChristian Mollekopf2017-04-03
|
* Added Icon themeChristian Mollekopf2017-03-29
|
* port folderlistview to kube themeMichael Bohlender2017-03-29
|
* Show folder sync statusChristian Mollekopf2017-03-27
|
* 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).
* do not allow maillistdelegte to move back into the old positoon after a ↵Michael Bohlender2017-02-02
| | | | successful drag&drop move
* 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...
* enable dropMichael Bohlender2017-01-23
|
* folderview: remove frameMichael Bohlender2017-01-19
|
* make folder delegate smallerMichael Bohlender2017-01-11
|
* Folder context menu with synchronize optionChristian Mollekopf2017-01-05
|
* Filter folders by accountChristian Mollekopf2017-01-05
|
* remove hashtags on foldersMichael Bohlender2016-12-20
|
* style folder view blackMichael Bohlender2016-12-13
|
* remove all imports of org.kube.framework.themeSandro Knauß2016-10-11
|
* relicense under gplv2+Michael Bohlender2016-09-26
|
* go back to the classic folder viewMichael Bohlender2016-06-08
|
* move search to the toolbar as discussed with VDGMichael Bohlender2016-04-24
|
* remove obsolete imports of PlasmaComponentsMichael Bohlender2016-04-13
|
* port PlasmaCore.IconItem to Kirigami.IconMichael Bohlender2016-04-13
|
* Multi-Account support in the folderviewChristian Mollekopf2016-03-14
|
* add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵Michael Bohlender2016-03-10
| | | | item
* import as Mail -> import as KubeFrameworkMichael Bohlender2016-03-09
|
* Renamed the framework pluginsChristian Mollekopf2016-03-09
|
* Moved application to componentsChristian Mollekopf2016-03-09