summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn QFileDevice::MemoryMapFlags into a proper QFlagEdward Welbourne2020-09-021-3/+5
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-251-47/+117
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-242-36/+26
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-241-1/+6
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-2/+3
* Merge the two QUrl::fromUserInput overloadsDavid Faure2020-08-232-64/+36
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-203-4/+34
* Fix a number of qdoc warningsFriedemann Kleint2020-08-203-70/+0
* Disentangle QIODevice dependenciesLars Knoll2020-08-155-20/+78
* Some work to handle enums that are larger than 32bitLars Knoll2020-08-152-3/+3
* Constrain the debug stream operators for containersLars Knoll2020-08-151-12/+16
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-35/+35
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-132-4/+7
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-113-10/+18
* QFileInfo: make stat method publicVolker Hilsheimer2020-08-103-4/+4
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-30/+21