aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-0/+1
* Fix build without openglSamuli Piippo2020-06-021-2/+7
* Fix QQuickWidget when RHI is disabledPeter Varga2020-06-021-1/+4
* Enable QQuickWidget with OpenGL over RHILaszlo Agocs2020-05-272-39/+82
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-9/+24
|\
| * Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-241-9/+24
| * Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-7/+7
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-1/+3
|\ \
| * | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+3
* | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-0/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-3/+3
|\| |
| * | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-3/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-8/+7
|\| |
| * | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-061-1/+1
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-122-7/+6
| |\|
| | * Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-282-5/+4
| | * Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-1/+3
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-1/+3
| | |\
| | | * Set the screen on the QOpenGLContext to be the same as the windowv5.13.2Andy Shaw2019-10-181-1/+3
* | | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* | | | Regenerate projectsAlexandru Croitor2019-11-141-3/+0
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-1/+18
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-111-1/+10
| |\| |
| | * | Handle context loss in QQuickWidgetDavid Edmundson2019-10-081-1/+10
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-072-0/+8
| |\| |
| | * | QQuickWidget: state that we want premul alpha based blendingLaszlo Agocs2019-09-112-0/+8
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-11/+14
|\| | |
| * | | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-081-7/+7
| |/ /
| * | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-2/+0
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-2/+7
| |\|
| | * QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-281-2/+7
* | | More porting of declarative modulesAlexandru Croitor2019-06-081-0/+30
|/ /
* / Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-232-4/+4
|/
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-13/+18
* Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-101-2/+0
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-112-0/+23
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-23/+23
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-11/+42
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-11/+42
| |\
| | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-171-9/+9
| | * Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
| | * Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-7/+10
|\| |