summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-4/+4
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-042-2/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-032-4/+4
* Made QMacStyle internalJ-P Nurmi2012-11-231-3/+0
* tst_qwizard: remove redundant includeJ-P Nurmi2012-11-231-1/+0
* tests: Mark tst_qfilesystemmodel as insignificant on MacSamuli Piippo2012-11-131-0/+2
* Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-261-1/+46
* test: Remove QSKIP from tst_QFileDialog2Sergio Ahumada2012-10-251-3/+7
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-3/+5
* Stabilize tst_qfontdialog test case.Miikka Heikkinen2012-10-231-6/+19
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-222-23/+1
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-193-38/+38
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* Run application main run loop in color/font dialog testTeemu Katajisto2012-09-272-24/+46
* tst_QDialog: fix Q_OS_WINCE & QT_NO_SIZEGRIP usageJ-P Nurmi2012-09-271-9/+23
* tst_qsidebar: remove duplicate codeJ-P Nurmi2012-09-271-6/+3
* tst_QMessageBox: fix Q_OS_MAC usageJ-P Nurmi2012-09-271-3/+5
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-262-0/+148
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2215-360/+360
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-143-28/+38
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0113-0/+13
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-245-32/+34
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-3/+3
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-0/+1
* Remove the test tst_qdialog::throwInExec().Friedemann Kleint2012-07-191-54/+0
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-161-3/+0
* Tests: Fix printsupport profiles.Friedemann Kleint2012-07-121-1/+1
* fixed unittest builds for winceBjoern Breitmeyer2012-07-061-0/+2
* QSKIP test that is blocking unrelated changes in CIShane Kearns2012-06-251-2/+2
* tst_qfilesystemmodel: increased test's permitted runtimeRohan McGovern2012-06-201-0/+1
* Make tst_qfiledialog2 closer to parallel-safe.Rohan McGovern2012-05-291-18/+23
* Make tst_qfilesystemmodel parallel-safe.Rohan McGovern2012-05-292-1/+2
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-289-0/+9
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-163-1/+220
* Improve widget geometry.Friedemann Kleint2012-05-091-3/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-033-5/+5
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-12/+12
* Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-271-4/+1
* Skip tst_QInputDialog on Mac OS XBradley T. Hughes2012-04-251-0/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-2/+6
|\
| * Skip tests toolbar-dialog/widget_window.Friedemann Kleint2012-04-171-0/+4
| * Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
| * QFileSystemModel: fix sortingGiuseppe D'Angelo2012-04-071-1/+1
* | Fix tst_QDialog::deleteInExec() crash on Mac OS XBradley T. Hughes2012-04-171-1/+0
|/
* Mark tst_qdialog as insignificant on mac.Rohan McGovern2012-03-271-0/+1
* Cocoa: fix setting color with alpha channel value for color dialogTeemu Katajisto2012-03-221-3/+0
* QHeaderView - renaming functions in Qt5Thorbjørn Lund Martsum2012-03-141-1/+1
* QFileSystemModel autotest fixesMiikka Heikkinen2012-02-292-59/+33