summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
* QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+54
* Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+11
* Add auto-test for crash in QCocoaBackingStoreGabriel de Dietrich2016-03-211-0/+45
* tst_qtabbar sizeHints fixMilla Pohjanheimo2016-03-161-16/+10
* Remove restoreDockWidget from BLACKLISTMilla Pohjanheimo2016-03-151-2/+0
* Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-051-0/+48
* tst_QDialog: Instantiate test dialog on the stack.Friedemann Kleint2016-02-291-48/+41
* tst_QDialog::snapToDefaultButton(): Do not check on exact cursor position unl...Friedemann Kleint2016-02-261-12/+14
* QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-2/+4
* Blacklist tst_QTreeView::setSortingEnabledChild() on Windows.Friedemann Kleint2016-02-241-0/+2
* QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-0/+109
* Autotest: Blacklist tst_QFontDialog::setFont()Simo Fält2016-02-231-0/+1
* Re-enable tst_QTreeView::setSortingEnabled on Windows.Friedemann Kleint2016-02-182-28/+25
* Prospective fix to stabilize tst_QMdiArea::subWindowActivated2()/xcb.Friedemann Kleint2016-02-181-2/+3
* 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
|\|