aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Gallery exampleJ-P Nurmi2015-12-1757-0/+2630
* testbench: make use of Pane to get "standard" content paddingJ-P Nurmi2015-12-171-384/+384
* Update plugins.qmltypesJ-P Nurmi2015-12-173-18/+1726
* QQuickPaddedRectangle: fix antialiasing issuesJ-P Nurmi2015-12-171-5/+18
* Drawer: fix positioning when content size changesJ-P Nurmi2015-12-171-5/+18
* Button: visualize disabled state more clearlyJ-P Nurmi2015-12-172-1/+4
* ToolButton: support highlighted modeJ-P Nurmi2015-12-174-7/+15
* ProgressBar: tweak the default styleJ-P Nurmi2015-12-171-9/+4
* Material: fix mis-aligned text in tabsJ-P Nurmi2015-12-171-2/+2
* Implement BusyIndicator according to designsMitch Curtis2015-12-169-23/+310
* Make Drawers use the overlay background dimmingJ-P Nurmi2015-12-163-18/+36
* Fix StackView resizingJ-P Nurmi2015-12-163-14/+7
* Prefix resources to avoid clashesJ-P Nurmi2015-12-167-9/+9
* Run optipng -o7 -strip "all" over default style imagesJ-P Nurmi2015-12-1615-0/+0
* StackView: print better error messagesJ-P Nurmi2015-12-162-2/+8
* Replace QLatin1Literal occurrences with QStringLiteralKonstantin Ritt2015-12-162-4/+4
* UniversalTheme: Fix typo in the system font family nameKonstantin Ritt2015-12-161-2/+2
* Add Overlay::background that is shown when any modal popup is openJ-P Nurmi2015-12-158-2/+79
* Expose the actual type of QQuickApplicationWindow::overlay()Mitch Curtis2015-12-156-4/+10
* QQuickOverlay: use d-pointerMitch Curtis2015-12-152-17/+39
* testbench: fix the comment about use qputenv()J-P Nurmi2015-12-151-2/+1
* Material: fix drop shadowsJ-P Nurmi2015-12-153-44/+59
* Universal: fix Pane backgroundv5.6.0-beta1J-P Nurmi2015-12-141-1/+1
* Fix ScrollBar & ScrollIndicator for the new GalleryJ-P Nurmi2015-12-144-8/+34
* Make QQuickStyleSelector case-insensitiveJ-P Nurmi2015-12-141-3/+3
* Remove QQuickStyleSelector::instance()J-P Nurmi2015-12-145-47/+38
* Popup: rename show()/hide() to open()/close()J-P Nurmi2015-12-148-31/+31
* Material style: read theme, accent & primary from qtlabscontrols.confJ-P Nurmi2015-12-142-4/+37
* Universal style: read theme & accent from qtlabscontrols.confJ-P Nurmi2015-12-142-3/+35
* Read preferred style from qtlabscontrols.confJ-P Nurmi2015-12-141-0/+7
* Add QQuickStyle::settings()J-P Nurmi2015-12-142-0/+23
* Docs: move "Differences between Qt Quick Controls" on its own pageJ-P Nurmi2015-12-142-246/+284
* tst_activeFocusOnTab: remove unnecessary layouts dependencyJ-P Nurmi2015-12-121-3/+2
* Universal ComboBox: visualize key & mouse focus differentlyJ-P Nurmi2015-12-121-1/+1
* Universal: focus rectangleJ-P Nurmi2015-12-1210-0/+156
* Add QQuickControl::focusReasonJ-P Nurmi2015-12-1210-2/+194
* AppWindow docs: fix \L -> \lJ-P Nurmi2015-12-121-1/+1
* Cleanup duplicate ApplicationWindow::activeFocusControl docsJ-P Nurmi2015-12-121-8/+0
* Add missing TextArea::pressAndHold() docsJ-P Nurmi2015-12-121-0/+8
* testbench: fix TextArea placeholder textJ-P Nurmi2015-12-121-1/+1
* Fix QQuickComboBox::focusOutEvent()J-P Nurmi2015-12-121-1/+1
* Pane: don't let presses leak throughJ-P Nurmi2015-12-102-0/+30
* Add ApplicationWindow::activeFocusControlJ-P Nurmi2015-12-105-48/+371
* Register also "unstyled" controls to the Qt.labs.controls namespaceJ-P Nurmi2015-12-101-0/+8
* Use TabButtonFont and GroupBoxTitleFont from QPlatformThemeLiang Qi2015-12-106-17/+17
* Move ApplicationHelper to visualtestutil.h and rename itMitch Curtis2015-12-103-27/+31
* Docs: ApplicationWindowJ-P Nurmi2015-12-102-5/+60
* Introduce PaneJ-P Nurmi2015-12-0922-135/+768
* Rename Panel to PopupJ-P Nurmi2015-12-0922-246/+242
* StackView: fix property initializationJ-P Nurmi2015-12-092-2/+24