summaryrefslogtreecommitdiffstats
path: root/src/corelib/compat/removed_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTimer: restore BC with Qt 6.7 for MSVCMarc Mutz2025-04-041-0/+1
* QtCore: fix build w/o itemmodelAxel Spoerl2025-03-241-0/+4
* QCborStreamWriter: add append(QByteArrayView)Thiago Macieira2025-03-071-0/+2
* QCoreApplication: implement the ### Qt7 to rename requestPermissionThiago Macieira2025-02-281-0/+10
* QDir: add mkpath/mkdir overloads taking std::optional<Permissions>Ahmad Samir2025-02-271-0/+17
* Make QString::fromRawData() inlineThiago Macieira2025-02-141-0/+1
* QFutureInterface: mark the unused setContinuation() overloads as removedIvan Solovev2025-02-111-0/+40
* QObjectData: Return const QMetaObject* from dynamicMetaObject() already nowMarc Mutz2025-01-311-0/+12
* QBasicMutex::destroyInternal(): avoid clazy warning about returning voidMarc Mutz2025-01-291-1/+1
* Remove QT_NO_GEOM_VARIANTThiago Macieira2025-01-271-2/+0
* qErrnoWarning: disable when QT_NO_WARNING_OUTPUT is setThiago Macieira2025-01-071-0/+16
* Replace qTerminate() with std::terminate() and mark it for removalThiago Macieira2024-12-261-0/+9
* QMutex: remove QMutexPrivate from the public-ish APIThiago Macieira2024-12-051-0/+9
* QString: toward UTF-8 arg() support [3½/4]: port unary arg() to QAnyStringViewMarc Mutz2024-12-031-0/+40
* QString: toward UTF-8 arg() support [2/4]: port pattern to QAnyStringViewMarc Mutz2024-11-011-0/+14
* QChar: disable implicit conversions on most ctor argumentsMarc Mutz2024-10-101-0/+3
* QMetaEnum: add support for reading 64-bit flags and enumsThiago Macieira2024-10-041-0/+12
* QMetaType: inline isValid() and isRegistered()Thiago Macieira2024-09-251-0/+12
* QMetaType::id: remove the need to "keep in sync" by simplifyingThiago Macieira2024-09-071-7/+1
* QBasicTimer: port to std::chrono::nanosecondsAhmad Samir2024-08-311-0/+12
* QUuid: make more methods constexprIvan Solovev2024-08-301-0/+16
* QTimer: make singleShot() have nanoseconds resolution [2/2]: new-styleMarc Mutz2024-08-291-0/+8
* QTimer: make singleShot() have nanoseconds resolution [1/2]: old-styleMarc Mutz2024-08-291-0/+6
* QDate: rework stdSysDaysToJulianDay()Ivan Solovev2024-08-291-1/+1
* Fix position of qtimer.h in removed_api.cppMarc Mutz2024-08-281-2/+2
* QDebug: cast the QFlags value to the right-sized unsigned type (1/2)Thiago Macieira2024-08-101-0/+7
* Add missing feature checks in removed APIEdward Welbourne2024-06-101-0/+8
* QStringConverter: port (name, Flags) ctor to QAnyStringViewMarc Mutz2024-06-101-0/+4
* QStringConverter: port encodingForName() to QAnyStringViewMarc Mutz2024-06-101-0/+7
* Prepare 6.9 section in corelib/compat/removed_api.cppMarc Mutz2024-06-071-0/+9
* Fix QByteArray::(last)IndexOf inlining conditionsIvan Solovev2024-06-071-1/+1
* QByteArrayView: inline the char overload of lastIndexOf()Thiago Macieira2024-05-311-0/+9
* Put conditioned header under appropriate feature configurationTatiana Borisova2024-05-301-0/+2
* Put conditioned header under appropriate feature configurationTatiana Borisova2024-05-291-0/+2
* QUuid: port createUuidV{3,5}() to QByteArrayViewMarc Mutz2024-05-291-0/+10
* Put conditioned header under appropriate feature configurationTatiana Borisova2024-05-281-0/+2
* Fix build with -no-feature-easingcurveTasuku Suzuki2024-05-271-0/+2
* Port QPersistentModelIndex to new comparison helper macrosMarc Mutz2024-05-241-0/+22
* QUuid, GUID: use new comparison helper macrosTatiana Borisova2024-05-221-0/+12
* QtPrivate::ResultIteratorBase: use modernize comparisonsTatiana Borisova2024-05-141-0/+14
* QEasingCurve: use comparison helper macrosIvan Solovev2024-05-101-0/+7
* QLine(F): use comparison helper macrosIvan Solovev2024-05-101-0/+2
* QThreadPool: add waitForDone() based on QDeadlineTimerThiago Macieira2024-05-091-0/+4
* QRegularExpression: use modernize comparisonsTatiana Borisova2024-05-061-0/+5
* QtCore/removed_api: fix 6.8 block order, global includeMarc Mutz2024-05-021-3/+3
* QMimeType: use modernize comparisonsTatiana Borisova2024-04-301-0/+7
* QSettings/removed_api: don't return <void expr>Marc Mutz2024-04-291-1/+1
* QRegularExpressionMatch: port API from QString to QAnyStringView keysMatthias Rauter2024-04-291-0/+34
* QTimer/QObject::startTimer: improve the detection of overflowThiago Macieira2024-04-271-4/+6
* QBitArray: use new comparison helper macrosTatiana Borisova2024-04-261-0/+1
close