summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-142-3/+3
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-1313-24/+24
* Autotests: Blacklist parts of tst_qopenglwidgetJani Vähäkangas2015-10-132-2/+12
* Fix building with QT_NO_LIBRARYUlf Hermann2015-09-301-0/+4
* Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-291-0/+22
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2514-55/+190
|\
| * Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-249-9/+9
| * QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+69
| * QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-222-0/+8
| * Fix taskQTBUG_34717_collapseAtBottom testJędrzej Nowacki2015-09-222-30/+33
| * Remove QGraphicsView autotest that doesn't test anythingTor Arne Vestbø2015-09-151-9/+0
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-272-7/+48
| |\
| | * 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
| * | | QPlatformFileDialogHelper::cleanFilterList(): Allow for ',' in glob.Friedemann Kleint2015-08-271-0/+23
| |/ /
* | | Add attribute to enable font and palette propagation in QSS.Aaron Kennedy2015-09-101-14/+214
* | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-096-1/+26
* | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-053-4/+4
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0558-60/+0
* | | QGroupBox: Send unhandled mouse events to parent widgetAlex Henrie2015-09-031-0/+111
* | | Remove TARGET.EPOCHEAPSIZE settings (Symbian).Friedemann Kleint2015-09-032-2/+0
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | | QWidgets tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-316-8/+11
* | | Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-262-6/+0
* | | QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-2212-245/+248
|/ /
* | 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-3162-639/+671
* | high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-302-8/+34
* | tst_QApplication: Remove test windowsCommandLine().Friedemann Kleint2015-07-294-88/+0
* | tst_qgraphicsproxywidget: Rename test slot to fix compiler warning.Friedemann Kleint2015-07-281-4/+4
* | tst_qgraphicsanchorlayout: Fix warning about unused function result.Friedemann Kleint2015-07-281-2/+1
* | 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-279-32/+32
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-173-37/+64
|\|
| * Stabilize tst_QListView::batchedMode().Friedemann Kleint2015-07-171-33/+22
| * Stabilize tst_QApplication::touchEventPropagation().Friedemann Kleint2015-07-161-4/+4
| * Test QAction::autoRepeatFrederik Gladhorn2015-07-071-0/+38
* | 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-0123-44/+80
|\|
| * QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-0/+17
| * tst_qtooltip: Move cursor away from tooltip.Friedemann Kleint2015-06-301-0/+4
| * Replace MAC OS X with OS XNico Vertriest2015-06-306-7/+7
| * Prospective fix to stabilize tst_QAbstractItemView::task200665_itemEntered().Friedemann Kleint2015-06-261-18/+5
| * Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-4/+21
| * QSwipeGestureRecognizer: Allow for small direction changes.Friedemann Kleint2015-06-071-3/+12