summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | | | The new Registry{32,64}Format enum values did not make it into Qt 5.6Sebastian Schuberth2015-08-311-2/+2
* | | | | Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-273-55/+96
|/ / / /
* | | | 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
* | | Add QTemporaryDir::errorString()Thiago Macieira2015-07-172-13/+26
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-177-40/+63
|\| |
| * | QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12