aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing documentations of Window Type signalsNorihito Tohge2020-03-191-1/+84
* rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-181-1/+1
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-2/+0
* doc: fix typo in signal nameRolf Eike Beer2020-03-021-1/+1
* Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-251-0/+4
* Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-201-0/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-1/+1
|\
| * Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
* | Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-2/+31
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-071-4/+21
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-14/+23
* | Deprecate QQuickWindow::createTextureFromId()Laszlo Agocs2020-01-271-1/+4
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-6/+6
* | Add API to get the platform specific texture handlePaul Olav Tvete2019-12-171-1/+1
* | Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-4/+13
* | Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-0/+2
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+1
|\|
| * Doc: Fix documentation warningsTopi Reinio2019-11-111-1/+1
* | Make QQuickFbo work with the OpenGL backend of QRhiLaszlo Agocs2019-11-141-4/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-22/+23
|\|
| * Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
* | Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-151-1/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-101-29/+74
|\|
| * QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-091-29/+66
| * Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-3/+3
|\|
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-7/+17
|\|
| * Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-0/+7
| * QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
| * Avoid changing function signature in public headerLaszlo Agocs2019-09-181-3/+6
| * Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-181-3/+3
* | Restore QQuickWindowPrivate::dragOverThreshold(d, axis, TouchPoint)Shawn Rutledge2019-09-231-0/+12
|/
* Clarify docs and comments regarding under and overlaysLaszlo Agocs2019-09-081-3/+7
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-0/+11
* Add a createTextureFromId() alternativeLaszlo Agocs2019-08-301-7/+109
* rendernode example: Add support for MetalLaszlo Agocs2019-08-221-0/+10
* Add an initial set of scenegraph docs for the rhiLaszlo Agocs2019-08-171-2/+2
* Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-121-1/+1
* Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-071-0/+7
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-0/+6
|\
| * Doc: Add doc on "quit" shortcut behavior in macOSNico Vertriest2019-07-171-0/+6
* | Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-8/+25
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-30/+295
* | qtlite: Fix build with -no-feature-cursorMikhail Svetkin2019-07-031-0/+4
* | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-3/+0
* | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-6/+8
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-15/+27
|\
| * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-15/+27