summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-0/+2
|\
| * Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
* | Add QDebug operator for QFileInfoShawn Rutledge2017-05-092-0/+16
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0717-52/+115
|\|
| * QtCore: include mocsThiago Macieira2017-05-0512-1/+37
| * Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
| * QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-2/+2
| * QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-9/+36
| * QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-2/+2
| * QLoggingRegistry: remove rules vectorMarc Mutz2017-04-212-33/+33
* | QWindowsPipeReader: remove code duplication in read()Alex Trotsenko2017-05-051-11/+2
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-2712-4/+373
* | Fix casts and null pointer style in QProcessPrivate::startProcessJoerg Bornemann2017-04-231-4/+5
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-232-10/+20
* | Use list-initialization moreMarc Mutz2017-04-201-2/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-209-66/+87
|\|
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+1
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-192-2/+2
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-182-2/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-5/+5
| |\
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-121-5/+5
| * | QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
| * | Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
| * | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-19/+2
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-072-0/+22
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+1
|\| |
| * | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-9/+6
|\| |
| * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-5/+3
| * | Use QStringBuilder moreAnton Kudryavtsev2017-03-301-2/+1
| * | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
| * | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-1/+1
* | | QProcess::startDetached: support nativeArguments on WindowsJoerg Bornemann2017-04-011-10/+16
* | | Simplify QFSFileEngine code: QFile does not require bufferingThiago Macieira2017-03-313-96/+17
* | | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-2/+23
* | | Simplify Unix implementation of QProcess::start{Process|Detached}Joerg Bornemann2017-03-312-65/+28
* | | Add non-static QProcess::startDetachedJoerg Bornemann2017-03-315-21/+62
* | | Port QResourceRoot::mappingRootSubdir() to QStringSplitterMarc Mutz2017-03-301-16/+16
* | | Optimize qIsEffectiveTLD()Marc Mutz2017-03-301-19/+23
* | | QResource: use QStringViewMarc Mutz2017-03-301-10/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-289-33/+56
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
| |\|
| | * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
| * | QDir: replace QLVA<QChar> with QVLA<ushort>Marc Mutz2017-03-251-23/+24
| * | QStorageInfo: Fix warning about unused variableThiago Macieira2017-03-231-0/+2
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-216-9/+29
| |\|
| | * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
| | * Work around Linux libc overflow in mmap64Thiago Macieira2017-03-171-1/+14
| | * Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3