summaryrefslogtreecommitdiffstats
path: root/sip/qt
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for earlier Qt/TQt versionsaneejit12022-07-31169-9380/+15
| | | | | | | | | | 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 <aneejit1@gmail.com> (cherry picked from commit 33a0297b35ab40e2d09cf37e351095b58725c8d5)
* Updates to support Python version 3aneejit12022-07-2825-847/+497
| | | | | | | | | | | 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 <aneejit1@gmail.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6be046642290c28c17949022fb66ae02ac21d544)
* Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ↵Michele Calgaro2022-05-031-3/+3
| | | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 63fe0b82b47e7ee31f91374d96022a3ae77a86c3)
* Additional fix similar to previous commit.r14.0.11Michele Calgaro2021-05-121-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e8bdb86cb665f65368d6380d4b37e41b18acee6)
* Fix ftbfs on Fedora 34François Andriot2021-05-121-2/+2
| | | | | | | error: ordered comparison of pointer with integer zero ('PyObject*' {aka '_object*'} and 'in ') Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 6d6b6319a8e4e37db4415dcd433ac30f4446a5a1)
* Fixed FTBFS caused by wrong #define.r14.0.3r14.0.2r14.0.1Michele Calgaro2015-05-281-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 51b4af5d816276d4507dc433edc2fb49f70d9b90)
* Fix FTBFS due to recent style API changes.Darrell Anderson2013-12-231-2/+2
|
* Fix FTBFS due to style API changesTimothy Pearson2013-12-231-0/+3
|
* Fix FTBFS with sip >= 4.15Francois Andriot2013-12-071-2/+2
|
* Revert pyqt3TQtSignal to pyqt3QtSignalSlávek Banko2013-09-301-1/+1
| | | | It allows to retain compatibility with the original SIP4
* Fix FTBFS due to missing tqstyle includeSlávek Banko2013-09-301-0/+4
| | | | This resolves Bug 1168
* Fix "ANY" macro deprecationSlávek Banko2013-03-318-30/+30
|
* Fix unintended renameTimothy Pearson2013-02-111-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-4/+4
|
* Fix prior commitTimothy Pearson2012-11-167-10/+10
|
* Fix FTBFS from latest style API changesTimothy Pearson2012-11-168-93/+93
|
* Update to the new style APITimothy Pearson2012-08-108-108/+310
|
* Update integer/long type namesTimothy Pearson2012-06-196-41/+41
|
* Fix references to Q_ULLONG and friendsTimothy Pearson2012-06-183-18/+18
|
* Fix FTBFSTimothy Pearson2012-03-101-3/+3
|
* Fix FTBFSTimothy Pearson2012-03-021-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-012-12/+12
|
* Rename tqt3 color functionsTimothy Pearson2012-02-274-14/+14
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-147-47/+47
|
* Use tq includes instead of native q includesTimothy Pearson2012-02-02175-298/+298
|
* Fix retquireTimothy Pearson2011-12-054-4/+4
|
* Rename sip*_Q itemsTimothy Pearson2011-12-0313-244/+244
|
* Initial TQt conversionTimothy Pearson2011-11-29181-10180/+10180
|
* Initial import of python-qt3Timothy Pearson2011-11-29181-0/+36833