aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-217-18/+19
|\
| * Doc: Make sure import is highlightedKai Koehne2020-03-204-9/+9
| * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-182-7/+8
| * Doc: Fix highlighting of importKai Koehne2020-03-091-2/+2
* | Account for the padding around a menu when checking if it is interactiveAndy Shaw2020-03-185-5/+15
* | Material: Make Slider's track accent colored and semi-transparentPaweł Gronowski2020-03-171-5/+6
* | Material: Make RangeSlider's track accent colored and semi-transparentPaweł Gronowski2020-03-171-8/+9
* | Material: Change RangeSlider's color to grey when not enabledPaweł Gronowski2020-03-171-1/+1
* | Material: Change slider's color to grey when not enabledPaweł Gronowski2020-03-174-4/+13
* | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-132-14/+39
* | HeaderView: set implicitSize on the style itemsv5.15.0-beta2Richard Moe Gustavsen2020-03-1011-24/+90
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-052-3/+3
* | Update the current text after a translator is installedMitch Curtis2020-03-052-0/+9
* | Imagine: fix Dial being squishedMitch Curtis2020-03-021-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-226-7/+22
|\|
| * Fix clicked() being emitted after doubleClicked()Mitch Curtis2020-02-202-1/+7
| * ToolTip: fix timeout not activating if opened during exit transitionMitch Curtis2020-02-201-3/+12
| * clang-tidy: fix bugprone-integer-divisionMitch Curtis2020-02-193-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-158-12/+37
|\|
| * Account for when a touch event is synthesized by Qt as a mouse eventAndy Shaw2020-02-072-0/+14
| * DialogButtonBox: don't change button text that has been explicitly setMitch Curtis2020-02-031-2/+5