summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SQLite: Update SQLite to v3.37.2v6.2.46.2.4Andy Shaw2022-03-023-43/+87
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-233-4/+26
* Always include qt_windows header firstVolker Hilsheimer2022-02-234-3/+4
* configure: Remove declaration of the MYSQL_PATH variableJoerg Bornemann2022-02-221-1/+0
* configure: Remove declaration of the OPENSSL_PATH variableJoerg Bornemann2022-02-222-4/+1
* CMake: remove obsolete #FIXMEThiago Macieira2022-02-211-1/+1
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-02-201-2/+4
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-201-0/+21
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1
* QDesktopServices: make QOpenUrlHandlerRegistry a non-QObjectMarc Mutz2022-02-181-7/+5
* Ensure QMainWindow has WA_TranslucentBackground when using unified toolbarTor Arne Vestbø2022-02-181-1/+8
* Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-182-7/+14
* typeNameForCast: use add_pointer instead of string manipulationFabian Kosmale2022-02-181-1/+1
* QNX: Silence compiler warning by initializing variablePasi Petäjäjärvi2022-02-181-1/+1
* Update public suffix listIevgenii Meshcheriakov2022-02-182-14451/+14277
* Fix UI mismatch when QPrinter::setDuplexZhang Hao2022-02-183-6/+13
* Sync QPrinter orientation when PageSetup Orientation selectedZhang Hao2022-02-181-0/+1
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-171-26/+27
* doc: Update GenericDataLocation location on iOSTor Arne Vestbø2022-02-171-1/+1
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-173-1/+42
* Add missing dependency to the qvkgen tool when generating vulkan codeAlexey Edelev2022-02-161-2/+6
* Correct haswell function target for clangAllan Sandfeld Jensen2022-02-161-1/+5
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-161-0/+5
* QHash: fix off-by-one in assertionsMårten Nordheim2022-02-161-6/+6
* QStringConverter: Add missing include on WindowsMårten Nordheim2022-02-161-0/+3
* QNetConMonitor/Win: Drop all warnings down to debugMårten Nordheim2022-02-161-19/+19
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-02-161-4/+1
* Eliminate double arrow in QToolButtonAxel Spoerl2022-02-161-4/+12
* QMetaObjectBuilder: fix addProperty() recording of the property typeThiago Macieira2022-02-161-1/+1
* Android A11Y: Announce value together with element name when focusedIvan Solovev2022-02-161-3/+7
* Android A11Y: Fix value roundingIvan Solovev2022-02-161-2/+44
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-1610-3/+100
* CMake: Add default launch screen storyboard for iOS appsAlexandru Croitor2022-02-161-0/+82
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-162-12/+0
* CMake: Document source file propertiesAlexandru Croitor2022-02-152-0/+89
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-151-0/+18
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-151-1/+1
* Update docs for QSurface::MetalSurface to include iOSTor Arne Vestbø2022-02-151-3/+3
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-1510-0/+28
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-151-1/+1
* Android A11Y: populate child elements when constructing node infoIvan Solovev2022-02-141-0/+4
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QHashSeed: remove 'pure' attribute on globalSeed()Marc Mutz2022-02-121-1/+1
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-121-0/+3
* QStringView: add missing constexpr so we can use is_constant_evaluatedThiago Macieira2022-02-121-1/+1
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-02-121-3/+3
* Make indicator-application hack work in flatpakIlya Fedin2022-02-121-1/+6
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-121-0/+4
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-121-13/+11