summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Skip WA_DontShowOnScreen widgets when checking whether application can quitTor Arne Vestbø2020-01-071-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-12/+11
|\|
| * Contain Qt::AA_SetPalette logic in QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-12-211-3/+4
| * Simplify QApplication::paletteTor Arne Vestbø2019-12-211-3/+2
| * Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-6/+3
| * Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-3/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-68/+70
|\|
| * Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-131-12/+6
| * Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
| * Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
| * Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
| * Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
| * Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
| * Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-87/+87
* | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
|/