summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* don't rely on transitive dependenciesOswald Buddenhagen2016-01-083-0/+4
* QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-151-1/+15
* QLineEdit: a validator fixup() should keep it modified; add failing testGiuseppe D'Angelo2015-12-121-0/+24
* Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-0/+30
* QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-0/+56
* Clean up tst_qlabelMarc Mutz2015-11-271-22/+6
* Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-2/+72
* 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
* | Blacklist tests that fail with Gtk style on RHEL 6.6Frederik Gladhorn2015-11-132-0/+2
* | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+40
* | tests: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-17/+41
|\|
| * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-17/+41
* | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-2/+18
* | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-242-2/+2
* | QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-222-0/+8
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-7/+48
|\|
| * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-181-3/+41
| * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-4/+7
* | Add QMainWindow::resizeDocksOlivier Goffart2015-08-161-0/+93
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-062-1/+13
|\|
| * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-1/+4
| * 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-3121-228/+230
* | Tests: Remove some unused member variables.Friedemann Kleint2015-07-282-4/+1
* | tst_qmenubar: Cast char-type array subscripts to int.Friedemann Kleint2015-07-281-60/+60
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-275-16/+16
* | QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-0/+23
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-3/+3
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-2/+2
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | QMenu/QToolBar: Add overloads of addAction() using Qt 5 signals and slots.Friedemann Kleint2015-06-182-0/+47
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-147-2/+18
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-035-0/+117
|\|
| * tst_QDockWidget::restoreDockWidget: Add QSKIP for XCB.Friedemann Kleint2015-05-291-0/+2
| * QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-0/+66
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-082-0/+4
| |\
| | * Blacklist task256322_highlight on OS XAllan Sandfeld Jensen2015-05-071-0/+2
| | * Blacklist task258920_mouseBorder on MacSimon Hausmann2015-04-281-0/+2
| * | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-071-0/+45
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-272-7/+69
|\| |
| * | QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-7/+66
| * | Tests: Blacklist task260974_menuItemRectangleForComboBoxPopupCaroline Chao2015-04-241-0/+3
* | | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-1018-0/+0
|/ /
* | QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+17
* | Tests: Blacklist tests for ubuntu 14.04Caroline Chao2015-04-011-0/+4
* | 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
* | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-0/+26