summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+10
* | | | QStandardPaths: on Windows, add APPDIR and APPDIR/data for GenericDataLocationDavid Faure2015-08-132-5/+3
* | | | Silence warning about unused parameterThiago Macieira2015-08-101-0/+1
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-067-34/+158
|\| | |
| * | | Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
| * | | Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
| * | | QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-3/+5
| * | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
| * | | Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-3/+11
| * | | QtCore: Fix const correctness in old style castsThiago Macieira2015-07-203-6/+6
| |/ /
* | | QLoggingRegistry: allow Rules section to be lower caseFrederik Gladhorn2015-08-051-1/+1
* | | Doc: fix \sa for QT_NO_PROCESS_COMBINED_ARGUMENT_STARTJoerg Bornemann2015-08-041-1/+1
* | | QTemporaryDir: fail early if the error isn't EEXISTThiago Macieira2015-08-011-0/+9
* | | Add QStorageInfo::blockSizeThiago Macieira2015-07-305-1/+17
* | | QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-3/+4
* | | QIODevice: remove superfluous memberAlex Trotsenko2015-07-182-11/+1
* | | forkfd: use wait4 to get the process status instead of waitidThiago Macieira2015-07-181-7/+0
* | | Add a macro to disable use of potentially dangerous QProcess APIs.Jake Petroules2015-07-172-0/+29