summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move canonicalPath() to the new qfilesystemengine_unixThomas Zander2010-08-307-71/+145
* 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-302-5/+6
* 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-253-178/+161
* Fix QFileSystemEntry autotests for WindowsPrasanth Ullattil2010-08-251-1/+1
* Fix the unit test on WindowsThomas Zander2010-08-251-1/+8
* Add unit test for qfilesystementryThomas Zander2010-08-252-4/+10
* 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
* Make the QItemSelectionRange and QItemSelectionModel ensure that the model is...Stephen Kelly2010-08-191-1/+2
* 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
* | qUncompress: don't exit on allocation failure with -no-exceptionsJoão Abecasis2010-08-191-4/+8
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-1910-16/+32
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+3
* | Ensure Q_CHECK_PTR always requires terminating ;João Abecasis2010-08-191-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-192-2/+2
|\ \ | |/ |/|
| * Q_CHECK_PTR should issue qFatal with QT_NO_EXCEPTIONSJoão Abecasis2010-08-171-1/+1
| * Workaround what seems to be a compiler parser bugJoão Abecasis2010-08-171-1/+1
* | Fixed partial update on QLineEditThierry Bastian2010-08-183-8/+19
* | Fix nasty copy-paste bug in fetchTransformedBilinear()Paul Olav Tvete2010-08-171-2/+2
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-08-17394-2589/+18142
|\ \
| * | QMetaType: add "signed char" as builtin.Olivier Goffart2010-08-162-0/+2
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-164-62/+31
| |\ \ | | |/ | |/|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-1331-209/+798
| |\ \
| | * | Cannot enter text through character viewer on Mac (Cocoa)Prasanth Ullattil2010-08-132-1/+8
| | * | QNAM HTTP: Remove eatWhitespace() hackMarkus Goetz2010-08-132-30/+8
| | * | QNAM: Fix namespaced compilationMarkus Goetz2010-08-121-1/+3
| | * | QAbstractSocket: Remove warningMarkus Goetz2010-08-121-1/+0
| | * | QNAM Zerocopy: QNAM implementation partMarkus Goetz2010-08-126-1/+138
| | * | QNAM Zerocopy: HTTP implementation partMarkus Goetz2010-08-127-67/+230
| | * | QAbstractSocket: Enable Unbuffered OpenMode for TCPMarkus Goetz2010-08-121-32/+111