summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-27/+33
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-301-6/+5
* Use WAYLAND_DISPLAY and DISPLAY instead of XDG_SESSION_TYPEJohan Klokkhammer Helsing2020-09-271-18/+35
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-251-6/+0
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-6/+1
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-148/+101
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-0/+8
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* Remove "fallback session management"Andreas Hartmetz2020-09-011-87/+1
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+1
* High-DPI: Don’t round scale factors in Qt 6Morten Johan Sørvig2020-08-281-6/+1
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+46
* Add note about use of receivedExpose member in QGuiApplicationTor Arne Vestbø2020-08-261-0/+6
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-3/+3
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-0/+56
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-191-0/+2
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-07-211-0/+7
* QMouseEvent: Set QEventPoint globalPressPosition and globalLastPositionShawn Rutledge2020-07-151-1/+5
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-12/+4
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-140/+67
* Make QGuiApp::platform(Function|NativeInterface) internalTor Arne Vestbø2020-07-071-0/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-4/+4
* Remove documentation reference to standalone KMS pluginTor Arne Vestbø2020-07-061-3/+0
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-061-1/+0
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-17/+21
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-9/+9
* Add deprecation warnings to QGuiApplication::fontChanged/paletteChangedVolker Hilsheimer2020-06-081-0/+6
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-18/+18
* Remove winrtOliver Wolff2020-06-061-2/+2
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-3/+6
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-11/+3
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-071-22/+0
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-051-8/+2
* Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-241-1/+10
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+4
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
| * Call post routines from ~QGuiApplicationMichal Klocek2020-03-251-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-2/+2
|\|
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-2/+11
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-181-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
| | |\
| | | * wasm: add platform qsettingsLorn Potter2020-02-181-7/+1
| | | * Fix typo in QGuiApplication's documentationYuhang Zhao2020-02-181-1/+1
| * | | Send the LanguageChange event to all top level windows, not just widgetsAndy Shaw2020-02-181-0/+4
| |/ /
| * | Avoid dangling QGuiApplicationPrivate pointerEirik Aavitsland2020-02-131-1/+6