summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-2/+1
|\|
| * QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-051-2/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-8/+10
|\|
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-8/+10
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-4/+4
|\|
| * QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-211-4/+4
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-1/+1
* | QApplication: replace QList::prepend()s with appends()Marc Mutz2015-12-171-5/+5
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-25/+17
* | QApplication: replace some sneaky code with a strategic gotoMarc Mutz2015-12-071-2/+2