aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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
* | Material: implement ripple effect for ButtonJ-P Nurmi2016-07-111-0/+10
* | QQuickAbstractButton: make the press point available via private APIJ-P Nurmi2016-07-114-18/+36
* | Popup: expose flip APIJ-P Nurmi2016-07-096-6/+109
* | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devJ-P Nurmi2016-07-0912-13/+133
|\ \
| * | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-0912-13/+133
| |\|
| | * SwipeDelegate: only consume child events if we grabbed the mouseMitch Curtis2016-07-082-5/+31
| | * Doc: fix typo in AbstractButton::pressAndHold()J-P Nurmi2016-07-081-1/+1
| | * Doc: missing signals in MonthGridJ-P Nurmi2016-07-081-0/+24
| | * Doc: fix custom PageIndicator snippetJ-P Nurmi2016-07-081-1/+2
| | * Drawer: reposition when closedJ-P Nurmi2016-07-062-1/+26
| | * Fix QQuickComboBox::textAt()J-P Nurmi2016-07-062-2/+38
| | * Improve ToolTip documentationMitch Curtis2016-07-041-1/+9
| | * Improve gallery example for Qt Quick DesignerThomas Hartmann2016-07-012-2/+2
* | | Material: implement the ripple effectJ-P Nurmi2016-07-099-76/+532
|/ /
* | qtquickcontrols2plugin.cpp: remove useless double registrationJ-P Nurmi2016-07-081-8/+0
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-08385-576/+577
* | tst_control: fix TextArea::test_pressedReleasedJ-P Nurmi2016-07-071-1/+1
* | Be consistent with naming of event argument in pressAndHold() signalsMitch Curtis2016-07-063-5/+5
* | Add pressed() and released() signals to TextField and TextAreaMitch Curtis2016-07-068-4/+434
* | Fix tests in static buildsJ-P Nurmi2016-07-014-0/+21
* | Fix Tumbler GIFMitch Curtis2016-07-011-0/+0
* | Tumbler: make wrap property depend on count by defaultMitch Curtis2016-07-018-135/+461
* | Remove DialogButtonBox::flatJ-P Nurmi2016-06-305-62/+0
* | Universal: implement hover effectsJ-P Nurmi2016-06-3019-47/+100
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-06-297-8/+8
|\|
| * Universal: fix Dial press effectJ-P Nurmi2016-06-291-1/+1