summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-234-33/+127
|\| |
| * | QTextStream: optimize streaming of QLatin1String and const char*Marc Mutz2015-10-232-4/+48
| * | QTextStream: Extract Method padding() from putString()Marc Mutz2015-10-222-29/+58
| * | Android: Warnings--BogDan Vatra2015-10-201-1/+1
| * | QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-162-0/+16
| * | QTextStream: optimize putString()Marc Mutz2015-10-151-10/+15
* | | QIODevice::seek(): remove unnecessary checkAlex Trotsenko2015-10-151-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1421-67/+178
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-133-10/+68
| |\|
| | * QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
| | * QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
| * | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
| * | QtCore: use QStringBuilder in more placesMarc Mutz2015-10-122-20/+7
| * | QtCore: use QStringRef in more placesMarc Mutz2015-10-126-12/+13
| * | QtCore: don't convert single characters to QString for QTextCodec::fromUnicode()Marc Mutz2015-10-111-2/+3
| * | QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-111-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-026-18/+72
| |\|
| | * clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
| | * QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
| | * fix error messageJoerg Bornemann2015-09-221-1/+1
| | * Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
| | * Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
| | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
| | * Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
| * | Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0Simon Hausmann2015-10-021-0/+4
| * | QFSFileEngine: Remove unused memberThiago Macieira2015-09-281-1/+0
| * | QUrl::setPort: use the original port number in the error messageThiago Macieira2015-09-281-1/+1
| * | QLockFile: sync to disk to avoid leaving an empty lock file on crashDavid Faure2015-09-281-0/+7
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2521-179/+201
|\| |
| * | QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-5/+24
| * | Doc: Fix QDoc warnings for QTextStreamTopi Reinio2015-09-241-3/+3
| * | Fix some -Wcast-qual warningsThiago Macieira2015-09-221-1/+1
| * | Modernize and unify filesystem code on Apple platforms.Jake Petroules2015-09-226-116/+94
| * | Serialize the capitalization value of QFontAndy Shaw2015-09-152-2/+2
| * | Fix some qdoc warnings.Friedemann Kleint2015-09-071-1/+1
| * | Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-071-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-265-18/+35
| |\|
| | * Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
| | * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
| | * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-7/+7
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-7/+7
| | | |\
| | | | * Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
| | | | * Correct calculation of filesystem data on unusual filesystemsThiago Macieira2015-05-301-3/+3
| | * | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
| * | | | QLoggingRegistry: Look up logging configuration in Qt data pathKai Koehne2015-08-243-29/+37
| * | | | Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-191-1/+0
* | | | | QProcess: report the syscall that failed in the Unix child processThiago Macieira2015-09-212-7/+20
* | | | | Bump versionFriedemann Kleint2015-09-102-2/+4
* | | | | Refactor standard paths for OS X and iOS.Jake Petroules2015-09-094-233/+131