summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-1013-252/+18
* QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-091-0/+60
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-023-22/+92
|\
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-2/+72
|\|
| * Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-2/+72
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-213-6/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-183-0/+8
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-043-18/+82
|\| |
| * | 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
* | | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-2/+5
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-2/+18
|\| |
| * | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-2/+18
* | | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-1911-69/+86
* | | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-1/+1
* | | Autotests: Blacklist parts of tst_qopenglwidgetJani Vähäkangas2015-10-132-2/+12
* | | Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-291-0/+22
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-256-9/+58
|\| |
| * | 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
* | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
* | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0521-21/+0
* | | QGroupBox: Send unhandled mouse events to parent widgetAlex Henrie2015-09-031-0/+111
* | | QWidgets tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-312-2/+2
* | | Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-261-3/+0
|/ /
* | 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