aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-105-7/+26
|\
| * RangeSlider: update handle positions when 'from' or 'to' value is changedIvan Solovev2021-12-031-0/+8
| * Fix build without accessibilityJoni Poikelin2021-11-121-1/+3
| * Register the overlay with QQuickApplicationWindowVolker Hilsheimer2021-10-201-0/+2
| * Consider all popups in the stack to test whether an event should be blockedVolker Hilsheimer2021-10-181-2/+7
| * Give focus to popup on prepareEnter instead of finalizeEnterTomi Korpipaa2021-10-151-2/+3
| * Fix activeFocus for highest-z popupTomi Korpipaa2021-10-151-2/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-122-0/+8
|\|
| * Fix memory leak in Qt Quick Controls iconEirik Aavitsland2021-09-072-0/+8
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-1612-203/+138
|\|
| * Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"Mitch Curtis2021-08-165-213/+4
| * Revert "Allow creation of custom QQuickPopupItem-derived types"Mitch Curtis2021-08-168-196/+100
| * Doc: make it clear that Page doesn't render its title textMitch Curtis2021-07-021-0/+3
| * QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-3/+27
| * Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-171-1/+4
| * Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-171-3/+4
| * ToolTip: use contentWidth of Text contentItem to account for newlinesMitch Curtis2021-06-095-4/+213
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-1916-111/+263
|\|
| * TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-261-0/+4
| * Don't call QQml_setParent_noEvent with a nullptr itemVolker Hilsheimer2021-05-191-2/+2
| * Hide old scroll barsMitch Curtis2021-05-191-0/+16
| * Allow creation of custom QQuickPopupItem-derived typesMitch Curtis2021-05-188-100/+196
| * Imagine: fix GroupBox's bottom edge being clippedMitch Curtis2021-05-061-2/+1
| * QQuickDial: Keep value integer if everything is integerFabian Kosmale2021-05-041-3/+30
| * ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-262-1/+11
| * Change the name of the material style plugin to avoid a path limitAndy Shaw2021-04-232-2/+2
| * QmlDesigner: Fix RangeSliderSpecifics snap modeHenning Gruendl2021-04-211-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-073-3/+19
|\|
| * Ensure the ninepatch image is detachedLaszlo Agocs2021-04-131-0/+7
| * Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNod...Laszlo Agocs2021-04-131-1/+6
| * Fix static buildJoni Poikelin2021-03-091-1/+1
| * ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-181-1/+5
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-22650-13578/+13578
|/
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-02-031-6/+15
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-02-021-4/+19
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-02-027-0/+227
* Update commercial license headersTarja Sundqvist2021-01-22650-13578/+13578
* Fix initial currentIndex in Tumbler when wrap is set to falseAlexey Edelev2021-01-141-2/+3
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-143-2/+28
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-063-4/+26
* QmlDesigner: Remove duplicate of repeatThomas Hartmann2020-11-102-13/+3
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-0910-12/+0
* Doc: fix Qt Labs Platform Menu icon documentationMitch Curtis2020-11-091-4/+4
* Fix QQuickHeaderView models to pass model testerVolker Hilsheimer2020-11-061-3/+8
* Doc: fix SplitView's inheritanceMitch Curtis2020-11-051-1/+1
* QQuickAbstractButton: don't accept key release if we're not pressedMitch Curtis2020-10-221-1/+1
* ScrollView: document how you can make ScrollView scroll in only one directionRichard Moe Gustavsen2020-10-151-1/+7
* Only add a shortcut if the sequence is not emptyAndy Shaw2020-10-081-2/+6
* Specify the QtQuick dependency of templates also in qmldirUlf Hermann2020-10-061-0/+1
* Add setAcceptTouchEvents() in controls that handle touch eventsShawn Rutledge2020-10-028-0/+32