summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWidgetWindow check valid widget geometryJørgen Lind2015-02-241-1/+1
* Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
* Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
* Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
* Improve handling of screens in QWidgets.Friedemann Kleint2015-02-064-22/+35
* Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
* Streamline code in QDesktopWidget.Friedemann Kleint2015-02-042-22/+15
* Set dpr of QImage in QOpenGLWidget grabFramebufferDyami Caliri2015-02-031-0/+1
* QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-5/+3
|\
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-5/+4
| |\
| * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-5/+3
* | | Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| |/ |/|
* | docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
|/
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
* Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8
* 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
* 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
* 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
* Doc: warn about preserving input method hintsPaul Olav Tvete2014-10-241-0/+4
* QSwipeGestureRecognizer: Fix gesture cancel on direction change.Friedemann Kleint2014-10-231-2/+2
* Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+22
* Respect minimum size of heightForWidth layoutsPaul Olav Tvete2014-10-221-9/+0
* Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-221-2/+0
* Set correct transient parent in q_createNativeChildrenAndSetParent().Friedemann Kleint2014-10-211-5/+5
* Always report focusObjectChanged on QWidget::clearFocus()Tor Arne Vestbø2014-10-201-4/+13
* Clear specific QWindow::focusObject() on QWindowPrivate::clearFocusObject()Tor Arne Vestbø2014-10-201-2/+4
* Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
* QSizePolicy: remind to mark as Q_PRIMITIVE_TYPE in Qt 6Marc Mutz2014-10-191-0/+4
* Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-161-11/+22
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-142-4/+68
* Add a warning when using QOpenGLWidget as a native childLaszlo Agocs2014-10-101-0/+6
* QSizePolicy: remove an outdated commentMarc Mutz2014-10-041-1/+0