Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use utf8 instead of latin1/ascii as default. Address pyuic compatibility ↵ | Michele Calgaro | 2023-01-04 | 1 | -4/+4 |
| | | | | | | with python3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed SEGV caused by commit 6be04664 when creating universal slots. | Michele Calgaro | 2023-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove support for earlier Qt/TQt versions | aneejit1 | 2022-07-30 | 1 | -302/+14 |
| | | | | | | | | | 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 <[email protected]> | ||||
* | Updates to support Python version 3 | aneejit1 | 2022-07-27 | 1 | -44/+125 |
| | | | | | | | | | | 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 <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Revert pyqt3TQtSignal to pyqt3QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | | | | It allows to retain compatibility with the original SIP4 | ||||
* | 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 FTBFS | Timothy Pearson | 2012-03-10 | 1 | -3/+3 |
| | |||||
* | Rename tqt3 color functions | Timothy Pearson | 2012-02-27 | 1 | -4/+4 |
| | |||||
* | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 1 | -31/+31 |
| | |||||
* | Use tq includes instead of native q includes | Timothy Pearson | 2012-02-02 | 1 | -6/+6 |
| | |||||
* | Fix retquire | Timothy Pearson | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Rename sip*_Q items | Timothy Pearson | 2011-12-03 | 1 | -174/+174 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-29 | 1 | -219/+219 |
| | |||||
* | Initial import of python-qt3 | Timothy Pearson | 2011-11-29 | 1 | -0/+2319 |