summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-095-17/+268
* 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
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-082-3/+23
* Hsts: match header names case insensitivelyMårten Nordheim2023-05-081-2/+2
* 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: handle glob-deleteall tagsAhmad Samir2023-05-075-1/+91
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-064-0/+123
* 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-051-2/+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
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-052-54/+47
* 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
* 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
* Doc: Fix links to QDomDocument::setContent()Kai Köhne2023-05-051-0/+1
* Update download location for Harfbuzz as wellEskil Abrahamsen Blomfeldt2023-05-051-1/+1
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-052-10/+7
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-041-3/+3
* Deprecate Q_ASSUMEThiago Macieira2023-05-042-20/+11
* QMutex: remove unused tst_QMutex forward declarationThiago Macieira2023-05-041-3/+0
* Simplify invokeMethod implementations using QSlotObject helpersVolker Hilsheimer2023-05-042-53/+15
* Update public suffix listMårten Nordheim2023-05-042-4507/+4252
* QRunnable: Extract Method warnNullCallable()Marc Mutz2023-05-042-5/+15
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-041-19/+18
* Revamp DOM Bookmarks exampleØystein Heskestad2023-05-042-5/+4
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-044-32/+124
* QtDBus: Convert QDBusMetaTypeId into namespaceIevgenii Meshcheriakov2023-05-041-12/+11
* QtDBus: Use non-textual version of QMetaObject::invokeMethodIevgenii Meshcheriakov2023-05-045-6/+9
* QtDBus: Replace some text-based singnal-slot connectionsIevgenii Meshcheriakov2023-05-043-6/+6
* Make default local time a static constEdward Welbourne2023-05-041-2/+2
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-044-35/+30
* Split out a helper function for QLocalTimeEdward Welbourne2023-05-041-13/+18