summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Widgets/Stylesheets: compile without FEATURE_style_stylesheetChristian Ehrlicher2025-05-011-0/+2
* Widgets/Stylesheets: Remove double negations for stylehseet featureChristian Ehrlicher2025-05-011-7/+7
* Cast NativeResourceForIntegrationFunction via QFunctionPointerTor Arne Vestbø2025-03-271-4/+4
* Doc: Improve deprecation description for QApplication::fontMetrics()Andreas Eliasson2025-02-141-3/+7
* Replace all QPair/qMakePair with std::pair in qtbase/widgetsIsak Fyksen2025-01-091-2/+2
* QApplication: don't create app_fonts() on destructionThiago Macieira2025-01-081-1/+2
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-4/+4
* Q*Application: move the compressEvent() virtual to the Private classThiago Macieira2024-12-131-1/+8
* QCoreApplication: replace threadRequiresCoreApplication()Thiago Macieira2024-11-261-2/+3
* Fix ubsan warning of illegal cast and illegal method callAllan Sandfeld Jensen2024-11-131-4/+4
* Restore event replay when a popup is closed by mouse press outsideShawn Rutledge2024-11-051-0/+8
* QWidgetWindow: fix enter/leave events not sent due to fractional scalingDavid Faure2024-08-301-2/+2
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* Move popup management from QApplication to QGuiApplicationShawn Rutledge2024-05-311-58/+22
* Windows 11 style: simplify code to polish paletteVolker Hilsheimer2024-05-031-0/+6
* QApplication: use focus abstraction instead of QWidget::focus_next/prevAxel Spoerl2024-03-181-2/+2
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-2/+3
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+2
* QApplicationPrivate::dispatchEnterLeave: remove dead codeAxel Spoerl2024-02-291-13/+0
* QWidget: deliver DragLeave events symmetricallyVolker Hilsheimer2023-12-201-2/+10
* Make QApplicationPrivate::active_window privateTor Arne Vestbø2023-11-201-10/+4
* Add missing timestamp to tablet eventsViktor Arvidsson2023-10-301-0/+1
* Compress UpdateLater eventsAllan Sandfeld Jensen2023-09-181-0/+5
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-051-2/+5
* Doc: Mention version of QApplication::setActiveWindow() deprecationKai Köhne2023-08-231-1/+1
* Don't set focus when moving the cursor with a touch padVolker Hilsheimer2023-04-281-1/+2
* Clear invalid QApplication styleOverrideKaj Grönholm2023-04-061-0/+2
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-0/+3
* Trace: Convert qtwidgets module to use tracepointgen toolAntti Määttä2023-02-101-0/+4
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-171-1/+1
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-091-2/+2
* Fix deprecation of QApplication:setActiveWindow()Kai Köhne2023-01-061-3/+2
* Beautify QApplication::compressEventAxel Spoerl2022-12-091-27/+41
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-2/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Fix build with disabled accessibilityAlexey Edelev2022-09-291-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-201-64/+6
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+4
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-9/+18
* Refactor QApplication::event from if/else to switch statementVolker Hilsheimer2022-08-261-8/+16
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* QApplication: Remove QApplicationPrivateBase porting macroThiago Macieira2022-06-131-1/+1
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-141-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Remove ALIEN_DEBUG statementsDavid Skoland2022-05-031-15/+1
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-3/+5
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-211-2/+2
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-1/+14