summaryrefslogtreecommitdiffstats
path: root/framework/qml
Commit message (Collapse)AuthorAge
...
* Bring back the highlight on buttonsChristian Mollekopf2017-07-26
|
* DelegateBackground color propertiesChristian Mollekopf2017-07-26
|
* Use the DelegateBackground also for buttonsChristian Mollekopf2017-07-26
|
* 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.
* Hover support via Controls2.ControlChristian Mollekopf2017-07-26
|
* Set an application wide default font.Christian Mollekopf2017-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...
* Disable the non-current buttonChristian Mollekopf2017-07-26
|
* Try again to the the default font familyChristian Mollekopf2017-07-26
|
* CleanupChristian Mollekopf2017-07-26
|
* The account switcher is a control tooChristian Mollekopf2017-07-26
|
* The selection would better be solved using what QItemSelectionModelChristian Mollekopf2017-07-26
| | | | provides.
* Remove the selection on focus lossChristian Mollekopf2017-07-26
| | | | we're using the selection as focus.
* No more text underliningChristian Mollekopf2017-07-26
|
* Fixed branch delegate positioningChristian Mollekopf2017-07-26
|
* Avoid lots of undefined warningsChristian Mollekopf2017-07-26
|
* Fixed delegate sizeChristian Mollekopf2017-07-26
|
* TreeView: activeIndex instead of focus to highlight focused indexChristian Mollekopf2017-07-26
|
* currentIndex is not definedChristian Mollekopf2017-07-26
|
* The drag and drop mousearea eats clicks...Christian Mollekopf2017-07-25
|
* Workaround for white icons on white backgroundChristian Mollekopf2017-07-25
|
* Use highlighted for dragChristian Mollekopf2017-07-25
|
* Use the highlighted propertyChristian Mollekopf2017-07-25
|
* Removed unused ListItemChristian Mollekopf2017-07-25
|
* Use the ListDelegate for the MailListView delegateChristian Mollekopf2017-07-25
|
* Fontsize unitsChristian Mollekopf2017-07-25
|
* Use the ListDelegateChristian Mollekopf2017-07-25
|
* A ListDelegateChristian Mollekopf2017-07-25
|
* Fixed TextArea focus highlightingChristian Mollekopf2017-07-25
|
* IconButton based on AbstractButtonChristian Mollekopf2017-07-25
|
* TextButton based on AbstractButtonChristian Mollekopf2017-07-25
|
* Standardized focus highlighting via AbstractButton for PositiveButtonChristian Mollekopf2017-07-25
| | | | and Button
* Fixed IconButton focus highlightingChristian Mollekopf2017-07-25
|
* Use the TextButtonChristian Mollekopf2017-07-24
|
* Keyboard focus handlingChristian Mollekopf2017-07-23
|
* TextEditor escapingChristian Mollekopf2017-07-23
|
* Use a TextButton insteadChristian Mollekopf2017-07-23
|
* Move focus to text editor by default, and forward to next item on escChristian Mollekopf2017-07-23
| | | | ...since we support tabs in the text editor.
* Avoid warnings for undefinedChristian Mollekopf2017-07-23
|
* Don't display "Error" when initially disconnected.Christian 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.
* Use the visualFocus property instaed of activeFocusChristian Mollekopf2017-07-22
| | | | The activeFocus remains after clicking an element.
* No more hardcoded colorsChristian Mollekopf2017-07-22
|
* Named all colorsChristian Mollekopf2017-07-22
|
* 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.
* People focus handlingChristian Mollekopf2017-07-21
|
* Use a Button for the Addressbook delegate.Christian Mollekopf2017-07-21
| | | | This makes it keyboard selectable.
* Use activeFocusChristian Mollekopf2017-07-21
|
* Editor focusChristian Mollekopf2017-07-21
|