summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Send ShortcutOverride event when receiving a non-spontaneous key pressAndy Shaw2018-04-201-2/+14
* | Don't send a mouse move when we just need to do a synthetic enter/leaveAndy Shaw2018-04-181-8/+15
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-1/+3
|\|
| * widgets: Add a QT_CONFIG(messagebox) guardMikhail Svetkin2018-03-131-1/+3
* | When cloning QWheelEvent, also propagate the event's timestampSteve Mokris2018-03-011-0/+2
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-281-14/+14
|/
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * Doc: fix wrong link to the example snippet in QApplication classAlexey Safronov2018-01-251-1/+1
* | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* | Revert "QApp: Method to check for native style usage."Alexander Volkov2017-12-011-21/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+8
|\|
| * Widgets: be able to tab to a widget that has a focus proxyRichard Moe Gustavsen2017-09-251-1/+8
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-16/+18
|\
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-151-16/+18
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+1
|\|
| * Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-13/+15
|\|