lp:~thopiekar/pyside/+git/pyside-setup

Get this repository:
git clone https://git.qastaging.paddev.net/~thopiekar/pyside/+git/pyside-setup

Import details

Import Status: Suspended

This repository is an import of the Git repository at git://code.qt.io/pyside/pyside-setup.git.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 seconds — see the log

Branches

Name Last Modified Last Commit
dev 2023-11-16 15:18:51 UTC
libpyside: Port the signal signature code from QString to QByteArray

Author: Friedemann Kleint
Author Date: 2023-11-15 11:24:57 UTC

libpyside: Port the signal signature code from QString to QByteArray

Since the name ends up in QMetaObject::addSlot() taking a QByteArray
anyways, there is no point in constructing the name using QString.

Task-number: PYSIDE-2524
Change-Id: Ib27a55efa8b22eb983d5e27e3a981efd72e9996f
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>

6.6 2023-11-15 17:07:31 UTC
Add QtQuick3D Procedural texture example

Author: =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?=
Author Date: 2021-11-19 20:56:06 UTC

Add QtQuick3D Procedural texture example

Task-number: PYSIDE-841
Co-authored-by: Dennis Oberst <dennis.oberst@qt.io>
Change-Id: I191965e81aa93b812b128ad2045da1ef13f157b5
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit b78a848801da0446728162400160380aa2f49337)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.5 2023-11-02 05:19:19 UTC
Allow None in type hints of QAbstractItemView.setModel()/QGraphicsView.setSce...

Author: Friedemann Kleint
Author Date: 2023-10-31 13:32:22 UTC

Allow None in type hints of QAbstractItemView.setModel()/QGraphicsView.setScene()

Fixes: PYSIDE-2514
Change-Id: I565f13de6515d441f7848d3b5c2477937b7af496
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
(cherry picked from commit 7004b33373def9b8b7e31ee93074fe309e8025fe)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6bafa39e119f9702ddf8be9c5fc7c00c54ed7e1e)

6.5.3 2023-09-29 16:03:18 UTC
Fix syntax error in Shiboken.pyi

Author: Friedemann Kleint
Author Date: 2023-09-29 05:51:13 UTC

Fix syntax error in Shiboken.pyi

Amends 19087316d6d6130a824aa36c8e8bd9adb43a7151.

Fixes: PYSIDE-2475
Task-number: PYSIDE-2463
Change-Id: I16b0f41eb4f1d89e9f475418c305fd554c96a3f5
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
(cherry picked from commit 61589ef35ee2ee7af52359940822a9d5f298a69f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit b8f5b939c9b8aa89753ae2fb31812663ab1b02fe)
(cherry picked from commit 71a80f5268326828ea393077bb29279161e1e1a9)

6.5.2 2023-07-17 15:16:24 UTC
Pin qt5#6.5.2 sha1 and bump version numbers for release

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2023-07-17 05:45:14 UTC

Pin qt5#6.5.2 sha1 and bump version numbers for release

Change-Id: Ie9279d74d221f9126c50eaa9d45d141739183bf1
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

6.5.1 2023-06-05 04:45:37 UTC
Update version for 6.5.1.1 patch release

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2023-06-05 04:39:25 UTC

Update version for 6.5.1.1 patch release

Change-Id: I61690a123002f818ec7d3e0abb34f0e49a49b52f
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>

6.4 2023-03-20 15:26:23 UTC
examples: Use new enums in asyncio examples

Author: Adrian Herrmann
Author Date: 2023-03-04 01:20:38 UTC

examples: Use new enums in asyncio examples

Use the new enum syntax in the asyncio examples instead of relying on forgiveness mode.

Task-number: PYSIDE-2169
Change-Id: I0faa384586e27f13643688b55ea03393da502753
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 5468617478c93951de7744b6bad8608911a78880)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.4.2 2023-01-05 09:30:55 UTC
Pin Sphinx to 5.3 version

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2023-01-03 10:36:09 UTC

Pin Sphinx to 5.3 version

There is a conflict with dependendencies when run with Python3.10.

Change-Id: I2a7a1bb89a6cdc8f557f83af10609e74379cd37e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 641e38e2c7bcc62d76d189a430dda4e6f9fac9d9)
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

6.4.1 2022-11-22 05:28:47 UTC
PySide6: Fix missing QtSpatialAudio in wheels

