summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog2
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\ | | | | | | | | Conflicts: dist/changes-4.6.1
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-01-071-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QIODevice: Fix readAll() Temporary hackiesh solution to prevent BOM in the xml data. Fixed qxmlstream autotest when using shadow builds. Attempt at readding the capital P headers for Phonon Remove special Phonon processing from syncqt. Use the lowercase/shortname.h headers for Phonon includes Fixes a crash when setting focus on a widget with a focus proxy. Update copyright year to 2010 doc: Clarified activeSubControls and subControls. Remove warning "statement with no effect" doc: Clarified that .lnk files are System files on Windows.
| | * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Fix completion in QFileDialog.Alexis Menard2010-01-121-1/+41
|/ / | | | | | | | | | | | | | | | | Completing under the root directory was "eating" the first letter. On windows under C:\ the completion was not working at all. Task-number: QTBUG-4933 Reviewed-by:janarve Reviewed-by:gabi
* | Fix default filter selection when using HideNameFilterDetails option.Alexis Menard2010-01-061-0/+41
| | | | | | | | | | | | | | | | | | | | When you have HideNameFilterDetails on, comparing the default filter given in parameter for selectNameFilter has to be done with the striped version of the filter, i.e. without the details. Task-number:QTBUG-4842 Reviewed-by:gabriel Reviewed-by:olivier
* | Fix auto-test failure on WindowsAlexis Menard2010-01-051-1/+0
| | | | | | | | Reviewed-by: Olivier
* | Make the ShowDirsOnly option work in QFileDialog.Alexis Menard2010-01-041-0/+68
|/ | | | | | | This option was simply not implemented at all so it didn't work. Task-number:QTBUG-6558 Reviewed-by:ogoffart
* Description: Auto test fixes for Windows Mobile platformninerider2009-10-221-5/+43
| | | | Reviewed-by: Joerg
* Split QFileDialog auto-tests in two separate dirs. This will allow slowAlexis Menard2009-10-142-0/+1033
machines to complete those tests before being killed by pulse. Reviewed-by:TrustMe