summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVersionNumber: fix iterator/pointer mistakeGiuseppe D'Angelo2021-09-171-6/+6
* Activate test of enter event delivery on macOSVolker Hilsheimer2021-09-171-3/+0
* Doc: Add version and description to Qt-DBus documentationKai Köhne2021-09-171-1/+3
* Remove unused EXE_FLAGS option from qt_internal_add_executable()Craig Scott2021-09-182-3/+1
* Remove TODOs related to checking CMake 3.21 features post-releaseCraig Scott2021-09-182-4/+0
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1760-154/+156
* QCoreApplication: enforce non-null arguments when sending/posting eventsGiuseppe D'Angelo2021-09-171-5/+18
* android: Implement nativeResourceForContextLaszlo Agocs2021-09-172-0/+14
* rhi: vulkan: Reset state more aggressivelyLaszlo Agocs2021-09-172-2/+143
* Fix flaky test timing out sometimes while waiting for dataDimitrios Apostolou2021-09-171-4/+7
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-172-0/+10
* Doc: Fix broken linksVenugopal Shivashankar2021-09-171-5/+2
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-177-68/+82
* Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-171-3/+3
* Do not generate cpp exports for pure STATIC modulesAlexey Edelev2021-09-171-1/+4
* Add explicit install rules for the autogenerated cpp exportsAlexey Edelev2021-09-171-8/+38
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-171-3/+3
* macOS: Use new QPlatformTheme::appearance() functionMitch Curtis2021-09-171-20/+21
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-176-0/+27
* Don't unload libraries on Darwin-based operating systemsTor Arne Vestbø2021-09-171-0/+5
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-1714-93/+71
* Introduce QDoubleValidator::fixup()Ivan Solovev2021-09-174-2/+328
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-172-14/+3
* rhi: document serializedLayoutDescriptionLaszlo Agocs2021-09-161-4/+31
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-1613-1/+132
* rhi: Note in the docs that texture copies expect a matching formatLaszlo Agocs2021-09-161-0/+5
* CMake: Make standalone tests TestsConfig file repo-target-set specificAlexandru Croitor2021-09-162-3/+39
* Support QNX QCC compilerPasi Petäjäjärvi2021-09-161-2/+2
* Revert "coin: Generate JUnit result files"Tor Arne Vestbø2021-09-161-7/+2
* QTextDocumentLayout: remove multiple calls to lineHeightTypeWaqar Ahmed2021-09-161-5/+7
* Rewrite Qt Resource System overviewKai Köhne2021-09-1612-178/+332
* rhi: gl: Have a way to state GL_TEXTURE_RECTANGLE is wantedLaszlo Agocs2021-09-163-1/+15
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-1622-44/+132
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-164-10/+31
* testlib: Gracefully handle messages outside of test function in JUnit reporterTor Arne Vestbø2021-09-161-0/+3
* Add missing private cpp exports template to install setAlexey Edelev2021-09-161-0/+1
* Expose cpp export related arguments for qt_internal_add_module usersAlexey Edelev2021-09-161-43/+8
* unicode: Fix typo s/supersting/superstring/Ievgenii Meshcheriakov2021-09-151-1/+1
* Doc: Repair broken link to the Netscape Cookie SpecificationLuca Di Sera2021-09-151-1/+1
* Doc: Update \externalpage links for RFCLuca Di Sera2021-09-151-22/+27
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-152-5/+37
* macOS: convert mask region to native geometryMorten Johan Sørvig2021-09-152-2/+3
* macOS: don't block CMD+H while a popup is openVolker Hilsheimer2021-09-151-7/+2
* macOS: remove the popup stack from QCocoaIntegrationVolker Hilsheimer2021-09-155-77/+2
* macOS: remove mouse and key grabbing logic from Cocoa pluginVolker Hilsheimer2021-09-152-15/+0
* macOS: Remove duplicate code closing popups on window interactionVolker Hilsheimer2021-09-154-36/+0
* macOS: Use QGuiApplication popup APIs in Cocoa pluginVolker Hilsheimer2021-09-151-4/+3
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-153-11/+14
* doc: use \note in QKeyEvent documentationTor Arne Vestbø2021-09-151-8/+8
* Allow finalizers to be delayed to later in the same directory scopeCraig Scott2021-09-161-0/+27