summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Doc: Remove references to Windows CE in Qt WidgetsVenugopal Shivashankar2016-08-221-14/+5
* | 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
* | 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.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
* | QGuiApplication: don't force lower case styleOverrideJ-P Nurmi2016-04-151-1/+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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-2/+4
| |\
| | * Call setFocus() if it is a QAxHostWidget which is in a new active windowAndy Shaw2015-11-231-2/+4
* | | Fix scoping of loop variables in QApplicationPrivate::dispatchEnterLeave()Marc Mutz2015-11-301-18/+12
* | | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-14/+7
|\| |
| * | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-14/+7
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/ /
* | Close QWidgetWindows by closing the windowMorten Johan Sørvig2015-09-231-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-271-2/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-2/+1
| |\|
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
* | | Fix some qdoc-warnings.Friedemann Kleint2015-08-271-4/+4
|/ /
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-3/+3
|\|