Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old conditional python code. | Michele Calgaro | 2023-01-22 | 1 | -166/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updates for Python 3 Support | aneejit1 | 2022-04-21 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | The following changes have been made to support Python 3: - in sip-tqt.h, remove the cast in the "sipConvertFromSliceObject" macro in versions 3.2+ as the API changed causing a compile error; - in voidptr.h, alter the precompile conditions to remove the PyCObject API cals for version 3.2+ (causes runtime symbol resolution error) and amend the flags for "asstring"; - alter module import process in siplib.c to avoid re-loading an already loaded module. Signed-off-by: aneejit1 <[email protected]> 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 | -14/+14 |
| | | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix unintended rename | Timothy Pearson | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Initial import of SIP4 for Qt3 | Timothy Pearson | 2011-11-22 | 1 | -0/+579 |