summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence static analyzer warningVolker Hilsheimer2021-10-071-1/+1
* Clean up QApplication::notify codeVolker Hilsheimer2021-09-301-242/+197
* Fix crash if receiver destroys itself in closeEventVolker Hilsheimer2021-09-271-5/+6
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-0/+4
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-151-11/+12
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-5/+19
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-6/+2
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-261-10/+8
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-3/+8
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-9/+3
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-3/+9
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-161-0/+3
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-121-0/+2
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-0/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+6
* Cleanup leftover QWSTasuku Suzuki2021-04-141-6/+0
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-151-4/+5
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-01-151-7/+11
* Skip already closing widgets when checking whether application can quitTor Arne Vestbø2021-01-061-0/+6
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-3/+3
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-0/+1
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-12/+12
* Expunge WA_GroupLeaderShawn Rutledge2020-10-271-31/+4