aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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-1912-106/+259
|\|
| * 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
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-072-2/+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-22175-3627/+3627
|/
* 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-026-0/+225
* Update commercial license headersTarja Sundqvist2021-01-22175-3627/+3627
* 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-062-0/+22
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-096-8/+0
* 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
* Add setAcceptTouchEvents() in controls that handle touch eventsShawn Rutledge2020-10-028-0/+32
* QQuickMenu: fix heap-use-after-freeMitch Curtis2020-09-292-0/+11
* QQuickMenu: fix contentModel memory leakMitch Curtis2020-09-292-1/+8
* Don't trigger a close due to a release if we did not get a pressAndy Shaw2020-09-181-0/+2
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-151-2/+3
* Unregister the accessible observer before deleting the private objectAndy Shaw2020-09-151-3/+3
* Update the text when the inputted value is out of rangeAndy Shaw2020-09-111-13/+24
* QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-201-1/+1
* Document that pop() does nothing if depth is less than or equal to 1Mitch Curtis2020-08-201-0/+3
* SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+5
* SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+5
* Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-1/+1
* Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-8/+11
* Fix crash on exit when centering Popup within Overlay in StackView itemMitch Curtis2020-08-162-1/+31
* Doc: mention cache property in the relevant placesMitch Curtis2020-07-152-0/+2
* QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-2/+11
* StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-293-14/+32
* Fix -no-accessibility buildPeter Varga2020-05-262-0/+4
* Add missing overrideAlexander Volkov2020-05-251-1/+1