summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
Commit message (Collapse)AuthorAge
* intoduce Kube.CheckboxMichael Bohlender2017-07-27
|
* Single background element to handle focus vs selected.Christian Mollekopf2017-07-26
| | | | | And we're experimenting with only using a border when selected, and highlight otherwise.
* A ListDelegateChristian Mollekopf2017-07-25
|
* Use a TextButton insteadChristian Mollekopf2017-07-23
|
* ModelIndexRetriever to abuse Repeater less publiclyChristian Mollekopf2017-07-22
| | | | | Simliar to Retriever, but we'd have to alias all properties/roles automatically somehow.
* Housekeeping: Avatar.qml and FocusComposer.qml are no longer usedChristian Mollekopf2017-07-21
|
* GridView based people view.Christian Mollekopf2017-07-21
| | | | This enables keyboard navigation.
* Use an AbstractButton in People.qml for the delegateChristian Mollekopf2017-07-21
| | | | | | | Using Kube.Button currently crashes, due to the font.underline assignment in the contentItem (although it is replaced in People.qml). It seems the grouped property is somehow executed after the original content item was already destroyed, resulting in a SEGFAULT.
* initial Kube.ToolTipMichael Bohlender2017-07-18
|
* Moved non-folder specific treeview to separate fileChristian Mollekopf2017-07-15
|
* Use a ScrollHelper to fix scrolling on listviewsChristian Mollekopf2017-07-15
| | | | | | | | | | Because the standard scrolling is so unusable depending on the input device we replace it by something custom that is fairly similar to what QQC1 ScrollView did. Using a ScrollView sucks in many ways, including that you have to wrap all sorts of things which is just code wise not great at all. The ScrollHelper can instead be attached to any existing flickable to override it's scrolling behaviour, so we can also silently drop it once the default flickable behaviour starts to make sense.
* A listview with sane scrollingChristian Mollekopf2017-07-12
|
* introduce Kube.HeadingMichael Bohlender2017-06-29
|
* A texteditor that does scrollingChristian Mollekopf2017-06-19
| | | | | Something is not quite right with the sizes, but at least it works otherwise.
* Attachment support in the composerChristian Mollekopf2017-06-14
|
* initial Kube.TextAreaMichael Bohlender2017-05-17
|
* StatusBar as individual componentChristian Mollekopf2017-05-13
|
* A new composer based on Kube.ViewChristian Mollekopf2017-05-11
| | | | | Kube.View is a sort of split-view that always only shows a fixed number of splits (and doesn't support manual resizing).
* Added ProgressBar componentChristian Mollekopf2017-05-10
|
* add initial inline accountsViewMichael Bohlender2017-05-03
|
* introduce icon button, use it in maillistviewMichael Bohlender2017-04-26
|
* Added the Fabric as an in application message busChristian Mollekopf2017-04-24
|
* initial inline account switcherMichael Bohlender2017-04-21
|
* introduce Kube.FontMichael Bohlender2017-04-20
|
* introduce Kube.Label and use it in kube controlsMichael Bohlender2017-04-19
|
* give use TextField in Composer and give it a borderMichael Bohlender2017-04-18
|
* add initial Kube.ComboBox and use it in composerMichael Bohlender2017-04-07
|
* introduce Kube.PopupMichael Bohlender2017-04-06
|
* Fixed referencesChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* Moved theme to frameworkChristian Mollekopf2017-04-05
|
* One framework plugin to rule them allChristian Mollekopf2017-04-04