Author: Friedemann Kleint
Author Date: 2022-11-21 09:13:07 UTC

PySide6: Fix missing QtSpatialAudio in wheels

Change-Id: I0a79956a344893ca21e2ee80cd642ee31bb904c0
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
(cherry picked from commit 04af2a4c48ea567f85e15b71c6c01fd244b5e063)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.3 2022-11-14 19:38:23 UTC
replace sprintf by snprintf

Author: Friedemann Kleint
Author Date: 2022-10-21 08:48:46 UTC

replace sprintf by snprintf

The function sprintf is deprecated and easily replaced by
the secure snprintf version.

Change-Id: I6b97d71ae179f9a6627fd5e39451e7a2f2322497
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 15436a08f9cde34f2594b192314ad842906f9ed1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.4.0 2022-10-25 18:18:12 UTC
Deploy Tool Fix: os.fspath instead of pathlib

Author: Shyamnath Premnadh
Author Date: 2022-10-25 12:13:59 UTC

Deploy Tool Fix: os.fspath instead of pathlib

- for subprocess calls use os.fspath instead of pathlib

Change-Id: I7f0a47d4c8a0d9daa55d6b432f9bac9ed2019a91
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 3a3eb76b59615dd8db2a9220f26c46cf3d839b59)
Reviewed-by: Simo Fält <simo.falt@qt.io>

wip/6.3_pypy 2022-09-24 03:01:04 UTC
Merge branch 6.3 into wip/6.3_pypy

Author: Qt Forward Merge Bot
Author Date: 2022-09-24 03:01:04 UTC

Merge branch 6.3 into wip/6.3_pypy

Change-Id: I9f94db8d9fa6331dac49ff9a849b58d036aabcf3

6.3.2 2022-09-08 09:59:38 UTC
Pin Qt6.3.2 sha1 and fix version for release

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2022-09-08 07:38:18 UTC

Pin Qt6.3.2 sha1 and fix version for release

Change-Id: Icf8dbe2b8bfd57cdc57715207bcd01a3f7bd5cf6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

6.3.1 2022-06-14 06:37:24 UTC
Pin Qt6.3.1 sha1 and fix version for release

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2022-06-14 05:48:04 UTC

Pin Qt6.3.1 sha1 and fix version for release

Change-Id: I6206618ae06dbd31dd160ac8b104aa5b1a19c4fa
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

6.3.0 2022-06-01 19:11:33 UTC
build: copy instead of move the package directory

Author: =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?=
Author Date: 2022-04-22 10:38:41 UTC

build: copy instead of move the package directory

this had the effect that the 'setup.py install'
command was failing to copy the built modules
into the Python's site-packages.

Change-Id: Ifc5a94a43d68783a71efe29baa73f068a4c418a3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 16c4e9d5d5a094b007bae1e1e496fc5ec35226fe)
Reviewed-by: Christian Tismer <tismer@stackless.com>

6.2 2022-05-06 20:29:55 UTC
shiboken6: Exclude static fields from default constructible check

Author: Friedemann Kleint
Author Date: 2022-05-06 13:25:00 UTC

shiboken6: Exclude static fields from default constructible check

Manifests for QAudioFormat in 6.4.

Amends 5fcbb17760d9ddf0a1e39c40baeaf28df9a4bb5e.

