Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't explicetly include tqt.h anymore | Michele Calgaro | 2024-10-31 | 1 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added prototype of yylex() function | ormorph | 2024-07-17 | 1 | -0/+1 |
| | | | | | | Required for building with the new gcc-14 Signed-off-by: ormorph <roma251078@mail.ru> | ||||
* | Fix pytde FTBFS caused by commit 746782b | Michele Calgaro | 2024-02-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix yyerror ftbfs under Fedora 40 | François Andriot | 2024-02-08 | 2 | -0/+2 |
| | | | | Signed-off-by: François Andriot <albator78@libertysurf.fr> | ||||
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-07 | 1 | -4/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 3 | -5/+5 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop the remaining Qt4 related parts.r14.1.0 | Slávek Banko | 2023-01-22 | 3 | -264/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Entry step for renaming PyTQt module libraries from qt* to tqt*. | Slávek Banko | 2023-01-22 | 6 | -52/+52 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove old conditional python code. | Michele Calgaro | 2023-01-22 | 1 | -481/+13 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Ensure module initialisation is exported globally | aneejit1 | 2022-05-09 | 1 | -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 Banko | 2022-04-20 | 3 | -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 guy | 2022-01-12 | 8 | -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 and | Slávek Banko | 2022-01-10 | 1 | -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 Banko | 2022-01-10 | 3 | -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 Calgaro | 2020-01-30 | 1 | -20/+20 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Force cast in sipEnumMemberDef | Slávek Banko | 2016-09-03 | 1 | -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 pyqt4QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | |||||
* | Revert pyqt3TQtSignal to pyqt3QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | | | | It allows to retain compatibility with the original SIP4 | ||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -2/+2 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -2/+2 |
| | | | | This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | Update lexer file | Timothy Pearson | 2011-12-03 | 1 | -130/+130 |
| | |||||
* | Update modification times of generated sip4 files | Timothy Pearson | 2011-11-22 | 2 | -2/+2 |
| | |||||
* | Fix accidental rename of strings to tqunicode | Timothy Pearson | 2011-11-22 | 4 | -6/+6 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2011-11-22 | 6 | -469/+469 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-22 | 10 | -306/+306 |
| | |||||
* | Initial import of SIP4 for Qt3 | Timothy Pearson | 2011-11-22 | 12 | -0/+40956 |