summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tst_QFont: fix printf-format mismatchMarc Mutz2023-05-101-1/+1
* QStyleSheetStyle: fix unity-build with chunk-size 13Marc Mutz2023-05-101-0/+2
* QSlotObjectBase: move the m_ref after m_impl for Qt 7Thiago Macieira2023-05-101-3/+10
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-107-23/+24
* Remove Java iterator APIs for moving back if operator-- is not availableVolker Hilsheimer2023-05-103-4/+32
* Doc: Add CSS styling and icon for 'technical preview' itemsTopi Reinio2023-05-105-2/+34
* Fix QMenu (+other theme) sizes on Windows multiscreen systemsThorbjørn Lund Martsum2023-05-102-1/+33
* macOS: Clear event dispatcher interrupt before running NSAlert modal sessionTor Arne Vestbø2023-05-101-4/+3
* a11y: Don't add scrollbar container as a11y child if scroll bar is re-parentedTor Arne Vestbø2023-05-101-2/+8
* Clarify module changes in Qt6Jaishree Vyas2023-05-0910-10/+10
* Docs: Update OpenGl example docsNicholas Bennett2023-05-092-14/+135
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-0911-17/+673
* rsslisting example: don't leak the RSSListing objectEdward Welbourne2023-05-091-2/+2
* Update cbordump image to a higher-resolution oneEdward Welbourne2023-05-091-0/+0
* configure: Make -ccache work for msvcMårten Nordheim2023-05-091-0/+1
* QGenericRunnable: use CompactStorageMarc Mutz2023-05-091-4/+6
* Long live QtPrivate::CompactStorage<>Marc Mutz2023-05-093-24/+73
* QTextMarkdownImporter: Fix performance for non-trivial documentsEike Ziller2023-05-091-0/+2
* Unconditionally use Q_NORETURN for qAbort()Kai Köhne2023-05-091-4/+1
* Doc: Add XML, Json, CBOR examples to IO categoryKai Köhne2023-05-095-1/+5
* savegame ex.: revamp the way print() worksMarc Mutz2023-05-098-20/+29
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-082-3/+23
* Hsts: match header names case insensitivelyMårten Nordheim2023-05-082-2/+8
* QMimeProvider: fix a clazy warningAhmad Samir2023-05-071-0/+2
* QMimeProvider: de-duplicate some codeAhmad Samir2023-05-071-12/+6
* QMimeProvider: use non-const stack variable for better move semanticsAhmad Samir2023-05-071-1/+1
* QMimeBinaryProvider: manage m_cacheFile with a std::unique_ptrAhmad Samir2023-05-072-17/+16
* QMimeDatabase: de-duplicate some code in the unittestsAhmad Samir2023-05-071-3/+1
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-078-2/+129
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-069-46/+388
* QWizard: Win: fix wrong frame size and title bar sizeYuhang Zhao2023-05-061-1/+1
* QTestEventLoop: don't stop the test fails outside the main threadThiago Macieira2023-05-051-1/+2
* Q{Plugin,Factory}Loader: downgrade warnings to debug messagesThiago Macieira2023-05-052-6/+2
* Windows: implement retrieval for missing QScreen metadataL. E. Segovia2023-05-065-40/+188
* QPrinterInfo: fix mismatching types to ternary operatorThiago Macieira2023-05-051-1/+1
* q20: add C++20 chrono days/weeks/months/yearsAhmad Samir2023-05-052-0/+63
* headerscheck: enable exceptions for MSVCThiago Macieira2023-05-051-1/+1
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-053-54/+71
* Schannel: Add support for import of PKCS12/PFX filesTobias Koenig2023-05-055-0/+181
* Windows QPA: remove unused functionYuhang Zhao2023-05-051-20/+0
* macdeployqt: Consider debug libs when looking for module dependenciesTor Arne Vestbø2023-05-051-1/+4
* macdeployqt: Detect debug dylibs, not just debug frameworksTor Arne Vestbø2023-05-051-1/+4
* test: Don't remove macdeployqt test directory when debugging testTor Arne Vestbø2023-05-051-3/+1
* test: Pass -use-debug-libs for macdeploy test when built as debugTor Arne Vestbø2023-05-051-0/+3
* Add debug logging to macdeployqt testTor Arne Vestbø2023-05-051-21/+23
* QSlotObject helpers: add testcoverage for std::functionVolker Hilsheimer2023-05-051-1/+10
* Android: fix content url handling of filenames with spacesAssam Boudjelthia2023-05-051-1/+5
* QObject: simplify ImplFns of Q(Private)SlotObjectsMarc Mutz2023-05-052-7/+9
* Future-proof QGenericRunnableHelperMarc Mutz2023-05-051-10/+21
* wasm: Add DOM accessors functions through NativeInterfacePiotr Wierciński2023-05-055-1/+41