summaryrefslogtreecommitdiffstats
path: root/siplib/tqtlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS with Python 3.13.François Andriot2024-09-261-1/+1
| | | | | | This solves issue #26. Signed-off-by: François Andriot <albator78@libertysurf.fr>
* Fix FTBFS described in issue #19Michele Calgaro2024-04-111-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-081-2/+2
| | | | 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-18/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove old conditional python code.Michele Calgaro2023-01-221-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make sip_api_get_address a public API functionaneejit12022-05-251-2/+2
| | | | | | | 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>
* Rename sip into sip-tqt in order to be conflict free with upstream.gregory guy2022-01-121-7/+7
| | | | | | | 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-271-0/+659
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>