summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSettings: purge deprecated APIEdward Welbourne2020-08-072-42/+1
* QStandardPaths: purge deprecated APIEdward Welbourne2020-08-072-12/+2
* QFileInfo: inline the file-time methodsEdward Welbourne2020-08-072-22/+11
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-072-48/+0
* QFile: purge deprecated APIEdward Welbourne2020-08-072-41/+2
* Purge deprecated API from QDirEdward Welbourne2020-08-072-51/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-072-79/+1
* Mac: (temporarily?) drop support for QMultiMap in QSettingsGiuseppe D'Angelo2020-08-061-44/+20
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-042-10/+26
* 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-291-6/+8
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-274-64/+0
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-272-9/+10
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-272-20/+5
* Move a comment from a header to relevant docsEdward Welbourne2020-07-272-2/+2
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-8/+0
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-243-469/+0
* QTemporaryFile: purge deprecated APIEdward Welbourne2020-07-201-7/+1