summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-3/+11
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-211-2/+2
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"Alex Trotsenko2020-09-104-30/+14
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-271-47/+117
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-251-1/+6
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-1/+1
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-312-2/+21
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-301-6/+8
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-022-5/+7
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* QProcess/Win: Fix build in debug modeAlex Trotsenko2020-06-052-3/+4
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-291-3/+23
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-191-2/+2
* QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-191-5/+13
* QSettings: fix UB (signed integer overflow) on parsing long hex/oct escapesMarc Mutz2020-05-191-1/+1
* Fix compile error on iOSLars Knoll2020-05-161-0/+3
* qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-163-6/+6
* Windows: Make QStandardPaths::writableLocation low-integrity awareFredrik Orderud2020-04-151-2/+55
* QSettings: Read past UTF-8 BOM even without textcodec supportKai Koehne2020-04-141-2/+4
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* 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
* | Update the latest public suffix listEdward Welbourne2020-03-162-13783/+13887
* | 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
* | 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
* | 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
* | 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
|\|