summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Avoid doing kill(-1) in QProcess destructorDimitrios Apostolou2020-10-291-4/+5
* QStorageInfo: Make comparison operators hidden friendsVolker Hilsheimer2020-10-292-19/+14
* Doc: Remove mentioning of old macos versions from QSettingsKai Koehne2020-10-281-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-233-25/+12
* Deprecate QVariant::TypeLars Knoll2020-10-233-26/+26
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-2018-224/+224
* QFileSystemWatcher: use nullptr, instead of 0Giuseppe D'Angelo2020-10-201-1/+1
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-171-1/+1
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-162-10/+12
* Fix signature of QDebug::toString()Lars Knoll2020-10-162-19/+3
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-075-5/+5
* Convert a couple of APIs to use viewsLars Knoll2020-10-062-3/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-3/+11
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-16/+16
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-037-9/+7
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* Fix qdoc warnings from references to removed APIsVolker Hilsheimer2020-09-262-2/+1
* Fix -Wmaybe-uninitialized warningsJulien Schueller2020-09-261-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Fix qdoc warning from flag instead of enum type in \enumVolker Hilsheimer2020-09-231-1/+1
* Fix qdoc warning: yet another std::filesystemVolker Hilsheimer2020-09-231-1/+1
* Fix some qdoc warnings: std::filesystem::path gettersVolker Hilsheimer2020-09-223-4/+4
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-1/+1
* QFile::copy: call syncToDisk on destinationThiago Macieira2020-09-221-1/+1
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-221-2/+2
* Silence qdoc warnings from std::filesystemVolker Hilsheimer2020-09-211-0/+7
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* QDir: Use QDoc syntaxAhmad Samir2020-09-181-6/+6
* Make usage of forkfd_pidfd in QProcess a configurable featureAlexandru Croitor2020-09-171-0/+6
* QFile: for filesystem::path, use iteratorsMårten Nordheim2020-09-161-5/+2
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-2/+0
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-122-3/+3
* Fix Qt6 related comments in qdebugLars Knoll2020-09-112-45/+33
* Get rid of QEnableIfLars Knoll2020-09-111-3/+3
* Document that this method got added in 6.0Lars Knoll2020-09-111-0/+1
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-102-0/+42
* Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"Alex Trotsenko2020-09-104-30/+14
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-084-22/+78
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+11