aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QQuickTextArea & -Field: fix double-click to select a wordJ-P Nurmi2016-07-116-0/+60
| * Don't be too eager to steal presses outside the drawerJ-P Nurmi2016-07-111-0/+8
* | SwipeDelegate: add doc exampleMitch Curtis2016-07-152-0/+87
* | Material: make Dial use the internal SliderHandleJ-P Nurmi2016-07-141-3/+7
* | Material: revert "trigger ripple effects on release" for MenuItemJ-P Nurmi2016-07-141-1/+0
* | Fix missing scroll bars and indicatorsJ-P Nurmi2016-07-144-4/+32
* | SwipeDelegate: test pressAndHold()Mitch Curtis2016-07-141-1/+21
* | SwipeDelegate: add swipe.pressed and swipe.clicked()Mitch Curtis2016-07-145-19/+385
* | StackView: allow choosing which transition to runJ-P Nurmi2016-07-145-40/+152
* | Refactor QQuickStackView transition startupJ-P Nurmi2016-07-143-90/+124
* | Material: implement ripple effect for ComboBoxJ-P Nurmi2016-07-141-4/+6
* | Material: implement ripple effect for ToolButtonJ-P Nurmi2016-07-141-3/+14
* | Add an own copy of RectangularGlow, with OpenGL core and D3D12 as wellLaszlo Agocs2016-07-1412-5/+316
* | SwipeDelegate: add swipe.completed() signalMitch Curtis2016-07-133-7/+35
* | SwipeDelegate: add swipe.close()Mitch Curtis2016-07-134-1/+47