summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine: optimize from...(qgetenv())Marc Mutz2015-04-161-5/+5
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1512-38/+38
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3112-38/+38
* | qstorageinfo_unix.cpp: fixes for NetBSD and solarisNiclas Rosenvik2015-04-131-1/+5
* | remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-136-36/+30
* | Prevent memory overgrowth while reading from a sequential deviceAlex Trotsenko2015-04-081-2/+2
* | Remove special handling for (DY)LD_LIBRARY_PATH in QProcess.Jake Petroules2015-04-081-15/+0
* | QSaveFile: Fix permissions on creationKai Koehne2015-04-083-8/+17
* | QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-2/+4
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-017-26/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-317-26/+32
| |\|
| | * Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
| | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-095-25/+28
| | * Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
* | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-012-0/+130
|/ /
* | Remove extra semi-colons: clang doesn't like itThiago Macieira2015-03-261-8/+8
* | Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
* | QDebug operator for Q_FLAG when the QFlags itself is registeredOlivier Goffart2015-03-181-2/+8
* | QLockFile: use QCoreApplication::applicationName.David Faure2015-03-162-2/+2
* | Fix build of forkfd_qt.cpp on FreeBSDAlex Richardson2015-03-151-1/+1
* | forkfd: make only one of forkfd or spawnfd be compiledThiago Macieira2015-03-141-0/+7
* | QIODevice: Fix some 64-bit issuesAlex Trotsenko2015-03-101-38/+38
* | QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
* | 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