Skip to content

Build 5.15.0 #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Careful, the version and build date are both dates, but different formats
ARG ARCH_VERSION="20200407"
ARG BUILD_DATE="2020/04/22"
ARG ARCH_VERSION="20200908"
ARG BUILD_DATE="2020/09/18"

ARG SIP_VERSION="5.2.0"
ARG SIP_VERSION="5.4.0"
# Also the major.minor of PyQt5-sip
ARG SIP_ABI_VERSION="12.7"
ARG PYQT_VERSION="5.14.2"
ARG PYQT_3D_VERSION="5.14.0"
ARG PYQT_CHART_VERSION="5.14.0"
ARG PYQT_DATA_VISUALIZATION_VERSION="5.14.0"
ARG PYQT_PURCHASING_VERSION="5.14.0"
ARG PYQT_WEB_ENGINE_VERSION="5.14.0"
ARG SIP_ABI_VERSION="12.8"
ARG PYQT_VERSION="5.15.0"
ARG PYQT_3D_VERSION="5.15.0"
ARG PYQT_CHART_VERSION="5.15.0"
ARG PYQT_DATA_VISUALIZATION_VERSION="5.15.0"
ARG PYQT_PURCHASING_VERSION="5.15.0"
ARG PYQT_WEB_ENGINE_VERSION="5.15.0"

ARG MAKEFLAGS=""

Expand Down
6 changes: 3 additions & 3 deletions PyQt5-stubs/Qt3DAnimation.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the Qt3DAnimation module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQt3D.
#
Expand Down Expand Up @@ -331,7 +331,7 @@ class Qt3DAnimation(sip.simplewrapper):
class QKeyframeAnimation('QAbstractAnimation'):

class RepeatMode(int): ...
None = ... # type: 'QKeyframeAnimation.RepeatMode'
None_ = ... # type: 'QKeyframeAnimation.RepeatMode'
Constant = ... # type: 'QKeyframeAnimation.RepeatMode'
Repeat = ... # type: 'QKeyframeAnimation.RepeatMode'

Expand Down
7 changes: 5 additions & 2 deletions PyQt5-stubs/Qt3DCore.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the Qt3DCore module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQt3D.
#
Expand Down Expand Up @@ -59,7 +59,10 @@ class Qt3DCore(sip.simplewrapper):
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ...

def unregisterBackendType(self, a0: QtCore.QMetaObject) -> None: ...
@typing.overload
def registerBackendType(self, a0: QtCore.QMetaObject, functor: 'QBackendNodeMapper') -> None: ...
@typing.overload
def registerBackendType(self, obj: QtCore.QMetaObject, functor: 'QBackendNodeMapper', supportsSyncing: bool) -> None: ...
def rootEntityId(self) -> 'QNodeId': ...

class QAspectEngine(QtCore.QObject):
Expand Down
7 changes: 5 additions & 2 deletions PyQt5-stubs/Qt3DExtras.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the Qt3DExtras module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQt3D.
#
Expand Down Expand Up @@ -334,6 +334,9 @@ class Qt3DExtras(sip.simplewrapper):

def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ...

def showDebugOverlayChanged(self, showDebugOverlay: bool) -> None: ...
def setShowDebugOverlay(self, showDebugOverlay: bool) -> None: ...
def showDebugOverlay(self) -> bool: ...
def buffersToClearChanged(self, a0: Qt3DRender.QClearBuffers.BufferType) -> None: ...
def setBuffersToClear(self, a0: Qt3DRender.QClearBuffers.BufferType) -> None: ...
def buffersToClear(self) -> Qt3DRender.QClearBuffers.BufferType: ...
Expand Down
7 changes: 5 additions & 2 deletions PyQt5-stubs/Qt3DInput.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the Qt3DInput module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQt3D.
#
Expand Down Expand Up @@ -305,6 +305,9 @@ class Qt3DInput(sip.simplewrapper):

def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ...

def updateAxesContinuouslyChanged(self, updateAxesContinuously: bool) -> None: ...
def setUpdateAxesContinuously(self, updateAxesContinuously: bool) -> None: ...
def updateAxesContinuously(self) -> bool: ...
def sceneChangeEvent(self, change: Qt3DCore.QSceneChange) -> None: ...
def sensitivityChanged(self, value: float) -> None: ...
def setSensitivity(self, value: float) -> None: ...
Expand Down
4 changes: 2 additions & 2 deletions PyQt5-stubs/Qt3DLogic.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the Qt3DLogic module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQt3D.
#
Expand Down
74 changes: 66 additions & 8 deletions PyQt5-stubs/Qt3DRender.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the Qt3DRender module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQt3D.
#
Expand Down Expand Up @@ -244,7 +244,7 @@ class Qt3DRender(sip.simplewrapper):
TargetBuffer = ... # type: 'QAbstractTexture.Target'

