summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-8/+8
* QLayoutStruct: reduce struct size 36 -> 32 bytesMaks Naumov2015-02-031-1/+1
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-039-118/+118
* QLayoutEngine: replace an inefficient QList with QVarLengthArrayMarc Mutz2015-02-021-5/+6
* Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-241-2/+15
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-211-6/+5
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-6/+5
| |\
| | * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| | * docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-203-0/+13
|/ /
* | Add QWheelEvent::sourceShawn Rutledge2015-01-132-2/+2
* | QSizePolicy: prepare for constexpr'ifcationMarc Mutz2015-01-081-6/+2
* | QSizePolicy: add Q_FLAGS(ControlTypes)Marc Mutz2014-12-261-0/+1
* | QWidget: use a static assert for a compile-time checkGiuseppe D'Angelo2014-12-251-3/+3
* | Fix discard framebuffer support in QOpenGLWidgetLaszlo Agocs2014-12-211-4/+4
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-207-77/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-183-18/+21
|\|
| * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
| * Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8
* | Add NoPartialUpdate support to QOpenGLWidgetJørgen Lind2014-12-112-5/+101
* | Use categorized logging for QGestureManager.Friedemann Kleint2014-12-111-29/+24
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-104-49/+11
|\|
| * Widgets: be more careful when setting focus on touch releaseRichard Moe Gustavsen2014-12-081-0/+7
| * Revert "Use single finger pan to scroll text edits on touch screens."Tor Arne Vestbø2014-12-041-21/+2
| * Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-042-27/+0
| * QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-1/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0319-117/+117
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-273-1/+36
|\|
| * Implement heightForWidth().Friedemann Kleint2014-11-271-0/+31
| * Fix build of QGestureRecognizer on OS XSamuel Gaist2014-11-271-0/+2
| * Widgets, iOS: don't tell the input panel to hide on focus outRichard Moe Gustavsen2014-11-261-1/+3
* | Remove unnecessary indirect accessAllan Sandfeld Jensen2014-11-251-6/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2411-66/+193
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-1/+1
| |\
| | * Correct the signature and access rights for the protected constructorLars Knoll2014-11-191-1/+1
| * | Use single finger pan to scroll text edits on touch screens.Friedemann Kleint2014-11-201-2/+21
| * | QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-202-0/+27
| * | Fix broken resource cleanup in QOpenGLWidgetLaszlo Agocs2014-11-171-0/+10
| * | QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-174-20/+40
| * | send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-132-3/+11
| * | a widget's window is transient for its parent's top-level windowShawn Rutledge2014-11-131-2/+3
| |/
| * Fix too many resizes and move events for native widgetsJørgen Lind2014-11-043-20/+42
| * Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-0/+2
| * Fix QWidget::scroll during paintingAllan Sandfeld Jensen2014-10-291-1/+1
| * Check geometry correctly when replaying popup mouse events.Friedemann Kleint2014-10-281-8/+13
| * QSwipeGestureRecognizer: Prevent cancel in startup-phase.Friedemann Kleint2014-10-272-10/+23
* | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-072-1/+3
* | Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-33/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-273-18/+33
|\|