summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Avoid drawing when the QOpenGLWidget isn't mappedJocelyn Turcotte2014-05-081-1/+1
* Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-4/+6
* Widgets going "undercover" should also undercover the QWindowJan Arve Saether2014-04-301-2/+9
* Use showNormal() instead of show() in QToolTip.Milian Wolff2014-04-251-2/+2
* Accessibility Windows: Improve MenusFrederik Gladhorn2014-04-251-2/+0
* Update tooltip palette when receiving a theme change notification.Friedemann Kleint2014-04-252-4/+11
* Restore Qt 4 behavior in default double click handlerLaszlo Agocs2014-04-171-1/+3
* Doc: document obsolete QApplication::setGraphicsSystem()Marc Mutz2014-04-101-0/+9
* Fix crash in qt_try_modal.Friedemann Kleint2014-04-091-2/+1
* QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
* Forward "_q_platform_*" QWidgets's properties to QWindow.Tomasz Olszak2014-04-092-0/+7
* Fix a crash on startup with QOpenGLWidgetJocelyn Turcotte2014-04-071-1/+2
* Improve QWidget::metric for PdmDevicePixelRatio.Morten Johan Sørvig2014-04-051-6/+9
* QNX: Surpress manual window activation during showFullScreenFabian Bumberger2014-04-051-0/+3
* Make it possible to render QtWebEngine in QOpenGLWidgetJocelyn Turcotte2014-04-041-0/+2
* Don't assume qt_tablet_target widget exists from one event to the nextShawn Rutledge2014-04-041-10/+2
* Avoid double clicks confusing popupsLaszlo Agocs2014-04-031-1/+1
* Enable the depth and stencil buffers by default in QOpenGLWidgetJocelyn Turcotte2014-04-021-1/+1
* When looking up the window hierarchy, stop at foreign windowsAlberto Mardegan2014-04-011-2/+9
* Propagate textureChildSeen properlyLaszlo Agocs2014-03-311-1/+1
* Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-313-1/+12
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* Streamline code in standard gesture recognizers.Friedemann Kleint2014-03-271-27/+8
* Make QWidget::render() work correctly with all paint devicesLars Knoll2014-03-272-23/+8
* QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-211-1/+1
* QApplication: fix scroll phase handling for wheel eventsJ-P Nurmi2014-03-201-2/+2
* QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-1/+1
* Delete the OpenGL context before the window.Morten Johan Sørvig2014-03-201-4/+2
* QNX: Fix QToolTipFabian Bumberger2014-03-191-2/+21
* Repaint widgets on screen change.Morten Johan Sørvig2014-03-142-0/+15
* docs: QApplication::startDragDistance default value is 10Shawn Rutledge2014-03-141-1/+2
* QQuickWidget: fix crash on exitPaul Olav Tvete2014-03-131-1/+12
* QQuickWidget move/resize fixPaul Olav Tvete2014-03-131-2/+7
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-7/+10
* Destroy backingstore before windowPaul Olav Tvete2014-03-081-4/+6
* Window change notification QQuickWidgetPaul Olav Tvete2014-03-061-0/+23
* Tablet target widget isn't always the same as its widget windowShawn Rutledge2014-03-061-2/+8
* Fix issue where revealed widget children do not receive paint event.Chris Colbert2014-03-042-13/+2
* Doc: fix warning: No documentation for 'QApplication::palette()'Marc Mutz2014-03-041-1/+1
* Revert "Propagate synthesized mouse events in parallel (lock-step) with touch"Eskil Abrahamsen Blomfeldt2014-03-042-95/+0
* Fix use uninitialized, detected by GCC 4.8Thiago Macieira2014-03-041-1/+1
* QQuickWidget show/hide/raise fixPaul Olav Tvete2014-03-011-2/+13
* Make bool arguments to QWidgetBackingStore::markDirty enumsJorgen Lind2014-02-283-56/+73
* Widgets: Pass on mouse event source when translating mouse events.Friedemann Kleint2014-02-271-0/+3
* Make closeAllWindows() close real windows only.Morten Johan Sørvig2014-02-251-1/+2
* Compile fix for QT_NO_OPENGLPaul Olav Tvete2014-02-242-3/+11
* QWidget: do not allocate a QOpenGLContext unless needed by QQuickWidgetPaul Olav Tvete2014-02-222-9/+10
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-1/+1
* Only do a repolish() of the widget if it was already polishedAndy Shaw2014-02-201-1/+2
* Exclude widgets without associated QWindow in QApplication::shouldQuit().Friedemann Kleint2014-02-151-3/+5