summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Highlight third-party modules that are security criticalKai Köhne2023-03-3110-0/+19
* tst_QSslSocket_onDemandCertificates_member: Blacklist Windows & debugAxel Spoerl2023-03-302-8/+17
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-284-0/+6
* Doc: Remove stray slashVolker Hilsheimer2023-03-281-1/+1
* tst_QDateTimeEdit::stepModifierPressAndHold(): tweak start dateEdward Welbourne2023-03-281-1/+5
* complexpingpong example: Modernize the codeIevgenii Meshcheriakov2023-03-284-39/+41
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-284-3/+44
* 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-282-12/+75
* 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-282-4/+40
* 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
* CMake: add some docs for qt_find_packageAhmad Samir2023-03-281-0/+9
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-283-35/+13
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-282-39/+55
* 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-282-2/+16
* Fix QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-03-281-4/+6
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-282-1/+16
* Windows: Don't send non-client mouse events unless frameStrutEventsEnabledTor Arne Vestbø2023-03-281-2/+6
* Fix pointer mismatch after QList::move() in tooltip exampleAxel Spoerl2023-03-283-24/+36
* Explicitly propagate screen to QComboBoxListView constructorAxel Spoerl2023-03-281-1/+5
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-284-0/+112
* CMake: build the shared plugin when building the plugandpaint targetJoerg Bornemann2023-03-281-1/+5
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-284-0/+57
* git: ignore ._* filesLiang Qi2023-03-281-0/+1
* 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-272-2/+14
* QTaggedPointer: fix warning due to integer type conversionHamish Moffatt2023-03-271-1/+1
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-243-9/+252
* dbus examples: Remove "Example" from example namesIevgenii Meshcheriakov2023-03-245-7/+7
* tests: blacklist tst_QImageReader::setClipRect() andLiang Qi2023-03-241-0/+8
* Windeployqt: prevent directory creation for dryrunsTimothée Keller2023-03-243-15/+17
* windeployqt: allow user set translation directoryYuhang Zhao2023-03-241-1/+9
* tst_QVariant: add a test contrasting Qt 5/6 isNull behaviorMarc Mutz2023-03-241-0/+7
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-243-2/+128
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-243-2/+198