summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Acknowledge QWidgetWindow::widget() may be nullGabriel de Dietrich2016-05-101-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-3/+3
| |\|
| | * Fix detection of the proxy base style when QT_STYLE_OVERRIDE is setAlexander Volkov2016-04-181-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-1/+1
|\| |
| * | QGuiApplication: don't force lower case styleOverrideJ-P Nurmi2016-04-151-1/+1
* | | QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-261-7/+8
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-40/+1
|/ /
* | QApplication: remove unused static qt_tabletChokeMouseShawn Rutledge2016-03-221-3/+0