aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* 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
|/
* Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-0/+7
* Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
* Add an API to set the scenegraph backendLaszlo Agocs2016-05-301-1/+4
* Make rendernode suitable for public consumptionLaszlo Agocs2016-04-201-0/+3
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-3/+3
| |\
| | * Make more ctors explicitMarc Mutz2016-03-031-1/+1
| | * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-3/+3
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+1
|\|
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-051-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-1/+1
|\|
| * Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-261-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-1/+1
* Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-1/+2
* Added a new render job stage: NoStageMiikka Heikkinen2015-04-151-1/+2
* Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\
| * Make effectiveDevicePixelRatio() return a qreal.Morten Johan Sørvig2014-11-301-1/+1