summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-17/+51
* QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-051-2/+1
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-8/+10
* QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-211-4/+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
* | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-14/+7
* | 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
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-7/+11
|\|
| * Fix a crash in tst_QTouchEvent::deleteInRawEventTranslation().Friedemann Kleint2015-05-221-2/+3
| * Don't propagate single touch events only from touchpads on OS XAlexander Volkov2015-05-211-2/+4
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-3/+4
| |\
| | * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-161-3/+4
* | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-121-3/+2
|/ /
* | Fix FPE in QApplicationPrivate::dispatchEnterLeave() due to invalid cursor po...Friedemann Kleint2015-04-231-1/+4
* | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
* | Remove compression of posted input method events.Friedemann Kleint2015-03-301-4/+1
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+10
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-5/+5
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* | Micro-optimize QApplication.Friedemann Kleint2015-02-251-16/+21
* | Use TabFocusBehavior in QStyleHints in widgetsLiang Qi2015-02-121-3/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-5/+3
|\|
| * Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-5/+3
* | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-201-0/+3
* | Add QWheelEvent::sourceShawn Rutledge2015-01-131-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-26/+7
|\|
| * Widgets: be more careful when setting focus on touch releaseRichard Moe Gustavsen2014-12-081-0/+7
| * Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-041-26/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-2/+36
|\|
| * QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-201-0/+26
| * send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-131-2/+10
* | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-071-1/+2
* | Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-33/+9
* | QApplication: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+12
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Keep a source of propagated mouse eventsAlexander Volkov2014-09-191-0/+1