summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-081-18/+18
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-131-2/+4
|\|
| * When warning about invalid style override also print available onesSergio Martins2018-12-121-2/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | | Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-211-0/+2
* | | Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-0/+1
|/ /
* | Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-031-2/+2
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-011-1/+0
* | Ensure that QTabletEvent is not pre-accepted before sendingShawn Rutledge2018-09-251-0/+1
* | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-281-3/+20
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-5/+7
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-5/+7
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-071-2/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-201-2/+14
|\|