aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Doc: Ensure QQuickWindow::transientParent property is documentedTopi Reinio2020-11-201-0/+1
* Remove deprecated QQuickWindow::sendEventFabian Kosmale2020-08-261-4/+0
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-11/+0
* Add what-would-my-graphics-api-be getterLaszlo Agocs2020-06-261-0/+1
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-1/+2
* Add getters for rendertarget/device/configLaszlo Agocs2020-06-191-0/+3
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-0/+3
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-1/+0
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-161-3/+0
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-0/+4
* Move resetOpenGLState() to QQuickFboLaszlo Agocs2020-06-121-3/+0
* Make openglContext getter in QQuickWindow privateLaszlo Agocs2020-06-111-3/+0
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-3/+3
* Remove openGLContextCreated signalLaszlo Agocs2020-06-101-1/+0
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-5/+0
* Quick: Clean up some includesUlf Hermann2020-06-041-1/+2
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-10/+0
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-251-1/+1
* Reimplement QWindow::closeEvent, move handling code thereVolker Hilsheimer2020-05-081-1/+1
* Add beforeFrameBegin() and afterFrameEnd() to QQuickWindowLaszlo Agocs2020-04-301-0/+3
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-6/+15
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+3
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-10/+10
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+1
* Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-0/+3
* Deprecate QQuickWindow::createTextureFromId()Laszlo Agocs2020-01-271-0/+5
* Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-151-3/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-3/+3
|\
| * Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-181-3/+3
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+3
|/
* Add a createTextureFromId() alternativeLaszlo Agocs2019-08-301-0/+10
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-0/+10
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-0/+1
* Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-281-0/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-1/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+5
| |\
| | * Add new logging category qt.quick.window.transientShawn Rutledge2017-12-151-0/+4
| | * Handle the application state changes so items update appropriatelyAndy Shaw2017-12-111-1/+1
* | | QQuickView: add a constructor for QQuickRenderControlJ-P Nurmi2018-01-081-0/+1
* | | Move qqmldebug.h includes into the right placesUlf Hermann2017-11-091-0/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-16/+16
|/ /
* | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-0/+9
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\|
| * Add a method to query the scene graph backendMichael BrĂ¼ning2017-04-271-0/+1
* | QQuickWindow: Actually mark sendEvent as deprecatedRobin Burchell2017-04-171-1/+3
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-4/+4
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-4/+4
* | Fix building with -no-openglAndy Nichols2016-11-111-0/+1
|/