summaryrefslogtreecommitdiffstats
path: root/siplib/siplib.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS described in issue #19HEADmasterMichele Calgaro2024-04-111-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix SEGV on exit when using python 3.12 and raise minimum required version ↵Michele Calgaro2024-01-261-2/+2
| | | | | | to 3.4. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for python 3.12 and raise minimum required version to 3.3Michele Calgaro2024-01-261-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Entry step for renaming PyTQt module libraries from qt* to tqt*.Slávek Banko2023-01-221-9/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove old conditional python code.Michele Calgaro2023-01-221-637/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make sip_api_get_address a public API functionaneejit12022-05-251-6/+7
| | | | | | | 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>
* Improve the "underlying C/C++ object has been deleted" messageaneejit12022-05-091-7/+9
| | | | | | | | | | 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>
* Updates for Python 3 Supportaneejit12022-04-211-5/+25
| | | | | | | | | | | | | | | 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>
* Rename sip into sip-tqt in order to be conflict free with upstream.gregory guy2022-01-121-55/+55
| | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix unintended renameTimothy Pearson2013-02-111-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-4/+4
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-2/+2
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-2/+2
| | | | This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-2/+2
|
* Fix accidental rename of strings to tqunicodeTimothy Pearson2011-11-221-20/+20
|
* Initial TQt conversionTimothy Pearson2011-11-221-59/+59
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-221-0/+10501