Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | One framework plugin to rule them all | Christian Mollekopf | 2017-04-04 |
| | |||
* | Use the icon instead of toolbutton | Christian Mollekopf | 2017-04-03 |
| | |||
* | Added Icon theme | Christian Mollekopf | 2017-03-29 |
| | |||
* | port folderlistview to kube theme | Michael Bohlender | 2017-03-29 |
| | |||
* | Show folder sync status | Christian Mollekopf | 2017-03-27 |
| | |||
* | 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). | ||
* | do not allow maillistdelegte to move back into the old positoon after a ↵ | Michael Bohlender | 2017-02-02 |
| | | | | successful drag&drop move | ||
* | 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... | ||
* | enable drop | Michael Bohlender | 2017-01-23 |
| | |||
* | folderview: remove frame | Michael Bohlender | 2017-01-19 |
| | |||
* | make folder delegate smaller | Michael Bohlender | 2017-01-11 |
| | |||
* | Folder context menu with synchronize option | Christian Mollekopf | 2017-01-05 |
| | |||
* | Filter folders by account | Christian Mollekopf | 2017-01-05 |
| | |||
* | remove hashtags on folders | Michael Bohlender | 2016-12-20 |
| | |||
* | style folder view black | Michael Bohlender | 2016-12-13 |
| | |||
* | remove all imports of org.kube.framework.theme | Sandro Knauß | 2016-10-11 |
| | |||
* | relicense under gplv2+ | Michael Bohlender | 2016-09-26 |
| | |||
* | go back to the classic folder view | Michael Bohlender | 2016-06-08 |
| | |||
* | move search to the toolbar as discussed with VDG | Michael Bohlender | 2016-04-24 |
| | |||
* | remove obsolete imports of PlasmaComponents | Michael Bohlender | 2016-04-13 |
| | |||
* | port PlasmaCore.IconItem to Kirigami.Icon | Michael Bohlender | 2016-04-13 |
| | |||
* | Multi-Account support in the folderview | Christian Mollekopf | 2016-03-14 |
| | |||
* | add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵ | Michael Bohlender | 2016-03-10 |
| | | | | item | ||
* | 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 |