Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for earlier Qt/TQt versions | aneejit1 | 2022-07-31 | 1 | -4/+0 |
| | | | | | | | | | | 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 | 1 | -314/+211 |
| | | | | | | | | | | | 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) | ||||
* | Fix references to Q_ULLONG and friends | Timothy Pearson | 2012-06-18 | 1 | -8/+8 |
| | |||||
* | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | Use tq includes instead of native q includes | Timothy Pearson | 2012-02-02 | 1 | -4/+4 |
| | |||||
* | Rename sip*_Q items | Timothy Pearson | 2011-12-03 | 1 | -4/+4 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-29 | 1 | -332/+332 |
| | |||||
* | Initial import of python-qt3 | Timothy Pearson | 2011-11-29 | 1 | -0/+1079 |