Change-Id: I54dd0c116764ec68d944c70159401adc2ee1d6e1
Reviewed-by: Christian Tismer <tismer@stackless.com>
(cherry picked from commit fc5f4eb973593ee5c26247e0502100c462b1fe7b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

wip/pypy 2022-04-11 19:19:32 UTC
Pin qt5 sha1 for 6.3.0 releae

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2022-04-11 19:07:37 UTC

Pin qt5 sha1 for 6.3.0 releae

Change-Id: If1d72ad974b4e04b5a8eada39966c8bd1b0ea279
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

6.2.4 2022-03-15 06:46:46 UTC
Pin Qt6.2.4 sha1 as a dependency for release

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2022-03-02 11:17:33 UTC

Pin Qt6.2.4 sha1 as a dependency for release

Change-Id: I253ce40d60e97c87f34e046df7ecc226447a5e66
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

6.2.3 2022-01-28 08:31:52 UTC
Allow empty PRE_RELEASE_VERSION for release wheels

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2022-01-28 07:22:37 UTC

Allow empty PRE_RELEASE_VERSION for release wheels

Pick-to: 6.2
Pick-to: dev
Change-Id: If53fb034ee0c62b25e9a672ff687a0e1f4c592f4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.15.2 2022-01-07 13:07:42 UTC
Enable 5.15.2.1 fix release

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2022-01-05 13:26:23 UTC

Enable 5.15.2.1 fix release

Update qt5 dependency
Disable not needed platform configurations
Update virtualenv version
Update wheel names
Disable test asserting patch level version being int

Change-Id: I4215deb96c69f43bc4bfc458ed20f1254f4383e2
Reviewed-by: Simo Fält <simo.falt@qt.io>

6.2.2 2021-12-08 12:43:06 UTC
Update 6.2.2 to include fix for PYSIDE-1727

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2021-12-08 07:21:46 UTC

Update 6.2.2 to include fix for PYSIDE-1727

Change-Id: I74e88a967046b87d6068aaf648dddbbd9722380e
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>

6.2.1 2021-10-25 10:11:04 UTC
Pin Qt5#6.2.1 sha1 as a dependency

Author: =?utf-8?q?Simo_F=C3=A4lt?=
Author Date: 2021-10-25 04:40:31 UTC

Pin Qt5#6.2.1 sha1 as a dependency

Change-Id: Id7698eed9c3e233204d82309f1222df2bd55a972
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

6.2.0 2021-09-29 23:57:04 UTC
Fix Qt Quick Control2 example to work

Author: Friedemann Kleint
Author Date: 2021-09-29 19:52:39 UTC

Fix Qt Quick Control2 example to work

Use QUrl.fromLocalFile() for the QML file.

Change-Id: I9433e3ae5c26e9db24d2b8ee4984e948fefa9aef
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
(cherry picked from commit 2e291350fd6294912bf29680a76819400ad693b7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.1 2021-09-21 18:41:09 UTC
PySide6: Clean the rejected types

Author: Friedemann Kleint
Author Date: 2021-09-21 08:44:02 UTC

PySide6: Clean the rejected types

Remove obsolete types.

Change-Id: I6397f354fd02d47810668b93a65a661865697531
Reviewed-by: Christian Tismer <tismer@stackless.com>
(cherry picked from commit aaf3a48f544a40b75de2272f33fab512d85f6469)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.1.3 2021-09-01 09:36:00 UTC
Remove lupdate changes temporarily

Author: =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?=
Author Date: 2021-08-31 08:23:10 UTC

Remove lupdate changes temporarily

The new version will be added in 6.2, and some changes
were pushed to 6.1 but they were not working.

Change-Id: I0ce85b1ebcfcba6bd0d683fa543bc8fdd7e4d080
Reviewed-by: Christian Tismer <tismer@stackless.com>
(cherry picked from commit 897e5d4651abb3e1c7b131a0ec10e011b2b187ce)

6.1.2 2021-06-29 08:13:31 UTC
Pin Qt5#6.1.2 sha1

Author: Simo Fält
Author Date: 2021-06-29 08:06:29 UTC

Pin Qt5#6.1.2 sha1

Change-Id: I5f121332b07e18d871023a6a8d5792a12674d636
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

6.1.1 2021-05-31 10:56:09 UTC
PySide6: Extend the porting guide

Author: Friedemann Kleint
Author Date: 2021-05-28 06:08:27 UTC

PySide6: Extend the porting guide

Fixes: PYSIDE-1583
Change-Id: Id2fc50237c8c5256a280f822b4c2e1445a9b9aec
Reviewed-by: Christian Tismer <tismer@stackless.com>
(cherry picked from commit 76c6b9c85eb137670046c8bbb7e48a0d5f35edc6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 1fb2a176a915daedd4e7179fc9392ee362e161eb)
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

6.1.0 2021-05-12 08:29:37 UTC
Cleanup version strings for 6.1.0

Author: Simo Fält
Author Date: 2021-05-05 06:27:28 UTC

Cleanup version strings for 6.1.0

Change-Id: I13a40a0bc537bbdfbdb42202ea4af283abac074b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>

6.0 2021-05-03 14:31:52 UTC
__feature__: Ensure that features are not affected by other imports

Author: stackless
Author Date: 2021-05-01 12:47:05 UTC

__feature__: Ensure that features are not affected by other imports

Imports should not touch the feature dict unless they are feature imports.
This was a small error in the import logic.

Change-Id: I16045fffb4b770861ff2efba674667894e0798e5
Fixes: PYSIDE-1548
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 39ba36db0fb8a3c722cb23e02f38abab9c67592c)

6.0.4 2021-04-29 15:01:41 UTC
Pin qt5 sha1 to Qt 6.0.4 merge

Author: Simo Fält
Author Date: 2021-04-19 16:07:00 UTC

Pin qt5 sha1 to Qt 6.0.4 merge

Qt 6.0.4 content

Change-Id: I02a3a9cdf4eb533ed462b4d8ff6afdef0f6844e5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

6.0.3 2021-04-08 07:12:53 UTC
Pin qt5 sha1 to Qt 6.0.3 submodule update

Author: Akseli Salovaara
Author Date: 2021-04-08 07:10:20 UTC

Pin qt5 sha1 to Qt 6.0.3 submodule update

Qt5 sha1 which was used to create Qt 6.0.3 release binaries.

Change-Id: I1a5c6061ab6b072bd94155db72788be91234912a
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>

6.0.2 2021-03-04 17:24:18 UTC
Cleanup version strings for 6.0.2 release

Author: Simo Fält
Author Date: 2021-03-03 17:10:47 UTC

Cleanup version strings for 6.0.2 release

Change-Id: I5762b74b027f84a19b44b04443fbe2db970814c9
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Simo Fält <simo.falt@qt.io>

6.0.1 2021-02-03 16:14:21 UTC
Cleanup version strings for 6.0.1 release

Author: Simo Fält
Author Date: 2021-02-03 16:11:01 UTC

Cleanup version strings for 6.0.1 release

Change-Id: I1d4b59540686c19e676fde0db62b670e34ecc096
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

5.15 2021-01-21 08:20:31 UTC
Add mirror url to download MSVC redistributables

Author: Simo Fält
Author Date: 2021-01-20 07:38:31 UTC

Add mirror url to download MSVC redistributables

Change-Id: If990cb45c2187cdfda5c41ea8b8123d803fa8934
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 63614c3085fa8105e9f8ced6b2d166c2a7a2c6e6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>

6.0.0 2020-12-09 14:24:02 UTC
Cleanup version strings for 6.0.0 release

Author: Simo Fält
Author Date: 2020-12-09 14:10:43 UTC

Cleanup version strings for 6.0.0 release

Change-Id: I64cdaee5cce0e24d423d0243e5843665872affe1
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

5.15.1 2020-09-09 15:02:20 UTC
Cleanup version strings for 5.15.1 release

Author: Simo Fält
Author Date: 2020-09-09 12:45:42 UTC

Cleanup version strings for 5.15.1 release

Change-Id: I8f20967c636a64cb4c289076ac9deaf185bf7e54
Reviewed-by: Simo Fält <simo.falt@qt.io>

5.14.2 2020-07-06 07:58:08 UTC
Bump version numbers for 5.14.2.3 release

Author: Simo Fält
Author Date: 2020-07-06 06:25:30 UTC

Bump version numbers for 5.14.2.3 release

Change-Id: I5d077fd37e051a10c5d777ea69fe6a7a8da69537
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.14 2020-07-02 11:05:26 UTC
Add changelog for 5.14.2.3

Author: Friedemann Kleint
Author Date: 2020-07-02 08:45:58 UTC

Add changelog for 5.14.2.3

Change-Id: I8f748da4de7f17a1ab2a71c947e245d916ce17f9
Reviewed-by: Christian Tismer <tismer@stackless.com>

5.15.0 2020-06-18 08:04:51 UTC
One more fix for the missing win runtime libs

Author: Simo Fält
Author Date: 2020-06-16 05:07:12 UTC

One more fix for the missing win runtime libs

Change-Id: Ic430a687a6d7af7ba45df51a34c6fe7c56b3799d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.12 2020-06-12 14:41:08 UTC
Fix booleans and empty list cases in QSettings

Author: Cristián Maureira-Fredes
Author Date: 2019-10-28 11:24:48 UTC

Fix booleans and empty list cases in QSettings

After the fix for PYSIDE-1010 there were two things
that were not properly understood:

1. A special case for booleans was required,
2. When a list was detected, the split was wrongly creating
a list with a '0' instead of an empty one.

Additonally, due to the wrong treatment we couldn't
notice if the value 0 was None, the number zero, or even
false, so this patch amends the previous implementation
to properly treat these cases.

New test cases were added.

Change-Id: I41d5387bb835cfa96f94e5577e993a4b87b303f0
Fixes: PYSIDE-1130
Fixes: PYSIDE-820
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
(cherry picked from commit ba04613a65be7b50bbcc9dae8c18d195243513c3)
Reviewed-by: Christian Tismer <tismer@stackless.com>

5.14.1 2020-01-29 11:48:10 UTC
Cleanup version string for 5.14.1 release

Author: Simo Fält
Author Date: 2020-01-29 11:42:18 UTC

Cleanup version string for 5.14.1 release

Change-Id: I663e75d6a10c92aea9798e174e07dead45a21a59
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.14.0 2019-12-16 14:48:19 UTC
Cleanup version string for 5.14.0 release

Author: Simo Fält
Author Date: 2019-12-16 12:11:54 UTC

Cleanup version string for 5.14.0 release

Change-Id: I7bf2b21c384a4b882ad410e02adcca4ac1b2d91b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.13 2019-11-26 18:30:09 UTC
Remove QGraphicsItem::scroll from QtCharts

Author: Mariana Meireles
Author Date: 2019-11-26 16:11:05 UTC

Remove QGraphicsItem::scroll from QtCharts

Removing this method to avoid being inherit
from QChart, so we don't have the problem of having
two scroll methods with the same arguments
and we don't call the wrong one.

Change-Id: Ia98ae1fdea39bed4435869fae7e5d380a73e9d91
Fixes: PYSIDE-1101
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

5.12.6 2019-11-20 10:19:50 UTC
Fix and cleanup version string for 5.12.6 release

Author: Simo Fält
Author Date: 2019-11-19 07:26:22 UTC

Fix and cleanup version string for 5.12.6 release

Change-Id: I3ea04143444c891ea6c5777faf606bf8dbd2e543
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.13.2 2019-10-31 18:06:21 UTC
Cleanup version strings for 5.13.2 release

Author: Simo Fält
Author Date: 2019-10-31 10:23:19 UTC

Cleanup version strings for 5.13.2 release

Change-Id: I1312e043dab444b11d6ec6935b6100310c4d99ee
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.12.5 2019-09-11 05:23:10 UTC
Cleanup version strings for 5.12.5 release

Author: Simo Fält
Author Date: 2019-09-06 11:31:13 UTC

Cleanup version strings for 5.12.5 release

Change-Id: I40819f4594cfd2d76b8a580f78c4eefe1876af3c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.13.1 2019-09-05 04:24:31 UTC
Add 5.13.1 changelog

Author: Cristián Maureira-Fredes
Author Date: 2019-09-04 05:35:49 UTC

Add 5.13.1 changelog

Change-Id: I3b0330b4fe4e1ab63b78c583abb46f355bcf10ab
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 56637d5b7c386499feae6cd002c848190389c62b)
Reviewed-by: Simo Fält <simo.falt@qt.io>

