summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Windows/QProcess::startDetached(): Don't always create consoleKevin Funk2016-07-061-1/+3
* Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-2/+2
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-028-19/+25
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-0/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+9
| |\
| | * Document limitations and good practice for logging category namesKai Koehne2016-06-231-0/+9
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-281-0/+1
* | | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-2515-0/+16
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-212-3/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-202-3/+5
| |\|
| | * Remove overload tag from QByteArray QIODevice::readAll()Simon Hausmann2016-06-171-2/+0
| | * Update for the newest Darwin-family operating systems.Jake Petroules2016-06-151-1/+5
* | | 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