summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..."Peter Hartmann2011-05-241-4/+4
* Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-247-1/+6705
* ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-091-3/+2
* fix build on symbianOswald Buddenhagen2011-05-091-0/+5
* QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-051-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-054-90/+197
|\
| * don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-042-12/+12
| * no environment on WinCEOswald Buddenhagen2011-05-021-0/+4
| * fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-021-1/+1
| * fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-021-10/+11
| * fix build on symbianOswald Buddenhagen2011-05-021-62/+60
| * fix build on macOswald Buddenhagen2011-05-021-0/+12
| * make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-04-292-4/+35
| * make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-04-293-15/+39
| * make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-04-293-11/+50
| * move key/value converters to the private classOswald Buddenhagen2011-04-292-24/+15
| * make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-04-293-7/+21
| * split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-04-292-11/+14
| * remove unused functionsOswald Buddenhagen2011-04-291-12/+0
| * minor optimization: use QList::reserve()Oswald Buddenhagen2011-04-291-0/+2
| * use the Hash typedefOswald Buddenhagen2011-04-293-13/+13
* | Reduce open and stat system calls for QSettingsmae2011-04-291-24/+5
* | Fixes warningsOlivier Goffart2011-04-281-0/+1
* | Fix compile warning on WindowsMartin Petersson2011-04-261-0/+1
|/
* Merge remote-tracking branch 'earth-team/master' into earth-staging-masterOlivier Goffart2011-04-202-3/+1
|\
| * Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-122-3/+1
| |\
| | * Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-1111-201/+183
| | |\
| | * \ Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-2520-18/+49
| | |\ \
| | * \ \ Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-081-2/+0
| | |\ \ \
| | | * | | bugfix: QDir::entryList(Files|Readable) not listing writable filesShane Kearns2011-02-241-2/+0
| | | * | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-0775-149/+456
| | | |\ \ \
| | | * | | | Fix for using search paths with a dirty pathShane Kearns2011-02-031-1/+1
| | | * | | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2010-12-1533-2761/+5587
| | | |\ \ \ \
| | * | \ \ \ \ Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-0890-2919/+6059
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Prototype socket managerShane Kearns2010-12-011-1/+1
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-04-182-181/+98
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge earth-team into origin/master'Olivier Goffart2011-04-121-13/+15
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-077-16/+73
| |\ \ \ \ \ \ \
| * | | | | | | | Fix compilationOlivier Goffart2011-04-041-2/+2
| * | | | | | | | QTemporaryFile: Locate placeholder before re-encodingJoão Abecasis2011-04-041-31/+40
| * | | | | | | | Prefer use of QByteArray to qstrdup and manual memory managementJoão Abecasis2011-04-041-9/+6
| * | | | | | | | Check for null no longer neededJoão Abecasis2011-04-041-2/+0
| * | | | | | | | Don't overrun XXXXXX placeholder when generating next filenameJoão Abecasis2011-04-041-3/+1
| * | | | | | | | Split argument validation of _gettemp as separate functionJoão Abecasis2011-04-041-25/+51
| * | | | | | | | Remove duplication with QCoreApplication::applicationIdJoão Abecasis2011-04-041-19/+5
| * | | | | | | | Adding comments; variable scopingJoão Abecasis2011-04-041-22/+30
| * | | | | | | | Don't pre-check if directory exists as it's unnecessaryJoão Abecasis2011-04-041-35/+0
| * | | | | | | | QTemporaryFile: More dead code eliminationJoão Abecasis2011-04-041-84/+29
| * | | | | | | | Removing dead code in QTemporaryFileJoão Abecasis2011-04-041-18/+4
| * | | | | | | | Remove duplicate #includeJoão Abecasis2011-04-041-1/+0