summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-181-59/+7
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-1/+1
| | |\|
| | | * 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
| | * | | wasm: add platform qsettingsLorn Potter2019-11-144-13/+275
| | * | | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-132-4/+4
| | * | | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-093-3/+33
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-2/+3
| | |\| |
| | | * | Make QDir::cleanPath documentation less misleadingVolker Hilsheimer2019-11-061-2/+3
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-052-3/+10
| | |\| |
| | | * | 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
* | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-1911-14004/+14119
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-013-175/+88
| |\| | |
| | * | | Unify QFSFileEngine implementations on Windows and UnixVolker Hilsheimer2019-10-313-175/+88
| * | | | Make QList an alias to QVectorLars Knoll2019-10-301-6/+0
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-273-13766/+13926
| |\| | |
| | * | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-262-13712/+13877
| | |\| |
| | | * | Update public suffix list to latest versionEdward Welbourne2019-10-252-13712/+13877
| | * | | QFileSystemEngine: Rework createDirectory on WindowsChristoph Schleifenbaum2019-10-251-54/+49
| | |/ /
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-264-56/+101
| |\| |
| | * | 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
| * | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+4
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-171-0/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-0/+2
| |\| |
| | * | Win32: Consolidate registry codeFriedemann Kleint2019-10-141-0/+2
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1411-178/+247
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-142-1/+4
| |\| |
| | * | 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
| * | | Minor cleanupLars Knoll2019-10-071-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-4/+3
| |\| |
| | * | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+3
| * | | Build fix for -developer-build with certain features disabledGuy Poizat2019-10-041-0/+2
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-022-11/+78
| |\| |
| | * | 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
| * | | Simplify code guarded by QT_USE_MMAPTobias Hunger2019-10-011-8/+2
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-0/+6
| |\| |
| | * | doc: add a note to QFileSystemWatcher about files saved by re-creationShawn Rutledge2019-09-231-0/+6
| * | | Add note about reading/writing external storage on AndroidNicolas Fella2019-09-181-0/+2
| * | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-182-8/+1
| |\ \ \ | | |/ / | |/| |
| * | | 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