summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-2/+2
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-104-4/+4
* Fix qdoc include paths for QStandardPathsFriedemann Kleint2019-11-261-7/+7
* QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
* Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-181-59/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-1/+1
|\
| * Fix typo in QLoggingCategory documentationMitch Curtis2019-11-061-1/+1
* | Make QDir::cleanPath documentation less misleadingVolker Hilsheimer2019-11-061-2/+3
* | QProcess: explicitly mark QProcess::error() as deprecatedChristian Ehrlicher2019-11-041-1/+2
* | QFile::decodeName(const char *): don't construct QByteArray but use the argum...Adam Sowa2019-11-011-2/+8
* | Update public suffix list to latest versionEdward Welbourne2019-10-252-13712/+13877
* | QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-243-34/+75
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-22/+26
|\|
| * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-23/+28
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-141-0/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-1/+4
|\|
| * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-302-11/+78
|\|
| * QFileInfo: clarify documentation about handling of symlink attributesThiago Macieira2019-09-251-11/+75
| * Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-09-241-1/+3
* | doc: add a note to QFileSystemWatcher about files saved by re-creationShawn Rutledge2019-09-231-0/+6
* | Fix mis-handling of actual TLD in qIsEffectiveTLD()Edward Welbourne2019-09-161-4/+4
* | Add qt.core.filesystemwatcher logging categoryShawn Rutledge2019-09-111-4/+9
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-042-145/+136
|\|
| * Docs: Some cleanup of class documentationKavindra Palaraja2019-08-271-140/+127
| * Also fall back to direct write for Android content: URLs in QSaveFileVolker Krause2019-08-241-5/+9
* | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-302-83/+29
* | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-27/+2
|\ \
| * | forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-201-27/+2
* | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-255-32/+38
|/ /
* | Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-162-15/+125
* | QResource: port from QMutexLocker to qt_scoped_lockMarc Mutz2019-08-131-13/+13
* | QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
| |\
| | * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-303-21/+40
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
| |\|
| | * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
| |\|
| | * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
* | | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
* | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
* | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-2/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-2/+12
| |\|
| | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
* | | QFile: hold engine by unique_ptrMarc Mutz2019-07-195-53/+42
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\| |