summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Port qfilesystemengine_win.cpp to QRegularExpressionLars Knoll2020-04-151-5/+10
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-2/+4
|\
| * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-095-7/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-10/+17
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-034-6/+6
| * QProcess/Linux: use the FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-251-3/+10
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-1/+1
| |\
| | * Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* | | Don't store iterators on QHash while erasingLars Knoll2020-04-012-29/+33
* | | Remove QRegExp dependencies and mentionsLars Knoll2020-03-302-1/+2
* | | Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-246-5/+380
* | | Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-171-0/+10
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-1/+1
|\| |
| * | Update the latest public suffix listEdward Welbourne2020-03-162-13783/+13887
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-114-32/+27
|\| |
| * | Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+2
| * | Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
| * | Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
| * | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-052-26/+22
* | | Remove trivial overrides from QProcessJoerg Bornemann2020-03-062-31/+0
* | | Merge QProcess::startDetached(QString, QStringList, ...) overloadsJoerg Bornemann2020-03-062-20/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-039-10/+11
|\| |
| * | Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-282-2/+2
| * | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-288-9/+10
* | | QDebug::toString(): use nospace()Mitch Curtis2020-02-281-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-264-13/+46
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
| |\|
| | * wasm: add platform qsettingsLorn Potter2020-02-184-13/+275
| | * QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
| * | Android: advice user to request storage permission with QStandardPathsAssam Boudjelthia2020-02-171-1/+4
| * | Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-132-11/+41
* | | Make QDebug constructors explicitAllan Sandfeld Jensen2020-02-251-4/+4
* | | Add QDebug::toString()Mitch Curtis2020-02-222-0/+32
* | | Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-207-14636/+0
* | | Fix build without features.threadTasuku Suzuki2020-02-171-1/+1
* | | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1313-10/+592
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-121-3/+18
| |\|
| | * QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
| * | On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-63/+69
| * | Docs: tag newly added QFile and QFileInfo APIs as \since 5.15Volker Hilsheimer2020-02-062-0/+5
| * | Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-052-0/+60
| * | QUrl::topLevelDomain() - deprecate in 5.15Timur Pocheptsov2020-02-052-3/+8
| * | Fix build of bootstrapped tools with clang 10Volker Hilsheimer2020-02-041-1/+12
| * | Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-042-18/+30
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-042-2/+3
| |\|
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| | * QLockFile: Disable flock() on QNXThiago Macieira2020-01-301-1/+2
| * | Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-305-2/+469