5.13.0 2019-06-25 12:54:12 UTC
Add changelog for 5.13.0

Author: Cristián Maureira-Fredes
Author Date: 2019-06-24 10:00:30 UTC

Add changelog for 5.13.0

(cherry picked from commit 54c3abd8774f479535d0b8741a3c30d1e7ee8548)
Change-Id: Ic9038d04d1fe47d213a598e7300fc2d780e25e0c
Reviewed-by: Simo Fält <simo.falt@qt.io>

5.12.4 2019-06-19 11:39:28 UTC
Cleanup version strings for 5.12.4 release

Author: Simo Fält
Author Date: 2019-06-19 11:39:28 UTC

Cleanup version strings for 5.12.4 release

Change-Id: I956b368c3efcde65b7d94eaa309aa365b83e3358
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

5.12.3 2019-04-29 06:50:05 UTC
Cleanup version strings for 5.12.3 release

Author: Simo Fält
Author Date: 2019-04-29 05:45:09 UTC

Cleanup version strings for 5.12.3 release

Change-Id: I5c8c79ae3680ed3a2dd2ce5c6e90916624931d7d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.12.2 2019-03-21 14:37:54 UTC
Amend the Embedding Patch for cx_Freeze

Author: stackless
Author Date: 2019-03-21 11:27:59 UTC

