summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-3/+6
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-261-4/+8
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-4/+8
| |\
| | * QQuickWidget: fix drag and dropOleg Yadrov2017-01-201-2/+6
| | * Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-2/+2
* | | Make wheelScrollLines a QStyleHintAllan Sandfeld Jensen2017-01-251-10/+4
|/ /
* | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-051-7/+0
* | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-091-11/+3
* | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-2/+6
* | Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-20/+12
|/
* Fix developer build with -no-feature-cursorAndrew Knight2016-11-081-0/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-6/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-6/+3
| |\
| | * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-6/+3
* | | Fix build with statemachine feature disabledLars Knoll2016-10-111-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-1/+1
| |\|
| | * QApplication: Fix UB (invalid cast) in notify()Marc Mutz2016-09-241-1/+1
* | | QApplication: use desktopStyleKey if styleOverride was invalidDmitry Shachnev2016-09-281-6/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-13/+4
|\| |
| * | Doc: Remove references to Windows CE in Qt WidgetsVenugopal Shivashankar2016-08-221-14/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* | | Clean up qwindowdefs_win.hLars Knoll2016-07-141-0/+4
* | | Removed needless null check.Fredrik de Vibe2016-06-301-1/+1
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-281-24/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-4/+4
| |\|