Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Alias for background opacity | Christian Mollekopf | 2017-12-08 |
| | |||
* | "alert" button mode to draw attention to a button. | Christian Mollekopf | 2017-10-23 |
| | |||
* | button: visualize disabled state | Michael Bohlender | 2017-09-14 |
| | |||
* | Bring back the highlight on buttons | Christian Mollekopf | 2017-07-26 |
| | |||
* | Use the DelegateBackground also for buttons | Christian Mollekopf | 2017-07-26 |
| | |||
* | Set an application wide default font. | Christian Mollekopf | 2017-07-26 |
| | | | | | | Theoretically this should be picked up by all qtquickcontrols2 controls, and they should also handle inheriting the fonts to children. Seems to work for AbstractButton, but didn't for the label... | ||
* | Try again to the the default font family | Christian Mollekopf | 2017-07-26 |
| | |||
* | The account switcher is a control too | Christian Mollekopf | 2017-07-26 |
| | |||
* | Standardized focus highlighting via AbstractButton for PositiveButton | Christian Mollekopf | 2017-07-25 |
| | | | | and Button | ||
* | Use an AbstractButton in People.qml for the delegate | Christian Mollekopf | 2017-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. |