summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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