aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge QQuickPluginUtils to QQuickStylePluginJ-P Nurmi2016-04-198-152/+31
* Doc: rename remaining qtlabscontrols groups and linksJ-P Nurmi2016-04-1913-13/+13
* Update Default style ComboBox to match new design specsMitch Curtis2016-04-1910-21/+27
* Dial: add wrap propertyMitch Curtis2016-04-193-3/+88
* Move angle calculation to static global variable.Mitch Curtis2016-04-191-1/+3
* Doc: cleanup the index pageJ-P Nurmi2016-04-191-8/+17
* Doc: setup subprojects for QML Types, C++ Classes and ExamplesJ-P Nurmi2016-04-193-33/+66
* QQuickControlPrivate: move font to ExtraDataLiang Qi2016-04-182-6/+15
* .qdocconf: fix description and namespaceJ-P Nurmi2016-04-181-2/+2
* Add deployment documentationMitch Curtis2016-04-183-0/+99
* Universal: add foreground and background attached propertiesJ-P Nurmi2016-04-1828-52/+279
* ComboBox: respect currentIndex:-1J-P Nurmi2016-04-182-2/+14
* Doc: visualize the pre-defined style colorsJ-P Nurmi2016-04-183-41/+44
* Add QQuickUniversalStyle::variantToRgba()J-P Nurmi2016-04-182-20/+28
* Material: fill TabBar backgroundJ-P Nurmi2016-04-181-0/+6
* Material: make highlighted buttons respect explicitly set foregroundJ-P Nurmi2016-04-181-0/+2
* Remove references to non-existent ComboBox::downJ-P Nurmi2016-04-184-8/+4
* Doc: add section for C++ classes in overview pageNico Vertriest2016-04-174-3/+56
* Add invokable Universal.color() methodJ-P Nurmi2016-04-162-0/+7
* QQuickUniversalStyle: rename getColor() to systemColor()J-P Nurmi2016-04-162-26/+26
* Rename QQuickUniversalStyle::Accent to ColorJ-P Nurmi2016-04-163-9/+9
* Universal: revise the internal light and dark color helper methodsJ-P Nurmi2016-04-161-5/+5
* Universal: rename member variablesJ-P Nurmi2016-04-162-11/+11
* Align QQuickUniversalStyle::SystemColor valuesJ-P Nurmi2016-04-162-2/+2
* Fix testbenchJ-P Nurmi2016-04-161-1/+1
* Doc: fix ButtonGroup::checkedButtonJ-P Nurmi2016-04-161-1/+1
* ButtonGroup::buttons: avoid losing the checked button on re-assignmentJ-P Nurmi2016-04-163-7/+39
* Doc: fix ComboBox::highlightedIndex \readonly tagJ-P Nurmi2016-04-151-1/+1
* Material: add foreground and background attached propertiesJ-P Nurmi2016-04-155-10/+293
* Add QQuickAbstractButton::downMitch Curtis2016-04-1546-96/+191
* ToolTip: use QQmlInfo and don't crash with non-ItemsJ-P Nurmi2016-04-152-12/+26
* ScrollBar|Indicator: use QQmlInfo and don't crash with non-FlickablesJ-P Nurmi2016-04-154-28/+46
* Add QQuickMaterialStyle::variantToRgba()J-P Nurmi2016-04-152-42/+32
* Use font from theme for list delegatesNikita Krupenko2016-04-1411-1/+40
* Fix tst_button::test_checkable()J-P Nurmi2016-04-141-1/+18
* Rename ControlSpy to SignalSequenceSpyJ-P Nurmi2016-04-145-35/+35
* Controls: update license headersJ-P Nurmi2016-04-14200-367/+367
* Templates: update license headersJ-P Nurmi2016-04-14106-199/+199
* Rename .metainfo for QML DesignerJ-P Nurmi2016-04-142-24/+24
* Update README.mdJ-P Nurmi2016-04-141-6/+6
* CMake: test QQuickStyle includeJ-P Nurmi2016-04-131-0/+1
* Doc: cleanup broken links to non-existent AbstractButton::checkableJ-P Nurmi2016-04-133-5/+4
* Doc: add 2-suffix to the image assets and snippetsJ-P Nurmi2016-04-13386-223/+223
* Controls: rename the plugin to QtQuickControls2PluginJ-P Nurmi2016-04-134-12/+12
* Controls: rename the C++ module to qtquickcontrols2J-P Nurmi2016-04-1338-60/+60
* Doc: add 2-suffix to the templates related pagesJ-P Nurmi2016-04-132-1/+1
* Templates: rename the plugin to QtQuickTemplates2PluginJ-P Nurmi2016-04-133-9/+9
* Templates: rename the C++ module to qtquicktemplates2J-P Nurmi2016-04-13137-219/+219
* Add SwitchDelegateMitch Curtis2016-04-1335-126/+1154
* Material: use CheckIndicator for MenuItem's indicatorMitch Curtis2016-04-131-68/+2