aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Material: fix binding loops when binding between attached propertiesMitch Curtis2020-09-032-59/+114
* 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
* Remove bindings to parent in delegatesMitch Curtis2020-07-305-5/+5
* Doc: mention cache property in the relevant placesMitch Curtis2020-07-154-0/+5
* Remove another binding to parentMitch Curtis2020-07-151-1/+1
* QmlDesigner: Fix DialSpecifics snap modeHenning Gruendl2020-06-171-1/+1
* Add missing paletteChanged() to setForeground() in Material styleJoni Poikelin2020-06-081-0/+1
* Remove the shortcut when the menu item that is using it is removedAndy Shaw2020-06-041-0/+10