summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix focusproxy-relayed crash in QGraphicsItem destructor.Andreas Aardal Hanssen2012-12-171-0/+2
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-15/+3
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-4/+37
* test: Skip tst_QMdiArea::nativeSubWindows() on Windows/ANGLE.Friedemann Kleint2012-12-121-1/+4
* Clear focus of GraphicsItem focus scopes and their children.Andrew den Exter2012-12-041-0/+39
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-032-4/+4
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-023-0/+70
* Style auto tests: kill QWindowsStyle dependenciesJ-P Nurmi2012-11-282-46/+51
* tst_QLayout: use QStyleFactory instead of QWindowsStyleJ-P Nurmi2012-11-281-2/+2
* tst_QWidget: use QStyleFactory instead of QWindowsStyleJ-P Nurmi2012-11-281-8/+8
* GV auto tests: kill QWindowsStyle dependenciesJ-P Nurmi2012-11-275-26/+19
* Ensure subfocus is not reset to 0 when hiding a panel.Andreas Aardal Hanssen2012-11-261-46/+91
* tst_QGridLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-9/+8
* tst_QFormLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-6/+5
* tst_QBoxLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-3/+3
* tst_QMenuBar: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-3/+6
* tst_QComboBox: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-4/+4
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+22
* tst_QDateTimeEdit: remove redundant includeJ-P Nurmi2012-11-241-1/+0
* tst_QToolButton: remove redundant includeJ-P Nurmi2012-11-241-1/+0
* Cleanup tst_QApplicationJ-P Nurmi2012-11-231-46/+46
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+100
* Made QMacStyle internalJ-P Nurmi2012-11-238-34/+12
* tst_qlistview: remove redundant includeJ-P Nurmi2012-11-231-4/+0
* tst_qwizard: remove redundant includeJ-P Nurmi2012-11-231-1/+0
* Made QWindowsMobileStyle internalJ-P Nurmi2012-11-231-3/+3
* Made QWindowsCEStyle internalJ-P Nurmi2012-11-231-5/+2
* Account for the item spacing when using QListView::scrollTo()Pierre Rossi2012-11-231-5/+0
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* Made QWindowsXPStyle internalJ-P Nurmi2012-11-211-7/+4
* Made QWindowsVistaStyle internalJ-P Nurmi2012-11-211-5/+5
* Made QFusionStyle internalJ-P Nurmi2012-11-215-26/+19
* Disable static contents optimization for now.Samuel Rødal2012-11-151-3/+1
* Regression fix to QHeaderView::setDefaultSectionSizeThorbjørn Lund Martsum2012-11-151-1/+7
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-74/+21
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-141-0/+38
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+2
* tests: Mark tst_qfilesystemmodel as insignificant on MacSamuli Piippo2012-11-131-0/+2
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-10/+11
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-083-11/+1
* Re-enable some skipped tests in tst_qwidgetMiikka Heikkinen2012-11-071-8/+0
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+94
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-9/+185
* test: Remove some QSKIP's from tst_QStyleSergio Ahumada2012-11-031-20/+23
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-023-16/+19
* Make it obvious that adding a QLayout to QSplitter is not supported.Mitch Curtis2012-11-021-1/+11
* Fix progressbar animation on macstyleJens Bache-Wiig2012-11-021-0/+7
* Compile fix for tst_qstylesheetstyle.cpphjk2012-11-011-1/+1
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-013-11/+11
* test: Remove QSKIP from tst_QListView::setCurrentIndexAfterAppendRowCrashSergio Ahumada2012-10-301-4/+5