Package: qreator / 16.06.1-7

Metadata

Package Version Patches format
qreator 16.06.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use icon name in desktop file.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use icon name in desktop file


Amend PROJECT_ROOT_DIRECTORY.patch | (download)

bin/qreator | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 amend project_root_directory


Port to geoclue 2.0.patch | (download)

qreator/qrcodes/QRCodeLocationGtk.py | 81 35 + 46 - 0 !
1 file changed, 35 insertions(+), 46 deletions(-)

 port to geoclue-2.0

geoclue has been removed from Debian.

Port to libnm.patch | (download)

qreator/qrcodes/QRCodeWifiGtk.py | 12 8 + 4 - 0 !
1 file changed, 8 insertions(+), 4 deletions(-)

 port to libnm

Bug-Debian: https://bugs.debian.org/857227
Fix IndexError when a wifi network has 100 strength.patch | (download)

qreator/qrcodes/QRCodeWifiGtk.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix indexerror when a wifi network has 100% strength


Fix python pil imports.patch | (download)

qreator/QRCode.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
python3 port.patch | (download)

qreator/QRCode.py | 8 4 + 4 - 0 !
qreator/QreatorWindow.py | 4 2 + 2 - 0 !
qreator/__init__.py | 8 2 + 6 - 0 !
qreator/qrcodes/QRCodeLocation.py | 4 2 + 2 - 0 !
qreator/qrcodes/QRCodeText.py | 2 1 + 1 - 0 !
qreator/qrcodes/QRCodeType.py | 3 1 + 2 - 0 !
qreator/qrcodes/QRCodeURL.py | 4 2 + 2 - 0 !
qreator/qrcodes/QRCodeURLGtk.py | 8 4 + 4 - 0 !
qreator/qrcodes/QRCodeVCard.py | 4 2 + 2 - 0 !
qreator/qrcodes/QRCodeVCardGtk.py | 22 11 + 11 - 0 !
qreator/qrcodes/QRCodeWifi.py | 4 2 + 2 - 0 !
qreator/qrcodes/QRCodeWifiGtk.py | 4 2 + 2 - 0 !
qreator_lib/Builder.py | 14 7 + 7 - 0 !
qreator_lib/helpers.py | 2 1 + 1 - 0 !
setup.py | 22 11 + 11 - 0 !
15 files changed, 54 insertions(+), 59 deletions(-)

 port to python 3
Port ElementTree.getiterator usage to ElementTree.iter.patch | (download)

qreator_lib/Builder.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 port elementtree.getiterator() usage to elementtree.iter()

.getiterator() has been deprecated since python3.2 and has been removed from
python3.9

Bug-Debian: https://bugs.debian.org/986697