summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Propagate application termination requests through QPATor Arne Vestbø2019-10-191-11/+8
* Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-021-0/+6
* QWidget: replace manual memory management with unique_ptr [6/N]: extraMarc Mutz2019-08-201-2/+2
* Clean up documentation of deprecated APIs from QApplicationSona Kurazyan2019-08-011-41/+2
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-4/+0
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-1/+1
| |\
| | * Remove unused arguments from QWidgetPrivate::create_sysTor Arne Vestbø2019-07-121-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-48/+11
| |\|
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-2/+12
* | | QApplication::topLevelWidgets(): Avoid allocation of listFriedemann Kleint2019-07-041-6/+9
* | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-1/+1
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-25/+25
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-48/+11
|\ \ \ | | |/ | |/|
| * | QApplication: clarify and unify global static usageTor Arne Vestbø2019-06-211-11/+5
| * | Remove duplicate call to QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-06-211-1/+0
| * | Remove duplicate call to QApplicationPrivate::initializeWidgetPaletteHash()Tor Arne Vestbø2019-06-211-1/+0
| * | Squash un-needed qt_init function into callsiteTor Arne Vestbø2019-06-211-15/+4
| * | Remove dead code from QApplicationPrivate::setSystemPaletteTor Arne Vestbø2019-06-211-20/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\ \ \ | | |/ | |/|
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-10/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-10/+9
| |\|
| | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-10/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-1/+1
|\| |