summaryrefslogtreecommitdiffstats
path: root/sipgen/gencode.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-1/+1
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop the remaining Qt4 related parts.r14.1.0Slávek Banko2023-01-221-245/+5
| | | | 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-221-36/+36
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove old conditional python code.Michele Calgaro2023-01-221-481/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Ensure module initialisation is exported globallyaneejit12022-05-091-0/+6
| | | | | | | | | The generated module initialisation function fails to export because of the "-fvisibility-hidden" resulting in an import failure on missing symbol. Alter the visibility of the initialisation function to "default" to ensure that it winds up as "global" in the module binary. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Fixed several other occurrences for renaming sip into sip-tqt.Slávek Banko2022-04-201-1/+1
| | | | 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-36/+36
| | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Force cast in sipEnumMemberDefSlávek Banko2016-09-031-0/+3
| | | | | | | This resolves FTBFS due to a narrowing conversions using C++11 dialect (GCC6) in python-tqt and python-trinity Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Revert pyqt4TQtSignal to pyqt4QtSignalSlávek Banko2013-09-301-1/+1
|
* Revert pyqt3TQtSignal to pyqt3QtSignalSlávek Banko2013-09-301-1/+1
| | | | It allows to retain compatibility with the original SIP4
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-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-3/+3
|
* Initial TQt conversionTimothy Pearson2011-11-221-197/+197
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-221-0/+13733