aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-0/+2
|\|
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-3/+0
|\|
| * move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-241-3/+0
* | Add methods for finding out if scene graph context has been initializedUlf Hermann2014-09-171-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-25/+12
|\|
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
| * Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-131-1/+1
| * Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-131-5/+0
* | Merge branch 'origin/5.4' into devFrederik Gladhorn2014-08-211-3/+0
|\|