Commit Graph

24 Commits (746782ba8bfbc2ddc7d062f471c42d165f8b8a44)

Author SHA1 Message Date
Michele Calgaro 746782ba8b
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro e44eaa6ec0
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 566a2d4dc8
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko d768e91379
Drop the remaining Qt4 related parts.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 0f630aff5c
Entry step for renaming PyTQt module libraries from qt* to tqt*.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 3e5815bce6
Remove old conditional python code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
aneejit1 b9448655a2 Ensure module initialisation is exported globally
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>
3 years ago
Slávek Banko 299bacc2dd
Fixed several other occurrences for renaming sip into sip-tqt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
gregory guy 976b20e043
Rename sip into sip-tqt in order to be conflict free with upstream.
This relates to bug 2699.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko c1d6f4a527
Fix the mismatch of tokens TK_TQOBJECT × TK_QOBJECT and
TK_TQCHAR × TK_QCHAR between lexer and parser.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 123b20b747
Add an explicit rule to generate parser.
Delete generated files from source code.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro dda6304c50
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 0747f550f7 Force cast in sipEnumMemberDef
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>
9 years ago
Slávek Banko e1f1a8aaaf Revert pyqt4TQtSignal to pyqt4QtSignal 12 years ago
Slávek Banko 9b74ae4899 Revert pyqt3TQtSignal to pyqt3QtSignal
It allows to retain compatibility with the original SIP4
12 years ago
Timothy Pearson 9677d9d5bb Rename old tq methods that no longer need a unique name 14 years ago
Timothy Pearson dacb50c634 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f39e1b1760.
14 years ago
Timothy Pearson f39e1b1760 Rename a number of old tq methods that are no longer tq specific 14 years ago
Timothy Pearson f75eec563e Update lexer file 14 years ago
Timothy Pearson 7204ed83ef Update modification times of generated sip4 files 14 years ago
Timothy Pearson e832e9f2ab Fix accidental rename of strings to tqunicode 14 years ago
Timothy Pearson 71cbc66f6c Fix FTBFS 14 years ago
Timothy Pearson 7d27356baf Initial TQt conversion 14 years ago
Timothy Pearson 6c4cc3653e Initial import of SIP4 for Qt3 14 years ago