summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-056-33/+42
|\
| * Unify license header usage.Jani Heikkinen2016-03-291-5/+5
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-5/+19
| |\
| | * Don't propagate unsolicited events from QWidgetWindow to QWidgetAlexander Volkov2016-03-241-5/+19
| * | Use default nullptr parents in QAction constructorshjk2016-03-231-3/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-232-17/+15
| |\|
| | * QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
| * | QApplication: remove unused static qt_tabletChokeMouseShawn Rutledge2016-03-221-3/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2218-70/+161
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2115-30/+51
| |\|
| | * QtWidgets: Change QTLWExtra::window from QWidgetWindow to QWindow.Friedemann Kleint2016-03-191-2/+1
| | * QtWidgets: includemocsMarc Mutz2016-03-1812-0/+23
| | * Revert "Handle the QWidgetPrivate::mapper structure"Marc Mutz2016-03-151-1/+0
| | * Remove Qt::WA_OutsideWSRange flag even if the widget is not yet visible.Błażej Szczygieł2016-03-151-1/+1
| | * Add argument names to the function signatures in headersOlivier Goffart2016-03-101-26/+26
| * | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-38/+108
| |\|
| | * Wheel event widget: Harden logic an extra bitGabriel de Dietrich2016-03-092-25/+53
| | * QGestureManager: fix UB in filterEvent()Marc Mutz2016-03-091-2/+2
| | * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+8
| | * Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-052-8/+45
| | * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-1/+1
| * | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-062-2/+2
* | | QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-022-12/+8
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-292-17/+52
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-17/+52
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-284-13/+23
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-3/+3
* | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-251-1/+1
* | QtWidgets: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-241-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-15/+56
|\|
| * QtWidgets: Always deliver the wheel event to submenusBłażej Szczygieł2016-02-241-3/+14
| * QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-12/+42
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-23/+31
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-23/+31
| |\
| | * Revert "QWidgetWindow: call base class close event impl".Friedemann Kleint2016-02-051-1/+0
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-025-9/+40
| | |\
| | * | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-113-13/+19
|\| | |
| * | | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-3/+2
| * | | Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+4
| * | | QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
| | |/ | |/|
* | | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-092-0/+2
* | | Replace some QList<int> with QVector<int>Marc Mutz2016-02-081-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-025-9/+40
|\| |
| * | Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-1/+1
| * | Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-5/+0
| * | QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
| * | add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
| |/
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-8/+13
|\|