summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
* Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-1/+1
* Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-5/+0
* QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
* add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
* Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-8/+10
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-25/+23
|\
| * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-24/+22
| * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
* | QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
* | QtWidgets: Don't show window of native widget with WA_OutsideWSRangeBłażej Szczygieł2016-01-131-4/+9
* | Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | QDesktopWidget::screenNumber(QPoint): fix handling of virtual desktopsBłażej Szczygieł2016-01-061-6/+19
* | QDesktopWidget::screenNumber(QWidget*): check virtual sibling screensBłażej Szczygieł2016-01-061-17/+35
* | QMacPanGestureRecognizer - stop timer on 'reset'Timur Pocheptsov2016-01-051-0/+1
* | Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-5/+26
* | QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-211-4/+4
* | QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
* | Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
* | Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
* | Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+20
* | Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+16
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-2/+8
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-13/+39
|\|
| * Call setFocus() if it is a QAxHostWidget which is in a new active windowAndy Shaw2015-11-231-2/+4
| * Do not leak textures from the backing storesLaszlo Agocs2015-11-231-11/+35
* | Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
* | Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
* | Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
* | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-195-89/+162
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-6/+10
|\|
| * Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
* | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-16/+7
* | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-4/+6
* | QtWidgets: Do hide/show via WA_OutsideWSRange for native widgetsUlf Hermann2015-11-031-1/+1
* | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-3/+3
* | Add the proper NOTIFY signal to the primaryScreen propertyLars Knoll2015-10-201-1/+1
* | QGestureManager: use qEnvironmentVariableIntValue()Marc Mutz2015-10-191-1/+1
* | Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-0/+9
* | QOpenGLWidget: Fix grabbing multisample framebuffersLaszlo Agocs2015-10-141-2/+13
* | QOpenGLWidget: Do not recurse when calling grabFramebuffer() from paintGL()Laszlo Agocs2015-10-141-2/+8
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-023-3/+9
|\|
| * Support device pixel ratio in QWidget graphic effectsDavid Edmundson2015-09-041-1/+4
| * Prevent QGestureManager crash.Morten Johan Sørvig2015-09-022-2/+5
* | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-272-3/+4
* | Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-9/+13
* | Close QWidgetWindows by closing the windowMorten Johan Sørvig2015-09-231-2/+2