aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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-095-4/+72
* | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devJ-P Nurmi2016-07-097-11/+53
|\ \
| * | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-097-11/+53
| |\|
| | * SwipeDelegate: only consume child events if we grabbed the mouseMitch Curtis2016-07-081-5/+7
| | * 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-061-1/+1
| | * Fix QQuickComboBox::textAt()J-P Nurmi2016-07-061-2/+9
| | * Improve ToolTip documentationMitch Curtis2016-07-041-1/+9
* | | 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-08227-392/+393
* | 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-066-2/+96
* | Fix Tumbler GIFMitch Curtis2016-07-011-0/+0
* | Tumbler: make wrap property depend on count by defaultMitch Curtis2016-07-017-126/+356
* | Remove DialogButtonBox::flatJ-P Nurmi2016-06-304-40/+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
| * Material: fix radiusJ-P Nurmi2016-06-276-7/+7
* | Doc: improve the module descriptionsJ-P Nurmi2016-06-292-5/+6
* | Add hover support to TextArea & TextFieldJ-P Nurmi2016-06-2914-8/+169
* | Platform: add missing plugins.qmltypesJ-P Nurmi2016-06-291-0/+293
* | Tumbler: test and document negative currentIndexMitch Curtis2016-06-282-13/+66
* | Tumbler: change default visibleItemCount to 5Mitch Curtis2016-06-284-5/+1
* | RangeSlider: add first.hovered and second.hovered propertiesJ-P Nurmi2016-06-284-1/+72
* | SpinBox: add up.hovered and down.hovered propertiesJ-P Nurmi2016-06-284-3/+66
* | ComboBox: make delegates respect hoverEnabled of the controlJ-P Nurmi2016-06-283-0/+3
* | Tumbler: add wrap propertyMitch Curtis2016-06-2816-167/+875
* | Add internal QQuickPageLayout helperJ-P Nurmi2016-06-284-117/+289
* | Platform dialogs: set the options on constructionJ-P Nurmi2016-06-273-6/+3
* | Platform: add FileDialog and FolderDialogJ-P Nurmi2016-06-2711-0/+1108