<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pytqt/sip/qt, branch master</title>
<subtitle>SIP4 python bindings for TQt
</subtitle>
<id>https://git.trinitydesktop.org/cgit/pytqt/atom?h=master</id>
<link rel='self' href='https://git.trinitydesktop.org/cgit/pytqt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/'/>
<updated>2023-01-20T01:10:39Z</updated>
<entry>
<title>Do rename qt=&gt;tqt on source files, directories and libraries.</title>
<updated>2023-01-20T01:10:39Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-01-02T23:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=16434e5519f6224e231bc5f7202f0e495eda7bb7'/>
<id>urn:sha1:16434e5519f6224e231bc5f7202f0e495eda7bb7</id>
<content type='text'>
Rename pyuic=&gt;pytquic, pylupdate=&gt;pytqlupdate.
Do rename qt=&gt;tqt on constants and variables.
Do rename QT=&gt;TQT on constants.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Remove/replace old conditional python code.</title>
<updated>2023-01-19T14:34:11Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-01-19T14:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=1c362264d328c8886d33061ab992750741f7933a'/>
<id>urn:sha1:1c362264d328c8886d33061ab992750741f7933a</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Update module name definitions to match full name.</title>
<updated>2023-01-06T14:41:12Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-01-06T14:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=6054548c2546819cb0413bf6438087f5fe8f4ab4'/>
<id>urn:sha1:6054548c2546819cb0413bf6438087f5fe8f4ab4</id>
<content type='text'>
This will enable automatic loading of PyTQt modules
for modules that depend on PyTQt modules.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Use utf8 instead of latin1/ascii as default. Address pyuic compatibility with python3.</title>
<updated>2023-01-04T07:37:05Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-01-04T02:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=d31a084fc83d47eef6c6eb3aac76989da9692853'/>
<id>urn:sha1:d31a084fc83d47eef6c6eb3aac76989da9692853</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fixed SEGV caused by commit 6be04664 when creating universal slots.</title>
<updated>2023-01-03T14:34:16Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-01-03T14:34:16Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=30954661009ddfb9db2e9daed3bfbd594bb20441'/>
<id>urn:sha1:30954661009ddfb9db2e9daed3bfbd594bb20441</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Remove support for earlier Qt/TQt versions</title>
<updated>2022-07-30T17:54:15Z</updated>
<author>
<name>aneejit1</name>
<email>aneejit1@gmail.com</email>
</author>
<published>2022-07-29T12:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=33a0297b35ab40e2d09cf37e351095b58725c8d5'/>
<id>urn:sha1:33a0297b35ab40e2d09cf37e351095b58725c8d5</id>
<content type='text'>
Conditional code in the .sip files linked to specific older versions has
been removed. Since the versions of TQt and python-tqt are running in
parallel, the support for older versions was clutter that would never
actually be used now.

Signed-off-by: aneejit1 &lt;aneejit1@gmail.com&gt;
</content>
</entry>
<entry>
<title>Updates to support Python version 3</title>
<updated>2022-07-27T16:08:53Z</updated>
<author>
<name>aneejit1</name>
<email>aneejit1@gmail.com</email>
</author>
<published>2022-04-19T13:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=6be046642290c28c17949022fb66ae02ac21d544'/>
<id>urn:sha1:6be046642290c28c17949022fb66ae02ac21d544</id>
<content type='text'>
Amendments to the sip source and configuration/build scripts to allow
for support under Python version 3. The examples have been updated
using "2to3" along with some manual changes to sort out intentation
and casting to integer from float.

Signed-off-by: aneejit1 &lt;aneejit1@gmail.com&gt;
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY</title>
<updated>2022-04-30T07:59:27Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2022-04-30T07:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=63fe0b82b47e7ee31f91374d96022a3ae77a86c3'/>
<id>urn:sha1:63fe0b82b47e7ee31f91374d96022a3ae77a86c3</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Additional fix similar to previous commit.</title>
<updated>2021-05-12T00:09:41Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2021-05-12T00:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8e8bdb86cb665f65368d6380d4b37e41b18acee6'/>
<id>urn:sha1:8e8bdb86cb665f65368d6380d4b37e41b18acee6</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix ftbfs on Fedora 34</title>
<updated>2021-05-11T16:49:42Z</updated>
<author>
<name>François Andriot</name>
<email>francois.andriot@free.fr</email>
</author>
<published>2021-05-11T16:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/pytqt/commit/?id=6d6b6319a8e4e37db4415dcd433ac30f4446a5a1'/>
<id>urn:sha1:6d6b6319a8e4e37db4415dcd433ac30f4446a5a1</id>
<content type='text'>
error: ordered comparison of pointer with integer zero ('PyObject*' {aka '_object*'} and 'in ')

Signed-off-by: François Andriot &lt;francois.andriot@free.fr&gt;
</content>
</entry>
</feed>
