summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-10/+2
* Revert "Revert "Fixed duplicate QMoveEvent generated for each QWidget::move c...Friedemann Kleint2014-06-131-1/+4
* Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-112-6/+11
|\
| * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-2/+10
| * Revert "Fixed duplicate QMoveEvent generated for each QWidget::move call"Friedemann Kleint2014-06-061-4/+1
* | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-1/+7
|/
* QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-052-0/+28
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-282-6/+6
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+3
* Fix loss of precision warningsFrederik Gladhorn2014-05-261-1/+1
* Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
* 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