summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* QListView: fix skipping indexes in selectedIndexes().Anton Kudryavtsev2016-02-171-0/+28
* Autotest: Enable make check on rhel 7.1Simo Fält2016-02-117-0/+20
* Pass -silent to lrelease to avoid cruft in test logs.Edward Welbourne2016-02-022-2/+2
* Don't clutter up the source tree with .qm files generated by testing.Edward Welbourne2016-02-022-8/+8
* Clean up tst_qwidgetwindowBłażej Szczygieł2016-02-021-25/+13
* QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-0/+26
* Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-021-2/+1
* QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-291-1/+2
* QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-0/+18
* Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-281-4/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-193-12/+50
|\
| * Fix UB in tst_QDialog::showExtension()Marc Mutz2016-01-071-11/+12
| * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-1/+7
| * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-0/+32
* | Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+21
* | don't rely on transitive dependenciesOswald Buddenhagen2016-01-083-0/+4
* | Make use of preprocessor easier to understand.Edward Welbourne2016-01-041-17/+17
* | QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-151-1/+15
* | Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+7
* | QFileSystemModel: report special files which are not symlinksGiuseppe D'Angelo2015-12-131-0/+44
* | QFileSystemModel autotest: fix a broken sort() testGiuseppe D'Angelo2015-12-121-7/+10
* | QLineEdit: a validator fixup() should keep it modified; add failing testGiuseppe D'Angelo2015-12-121-0/+24
* | QFileDialog test: make the right subwidget visibleGiuseppe D'Angelo2015-12-101-4/+6
* | QFileSystemModel: do not unwatch directories if removal failsGiuseppe D'Angelo2015-12-101-0/+31
* | QFileDialog: Call reject() on Key_Escape even when itemview has focusGiuseppe D'Angelo2015-12-091-11/+22
* | Skip testing empty window sizes on WindowsJan Arve Saether2015-12-041-1/+16
* | Windows QPA: Fix window state transition from minimized to normal.Friedemann Kleint2015-12-011-4/+0
* | Use QCollator for sorting in the filesystem modelLars Knoll2015-11-301-76/+0
* | 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.5' into 5.6Liang Qi2015-11-271-0/+9
|\|
| * Fix crash in QFileDialog::iconProvider() with native dialogsJoni Poikelin2015-11-241-0/+9
* | 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 tst_qfontdialog::setFont on RHEL 6.6Frederik Gladhorn2015-11-131-0/+1
* | Blacklist tests that fail with Gtk style on RHEL 6.6Frederik Gladhorn2015-11-132-0/+2
* | QMessageBox test: Refactor closing dialogs.Friedemann Kleint2015-11-051-118/+126
* | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-2/+31
* | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+40
* | tests: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-035-31/+13
* | Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+38
* | 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
* | QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-191-0/+12
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-1/+23
|\|
| * QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-1/+23
* | xcb: Add support for Qt::WA_ShowWithoutActivatingAlexander Volkov2015-10-081-23/+23