class Status(int): ...
None = ... # type: 'QAbstractTexture.Status'
None_ = ... # type: 'QAbstractTexture.Status'
Loading = ... # type: 'QAbstractTexture.Status'
Ready = ... # type: 'QAbstractTexture.Status'
Error = ... # type: 'QAbstractTexture.Status'
Expand Down Expand Up @@ -721,7 +721,7 @@ class Qt3DRender(sip.simplewrapper):
class QClearBuffers('QFrameGraphNode'):

class BufferType(int): ...
None = ... # type: 'QClearBuffers.BufferType'
None_ = ... # type: 'QClearBuffers.BufferType'
ColorBuffer = ... # type: 'QClearBuffers.BufferType'
DepthBuffer = ... # type: 'QClearBuffers.BufferType'
StencilBuffer = ... # type: 'QClearBuffers.BufferType'
Expand Down Expand Up @@ -1024,6 +1024,7 @@ class Qt3DRender(sip.simplewrapper):
OpenGL = ... # type: 'QGraphicsApiFilter.Api'
Vulkan = ... # type: 'QGraphicsApiFilter.Api'
DirectX = ... # type: 'QGraphicsApiFilter.Api'
RHI = ... # type: 'QGraphicsApiFilter.Api'

def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ...

Expand Down Expand Up @@ -1140,7 +1141,7 @@ class Qt3DRender(sip.simplewrapper):
class QMemoryBarrier('QFrameGraphNode'):

class Operation(int): ...
None = ... # type: 'QMemoryBarrier.Operation'
None_ = ... # type: 'QMemoryBarrier.Operation'
VertexAttributeArray = ... # type: 'QMemoryBarrier.Operation'
ElementArray = ... # type: 'QMemoryBarrier.Operation'
Uniform = ... # type: 'QMemoryBarrier.Operation'
Expand Down Expand Up @@ -1181,7 +1182,7 @@ class Qt3DRender(sip.simplewrapper):
class QMesh('QGeometryRenderer'):

class Status(int): ...
None = ... # type: 'QMesh.Status'
None_ = ... # type: 'QMesh.Status'
Loading = ... # type: 'QMesh.Status'
Ready = ... # type: 'QMesh.Status'
Error = ... # type: 'QMesh.Status'
Expand Down Expand Up @@ -1506,6 +1507,54 @@ class Qt3DRender(sip.simplewrapper):
@typing.overload
def __init__(self, type: 'QRenderAspect.RenderType', parent: typing.Optional[QtCore.QObject] = ...) -> None: ...

class QRenderCapabilities(QtCore.QObject):

class Profile(int): ...
NoProfile = ... # type: 'QRenderCapabilities.Profile'
CoreProfile = ... # type: 'QRenderCapabilities.Profile'
CompatibilityProfile = ... # type: 'QRenderCapabilities.Profile'

class API(int): ...
OpenGL = ... # type: 'QRenderCapabilities.API'
OpenGLES = ... # type: 'QRenderCapabilities.API'
Vulkan = ... # type: 'QRenderCapabilities.API'
DirectX = ... # type: 'QRenderCapabilities.API'
RHI = ... # type: 'QRenderCapabilities.API'

def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ...

def maxComputeSharedMemorySize(self) -> int: ...
def maxComputeInvocations(self) -> int: ...
def maxWorkGroupSizeZ(self) -> int: ...
def maxWorkGroupSizeY(self) -> int: ...
def maxWorkGroupSizeX(self) -> int: ...
def maxWorkGroupCountZ(self) -> int: ...
def maxWorkGroupCountY(self) -> int: ...
def maxWorkGroupCountX(self) -> int: ...
def supportsCompute(self) -> bool: ...
def maxImageUnits(self) -> int: ...
def supportsImageStore(self) -> bool: ...
def maxSSBOBindings(self) -> int: ...
def maxSSBOSize(self) -> int: ...
def supportsSSBO(self) -> bool: ...
def maxUBOBindings(self) -> int: ...
def maxUBOSize(self) -> int: ...
def supportsUBO(self) -> bool: ...
def maxTextureLayers(self) -> int: ...
def maxTextureUnits(self) -> int: ...
def maxTextureSize(self) -> int: ...
def maxSamples(self) -> int: ...
def glslVersion(self) -> str: ...
def driverVersion(self) -> str: ...
def renderer(self) -> str: ...
def vendor(self) -> str: ...
def extensions(self) -> typing.List[str]: ...
def minorVersion(self) -> int: ...
def majorVersion(self) -> int: ...
def profile(self) -> 'QRenderCapabilities.Profile': ...
def api(self) -> 'QRenderCapabilities.API': ...
def isValid(self) -> bool: ...

