summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | QSettings: use the common appdata dir when bootstrapping qmake on winKonstantin Ritt2011-09-121-8/+2
* | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-3/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-023-9/+3
* | | | | | | | | | Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-023-1/+33
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove all non-const operator==Harald Fernengel2011-08-092-24/+14
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix obsolete contact emailJason McDonald2011-07-281-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Doc: Removed documentation for deleted code.David Boddie2011-07-215-395/+0
* | | | | | | fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
* | | | | | | Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-151-1/+2
* | | | | | | make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-131-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-072-34/+34
| |_|_|_|/ |/| | | |
* | | | | make argument quoting code on windows less arcaneOswald Buddenhagen2011-07-041-7/+4
* | | | | fix argument quoting on windowsOswald Buddenhagen2011-07-041-4/+3
* | | | | Doc: Fixed qdoc warnings.David Boddie2011-07-013-7/+11
* | | | | remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-2917-1278/+0
* | | | | Fix invalid read in QUrl::removeAllEncodedQueryItemsOlivier Goffart2011-06-281-0/+1
| |_|_|/ |/| | |
* | | | Fix QProcess emitting two started signals on X11Christian Strømme2011-06-201-7/+4
* | | | fix an incorrect OpenMode flags handling in QBuffer::open()Ritt Konstantin2011-06-101-11/+6
| |_|/ |/| |
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-2587-1484/+1487
|\ \ \ | | |/ | |/|
| * | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2487-1480/+1480
| * | Doc: Applied pending fixes to API documentation.David Boddie2011-05-235-4/+7
| |/
* | 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
|/
* Updated data stream version for Qt 4.9 and 5.0Eckhart Koppen2011-05-131-3/+4
* ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-101-3/+2
* fix build on symbianOswald Buddenhagen2011-05-101-0/+5
* QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-101-1/+1
* don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-102-12/+12
* no environment on WinCEOswald Buddenhagen2011-05-101-0/+4
* fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-101-1/+1
* fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-101-10/+11
* fix build on symbianOswald Buddenhagen2011-05-101-62/+60
* fix build on macOswald Buddenhagen2011-05-101-0/+12
* make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-05-102-4/+35
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-103-15/+39
* make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-103-11/+50
* move key/value converters to the private classOswald Buddenhagen2011-05-102-24/+15
* make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-103-7/+21
* split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-05-102-11/+14
* remove unused functionsOswald Buddenhagen2011-05-101-12/+0
* minor optimization: use QList::reserve()Oswald Buddenhagen2011-05-101-0/+2
* use the Hash typedefOswald Buddenhagen2011-05-103-13/+13
* Reduce open and stat system calls for QSettingsmae2011-05-101-24/+5
* Fixes warningsOlivier Goffart2011-05-101-0/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-0/+1
|\
| * Fix compile warning on WindowsMartin Petersson2011-05-021-0/+1
* | Initial import from qtquick2.Qt by Nokia2011-04-271-4/+26
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2788-0/+52988