summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-153-6/+16
* Don't let windowstates manual test eat log messagesTor Arne Vestbø2021-09-151-10/+6
* QEventDispatcherWasm: handle EventLoopExecMorten Johan Sørvig2021-09-152-0/+19
* Use QHighDpi::toNativeWindowGeometry()Morten Sørvig2021-09-151-7/+1
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-152-0/+30
* qlocale_mac: make sure that helper functions return QVariantIvan Solovev2021-09-151-25/+25
* QAndroidSystemLocale: add missing day and month format handlingIvan Solovev2021-09-151-0/+12
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-156-20/+122
* Fix system locale instantiationIvan Solovev2021-09-151-1/+1
* QElfParser: stop trying to look into the .rodata sectionThiago Macieira2021-09-141-3/+2
* QPlugin: make the macros match the scanning code for ELF systemsThiago Macieira2021-09-142-2/+2
* QElfParser: remove one more unnecesary variable from the ELF parserThiago Macieira2021-09-142-3/+2
* QElfParser: don't attempt to parse ELF files of the wrong endiannessThiago Macieira2021-09-142-21/+12