summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Q_DECLARE_INTERFACE: rework to use more inline functionsThiago Macieira2021-09-141-7/+19
* Fix Catch2 compiling for INTEGRITYTatiana Borisova2021-09-142-1/+32
* QDataStream: Add reminders to remove operators for qfloat16Ievgenii Meshcheriakov2021-09-141-0/+2
* Adjust src/corelib/serialization/qdatastream.[h/cpp] for 6.3.0Shawn Rutledge2021-09-142-2/+4
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-143-66/+117
* Bump versionJani Heikkinen2021-09-142-2/+2
* macOS: Move handleMouseEvent: to MouseAPI categoryTor Arne Vestbø2021-09-141-53/+53
* QByteDataBuffer::getChar() - assert that buffer is not emptyIvan Solovev2021-09-141-0/+2
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-142-40/+0
* QPlugin: remove Q_EXTERN_C macroThiago Macieira2021-09-141-13/+4
* QElfParser: don't use int for the enumThiago Macieira2021-09-133-4/+5
* Re-enable tst_qplugin on LinuxThiago Macieira2021-09-141-6/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-143-3/+126
* Close QWidget during destruction via QWindowTor Arne Vestbø2021-09-131-1/+5
* QPlatformWindow: fix isAncestorOf not breaking recursionRichard Moe Gustavsen2021-09-131-1/+1
* macOS: Don't close popups in Cocoa plugin for most mouse eventsVolker Hilsheimer2021-09-133-10/+13
* Don't hide QToolTip automatically when another window is closedTor Arne Vestbø2021-09-131-7/+0
* Expose the config and display for EGL-based QOpenGLContextsLaszlo Agocs2021-09-133-0/+17
* Add documentation for QPropertyBindingErrorFabian Kosmale2021-09-131-11/+146
* QTestJunitStreamer: Include <vector>Mårten Nordheim2021-09-131-0/+1
* macOS: don't replay mouse presses that closed a popupVolker Hilsheimer2021-09-131-0/+2