summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-50/+42
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-9/+7
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* Remove "fallback session management"Andreas Hartmetz2020-09-011-7/+0
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-2/+2
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-241-13/+0
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-53/+1
* Move QDesktopWidget API used by QApplication into QDesktopWidgetVolker Hilsheimer2020-08-171-2/+1
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-17/+26
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-161-4/+6
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-6/+3
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-45/+34
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-0/+3
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-4/+6
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-11/+11
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-7/+15
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-24/+24
* Fix build without features.actionTasuku Suzuki2020-06-041-0/+2
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-0/+2
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-6/+4
* QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-131-59/+55
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-16/+0
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-04-251-4/+4
* Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-241-10/+4
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-2/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-1/+1
|\
| * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-1/+1
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-28/+0
* | QApplication: remove obsolete keypadNavigationEnabled memberVolker Hilsheimer2020-04-091-46/+1
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-081-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
| |\|
| | * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | | Remove global GDI helpers qt_win_display_dc and qt_region_from_HRGNVolker Hilsheimer2020-04-081-27/+0
* | | QApplication: remove forwarding of QGuiApplication::windowIconVolker Hilsheimer2020-04-081-18/+0
* | | QApplication: remove deprecated members for obsolete ColorSpecVolker Hilsheimer2020-04-081-93/+0
|/ /
* / Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-0/+1
|/
* Fix docs suggesting that it's possible to draw to the X11 screenSimon Hausmann2020-03-171-2/+0
* Send the LanguageChange event to all top level windows, not just widgetsAndy Shaw2020-02-181-1/+4
* Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-171-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-1/+2
|\
| * Make sure the focus is passed on correctly when back-tabbingAndy Shaw2020-01-251-1/+2
* | QMenu: don't crash when another popup is closed when a popup is closedChristian Ehrlicher2020-01-251-1/+3
* | Mark QApplication::globalStrut as deprecatedVolker Hilsheimer2020-01-221-0/+1
* | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-131-134/+97
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-31/+24
|\|
| * Remove clearWidgetPaletteHash argument from setPalette_helperTor Arne Vestbø2020-01-091-5/+4
| * Move tracking of widget specific app palettes to QApplicationPrivateTor Arne Vestbø2020-01-091-22/+20
| * Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-5/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-1/+1
|\|