aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data
Commit message (Expand)AuthorAgeFilesLines
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-09-021-0/+47
* Take over touch grab after initial delayed mouse press from FlickableShawn Rutledge2022-06-131-0/+35
* DialogButtonBox: fix buttons going outside box on size changeMitch Curtis2022-04-281-1/+83
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-081-0/+63
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2022-01-201-0/+33
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-191-0/+23
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2022-01-041-0/+49
* RangeSlider: update handle positions when 'from' or 'to' value is changedIvan Solovev2021-12-031-0/+37
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"Mitch Curtis2021-08-161-20/+2
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-0/+40
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-171-5/+35
* Fix warnings in some testsMitch Curtis2021-06-144-30/+29
* ToolTip: use contentWidth of Text contentItem to account for newlinesMitch Curtis2021-06-091-2/+20
* TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-261-0/+15
* Hide old scroll barsMitch Curtis2021-05-192-0/+65
* QQuickDial: Keep value integer if everything is integerFabian Kosmale2021-05-041-0/+15
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-261-0/+24
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-181-6/+25
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-02-031-0/+1
* Fix initial currentIndex in Tumbler when wrap is set to falseAlexey Edelev2021-01-141-0/+21
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-141-0/+35
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-0/+50
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-151-0/+18
* Update the text when the inputted value is out of rangeAndy Shaw2020-09-111-0/+25
* QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-201-0/+12
* SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+46
* SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+20
* Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-0/+36
* Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-0/+25
* QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-0/+27
* StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-291-6/+32
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-0/+49
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-211-8/+9
|\
| * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-181-8/+9
* | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-131-1/+69
* | Attempt to stabilize test_openDuringExitTransitionWithTimeout()Mitch Curtis2020-03-041-2/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-225-7/+51
|\|
| * Fix clicked() being emitted after doubleClicked()Mitch Curtis2020-02-204-6/+26
| * ToolTip: fix timeout not activating if opened during exit transitionMitch Curtis2020-02-201-1/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-303-0/+262
|\|
| * StackView: fix an issue where the current item was hiddenMitch Curtis2019-12-121-0/+59
| * ComboBox: change currentIndex (if applicable) when focus is lostMitch Curtis2019-12-101-0/+52
| * StackView: fix crash when recursively removing itemsMitch Curtis2019-12-051-0/+100
| * SplitView: fix hoverable child items breaking handle hover stateMitch Curtis2019-12-041-0/+51
* | ComboBox: add selectTextByMouse propertyMitch Curtis2019-12-121-0/+16
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-301-8/+14
|\|
| * tst_dial: fix test_dragging afer mouseDrag() changesMitch Curtis2019-11-231-8/+14
* | Don't delete items we didn't createMitch Curtis2019-11-281-0/+16
|/
* Make ToolTips wrapMitch Curtis2019-11-151-0/+22
* SwipeView: fix issue where child items couldn't get focusMitch Curtis2019-11-151-0/+49