summaryrefslogtreecommitdiffstats
path: root/siplib/sip.h
Commit message (Collapse)AuthorAgeFilesLines
* Make sip_api_get_address a public API functionr14.0.13r14.0.xaneejit12022-05-301-0/+1
| | | | | | | | The sipGetAddress function has been renamed as sip_api_get_address and made available as part of the public API. Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit b92a3b0a4eb3cf0790904121c803717ebbbabd55)
* Improve the "underlying C/C++ object has been deleted" messageaneejit12022-05-111-0/+2
| | | | | | | | | | | python-tqt is reporting "underlying C/C++ object has been deleted". This is rather unhelpful. A little code has been backported from the equivalent source files in sip 4.19.23 to make it a little clearer about what is going wrong (original author Riverbank Computing Limited <info@riverbankcomputing.com>, licensed under GPL version 2 or 3). Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit c9762bd162d2c0c33fec1dc1bce2c5a70357d6c8)
* Updates for Python 3 Supportr14.0.12aneejit12022-04-211-1/+13
| | | | | | | | | | | | | | | | 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 <aneejit1@gmail.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5b12d262dc940b6fe9e2766988917665c970318d)
* Revert pyqt4TQtSignal to pyqt4QtSignalSlávek Banko2013-09-301-3/+3
|
* Revert pyqt3TQtSignal to pyqt3QtSignalSlávek Banko2013-09-301-3/+3
| | | | It allows to retain compatibility with the original SIP4
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Rename additional members for tqt3Timothy Pearson2012-03-071-1/+1
|
* Fix accidental rename of strings to tqunicodeTimothy Pearson2011-11-221-6/+6
|
* Initial TQt conversionTimothy Pearson2011-11-221-38/+38
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-221-0/+1587