class QRenderCaptureReply(QtCore.QObject):

def completed(self) -> None: ...
Expand Down Expand Up @@ -1568,6 +1617,7 @@ class Qt3DRender(sip.simplewrapper):
def activeFrameGraphChanged(self, activeFrameGraph: 'QFrameGraphNode') -> None: ...
def setRenderPolicy(self, renderPolicy: 'QRenderSettings.RenderPolicy') -> None: ...
def setActiveFrameGraph(self, activeFrameGraph: 'QFrameGraphNode') -> None: ...
def renderCapabilities(self) -> 'QRenderCapabilities': ...
def renderPolicy(self) -> 'QRenderSettings.RenderPolicy': ...
def activeFrameGraph(self) -> 'QFrameGraphNode': ...
def pickingSettings(self) -> 'QPickingSettings': ...
Expand Down Expand Up @@ -1663,7 +1713,7 @@ class Qt3DRender(sip.simplewrapper):
CameraLensComponent = ... # type: 'QSceneLoader.ComponentType'

class Status(int): ...
None = ... # type: 'QSceneLoader.Status'
None_ = ... # type: 'QSceneLoader.Status'
Loading = ... # type: 'QSceneLoader.Status'
Ready = ... # type: 'QSceneLoader.Status'
Error = ... # type: 'QSceneLoader.Status'
Expand Down Expand Up @@ -1811,6 +1861,10 @@ class Qt3DRender(sip.simplewrapper):

class QShaderProgram(Qt3DCore.QNode):

class Format(int): ...
GLSL = ... # type: 'QShaderProgram.Format'
SPIRV = ... # type: 'QShaderProgram.Format'

class Status(int): ...
NotReady = ... # type: 'QShaderProgram.Status'
Ready = ... # type: 'QShaderProgram.Status'
Expand All @@ -1826,6 +1880,9 @@ class Qt3DRender(sip.simplewrapper):

def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ...

def formatChanged(self, format: 'QShaderProgram.Format') -> None: ...
def format(self) -> 'QShaderProgram.Format': ...
def setFormat(self, format: 'QShaderProgram.Format') -> None: ...
def sceneChangeEvent(self, change: Qt3DCore.QSceneChange) -> None: ...
def statusChanged(self, status: 'QShaderProgram.Status') -> None: ...
def logChanged(self, log: str) -> None: ...
Expand Down Expand Up @@ -1904,6 +1961,7 @@ class Qt3DRender(sip.simplewrapper):
Material = ... # type: 'QSortPolicy.SortType'
FrontToBack = ... # type: 'QSortPolicy.SortType'
Texture = ... # type: 'QSortPolicy.SortType'
Uniform = ... # type: 'QSortPolicy.SortType'

def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ...

Expand Down Expand Up @@ -2193,7 +2251,7 @@ class Qt3DRender(sip.simplewrapper):
class QTextureImage('QAbstractTextureImage'):

class Status(int): ...
None = ... # type: 'QTextureImage.Status'
None_ = ... # type: 'QTextureImage.Status'
Loading = ... # type: 'QTextureImage.Status'
Ready = ... # type: 'QTextureImage.Status'
Error = ... # type: 'QTextureImage.Status'
Expand Down
2 changes: 1 addition & 1 deletion PyQt5-stubs/QtBluetooth.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The PEP 484 type hints stub file for the QtBluetooth module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
Expand Down
4 changes: 2 additions & 2 deletions PyQt5-stubs/QtChart.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The PEP 484 type hints stub file for the QtChart module.
#
# Generated by SIP 5.2.0
# Generated by SIP 5.4.0
#
# Copyright (c) 2019 Riverbank Computing Limited <info@riverbankcomputing.com>
# Copyright (c) 2020 Riverbank Computing Limited <info@riverbankcomputing.com>
#
# This file is part of PyQtChart.
#
Expand Down
Loading