aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync the platform menu after inserting it to the menubarAndy Shaw2020-06-031-0/+1
* 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
* Sync the QQuickPlatformMenu so it has a handle ready when its a sub menuAndy Shaw2020-05-291-2/+7
* Account for single key shortcuts being used in the platform menusAndy Shaw2020-05-283-1/+37
* Fix -no-accessibility buildPeter Varga2020-05-262-0/+4
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Doc: explain how to allow Menu to move outside of the window via marginsMitch Curtis2020-05-211-0/+8
* HeaderView: always use headerdata from syncView modelRichard Moe Gustavsen2020-05-201-7/+2
* Listen for the LanguageChange event in event() instead of using filtersAndy Shaw2020-05-192-21/+7
* Fix Qt.labs.platform/MenuItem 1.1: expose iconIvan Tkachenko2020-05-153-4/+8
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-6/+6
* QmlDesigner: Update properties in property editorHenning Gruendl2020-04-2712-8/+247
* Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-156-21/+98
* Material: revision sliderDisabledColorv5.15.0-beta4v5.15.0-beta3Mitch Curtis2020-03-311-1/+1
* HeaderView: Add support for list based modelsAndy Shaw2020-03-2412-13/+53