summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-5/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-4/+0
| |\
| | * Autotest: Remove blacklistingsSimo Fält2016-04-011-4/+0
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-48/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-48/+41
| |\|
| | * tst_QDialog: Instantiate test dialog on the stack.Friedemann Kleint2016-02-291-48/+41
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-011-12/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-12/+14
| |\|
| | * tst_QDialog::snapToDefaultButton(): Do not check on exact cursor position unl...Friedemann Kleint2016-02-261-12/+14
* | | Blacklist a font dialog test that failsTony Sarajärvi2016-02-261-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-0/+1
|\|
| * Autotest: Blacklist tst_QFontDialog::setFont()Simo Fält2016-02-231-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+1
|\|
| * Autotest: Enable make check on rhel 7.1Simo Fält2016-02-111-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-11/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-11/+12
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-11/+12
| | |\
| | | * Fix UB in tst_QDialog::showExtension()Marc Mutz2016-01-071-11/+12
* | | | Updated license headersJani Heikkinen2016-01-2114-238/+168
|/ / /
* | | QFileDialog: optimize string handling in qt_tildeExpansionMarc Mutz2016-01-011-9/+12
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-19/+110
|\| |
| * | 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
| * | 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
* | | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-105-76/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-78/+9
|\| |
| * | Use QCollator for sorting in the filesystem modelLars Knoll2015-11-301-76/+0
| * | 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
* | | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-3/+0
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-182-118/+127
|\| |
| * | Blacklist tst_qfontdialog::setFont on RHEL 6.6Frederik Gladhorn2015-11-131-0/+1
| * | QMessageBox test: Refactor closing dialogs.Friedemann Kleint2015-11-051-118/+126
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-2/+31
|\| |
| * | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-2/+31
* | | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-195-19/+23
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-143-13/+20
|\| |
| * | Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2.Friedemann Kleint2015-09-301-1/+7
| * | Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-283-12/+13
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-135-8/+8
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-2/+25
|\| |
| * | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-242-2/+2
| * | QPlatformFileDialogHelper::cleanFilterList(): Allow for ',' in glob.Friedemann Kleint2015-08-271-0/+23
* | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-2/+2
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-058-8/+0
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/ /
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-315-74/+80