summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated comment in tst_QFileSystemEntry autotestPrasanth Ullattil2010-09-011-2/+2
* Fix tst_QFileSystemEntry auto tests on windowsPrasanth Ullattil2010-09-011-29/+83
* QFileSystemIterator: added destructor and placeholder for dataJoão Abecasis2010-09-013-0/+15
* Make QFileSystemEngine::slowCanonicalized privateThomas Zander2010-09-012-1/+2
* Expanding the stub QFileSystemMetaDataJoão Abecasis2010-09-015-8/+75
* Breaking changes to QFileSystemEntry's constructorsPrasanth Ullattil2010-09-015-29/+21
* Finish canonicalized for all platformsThomas Zander2010-09-016-77/+35
* QDir: Removed checks for existance of fileEngineJoão Abecasis2010-08-311-49/+8
* QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-08-314-20/+176
* Another bug-o introduced in fixing QDirPrivate refactoringJoão Abecasis2010-08-311-0/+1
* Reverting QDir::detach introduced earlierJoão Abecasis2010-08-312-51/+33
* QFileInfo: Prepare for engine-less implementationJoão Abecasis2010-08-312-46/+59
* Adding minimal QFileSystemIterator APIJoão Abecasis2010-08-3112-5/+229
* Removed QFileInfoPrivate::initFileEngineJoão Abecasis2010-08-312-13/+4
* Move canonicalPath() to the new qfilesystemengine_unixThomas Zander2010-08-3013-72/+162
* Fix the tst_QFileInfo::absolutePath() autotests on WindowsPrasanth Ullattil2010-08-301-2/+4
* QFileSystemEngine::isCaseSensitive for Symbian and WindowsJoão Abecasis2010-08-302-1/+5
* Removed native file path handling from QFSFileEngineJoão Abecasis2010-08-307-318/+302
* Small changes to QFileSystemEntryJoão Abecasis2010-08-302-5/+13
* Added missing QT_BEGIN/END_NAMESPACEJoão Abecasis2010-08-304-1/+18
* Adding QFileSystemEntry and QFileSystemEngine to build systemJoão Abecasis2010-08-309-9/+51
* Simplify QDir::cdJoão Abecasis2010-08-271-2/+1
* QDir::makeAbsolute could self-destruct on failureJoão Abecasis2010-08-271-7/+4
* QDir::operator= simplificationJoão Abecasis2010-08-271-3/+0
* Move absoluteName to new fileSystemEngine for unixThomas Zander2010-08-272-15/+34
* Add empty implementations of each of the filesystemenginesThomas Zander2010-08-264-0/+361
* Begin defining the interface for file engines NGJoão Abecasis2010-08-262-0/+33
* QDirPrivate refactoringJoão Abecasis2010-08-251-1/+3
* QDirPrivate refactoringJoão Abecasis2010-08-251-20/+20
* QDirPrivate refactoringJoão Abecasis2010-08-251-25/+24
* Removed QDirPrivate layer of indirectionJoão Abecasis2010-08-252-229/+216
* Refactor QFileInfoPrivate::Data (Round 2)Prasanth Ullattil2010-08-254-186/+170
* Fix QFileSystemEntry autotests for WindowsPrasanth Ullattil2010-08-252-4/+4
* Fix the unit test on WindowsThomas Zander2010-08-251-1/+8
* Add unit test for qfilesystementryThomas Zander2010-08-255-4/+172
* Refactoring QDirPrivate::DataJoão Abecasis2010-08-241-84/+98
* Move QFileInfoPrivate methods to QFileInfoPrivate::Data (1st Round)Prasanth Ullattil2010-08-242-89/+90
* Add some more methods to the QFileSystemEntryThomas Zander2010-08-242-8/+94
* Add constructors and basic getters to QFilesystemEntryThomas Zander2010-08-242-0/+91
* Adding internal classes QFileSystem{Engine,MetaData}João Abecasis2010-08-243-1/+131
* Adding placeholder for internal QFileSystemEntry classJoão Abecasis2010-08-243-2/+109
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-198-23/+52
|\
| * Make the QItemSelectionRange and QItemSelectionModel ensure that the model is...Stephen Kelly2010-08-192-1/+30
| * Fixed autotest compilation issue on solarisThierry Bastian2010-08-195-19/+19
| * Fixed build issue on SolarisThierry Bastian2010-08-191-3/+3
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-191-0/+7
|\
| * QGroupBox: Fix the focus rect of the title when using stylesheetMartin Pejcoch2010-08-191-0/+7
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-1915-46/+60
|\ \
| * | qUncompress: don't exit on allocation failure with -no-exceptionsJoão Abecasis2010-08-192-26/+22
| * | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-1910-16/+32