summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QUrl: purge deprecated APIEdward Welbourne2020-07-202-133/+2
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0710-15/+15
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-061-2/+1
* Port QString to qsizetypeLars Knoll2020-07-061-1/+1
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Add a note to qurlidna.cpp about IDNA's Unicode version being frozenEdward Welbourne2020-07-021-0/+9
* QLoggingRegistry: remove an always true testGiuseppe D'Angelo2020-06-301-2/+1
* QUrl: do not retest if a codepoint is less than 0xFFFFGiuseppe D'Angelo2020-06-301-1/+1
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-292-5/+7
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-2910-23/+12
* Use QList instead of QVector in corelibJarek Kobus2020-06-257-21/+18
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-11/+11
* QProcess/Win: Avoid reentering the code in _q_processDied()Alex Trotsenko2020-06-191-1/+1