summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QArrayData: fix potential UB in QBasicAtomic initializationHEADdevMarc Mutz7 min.3-14/+17
* QRangeModel: consistently call roleNames() through the vtableVolker Hilsheimer2 hours1-10/+27
* QFreeList: fix UB (data race) in release()Marc Mutz3 hours1-1/+1
* QQuaternion: document some get*() preconditionsMarc Mutz3 hours1-0/+12
* QStorageInfo: add missing move constructorMarc Mutz3 hours2-0/+14
* [docs] QStorageInfo: use standard move-assignment descriptionMarc Mutz7 hours1-1/+3
* Correct Africa/El_Aaiun to fix typo in CLDR dataEdward Welbourne7 hours1-1435/+1435
* QStorageInfo: DRY ctors and SMFsMarc Mutz11 hours1-12/+5
* QMainWindowLayout::animationFinished(): don't show deleted tab barsAxel Spoerl11 hours1-2/+4
* gui: Add missing QAPP_CHECK undefines to fix unity buildsTim Blechmann12 hours2-0/+4
* Android: Set proper A11y-element java class names to support TalkBackLars Schmertmann14 hours2-7/+132
* android: fix unity buildsTim Blechmann22 hours1-0/+5
* QtTest LoggerRegistry: fix UB (default-constructed std::atomic)Marc Mutz25 hours1-1/+1
* QtTest LoggerRegistry: fix UB (insufficient atomic memory order)Marc Mutz25 hours1-4/+4
* QtTest LoggerRegistry: make the stored LoggersContainer constMarc Mutz25 hours1-2/+2
* QtTest WatchDog: fix UB (default-constructed std::atomic)Marc Mutz25 hours1-1/+1
* QFontDatabase: eradicate goto useMarc Mutz26 hours1-28/+15
* [docs] QQuaternion: fix links to QVector3D functionsMarc Mutz29 hours1-2/+3
* Doc: silence warning, QMetaType::type() is overloadedVolker Hilsheimer29 hours1-1/+1
* [docs] QQuaternion: fix grammarMarc Mutz29 hours1-1/+1
* a11y atspi: Don't crash when using DBus Properties GetAllNicolas Fella29 hours1-3/+6
* QToolButton a11y: Take menu from default action into accountMichael Weghorn30 hours2-7/+22
* QToolButton a11y: Use existing method to get QToolButtonMichael Weghorn30 hours1-2/+1
* QScrollBar: Set parent for context menu to match other widgetsDheerendra Purohit32 hours1-1/+1
* QObjectPrivate::ConnectionData: fix UB (default-constructed std::atomic)Marc Mutz32 hours1-1/+1
* Doc: Fix "see also" linksDavid Boddie33 hours2-2/+2
* QMainWindowLayout: fix missing std::move() in QDebug stream operatorMarc Mutz36 hours1-1/+1
* [docs] QQuaternion: fix grammar in toRotationMatrix()Marc Mutz36 hours1-2/+2
* eglfs/kms: hot-plug and hot-reloadThomas Senyk37 hours21-90/+690
* QMetaObject::normalizedType: handle nullptrIvan Solovev41 hours1-0/+3
* QStringAlgorithms: rename replace_detaching() to replace_into_copy()Ahmad Samir46 hours1-2/+5
* Windows11Style: draw item text unconditionallyChristian Ehrlicher2 days1-5/+5
* QClipData: fix incorrect realloc() useMarc Mutz2 days1-2/+2
* QXmlStream: fix incorrect use of realloc()Marc Mutz2 days1-4/+6
* QDataBuffer: fix incorrect use of realloc()Marc Mutz2 days1-4/+6
* QXmlStreamSimpleStack: Q_CHECK_PTR() the correct pointerMarc Mutz2 days1-1/+1
* QProperty: add various missing std::move()sMarc Mutz2 days1-19/+19
* QXmlStreamReader: fix a missing std::move()Marc Mutz2 days1-1/+1
* QTextCharFormat: improve documentation for font()David Faure2 days1-0/+11
* QFileInfoGatherer: Prevent infinite loopTobias Fella2 days1-0/+2
* QQuaternion: rename the fromEulerAngles() argumentMarc Mutz2 days2-7/+7
* QQuaternion: fix MingW "redeclared without dllimport attribute" errorMarc Mutz2 days1-3/+3
* QDirEntryInfo: fix GCC optional<> -Wmaybe-uninitializedMarc Mutz2 days1-1/+1
* QVariant: remove a false statement about C++ unionsGiuseppe D'Angelo2 days1-5/+0
* moc: add line numbers to properties, methods, etcSami Shalayel3 days2-0/+10
* Doc: Fix incorrect inheritence statement in QStringList documentationDheerendra Purohit3 days1-1/+1
* Document the QByteArray(QByteArrayView) constructorMÃ¥rten Nordheim3 days1-0/+9
* Add assertions to qtestlog.cpp where it branches on variant typeEdward Welbourne3 days1-0/+8
* Convert qtestlog.cpp to use QVariant::get_if<>(QVariant *)Edward Welbourne3 days1-11/+10
* Clean up some #if-ery in qtestlog.cppEdward Welbourne3 days1-10/+8