summaryrefslogtreecommitdiffstats
path: root/siplib
Commit message (Collapse)AuthorAgeFilesLines
* Drop the remaining Qt4 related parts.r14.1.0Slávek Banko2023-01-221-50/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Entry step for renaming PyTQt module libraries from qt* to tqt*.Slávek Banko2023-01-223-50/+50
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove old conditional python code.Michele Calgaro2023-01-226-913/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make sip_api_get_address a public API functionaneejit12022-05-254-10/+11
| | | | | | | 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-092-7/+11
| | | | | | | | | | 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-213-8/+48
| | | | | | | | | | | | | | | 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-1211-140/+140
| | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-272-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 unintended renameTimothy Pearson2013-02-113-7/+7
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-013-7/+7
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Rename additional members for tqt3Timothy Pearson2012-03-072-3/+3
|
* 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-222-26/+26
|
* Initial TQt conversionTimothy Pearson2011-11-224-149/+149
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-2211-0/+14624