summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure the focus is passed on correctly when back-tabbingAndy Shaw2020-01-251-1/+2
* 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
* Skip WA_DontShowOnScreen widgets when checking whether application can quitTor Arne Vestbø2020-01-071-1/+1
* 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
* 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
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-1/+1
| |\|
| | * Add missing _exit tracepoints for event handlingMilian Wolff2019-04-051-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-0/+2
|\| |
| * | QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | | Remove eval modeKai Koehne2019-02-121-4/+0
|/ /
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-051-10/+10
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-21/+21
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-3/+3