summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QWidgetWindow: call base class close event implMorten Johan Sørvig2015-09-231-0/+1
* | Make QWidget::grab work with graphics effectsPaul Olav Tvete2015-09-221-1/+1
* | Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-221-0/+1
* | Notify when the primary screen changesAleix Pol2015-09-083-0/+16
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-7/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-274-9/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-9/+11
| |\|
| | * Fix unnecessary enter leave eventsJorgen Lind2015-08-201-2/+2
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
| | * Fix link to QQ articleAndy Shaw2015-08-071-1/+1
| | * Fix crash when mixing widgets with QtQuick 1 and Qt Quick 2Simon Hausmann2015-08-061-4/+7
* | | Fix some qdoc-warnings.Friedemann Kleint2015-08-272-5/+5
|/ /
* | Fix -Wcast-qual warningsThiago Macieira2015-08-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-094-11/+55
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-11/+55
| |\|
| | * Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
| | * Clear qt_tablet_target only when all buttons are released.Friedemann Kleint2015-07-271-1/+1
| | * Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-231-8/+3
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+49
* | | Fix a memory leakTimur Pocheptsov2015-08-062-2/+3
|/ /
* | Avoid multisampled contexts in QOpenGLWidgetLaszlo Agocs2015-08-051-2/+11
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-2/+4
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-302-21/+28