summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows 11 style: simplify code to polish paletteVolker Hilsheimer22 hours1-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
* Reduce qaccessible includesFabian Kosmale2022-02-091-0/+3
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-9/+9
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-4/+4
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+1
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-141-1/+1
* QApplication: port manual users of QMutableEventPointMarc Mutz2022-01-131-2/+2
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-081-9/+9
* Fix widget gesture grabbingVolker Hilsheimer2021-12-111-5/+8
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-5/+0
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-19/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-2/+2