summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Replace QStringLiteral with QLatin1String in QFileSelectorAndré Klitzing2016-01-131-2/+2
* Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* WinCE: Remove QIncrementalSleepTimer from QProcess::waitForFinishedJoerg Bornemann2016-01-061-12/+6
* QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
* Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
* QStandardPaths::standardLocations()/WinRT: Return empty lists.Friedemann Kleint2015-12-031-1/+2
* doc: add a note about cmd.exe and the QProcess string splitting/joiningThiago Macieira2015-12-021-1/+3
* Remove a reference to Mac OS X 10.4Lars Knoll2015-11-301-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
|\
| * OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
* | Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-125-8/+9
* | Doc: Added more details to QIODevice::readAll()Nico Vertriest2015-11-091-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-043-17/+59
|\|
| * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+4
| * Fix QStorageInfo on BSD4 systemsDmitry Shachnev2015-10-271-2/+8
| * fix growth of event queue in QWinOverlappedIoNotifier::waitFor*Joerg Bornemann2015-10-261-15/+47
* | QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-3/+4
* | 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
* | 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
* | 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