Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use a ScrollHelper to fix scrolling on listviews | Christian Mollekopf | 2017-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 scrolling | Christian Mollekopf | 2017-07-12 |
| | |||
* | introduce Kube.Heading | Michael Bohlender | 2017-06-29 |
| | |||
* | A texteditor that does scrolling | Christian Mollekopf | 2017-06-19 |
| | | | | | Something is not quite right with the sizes, but at least it works otherwise. | ||
* | Attachment support in the composer | Christian Mollekopf | 2017-06-14 |
| | |||
* | initial Kube.TextArea | Michael Bohlender | 2017-05-17 |
| | |||
* | StatusBar as individual component | Christian Mollekopf | 2017-05-13 |
| | |||
* | A new composer based on Kube.View | Christian Mollekopf | 2017-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 component | Christian Mollekopf | 2017-05-10 |
| | |||
* | add initial inline accountsView | Michael Bohlender | 2017-05-03 |
| | |||
* | introduce icon button, use it in maillistview | Michael Bohlender | 2017-04-26 |
| | |||
* | Added the Fabric as an in application message bus | Christian Mollekopf | 2017-04-24 |
| | |||
* | initial inline account switcher | Michael Bohlender | 2017-04-21 |
| | |||
* | introduce Kube.Font | Michael Bohlender | 2017-04-20 |
| | |||
* | introduce Kube.Label and use it in kube controls | Michael Bohlender | 2017-04-19 |
| | |||
* | give use TextField in Composer and give it a border | Michael Bohlender | 2017-04-18 |
| | |||
* | add initial Kube.ComboBox and use it in composer | Michael Bohlender | 2017-04-07 |
| | |||
* | introduce Kube.Popup | Michael Bohlender | 2017-04-06 |
| | |||
* | Fixed references | Christian Mollekopf | 2017-04-05 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | Moved theme to framework | Christian Mollekopf | 2017-04-05 |
| | |||
* | One framework plugin to rule them all | Christian Mollekopf | 2017-04-04 |