Amend the Embedding Patch for cx_Freeze

cx_Freeze has the bug that it copies the "files.dir" folder
of shiboken, but does not insert the Python files.

As a quick fix, instead of testing only for existence of this
directory, we now check for existence of the loader.py file.
It can be assumed that all other Python files will be there
as well.

We could go even further and test-load all files. But then
it becomes questionable if we should better always embed.

Change-Id: Ib9553941c6a658fb20cb85d22f78431f99d88734
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
(cherry picked from commit b84b5a2f35bea95545c19ee313be5ec5db19eca6)
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>

5.12.1 2019-01-31 14:05:01 UTC
Cleanup version strings for 5.12.1 release

Author: Simo Fält
Author Date: 2019-01-31 07:06:18 UTC

Cleanup version strings for 5.12.1 release

Change-Id: Ib259fbe73677c3b928029b1d8f1fd113d6040419
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.12.0 2018-12-17 07:28:47 UTC
Cleanup version strings for 5.12.0 release

Author: Simo Fält
Author Date: 2018-12-12 11:10:20 UTC

Cleanup version strings for 5.12.0 release

Change-Id: Ib609a33e14f5f8cb665e89df356ff75a97365f53
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>

5.11 2018-12-07 15:01:30 UTC
Merge remote-tracking branch 'origin/5.11.3' into 5.11

