summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Purge QDesktopWidgetVolker Hilsheimer2020-10-161-19/+8
* Mark QApplication::fontMetrics as obsoleteVolker Hilsheimer2020-10-141-0/+3
* Remove QApplication::desktopVolker Hilsheimer2020-10-141-3/+3
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-2/+1
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* QApplicationPrivate: iterate QPointingDevPrv::activePoints values onlyShawn Rutledge2020-10-071-4/+4
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-2/+0
* 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