summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qcombobox
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+6
|\
| * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+6
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+9
|\|
| * QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+9
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-11/+11
* | QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-0/+23
|/
* Tests: Blacklist task260974_menuItemRectangleForComboBoxPopupCaroline Chao2015-04-241-0/+3
* QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+17
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+39
|\
| * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-0/+39
* | autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-031-0/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-4/+7
|\|
| * Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-4/+7
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+23
* | Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-201-0/+6
|/
* Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-241-0/+28
* Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-221-6/+20
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+28
* Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-1/+42
* QNX: Fix QComboBox autotestFabian Bumberger2014-04-141-7/+7
* QComboBox: fix keyboard selection with multiple character strings.Mitch Curtis2013-12-041-1/+29
* Stabilize tst_QComboBox::keyBoardNavigationWithMouse.Friedemann Kleint2013-10-111-5/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+35
|\
| * QComboBox: fix item activation via completerJ-P Nurmi2013-08-081-0/+35
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-4/+6
|\|
| * Fix tst_qcombobox::itemListPosition.Friedemann Kleint2013-06-051-4/+6
* | Add QComboBox::currentDataGiuseppe D'Angelo2013-05-271-0/+146
|/
* Stabilize tst_qcombobox.Friedemann Kleint2013-04-111-46/+127
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-7/+7
* QtWidgets tests: Don't use the deprecated QTest::qWaitForWindowShown()Debao Zhang2013-03-271-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-3/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* tst_QComboBox: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-4/+4
* Made QMacStyle internalJ-P Nurmi2012-11-231-4/+1
* Made QFusionStyle internalJ-P Nurmi2012-11-211-5/+3
* QComboBox: new signal currentTextChangedMark Brand2012-10-261-0/+55
* QComboBox: fix use in QDataWidgetMapper/QItemDelegateMark Brand2012-10-261-0/+53
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-9/+9
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-2/+2
* QComboBox: replace homebrew with QSignalSpy for editTextChanged testMark Brand2012-10-161-35/+12
* Fix QComboBox icon testingGiuseppe D'Angelo2012-10-163-2/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Emit the highlighted signal if the model changes.Stephen Kelly2012-08-151-0/+29
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-5/+5
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-5/+2
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-161-2/+0