summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-192-3/+8
* QColorTransform: remove unimplemented function from the private classVolker Hilsheimer2022-07-191-1/+0
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-193-7/+14
* cmake: Pick up project and target version when setting bundle versionsTor Arne Vestbø2022-07-181-2/+25
* cmake: Set CURRENT_PROJECT_VERSION and MARKETING_VERSION for Xcode projectsTor Arne Vestbø2022-07-181-4/+24
* Fusion: better support dark themes in the dialVolker Hilsheimer2022-07-171-2/+6
* QCborValue: free container memory in case of parsing failureThiago Macieira2022-07-161-1/+5
* QCborValue: attempt a bit of exception-safety around QList::reserveThiago Macieira2022-07-161-12/+16
* QCborValue: further clamp down on memory allocation for CBOR streamsThiago Macieira2022-07-161-11/+28
* Fix QPointerEvent::allPointsGrabbed()Shawn Rutledge2022-07-171-2/+3
* forkfd: implement vfork(2)-like support on LinuxThiago Macieira2022-07-165-67/+180
* Fix losing grip on dragged window on WASMMikolaj Boc2022-07-161-1/+1
* Introduce new traits constant for determining if type is a gadgetMikolaj Boc2022-07-161-1/+4
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-157-229/+207
* Fix build with the disabled 'translation' featureAlexey Edelev2022-07-151-1/+1
* QXmlStreamReader: fix C++20 buildGiuseppe D'Angelo2022-07-151-1/+1
* Styles: fix typos in the docLaszlo Papp2022-07-151-4/+4
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-151-1/+1
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-144-0/+36
* Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"Tor Arne Vestbø2022-07-143-13/+1
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-07-141-3/+8
* Relayout QStaticText when dpi changesEskil Abrahamsen Blomfeldt2022-07-141-1/+4
* cmake: Work around bug in CMake's Xcode generator setting INSTALL_PATHTor Arne Vestbø2022-07-141-0/+18
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-07-141-0/+20
* Windows QPA: Add MSWindowsNoRedirectionBitmap flagYuhang Zhao2022-07-143-1/+13
* CustomStyle doc: fix code indentationLaszlo Papp2022-07-141-1/+1
* QSystemTrayIcon: remove unused deprecated call to QAction::associatedWidgets()Ivan Solovev2022-07-131-1/+0
* QOpenGLContext: de-inline virtual dtors of private classesMarc Mutz2022-07-132-8/+22
* Fix wrong debug output upon creation of floating dockwidget tabsAxel Spoerl2022-07-131-1/+1
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-133-9/+4
* Unicode conversion: Skip superfluous check for QT_COMPILER_SUPPORTS_SSE2Fabian Kosmale2022-07-131-3/+2
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-2/+11
* QXcbConnection::xi2ReportTabletEvent(): get device, check capabilitiesShawn Rutledge2022-07-131-4/+7
* Change "delivering touch to same window" warnings to debug messagesShawn Rutledge2022-07-131-4/+4
* Remove QStringView metatype declarationIvan Solovev2022-07-133-5/+0
* Doc: Hide weak overload template magic from documentationKai Köhne2022-07-131-1/+5
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-1/+2
* Windows: Turn on dark mode support by defaultVolker Hilsheimer2022-07-121-1/+5
* Doc: Adjust widget printing example to not use removed functionsChristian Ehrlicher2022-07-121-7/+9
* QKeySequence: Update the doc to KeyboardModifiersLaszlo Papp2022-07-121-5/+6
* Use QT_CONFIG feature checks for sharedmemory and systemsemaphoresAllan Sandfeld Jensen2022-07-1216-64/+63
* qdbusxml2cpp: Finish migration to qsizetypeMate Barany2022-07-121-36/+36
* QMimeData: fix the usage of a deprecated functionIvan Solovev2022-07-121-3/+1
* QtBase: #ifdef out definitions of deprecated methodsIvan Solovev2022-07-124-1/+9
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-1213-118/+118
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-122-0/+28
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-1/+6
* QDomDocument: add a missing full-stop to a warning messageSona Kurazyan2022-07-121-2/+2
* QDomDocument: fix the formatting of setContent() declarationsSona Kurazyan2022-07-121-6/+6