aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-192-3/+50
* 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-1827-31/+234
* ComboBox: respect currentIndex:-1J-P Nurmi2016-04-181-2/+4
* 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-183-7/+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-162-7/+7
* 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
* Doc: fix ButtonGroup::checkedButtonJ-P Nurmi2016-04-161-1/+1
* ButtonGroup::buttons: avoid losing the checked button on re-assignmentJ-P Nurmi2016-04-162-6/+11
* Doc: fix ComboBox::highlightedIndex \readonly tagJ-P Nurmi2016-04-151-1/+1
* Material: add foreground and background attached propertiesJ-P Nurmi2016-04-154-9/+246
* Add QQuickAbstractButton::downMitch Curtis2016-04-1542-78/+134
* ToolTip: use QQmlInfo and don't crash with non-ItemsJ-P Nurmi2016-04-151-12/+17
* ScrollBar|Indicator: use QQmlInfo and don't crash with non-FlickablesJ-P Nurmi2016-04-152-28/+36
* Add QQuickMaterialStyle::variantToRgba()J-P Nurmi2016-04-152-42/+32
* Use font from theme for list delegatesNikita Krupenko2016-04-149-1/+27
* 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
* 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-13346-189/+189
* Controls: rename the plugin to QtQuickControls2PluginJ-P Nurmi2016-04-134-12/+12
* Controls: rename the C++ module to qtquickcontrols2J-P Nurmi2016-04-1334-56/+56
* 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-13124-194/+194
* Add SwitchDelegateMitch Curtis2016-04-1331-125/+990
* Material: use CheckIndicator for MenuItem's indicatorMitch Curtis2016-04-131-68/+2
* Expose checkable where necessary, instead of in QQuickAbstractButtonMitch Curtis2016-04-1324-233/+69
* QQuickAbstractButton: fix the order of nextCheckState() vs. clicked()J-P Nurmi2016-04-121-4/+4
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-04-117-7/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-117-7/+7
| |\
| | * Doc: fix ButtonGroup::buttons typeJ-P Nurmi2016-04-111-1/+1