summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-012-1/+17
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-292-1/+17
| |\
| | * OS X: Fix menu item shortcuts without modifiersEskil Abrahamsen Blomfeldt2014-09-221-1/+1
| | * Make sure we don't delete child QWindows if they have WA_NativeWindow setGabriel de Dietrich2014-09-221-0/+16
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-4/+4
* | | Fix losing dirty state when calling update() from paintGL()Laszlo Agocs2014-09-301-1/+6
|/ /
* | Generate Show/Hide events for widgets when minimized state changes.Friedemann Kleint2014-09-241-1/+15
* | Update license headers and add new license filesMatti Paaso2014-09-2462-1175/+679
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-248-41/+97
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-238-41/+97
| |\|
| | * Avoid adding widget to its own layoutThomas Fischer2014-09-055-39/+67
| | * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
| | * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+8