Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for earlier Qt/TQt versions | aneejit1 | 2022-07-31 | 169 | -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 3 | aneejit1 | 2022-07-28 | 25 | -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 Calgaro | 2022-05-03 | 1 | -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.11 | Michele Calgaro | 2021-05-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e8bdb86cb665f65368d6380d4b37e41b18acee6) | ||||
* | Fix ftbfs on Fedora 34 | François Andriot | 2021-05-12 | 1 | -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.1 | Michele Calgaro | 2015-05-28 | 1 | -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 Anderson | 2013-12-23 | 1 | -2/+2 |
| | |||||
* | Fix FTBFS due to style API changes | Timothy Pearson | 2013-12-23 | 1 | -0/+3 |
| | |||||
* | Fix FTBFS with sip >= 4.15 | Francois Andriot | 2013-12-07 | 1 | -2/+2 |
| | |||||
* | Revert pyqt3TQtSignal to pyqt3QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | | | | It allows to retain compatibility with the original SIP4 | ||||
* | Fix FTBFS due to missing tqstyle include | Slávek Banko | 2013-09-30 | 1 | -0/+4 |
| | | | | This resolves Bug 1168 | ||||
* | Fix "ANY" macro deprecation | Slávek Banko | 2013-03-31 | 8 | -30/+30 |
| | |||||
* | Fix unintended rename | Timothy Pearson | 2013-02-11 | 1 | -4/+4 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -4/+4 |
| | |||||
* | Fix prior commit | Timothy Pearson | 2012-11-16 | 7 | -10/+10 |
| | |||||
* | Fix FTBFS from latest style API changes | Timothy Pearson | 2012-11-16 | 8 | -93/+93 |
| | |||||
* | Update to the new style API | Timothy Pearson | 2012-08-10 | 8 | -108/+310 |
| | |||||
* | Update integer/long type names | Timothy Pearson | 2012-06-19 | 6 | -41/+41 |
| | |||||
* | Fix references to Q_ULLONG and friends | Timothy Pearson | 2012-06-18 | 3 | -18/+18 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2012-03-10 | 1 | -3/+3 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2012-03-02 | 1 | -4/+4 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 2 | -12/+12 |
| | |||||
* | Rename tqt3 color functions | Timothy Pearson | 2012-02-27 | 4 | -14/+14 |
| | |||||
* | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 7 | -47/+47 |
| | |||||
* | Use tq includes instead of native q includes | Timothy Pearson | 2012-02-02 | 175 | -298/+298 |
| | |||||
* | Fix retquire | Timothy Pearson | 2011-12-05 | 4 | -4/+4 |
| | |||||
* | Rename sip*_Q items | Timothy Pearson | 2011-12-03 | 13 | -244/+244 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-29 | 181 | -10180/+10180 |
| | |||||
* | Initial import of python-qt3 | Timothy Pearson | 2011-11-29 | 181 | -0/+36833 |