Author: Friedemann Kleint
Author Date: 2018-12-07 14:29:44 UTC

Merge remote-tracking branch 'origin/5.11.3' into 5.11

Change-Id: I7d67c64e7c6f58fb3907bcac6f4cf7342ffc3552

5.11.3 2018-12-07 12:16:55 UTC
Revert QAbstractVideoSurface patch

Author: Cristian Maureira-Fredes
Author Date: 2018-12-06 11:03:56 UTC

Revert QAbstractVideoSurface patch

This will re-open PYSIDE-794,
but it was a wrong solution that was breaking
the other setVideoOutput signatures, causing a sefault
on the `player` example.

Change-Id: I31d7449ff11e4e44e8494b98d7e9ec58a636c8e4
Fixes: PYSIDE-864
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.11.2 2018-09-07 10:25:52 UTC
Cleanup version strings for 5.11.2 release

Author: Simo Fält
Author Date: 2018-09-07 06:33:52 UTC

Cleanup version strings for 5.11.2 release

Change-Id: I73873b8e98edfc8b9544b646fb7d11c6cfe551cf
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.11.1 2018-07-27 06:19:42 UTC
Cleanup version string for release

Author: Simo Fält
Author Date: 2018-07-26 18:50:33 UTC

Cleanup version string for release

Empty pre-release string creates wheels with correct name.

Change-Id: I2eed39a9fb6ea5a3ce6138216ee6e9ffbf016b75
Reviewed-by: Christian Tismer <tismer@stackless.com>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>

5.11.0 2018-06-11 21:53:26 UTC
Fix Win CI node to allow 32 bit wheels

Author: Simo Fält
Author Date: 2018-06-11 09:13:51 UTC

Fix Win CI node to allow 32 bit wheels

We are missing the required provisioning script from Qt5 5.11.0 branch,
so we are installing the 32 bit Python environments ourselves.

Change-Id: Icd95a4708bc9e5693bb21b31c0e9d30d6fd632e6
Reviewed-by: Christian Tismer <tismer@stackless.com>

5.9 2018-06-08 10:03:36 UTC
Doc: Fix typo in the code snippet for QQuickImageProvider

Author: Venugopal Shivashankar
Author Date: 2018-06-08 06:05:19 UTC

Doc: Fix typo in the code snippet for QQuickImageProvider

Change-Id: I2af23226c93706c0c18f07ce4cf59e362b170997
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>

5.6 2018-06-05 16:35:50 UTC
Signature: Remove post 5.6 parts, fix coding style

Author: stackless
Author Date: 2017-09-30 08:30:50 UTC

Signature: Remove post 5.6 parts, fix coding style

Complements 30a1c9c41e5e6d4166f171b9477c6f46cafa782f.

Task-number: PYSIDE-510
Change-Id: Ibbcace1eac4e0767a9b8fc6de88dc1ba531ad150
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

160 of 60 results
This repository contains Public information 
Everyone can see this information.