summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove stray slashVolker Hilsheimer2023-03-281-1/+1
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-283-3/+43
* Windows: Send synthetic mouse release after move/resize using right APITor Arne Vestbø2023-03-281-3/+7
* Stop propagation and default action on WASM window pointer eventMikolaj Boc2023-03-281-2/+3
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-12/+18
* macOS: Don't try to create or manage NSWindow of foreign windowsTor Arne Vestbø2023-03-281-0/+8
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-4/+8
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-283-45/+47
* Remove indirection via QScreenPrivate::setPlatformScreen()Tor Arne Vestbø2023-03-284-21/+12
* Introduce QTP0002 policy for android-specific target propertiesAlexey Edelev2023-03-283-1/+74
* Update Qt logoFriedemann Kleint2023-03-281-0/+0
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-283-35/+13
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-2/+13
* macOS: Simplify child window parenting in recreateWindowIfNeeded()Tor Arne Vestbø2023-03-281-3/+1
* macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2023-03-282-10/+12
* Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2
* CTF: Use Q_DISABLE_COPY for QCtfLibAntti Määttä2023-03-281-0/+2
* CTF: Fix QTRACE_LOCATION warnings during compilationAntti Määttä2023-03-281-2/+2
* QFusionStyle: adjust painting of separator in QSpinBoxChristian Ehrlicher2023-03-281-2/+2
* Doc: Clarify what's deployed by qt_deploy_runtime_dependenciesJoerg Bornemann2023-03-281-2/+6
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+2
* Fix QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-03-281-4/+6
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-281-1/+1
* Windows: Don't send non-client mouse events unless frameStrutEventsEnabledTor Arne Vestbø2023-03-281-2/+6
* Explicitly propagate screen to QComboBoxListView constructorAxel Spoerl2023-03-281-1/+5
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-282-0/+56
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-283-0/+27
* QPluginLoader: modernize static plugin instance codeThiago Macieira2023-03-281-6/+5
* macOS: Apply QWindow properties to NSWindow when setting content viewTor Arne Vestbø2023-03-282-9/+23
* QStorageInfo/Unix: fix narrowing conversion warningAhmad Samir2023-03-281-1/+1
* Update license specification for PCRE2Kai Köhne2023-03-271-2/+2
* QTaggedPointer: fix warning due to integer type conversionHamish Moffatt2023-03-271-1/+1
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-241-9/+126
* dbus examples: Remove "Example" from example namesIevgenii Meshcheriakov2023-03-241-2/+2
* Windeployqt: prevent directory creation for dryrunsTimothée Keller2023-03-243-15/+17
* windeployqt: allow user set translation directoryYuhang Zhao2023-03-241-1/+9
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-242-1/+40
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-242-2/+39
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-231-0/+1
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-20/+13
* macOS: Skip DisplayLink updates when in live resizeLaszlo Agocs2023-03-231-0/+19
* rhi: metal: macOS: Set presentsWithTransaction during resizeLaszlo Agocs2023-03-231-25/+60
* Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-231-0/+1
* Remove loopback network exampleMårten Nordheim2023-03-233-3/+2
* QNetworkDiskCache: Update doc snippetsMårten Nordheim2023-03-231-3/+6
* QArrayDataPointer: skip deallocate detourFabian Kosmale2023-03-231-1/+1
* wasm: add support for input languages win32 mobileLorn Potter2023-03-231-16/+18
* Close popups on WASM window non-client area interactionsMikolaj Boc2023-03-231-0/+1
* Doc/QButtonGroup: Do not mention deprecated/removed signalChristian Ehrlicher2023-03-221-2/+2
* Verify fix for manual get<I> calls for QVector<N>DMarc Mutz2023-03-221-0/+2