summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-041-0/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+15
|\| |
| * | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+15
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-52/+89
|\| |
| * | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-131-49/+68
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-3/+21
| |\|
| | * Windows QPA: Update documentation on command line optionsFriedemann Kleint2020-01-101-3/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-5/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-5/+14
| |\|
| | * Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-5/+14
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-101-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-3/+3
| |\|
| | * Restore High DPI scale factorsFriedemann Kleint2020-01-071-3/+3