summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfiledialog
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-211-17/+12
* QFileDialog: optimize string handling in qt_tildeExpansionMarc Mutz2016-01-011-9/+12
* Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-15/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-0/+9
|\
| * 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
* | | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+4
|\| |
| * | Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-4/+4
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
|/ /
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-4/+4
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* QFileDialog: Stabilize tests.Friedemann Kleint2015-05-011-7/+22
* Skip tst_QFiledialog::directoryEnteredSignal() depending on side bar entry co...Friedemann Kleint2015-04-211-2/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-3/+0
* tst_QFiledialog::completer(): Avoid directories starting with 'c'.Friedemann Kleint2014-10-031-4/+14
* Refactor tst_QFiledialog::completer().Friedemann Kleint2014-10-031-48/+32
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* tst_qfiledialog: use QStandardPaths test modeDavid Faure2014-07-231-11/+8
* tst_qfiledialog: ease debugging of "directoryEntered not emitted".David Faure2014-07-141-1/+4
* tst_qfiledialog: extend reject-test to test getOpenFileNames etc.David Faure2014-07-141-2/+14
* QFileDialog: Return empty QUrl from the static get..FileUrl() functions.Friedemann Kleint2014-05-061-0/+45
* Observe case insensitive file systems in QFileDialog::selectFile().Friedemann Kleint2014-04-291-0/+37
* Fix crash when accessing QFileDialog::selectedFiles() before widgets exist.Friedemann Kleint2014-04-281-1/+10
* Stabilize tst_qfiledialog.Friedemann Kleint2014-04-251-27/+32
* 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