summaryrefslogtreecommitdiff
path: root/src/controls
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing documentation for styleData.role in itemDelegateAndy Shaw2018-10-121-0/+1
* Doc: Add missing dots (qtquickcontrols)Paul Wicking2018-06-1922-24/+24
* Extras: fix remaining createRadialGradient() issuesMitch Curtis2018-05-291-2/+2
* StatusIndicatorStyle: fix usage of ctx.createRadialGradient()Mitch Curtis2018-05-241-1/+1
* Slider: don't break the binding on value when using the mouse wheelAndy Shaw2018-04-171-2/+2
* Stop incrementing if the mouse is no longer over the buttonAndy Shaw2018-04-171-2/+4
* Fix detected anchors on an item that is managed by a layoutv5.11.0-beta3Paolo Angelelli2018-03-222-4/+0
* Merge remote-tracking branch 'origin/5.9' into 5.11v5.11.0-beta1Liang Qi2018-02-181-1/+4
|\
| * QQuickMenu1::__popup(): Scale target rectangleJ-P Nurmi2018-02-021-1/+4
* | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-3/+14
|\ \
| * | Calendar: make clicked(date) emit the correct date5.10Mitch Curtis2018-02-091-3/+5
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+9
| |\ \ | | |/
| | * Document licensesKai Koehne2018-01-221-0/+9
* | | Fix memory leak in QQC1Simon Hausmann2018-02-071-5/+8
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-204-7/+24
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-194-7/+24
| |\ \ | | |/
| | * Doc: Change wording on when module was introducedKai Koehne2018-01-192-2/+2
| | * TreeView: allow selecting items by touchShawn Rutledge2017-12-271-4/+18
| | * TableView: Don't unset the delegate loader source componentUlf Hermann2017-12-151-1/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-1810-82/+183
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-159-39/+55
| |\ \ | | |/
| | * Calendar: fix bug when NaN is displayed instead of dateOleg Yadrov2017-12-155-24/+26
| | * Fix ScrollView scrollbar handles when there is no contentJoni Poikelin2017-11-281-2/+2
| | * ScrollView: fix cyclic Tab navigationAlberto Mardegan2017-11-232-1/+3
| | * Pick the default style name at runtime instead of compile timeJake Petroules2017-11-211-12/+24
| * | Update plugins.qmltypesMitch Curtis2017-12-111-43/+128
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-014-3/+29
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+1
| |\ \ | | |/
| | * Fix base slider style in static buildsLaszlo Agocs2017-11-141-0/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-302-3/+3
| |\ \ | | |/
| | * Update slider handle position when maximum changesFrederik Gladhorn2017-10-101-2/+2
| | * Check for empty style returned from environmentFriedemann Kleint2017-09-051-1/+1
| * | Add internal types to Android styles qmldirv5.10.0-beta1Eskil Abrahamsen Blomfeldt2017-09-261-0/+25
* | | Fix typoFrederik Gladhorn2017-10-101-1/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-262-2/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-222-9/+9
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-152-3/+13
|\ \ | |/
| * Calendar: add a doc example that sets minimum/maximumDateMitch Curtis2017-08-111-0/+7
| * Convert features.tooltip to QT_CONFIGStephan Binner2017-06-271-3/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-2711-157/+225
|\ \ | |/
| * Increase QtQuick import from 2.2 to 2.6 for QML LabelJussi Witick2017-06-161-1/+1
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-06-011-2/+2
| * Update plugins.qmltypesMitch Curtis2017-05-291-116/+165
| * SpinBox: set "editable" accessible propertyJ-P Nurmi2017-05-221-0/+1
| * Slider: Don't suppress updates by dragThreshold on non-touchscreensUlf Hermann2017-05-101-1/+1
| * Fix non-prefix builds on WindowsSimon Hausmann2017-04-261-2/+2
| * Fix packaging of shaders when qmlcache is usedJoni Poikelin2017-04-241-23/+7
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-184-7/+39
| |\
| | * Add NOTIFY signals for WheelArea5.8Marco Martin2017-04-033-6/+38
| | * Fix "Unable to assign Object to QString" warningJason Erb2017-03-111-1/+1