summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | 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
| * | forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-171-9/+6
| * | Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
| * | Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-153-14/+28
| * | Fix build on FreeBSD: kinfo_getproc is in libutilThiago Macieira2015-07-151-0/+1
* | | QT_LOGGING_RULES supports multiple rules separated by semicolonsTasuku Suzuki2015-07-162-1/+9
* | | RegistryKey: Move member variable initialization to the ctor-init-listSebastian Schuberth2015-07-131-4/+4
* | | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-102-6/+18
* | | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-0/+1
* | | QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-072-0/+3
* | | QProcessEnvironment: fix op==Marc Mutz2015-07-071-4/+9
* | | Mark QTextStreamManipulator ctors constexpr nothrowMarc Mutz2015-07-071-2/+2
* | | Introduce QT_NO_WINCE_SHELLSDK for WEC builds.Bjoern Breitmeyer2015-07-062-3/+6
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0113-31/+35
|\| |
| * | fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
| * | Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-275-6/+12
| |\ \
| | * | Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
| | * | Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-112-1/+7
| | * | Doc: Update due to renaming QTextStream::readLine() overloadAlexander Volkov2015-06-031-1/+1
| | * | Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-032-3/+3
| * | | Simplify permission flag handling a bitKonstantin Ritt2015-06-252-13/+5
| * | | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-0/+2
| * | | Use the default QLocale for QFileSelector, not the system localeThiago Macieira2015-06-191-3/+3
| * | | fix decoding of file paths in QLockFilePrivate::processNameByPidJoerg Bornemann2015-06-121-3/+3
| * | | fix unterminated char buffer glitchJoerg Bornemann2015-06-121-3/+4
| * | | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-2/+1
| * | | Fix race condition with QProcess on OSX 10.7Dyami Caliri2015-06-061-0/+3
| |/ /