summaryrefslogtreecommitdiffstats
path: root/sipgen
Commit message (Collapse)AuthorAgeFilesLines
* Fixed several other occurrences for renaming sip into sip-tqt.Slávek Banko2022-04-203-13/+13
| | | | 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-128-75/+75
| | | | | | | 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 the mismatch of tokens TK_TQOBJECT × TK_QOBJECT andSlávek Banko2022-01-101-4/+4
| | | | | | TK_TQCHAR × TK_QCHAR between lexer and parser. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add an explicit rule to generate parser.Slávek Banko2022-01-103-13783/+0
| | | | | | Delete generated files from source code. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|
* Update lexer fileTimothy Pearson2011-12-031-130/+130
|
* Update modification times of generated sip4 filesTimothy Pearson2011-11-222-2/+2
|
* Fix accidental rename of strings to tqunicodeTimothy Pearson2011-11-224-6/+6
|
* Fix FTBFSTimothy Pearson2011-11-226-469/+469
|
* Initial TQt conversionTimothy Pearson2011-11-2210-306/+306
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-2212-0/+40956