summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-10/+9
* Add missing _exit tracepoints for event handlingMilian Wolff2019-04-051-1/+1
* 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
* When warning about invalid style override also print available onesSergio Martins2018-12-121-2/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | 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
|\|
| * Convert features.statustip to QT_CONFIGStephan Binner2017-06-291-1/+1
| * Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+4
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-4/+4
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-3/+3
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+4
|\|
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* | cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-051-0/+3
* | Pluginize the platform stylesJake Petroules2017-04-141-2/+1
* | Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-3/+3
|/
* QApplication: Remove code duplicationGabriel de Dietrich2017-02-241-11/+1