summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-2/+6
|\
| * QDataStream: do not lose error status while reading containersAlex Trotsenko2016-06-151-2/+6
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1310-44/+39
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-102-7/+6
| |\
| | * Mention extension in QFileInfo's suffix-related documentationMitch Curtis2016-06-101-2/+2
| | * QDebug: fix streaming of QCharsMarc Mutz2016-06-081-5/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-068-37/+33
| |\|
| | * Merge BSD implementations of QLockFilePrivate::processNameByPid()Ralf Nolden2016-06-012-22/+22
| | * Fix emission of QProcess:errorOccurredJoerg Bornemann2016-05-301-8/+2
| | * QWindowsPipeWriter: Discard queued signals in stop()Aleksei Timofeyev2016-05-301-0/+2
| | * QLockFile: Use a more robust stale file detectionOrgad Shaneh2016-05-291-2/+4
| | * Compile fix for NetBSD: only BSD using statvfs, disable f_flags defineRalf Nolden2016-05-231-1/+1
| | * Compile fix: remove unused variable bool isEmptyRalf Nolden2016-05-231-2/+0
| | * Add OpenBSD to list of BSD systems defines using kqueue tooRalf Nolden2016-05-231-2/+2
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-042-32/+2
* | | Simplify constructor code of QTemporaryFile.Friedemann Kleint2016-06-022-19/+13
* | | Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-311-2/+2
* | | Expose QFileSelectorPrivate::selectionHelper()J-P Nurmi2016-05-272-5/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-235-26/+64
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-193-26/+44
| |\|
| | * Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| | * QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| | * QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
| | * QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
| | * QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
| * | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-122-0/+20
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-192-98/+0
* | | Add support for Apple tvOSMike Krus2016-05-178-12/+12
* | | Remove qt_cancelIo helper functionJoerg Bornemann2016-05-172-20/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1217-128/+237
|\| |
| * | QUrl: enable (N)RVO for gccAnton Kudryavtsev2016-05-091-37/+37
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-069-58/+82
| |\|
| | * QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
| | * Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
| | * QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-307-55/+66
| * | QUrlQuery: use erase and std::remove_if with QListAnton Kudryavtsev2016-05-041-8/+8
| * | Decompress QResources only when needed.Volker Krause2016-04-301-9/+18
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-273-8/+47
| |\|
| | * Also update filter rules if there is a custom filter installed.Volker Krause2016-04-241-3/+0
| | * Windows/QProcess::startDetached(): Fall back to ShellExecuteEx() for UAC prompt.Friedemann Kleint2016-04-231-0/+40
| | * qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
| * | Disallow non-character Unicode codepoints in QUrl/QUrlQueryThiago Macieira2016-04-261-0/+24
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-262-5/+7
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-252-5/+7
| | |\|
| | | * Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
| | | * Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
| | | * Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
| * | | QLockFile: move early out earlier to avoid allocations.Anton Kudryavtsev2016-04-251-2/+2
| * | | qTopLevelDomain: use QStringRef moreAnton Kudryavtsev2016-04-252-5/+14
| |/ /