summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+1
|\
| * Delete the file that we will move to not the new file before movingAndy Shaw2015-02-261-1/+1
* | Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-262-2/+28
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-249-22/+30
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-247-17/+9
| * qstorageinfo_unix.cpp: Fix build on SolarisDmitry Shachnev2015-02-201-3/+4
| * Android: Fix local ref handling.Christian Strømme2015-02-171-2/+2
| * Doc: clarify what QUrl::topLevelDomain actually doesThiago Macieira2015-02-161-0/+15
* | Merge dev into 5.5Oswald Buddenhagen2015-02-235-6/+29
|\ \
| * | Haiku: Extend QStorageInfo implementationTobias Koenig2015-02-201-2/+25
| * | Fixed license headersJani Heikkinen2015-02-174-4/+4
* | | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-181-4/+4
* | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-171-1/+1
|\| |
| * | Android: Fix compile on arm64-v8aBogDan Vatra2015-02-161-1/+1
* | | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-172-0/+33
|/ /
* | qstandardpaths_ios: add system path for PicturesLocationRichard Moe Gustavsen2015-02-151-2/+10
* | Updated BSD licensed file headersJani Heikkinen2015-02-151-2/+2
* | Haiku: Implement QStorageInfo for HaikuTobias Koenig2015-02-141-0/+60
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-133-12/+12
* | QUrl effective TLDs: update tablePeter Hartmann2015-02-132-9565/+11345
* | Haiku: Enable usage of realpath implementationTobias Koenig2015-02-121-1/+1
* | QProcess: remove a use of QString::sprintf()Marc Mutz2015-02-121-6/+11
* | Update copyright headersJani Heikkinen2015-02-11135-1100/+1004
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-106-9/+18
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-106-9/+18
| |\|
| | * QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2
| | * Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-292-2/+11
| | |\
| | | * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
| | | * Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
| | * | Doc: Improve description of QTextStream::readLine()Alexander Volkov2015-01-211-3/+2
* | | | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+3
|/ / /
* | | QTextStream: remove a use of QString::sprintf()Marc Mutz2015-02-021-4/+11
* | | QTextStream: fix a warning with QTEXTSTREAM_DEBUG definedMarc Mutz2015-02-021-1/+1
* | | QProcess: fix warnings with QPROCESS_DEBUG definedMarc Mutz2015-02-021-2/+2
* | | Call QDir::homePath() only when necessary in QSettings::initDefaultPaths()Maks Naumov2015-02-021-3/+2
* | | QNX: QProcess workaround for the stdin pipeRafael Roquetto2015-01-231-3/+37
* | | Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-2/+16
* | | Use forkfd in QProcessThiago Macieira2015-01-234-389/+138
* | | Add the compilation of forkfd to QtCoreThiago Macieira2015-01-232-0/+85
* | | Add QTextStream::readLine() overloadAlexander Volkov2015-01-232-5/+49
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-212-3/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-3/+4
| |\| |
| | * | QIncrementalSleepTimer: Use QElapsedTimer instead of QTimeDaniel Teske2015-01-191-3/+3
| | |/
| | * Add missing AppDataLocation caseMorten Johan Sørvig2015-01-161-0/+1
* | | Haiku: Add implementation for QStandardPathsTobias Koenig2015-01-212-0/+227
* | | MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-202-19/+18
* | | Android: Fix canonical form of nonexistent pathsEskil Abrahamsen Blomfeldt2015-01-191-0/+20
|/ /
* | Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-181-0/+76