aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal
Commit message (Expand)AuthorAgeFilesLines
* SpinBox: disable up and down indicators when appropriateMitch Curtis2016-05-241-4/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Cleanup QQmlExtensionInterface usageJ-P Nurmi2016-05-061-1/+1
| * Fix ScrollBars with paddingsJoni Poikelin2016-04-011-2/+2
* | Controls: update all paddings to relative value with paddingLiang Qi2016-05-1912-48/+41
* | Don't use QFont::exactMatch() for fonts comparisonNikita Krupenko2016-05-181-1/+2
* | Make SwipeDelegate look like an ordinary delegateJ-P Nurmi2016-05-181-6/+9
* | Add support for flat ButtonsJ-P Nurmi2016-05-181-0/+1
* | Fix colorized high-DPI indicatorsJ-P Nurmi2016-05-134-0/+10
* | Menu: remove the extra marginsJ-P Nurmi2016-05-111-1/+1
* | ComboBox: restore the old popup behaviorJ-P Nurmi2016-05-101-1/+1
* | Popup: use margins to determine whether to push inside window boundsJ-P Nurmi2016-05-102-0/+3
* | Allow Menu to grow bigger than implicitHeight of the backgroundNikita Krupenko2016-05-041-3/+3
* | Adding type information for Material and Universal styleThomas Hartmann2016-05-041-0/+61
* | Improve Tumbler's delegate opacity for all stylesMitch Curtis2016-05-031-1/+1
* | universal: fix moving direction behavior when clicking itemLiang Qi2016-05-031-1/+2
* | Revert Tumbler::displacement to position changesJ-P Nurmi2016-04-291-1/+1
* | ComboBox: separate indicatorJ-P Nurmi2016-04-281-9/+13
* | Tumbler: normalize position to [-1.0..1.0]J-P Nurmi2016-04-271-1/+1
* | Tumbler: rename displacement to positionJ-P Nurmi2016-04-271-1/+1
* | Popup: separate modal and modeless background dimmingJ-P Nurmi2016-04-271-1/+5
* | Control: rename activeKeyFocus to visualFocusJ-P Nurmi2016-04-268-13/+13
* | Fix Q_INIT_RESOURCE() for static buildsJ-P Nurmi2016-04-261-1/+1
* | ToolTip: enable font inheritanceJ-P Nurmi2016-04-251-1/+1
* | Universal: notify foreground and background changes on theme changeJ-P Nurmi2016-04-231-0/+4
* | Rename the style pluginsJ-P Nurmi2016-04-224-14/+14
* | Rename env vars (QT_LABS_CONTROLS_XXX -> QT_QUICK_CONTROLS_XXX)J-P Nurmi2016-04-221-4/+4
* | Fix Q_INIT_RESOURCE for Material & Universal style pluginsJ-P Nurmi2016-04-211-1/+1
* | Move resources to :/qt-project.org/imports/QtQuick/Controls.2J-P Nurmi2016-04-212-2/+2
* | import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-2144-63/+63
* | Replace activeFocus with activeKeyFocusJ-P Nurmi2016-04-213-6/+6
* | import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-2140-40/+40
* | Fix-up the use of QQuickAbstractButton::down in delegatesKonstantin Ritt2016-04-211-2/+2
* | Popup: rename close policy flagsJ-P Nurmi2016-04-201-1/+1
* | Merge QQuickPluginUtils to QQuickStylePluginJ-P Nurmi2016-04-191-4/+2
* | Universal: add foreground and background attached propertiesJ-P Nurmi2016-04-1825-28/+209
* | Add QQuickUniversalStyle::variantToRgba()J-P Nurmi2016-04-182-20/+28
* | Remove references to non-existent ComboBox::downJ-P Nurmi2016-04-181-3/+2
* | 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
* | Add QQuickAbstractButton::downMitch Curtis2016-04-1512-24/+24
* | Controls: update license headersJ-P Nurmi2016-04-1452-97/+97
* | Controls: rename the C++ module to qtquickcontrols2J-P Nurmi2016-04-135-7/+7
* | Templates: rename the C++ module to qtquicktemplates2J-P Nurmi2016-04-131-1/+1
* | Add SwitchDelegateMitch Curtis2016-04-135-29/+173
* | Expose checkable where necessary, instead of in QQuickAbstractButtonMitch Curtis2016-04-133-26/+6