Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old conditional python code. | Michele Calgaro | 2023-01-22 | 1 | -481/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Ensure module initialisation is exported globally | aneejit1 | 2022-05-09 | 1 | -0/+6 |
| | | | | | | | | | The generated module initialisation function fails to export because of the "-fvisibility-hidden" resulting in an import failure on missing symbol. Alter the visibility of the initialisation function to "default" to ensure that it winds up as "global" in the module binary. Signed-off-by: aneejit1 <[email protected]> | ||||
* | Fixed several other occurrences for renaming sip into sip-tqt. | Slávek Banko | 2022-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename sip into sip-tqt in order to be conflict free with upstream. | gregory guy | 2022-01-12 | 1 | -36/+36 |
| | | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Force cast in sipEnumMemberDef | Slávek Banko | 2016-09-03 | 1 | -0/+3 |
| | | | | | | | This resolves FTBFS due to a narrowing conversions using C++11 dialect (GCC6) in python-tqt and python-trinity Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Revert pyqt4TQtSignal to pyqt4QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | |||||
* | Revert pyqt3TQtSignal to pyqt3QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | | | | It allows to retain compatibility with the original SIP4 | ||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -2/+2 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -2/+2 |
| | | | | This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | Fix accidental rename of strings to tqunicode | Timothy Pearson | 2011-11-22 | 1 | -3/+3 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-22 | 1 | -197/+197 |
| | |||||
* | Initial import of SIP4 for Qt3 | Timothy Pearson | 2011-11-22 | 1 | -0/+13733 |