aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_combobox.qml
Commit message (Expand)AuthorAgeFilesLines
* Welcome to 2017J-P Nurmi2017-01-091-1/+1
* Stabilize tst_combobox::test_modelReset()J-P Nurmi2016-12-131-4/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-031-2/+158
|\
| * QQuickComboBox: key searchJ-P Nurmi2016-11-031-0/+43
| * QQuickComboBox: handle Home and End keysJ-P Nurmi2016-11-031-2/+115
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-021-1/+0
|\|
| * QQuickPopup: use QShortcutMap to grab Back & Escape keysJ-P Nurmi2016-11-011-1/+0
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-071-30/+4
|\|
| * auto tests: prefer creating signal spies locally where neededJ-P Nurmi2016-10-071-30/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-031-3/+60
|\|
| * Fix ComboBox to scroll to the highlighted itemJ-P Nurmi2016-10-021-3/+60
* | Add ComboBox::flatJ-P Nurmi2016-08-111-0/+1
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-08-091-0/+20
|\|
| * ComboBox: ensure an update of the current text on data changeJ-P Nurmi2016-08-091-0/+20
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-091-0/+29
|\|
| * Fix QQuickComboBox::textAt()J-P Nurmi2016-07-061-0/+29
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-081-1/+1
|/
* ComboBox: restore the old popup behaviorJ-P Nurmi2016-05-101-0/+8
* ComboBox: separate indicatorJ-P Nurmi2016-04-281-0/+1
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-1/+1
* ComboBox: respect currentIndex:-1J-P Nurmi2016-04-181-0/+10
* Remove references to non-existent ComboBox::downJ-P Nurmi2016-04-181-1/+0
* Add QQuickAbstractButton::downMitch Curtis2016-04-151-1/+1
* Expose checkable where necessary, instead of in QQuickAbstractButtonMitch Curtis2016-04-131-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-111-0/+25
|\
| * ComboBox: fix usage in an asynchronous LoaderJ-P Nurmi2016-03-231-0/+25
* | tst_combobox: remove the extra ApplicationWindow instanceJ-P Nurmi2016-03-181-102/+46
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-161-7/+11
|\|
| * Fix popup fontsJ-P Nurmi2016-03-111-9/+11
| * Revert "QQuickControl: delayed the call of resolveFont()"J-P Nurmi2016-03-111-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-081-0/+35
|\|
| * ComboBox: fix activationJ-P Nurmi2016-03-071-0/+35
* | QQuickComboBox: handle wheel events to respect wheelEnabledJ-P Nurmi2016-03-041-0/+23
* | tst_combobox: temporarily disable tests with two windowsJ-P Nurmi2016-03-021-16/+16
* | tst_combobox: test both Window and ApplicationWindowJ-P Nurmi2016-02-211-39/+85
|/
* Controls: fix font inheritance for popupsLiang Qi2016-02-181-0/+91
* ComboBox: lazy load the popup contentJ-P Nurmi2016-01-281-1/+1
* ComboBox: add support for object arrayJ-P Nurmi2016-01-261-2/+45
* tst_combobox: set size for the test caseJ-P Nurmi2016-01-071-0/+2
* ComboBox: fix displayText initializationJ-P Nurmi2015-12-231-0/+31
* Fix tst_combobox for popup transitionsJ-P Nurmi2015-12-191-4/+4
* Rename Panel to PopupJ-P Nurmi2015-12-091-26/+26
* Add ComboBoxJ-P Nurmi2015-12-041-0/+553