summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfiledialog
Commit message (Expand)AuthorAgeFilesLines
* Remove the _qt_filedialog_xxx hooksJ-P Nurmi2014-03-151-93/+0
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-211-0/+28
* QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-151-0/+17
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-28/+16
|\
| * tst_qfilefialog: Fix leaking temporary directories.Friedemann Kleint2013-06-261-28/+16
* | Silently strip leading dot off QFileDialog default suffixes.Friedemann Kleint2013-05-211-0/+2
* | Add QUrl based static methods to QFileDialogKevin Ottens2013-04-291-0/+46
|/
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-2/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-38/+38
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-271-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-2/+2
* Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-261-1/+46
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-27/+27
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+10
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-241-5/+5
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-0/+1
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-161-3/+0
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-031-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-12/+12
* Remove many deprecated methodsLars Knoll2012-01-311-32/+32
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Expect tst_QFileDilaog:clearLineEdit() failure on Mac OS XBradley T. Hughes2012-01-231-0/+3
* Do not expect tst_QFileDialog::selectFiles() failure on Mac OS XBradley T. Hughes2012-01-231-2/+2
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-3/+3
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Correct usage of network-settings.h.Jason McDonald2011-11-281-2/+0
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-211-2/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-3/+6
* widgets: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Fix QFileDialog test for shadow builds.Jason McDonald2011-10-241-3/+3
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-204-0/+1374