summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-5/+7
* 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
* 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-151-0/+5
* 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-155-20/+95
* 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
* 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
* 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-141-3/+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
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-142-3/+108
* 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
* macOS: Improve QAppleKeyMapper loggingTor Arne Vestbø2021-09-131-1/+14
* Don't exclude WA_DontShowOnScreen widgets for QWidgetWindow event processingTor Arne Vestbø2021-09-131-8/+8
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-133-3/+4
* Doc: Update link to RFC-4627Luca Di Sera2021-09-131-1/+1
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-5/+14
* Move QWINDOWSIZE_MAX to platform headersPaul Olav Tvete2021-09-102-2/+1
* testlib: Replace custom QTestCoreList with std::vectorTor Arne Vestbø2021-09-1010-209/+70
* Allow destruction of QWinEventNotifier in its signalAlex Trotsenko2021-09-101-1/+3
* Modernise and simplify handling of qtimezoneprivate_data_p.h's dataEdward Welbourne2021-09-102-120/+68
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-102-8/+4
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-102-6/+6