aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_combobox.qml
Commit message (Expand)AuthorAgeFilesLines
* Restructure tests in preparation for merging into qtdeclarativeMitch Curtis2021-07-221-2283/+0
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-0/+40
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-6/+25
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-01-281-0/+1
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-0/+50
* Remove all version numbers from QML importsMitch Curtis2020-08-261-7/+7
* Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-171-0/+22
* ComboBox: add implicitContentWidthPolicyMitch Curtis2020-07-161-4/+182
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-0/+49
* Remove the remaining usages of QRegExp and QRegExpValidatorLars Knoll2020-03-191-6/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-301-0/+52
|\
| * ComboBox: change currentIndex (if applicable) when focus is lostMitch Curtis2019-12-101-0/+52
* | ComboBox: add selectTextByMouse propertyMitch Curtis2019-12-121-0/+16
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-0/+58
|\
| * Add a test for having a ShaderEffect as a delegateJan Arve Sæther2019-05-221-0/+58
* | tst_combobox.qml: remove temporary skipsMitch Curtis2019-04-231-6/+0
* | Add valueRole API to ComboBoxMitch Curtis2019-04-231-1/+65
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-161-0/+51
|\|
| * QQuickComboBox: don't hide popup if focusedAlberto Mardegan2019-04-101-0/+51
* | Fix broken buildMitch Curtis2019-04-031-0/+6
|/
* Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-021-2/+2
* ComboBox: don't block the escape/back key (with fixed test)J-P Nurmi2018-04-251-0/+80
* Revert "ComboBox: don't block the escape/back key"Liang Qi2018-04-251-71/+0
* ComboBox: don't block the escape/back keyJ-P Nurmi2018-04-231-0/+71
* ComboBox: reset when hiddenJ-P Nurmi2018-04-231-0/+6
* Combo|SpinBox: fix wheel event propagationJ-P Nurmi2018-03-231-1/+16
* ComboBox: fix key search in the popupJ-P Nurmi2018-03-121-0/+54
* Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-12-151-2/+1
|\
| * ComboBox: use deferred executionJ-P Nurmi2017-12-141-1/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-10-121-1/+1
|\|
| * tst_combobox: attempt to stabilize test_mouse()J-P Nurmi2017-10-021-1/+1
* | QQuickComboBox: fix attached Keys signal handlers when editableJ-P Nurmi2017-09-111-1/+0
* | tst_combobox: remove bogus mouse highlight checksJ-P Nurmi2017-09-011-12/+0
* | Fix tests for boot2qtSami Nurmenniemi2017-08-221-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-151-0/+25
|\|
| * ComboBox: fix QObject list value modelsJ-P Nurmi2017-06-121-0/+25
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-061-0/+31
|\|
| * Attempt to fix tst_controls::ComboBox flakinessJ-P Nurmi2017-06-061-0/+8
| * ComboBox: fix empty popup being shown after model is clearedMitch Curtis2017-05-311-0/+23
* | QQuickComboBox: update highlighted index on mouse hoverJ-P Nurmi2017-05-301-1/+50
|/
* tst_combobox: make test_highlightRange() more reliableJ-P Nurmi2017-05-221-0/+1
* tst_combobox: get rid of waitForRendering()J-P Nurmi2017-04-271-9/+31
* QQuickComboBox: handle touch eventsJ-P Nurmi2017-04-191-0/+44
* tst_combobox: use larger windowJ-P Nurmi2017-04-041-2/+4
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-241-2/+12
* tst_combobox: use TestCase's new createTemporaryObject functionsMitch Curtis2017-01-241-94/+32
* tst_controls: update import versions for controls and templatesJ-P Nurmi2017-01-121-1/+1
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-12-201-4/+2
|\|