aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add CheckDelegateMitch Curtis2016-04-1135-136/+1199
* Correct Switch position & visualPosition documentationMitch Curtis2016-04-111-2/+2
* Use Control.activeKeyFocus instead of Item.activeFocusJ-P Nurmi2016-04-1117-35/+35
* Universal: fix vertical RangeSliderJ-P Nurmi2016-04-111-1/+1
* Use the pluginBasePath() to get the right base path for the configurationAndy Shaw2016-04-111-2/+5
* Take style name into account when creating static plugin base pathMitch Curtis2016-04-111-2/+1
* Add Control::activeKeyFocusJ-P Nurmi2016-04-114-7/+82
* Add internal QQuickStylePluginJ-P Nurmi2016-04-115-25/+196
* Material style: Fix color of disabled Label and PageIndicatorKonstantin Ritt2016-04-102-2/+2
* Material style: Fix vertical Slider appearanceKonstantin Ritt2016-04-101-4/+4
* gallery: Add vertical slider to RangeSliderPageKonstantin Ritt2016-04-101-0/+8
* QQuickPopup: Deduplicate the code a bitKonstantin Ritt2016-04-101-8/+2
* Simplify the style plugins code a bitKonstantin Ritt2016-04-102-26/+12
* Relayout on setting the header or footer to nullKonstantin Ritt2016-04-092-8/+8
* Relayout on the header|footer geometry and visibility changesKonstantin Ritt2016-04-092-10/+52
* Doc: added src/controls to header and sourcedirs in qdocconf fileNico Vertriest2016-04-081-1/+3
* Make each style's 'base' directory available to initializeEngine()Mitch Curtis2016-04-084-4/+136
* Update tst_dayofweekrow after qtbase's locale updateMitch Curtis2016-04-081-1/+1
* Stop Button's pressAndHold once the button is not pressed anymoreKonstantin Ritt2016-04-071-1/+1
* gallery: Add vertical slider to SliderPageKonstantin Ritt2016-04-071-0/+7
* Doc: Rename Qt Labs Controls to Qt Quick Controls 2Nico Vertriest2016-04-0741-88/+88
* Fix a typo for ToolTip registrationLiang Qi2016-04-041-1/+1
* Doc: Rename Qt Labs Controls to Qt Quick Controls 2Venugopal Shivashankar2016-04-0117-42/+42
* Improve documentation for delegate controlsMitch Curtis2016-04-015-1/+150
* Update Default style SpinBox to match new design specsMitch Curtis2016-03-311-2/+14
* QQuickItemDelegate: remove unused private declarationsMitch Curtis2016-03-311-6/+0
* Revert "tst_swipedelegate: blacklist test_swipeVelocity on OSX"Mitch Curtis2016-03-312-3/+2
* Revert "tst_drawer: blacklist test_swipeVelocity on OSX"Mitch Curtis2016-03-312-3/+2
* Dial: deduplicate binding.Anton Kudryavtsev2016-03-293-3/+3
* QQuickUniversalProgressRing: don't recreate rectangle in a loopAnton Kudryavtsev2016-03-291-1/+2
* QQuickMaterialProgressStrip: don't recreate rectangle in a loopAnton Kudryavtsev2016-03-291-1/+2
* Rename Qt Labs Controls to Qt Quick Controls 2 - doc updateVenugopal Shivashankar2016-03-2924-66/+70
* QQuickColorImageProvider: optimize string usageAnton Kudryavtsev2016-03-291-3/+3
* QQuickUniversalFocusRectangle: optimize string usageAnton Kudryavtsev2016-03-291-2/+4
* QQuickUniversalFocusRectangle: proper construction of vectorAnton Kudryavtsev2016-03-291-1/+1
* QQuickStyleSelector: optimize string usageAnton Kudryavtsev2016-03-291-12/+12
* Themes: cache result of QFont::family()Anton Kudryavtsev2016-03-282-8/+10
* Default style RadioButton: deduplicate bindingAnton Kudryavtsev2016-03-261-1/+1
* Add support for specifying theme, accent & primary via envJ-P Nurmi2016-03-245-54/+117
* Docs: add examples how to sync active states for ScrollBar & IndicatorJ-P Nurmi2016-03-234-0/+106
* Fix borders for top & bottom drawersJ-P Nurmi2016-03-232-2/+2
* Inherit QQuickDrawer from QQuickPopupJ-P Nurmi2016-03-2311-318/+396
* Update Default style RadioButton to match new design specsMitch Curtis2016-03-231-4/+4
* Update Default style Switch to match new design specsMitch Curtis2016-03-231-6/+6
* Update Default style CheckBox to match new design specsMitch Curtis2016-03-236-4/+9
* Update Default style Button to match new design specsMitch Curtis2016-03-231-4/+7
* tst_drawer: blacklist test_swipeVelocity on OSXJ-P Nurmi2016-03-232-2/+3
* Support ApplicationWindow attached property for items inside PopupJ-P Nurmi2016-03-232-1/+17
* Rename Qt Labs Controls to Qt Quick Controls 2 - doc filenamesVenugopal Shivashankar2016-03-2220-0/+0
* Introduce ToolTipJ-P Nurmi2016-03-2233-2/+1501