summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Update QOpenGLWidget paintDevice devicePixelRatio when recreating fboDyami Caliri2014-09-101-0/+1
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-103-4/+28
* Add an option to share between TLWsLaszlo Agocs2014-09-101-6/+19
* Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
* Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* Fix a conversion of coordinates of a TouchBegin eventAlexander Volkov2014-09-081-1/+1
* Bump version of QWidget geometry serialization to 2.0Friedemann Kleint2014-09-051-6/+6
* QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-031-1/+1
* Fix no-opengl buildLaszlo Agocs2014-09-013-0/+19
* QWidget::save/restoreGeometry(): Check screen size.Friedemann Kleint2014-08-281-4/+27
* Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+9
* Send QWindow::focusObjectChanged when clearing widget focusTor Arne Vestbø2014-08-261-0/+5
* Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+2
* OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-1/+10
* Fix composition for windows with alphaLaszlo Agocs2014-08-132-6/+17
* Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-113-6/+34
* Fix crash in QOpenGLWidget when changing the TLWLaszlo Agocs2014-08-081-1/+19
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-3/+16
* Avoid crashing in QOpenGLWidget::metricsLaszlo Agocs2014-08-071-1/+2
* Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-6/+0
* Add missing devicePixelRatio multiplication in QOpenGLWidget size checksLaszlo Agocs2014-08-061-1/+1
* Restrict tooltips triggered by mouse move events to widget area.Friedemann Kleint2014-08-061-1/+2
* Enhance QOpenGLWidget docs about resource managementLaszlo Agocs2014-08-051-3/+54
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-053-25/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-043-25/+1
| |\
| | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-303-25/+1
| | |\
| | | * Fix warning message when re-setting text on tooltipJoni Poikelin2014-07-291-1/+1
| | | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-032-24/+0
* | | | Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-041-1/+1
|/ / /
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-017-153/+966
* | | add buttons to QTabletEventShawn Rutledge2014-07-282-2/+2
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-1/+1
|\| |
| * | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-1/+1
* | | Implement QApplication::topLevelAt() using QGuiApplication::topLevelAt().Friedemann Kleint2014-07-181-10/+3
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-0/+3
|\| |
| * | Document QApplication::cursorFlashTime() can return -1İsmail Dönmez2014-07-071-0/+3
* | | QWidget: Set screen on top-level windows only.Friedemann Kleint2014-07-081-1/+2
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-041-0/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-0/+4
| |\| |
| | * | Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-021-0/+4
* | | | Fix compiling with -no-openglNiels Weber2014-07-041-0/+3
* | | | Implement QWidget::grabCursor(const QCursor&).Friedemann Kleint2014-07-031-15/+44
|/ / /
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+7
|\| |
| * | 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
| |/
* | Enablers for QQuickWidget render() support.Paul Olav Tvete2014-06-302-3/+8