summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-34/+103
|\|
| * Wheel event widget: Harden logic an extra bitGabriel de Dietrich2016-03-091-24/+52
| * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-091-2/+7
| * Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-051-8/+44
| * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-1/+1
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-17/+51
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-17/+51
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-281-4/+10
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-3/+3