aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Controls: update all paddings to relative value with paddingLiang Qi2016-05-1921-70/+60
* Don't restore focus to contentItem when a focusless popup was closedMitch Curtis2016-05-195-6/+209
* Don't use QFont::exactMatch() for fonts comparisonNikita Krupenko2016-05-182-4/+9
* StackView: reset size of the content without explicit one on pop()Nikita Krupenko2016-05-182-0/+25
* Popup: don't ignore Back keyNikita Krupenko2016-05-182-1/+3
* Popup: restore original size on reposition if appropriateNikita Krupenko2016-05-181-0/+10
* Make SwipeDelegate look like an ordinary delegateJ-P Nurmi2016-05-183-10/+20
* Add support for flat ButtonsJ-P Nurmi2016-05-186-11/+41
* Fix style inheritance with dynamically changing windowsJ-P Nurmi2016-05-184-2/+56
* Fix colorized high-DPI indicatorsJ-P Nurmi2016-05-137-0/+16
* Default style: make Button's colors more consistentMitch Curtis2016-05-131-2/+2
* Center testbench window in screenMitch Curtis2016-05-131-0/+2
* qquickstyle.cpp: add missing qdebug.h includeJ-P Nurmi2016-05-131-0/+1
* Material: visualize Button::checked stateJ-P Nurmi2016-05-131-1/+1
* Default: implement some missing disabled statesJ-P Nurmi2016-05-123-8/+11
* QQuickPopup: cleanup window usageJ-P Nurmi2016-05-121-13/+7
* QQuickPopup: don't reposition when hiddenJ-P Nurmi2016-05-121-0/+3
* Default: add missing TextField focus visualsJ-P Nurmi2016-05-121-2/+2
* Popup: respect "dim: false" for modal popupsJ-P Nurmi2016-05-122-7/+28
* QQuickMenu: cull items outside the popupJ-P Nurmi2016-05-122-2/+8
* Popup: restore focus to contentItem of ApplicationWindow when closingMitch Curtis2016-05-115-1/+140
* Don't limit snippet screenshots to *-custom.qml filesMitch Curtis2016-05-111-1/+1
* SpinBox: add a doc snippet that creates a floating point SpinBoxMitch Curtis2016-05-113-0/+63
* QQuickPopup: emit xChanged() and yChanged() when _local_ coords changeJ-P Nurmi2016-05-113-10/+38
* QQuickPopup: align position accessors with x/y accessorsJ-P Nurmi2016-05-111-32/+15
* Menu: remove the extra marginsJ-P Nurmi2016-05-113-3/+3
* Popup: sync content padding with PaneJ-P Nurmi2016-05-112-2/+2
* Material: correct check indicator sizeNikita Krupenko2016-05-103-6/+8
* customize.qdoc: Use standalone snippetsMitch Curtis2016-05-1067-587/+1612
* ComboBox: restore the old popup behaviorJ-P Nurmi2016-05-104-3/+11
* Popup: use margins to determine whether to push inside window boundsJ-P Nurmi2016-05-108-61/+106
* Material: fix SwitchDelegate press colorJ-P Nurmi2016-05-104-6/+9
* Menu: support dynamically added items in the same way as static onesMitch Curtis2016-05-103-7/+95
* Material: corrected height for delegatesNikita Krupenko2016-05-103-0/+8
* Use a lowercase style name as a built-in file selectorJ-P Nurmi2016-05-102-2/+2
* Material: fix flat button colorsNikita Krupenko2016-05-093-11/+11
* Tumbler: calculate proper displacement when count <= visibleItemCountNikita Krupenko2016-05-092-22/+35
* Material: set correct ToolBar foreground color for built-in primariesJ-P Nurmi2016-05-093-0/+40
* Material: use proper shade for light and dark themeNikita Krupenko2016-05-092-9/+17
* Popup: make x() and y() return the effective coordinatesJ-P Nurmi2016-05-092-4/+66
* Fix overlay stacking order for multiple modal popupsNikita Krupenko2016-05-092-9/+45
* Material: emit paletteChanged() on background color changeNikita Krupenko2016-05-061-0/+1
* Material: fix raised button color for dark themeNikita Krupenko2016-05-061-1/+1
* Material: mark internal darkerShade() function as staticNikita Krupenko2016-05-061-1/+1
* Gallery: fix main page label text colorNikita Krupenko2016-05-061-1/+0
* Material: remove obsolete imports of QtGraphicalEffectsNikita Krupenko2016-05-067-7/+0
* tests: skip material/BoxShadow.qml and material/ElevationEffect.qmlJ-P Nurmi2016-05-063-3/+3
* Fix grammar in style selector documentationMitch Curtis2016-05-051-1/+1
* Material: add implicitHeight to MenuItemNikita Krupenko2016-05-041-0/+1
* Material: Add proper elevation supportMichael Spencer2016-05-0423-114/+563