aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MenuSeparatorMitch Curtis2016-07-2520-0/+615
* Universal: determine the default hoverEnabled value from QStyleHintsJ-P Nurmi2016-07-2220-0/+40
* Material: determine the default hoverEnabled value from QStyleHintsJ-P Nurmi2016-07-2220-0/+40
* Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-2210-39/+380
|\
| * Fix overlay event processing order for popupsJ-P Nurmi2016-07-223-14/+79
| * Fix hover event handling for drawer overlaysJ-P Nurmi2016-07-224-2/+142
| * Don't leak hover events through modal overlaysJ-P Nurmi2016-07-222-1/+19
| * Don't leak hover events through popupsJ-P Nurmi2016-07-223-0/+124
| * Popups: fix overlay visibilityJ-P Nurmi2016-07-223-22/+13
| * testbench: center the window upon completion instead of using bindingsJ-P Nurmi2016-07-201-2/+5
* | QQuickTumbler: change asserts to if-checksJ-P Nurmi2016-07-221-5/+3
* | Update plugins.qmltypes for templates and controlsJ-P Nurmi2016-07-223-431/+706
* | tst_button: stabilize auto-repeat testsJ-P Nurmi2016-07-221-4/+10
* | Material: fix ripple wave position on mouse ungrab / button cancelJ-P Nurmi2016-07-211-8/+2
* | Material: cleanup the ripple color bindingJ-P Nurmi2016-07-211-1/+1
* | Material: rename ripple color propertiesJ-P Nurmi2016-07-2117-25/+25
* | Doc: use the new .pro syntax for RESOURCESJ-P Nurmi2016-07-211-12/+3
* | Add ToolSeparatorMitch Curtis2016-07-2125-0/+814
* | Tests: use the new .pro syntax for RESOURCESJ-P Nurmi2016-07-214-12/+2
* | Gallery: use the new .pro syntax for RESOURCESJ-P Nurmi2016-07-212-66/+4
* | QQuickMaterialStyle: cleanup several unused colorsJ-P Nurmi2016-07-212-90/+5
* | QQuickTumblerView: add missing override keywordJ-P Nurmi2016-07-211-1/+1
* | Material: add missing ripple effect to SpinBox buttonsJ-P Nurmi2016-07-201-12/+24
* | Material: add missing ripple effect to SwipeDelegateJ-P Nurmi2016-07-202-3/+18
* | Material: remove double press effect from delegatesJ-P Nurmi2016-07-206-7/+6
* | Add manual test app for buttonsJ-P Nurmi2016-07-205-0/+195
* | Material: revise Button visualsJ-P Nurmi2016-07-202-27/+15
* | Tumbler: don't crash if attached to a non-ItemJ-P Nurmi2016-07-202-14/+16
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-204-7/+36
|\|
| * ComboBox: add custom popup example snippetJ-P Nurmi2016-07-191-3/+30
| * differences.qdoc: clarify Button.qml exampleMitch Curtis2016-07-191-2/+3
| * Doc: minor language correctionNico Vertriest2016-07-191-2/+2
| * QQuickStackView: claim QObject ownership for dynamically created itemsJ-P Nurmi2016-07-181-0/+1
* | Material: improve Button's ripple effectJ-P Nurmi2016-07-191-2/+2
* | Material: tweak ScrollBar looks and behaviorJ-P Nurmi2016-07-183-16/+33
* | Add DialogJ-P Nurmi2016-07-1821-16/+1183
* | StackView: don't crash if attached to a non-ItemJ-P Nurmi2016-07-182-12/+13
* | SwipeView: don't crash if attached to a non-ItemJ-P Nurmi2016-07-182-17/+16
* | Universal: add missing hover effect for ScrollBarJ-P Nurmi2016-07-181-1/+2
* | Gallery: round settings dialog's coordinates and sizeJ-P Nurmi2016-07-181-3/+3
* | ToolTip: don't leak memory if attached to a non-ItemJ-P Nurmi2016-07-182-8/+7
* | Bump up IMPORT_VERSIONs in .pro filesJ-P Nurmi2016-07-154-4/+4
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-1515-16/+211
|\|
| * SwipeDelegate: vertically resize contentItem when swipe is completeMitch Curtis2016-07-152-4/+32
| * Improve unxpected signal warningMitch Curtis2016-07-141-1/+6
| * Doc: special notes for Component and url in StackView::push/replace()J-P Nurmi2016-07-131-0/+16
| * SwipeDelegate: reposition contentItem, background on width changesMitch Curtis2016-07-123-7/+61
| * Document which controls consume mouse/touch eventsMitch Curtis2016-07-111-0/+6
| * SwipeDelegate: document which items can be used in left/right/behindMitch Curtis2016-07-112-0/+11
| * Drawer: fix dragMargin handlingJ-P Nurmi2016-07-112-4/+13