aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1819-2/+953
* | 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
* | 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-1510-15/+118
|\|
| * SwipeDelegate: vertically resize contentItem when swipe is completeMitch Curtis2016-07-151-4/+8
| * 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-122-7/+43
| * 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-111-4/+6
| * QQuickTextArea & -Field: fix double-click to select a wordJ-P Nurmi2016-07-114-0/+22
| * 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-142-4/+4
* | SwipeDelegate: add swipe.pressed and swipe.clicked()Mitch Curtis2016-07-143-4/+226
* | StackView: allow choosing which transition to runJ-P Nurmi2016-07-144-25/+106
* | 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-149-2/+312
* | SwipeDelegate: add swipe.completed() signalMitch Curtis2016-07-132-1/+13
* | SwipeDelegate: add swipe.close()Mitch Curtis2016-07-133-1/+18
* | Fix build after QQuickItemChangeListener changesJ-P Nurmi2016-07-1312-30/+30
* | Material: add ripple effect for TabButtonJ-P Nurmi2016-07-131-1/+9
* | Material: trigger ripple effects on release for some controlsJ-P Nurmi2016-07-138-5/+36
* | Ripple: use timer event for RIPPLE_ENTER_DELAYJ-P Nurmi2016-07-132-4/+31
* | Material: fix ripple effect for RangeSliderJ-P Nurmi2016-07-113-1/+5
* | Material: implement ripple effect for SwitchDelegateJ-P Nurmi2016-07-113-12/+22
* | Material: implement ripple effect for RadioDelegateJ-P Nurmi2016-07-113-11/+25
* | Material: implement ripple effect for CheckDelegate & MenuItemJ-P Nurmi2016-07-114-13/+36
* | Material: implement ripple effect for ItemDelegateJ-P Nurmi2016-07-111-2/+13