Slávek Banko
f1df318a34
Update for renamed sip_tqt_config.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
7670049129
Replaced 'includehints' with 'includes' in *.ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
34c13c8117
Convert .ui file from dos to unix format.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
cfaa762ca7
Update after rename QScintilla => TQScintilla.
...
This relates to issue TDE/tqscintilla#2 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
8e8bdb86cb
Additional fix similar to previous commit.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
François Andriot
6d6b6319a8
Fix ftbfs on Fedora 34
...
error: ordered comparison of pointer with integer zero ('PyObject*' {aka '_object*'} and 'in ')
Signed-off-by: François Andriot <francois.andriot@free.fr>
4 years ago
Slávek Banko
a0b020e7d2
pyuic: Delete the current date from the generated files
...
so that their generation can be reproducible.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro
af4bcf6b8f
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
989e3c1dc4
Adjusted to latest TQVariant::TQVariant(bool) function.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
ae59056eb2
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
cdb2c767da
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
...
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
79113dda15
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
2638efc545
qt -> tqt conversion:
...
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
2ead41ab9a
qt -> tqt conversion:
...
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
0517447cd1
qt -> tqt conversion:
...
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
aa7aad9260
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
893921f038
Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
1638609997
Properly import python_tqt module in scripts generated by pyuic
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
e790d08307
Fix examples to properly import python_tqt module
...
This resolves bug 2693
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
0b2f1c4760
Improve python_tqt module initialization
...
This relates to bug 2693
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
cc2cd44cab
Fix invalid headers in PNG files and optimize for size
8 years ago
Michele Calgaro
51b4af5d81
Fixed FTBFS caused by wrong #define.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
François Andriot
695fdfc196
Fix FTBFS if no "-e" parameter is used
10 years ago
Timothy Pearson
e3a99f6792
Set python library for all modules
...
This relates to Bug 1995
10 years ago
Timothy Pearson
1653baa518
Fix minor text error in prior commit
10 years ago
Timothy Pearson
a23242ac11
Add ability to set libpython library
...
This relates to Bug 1995
10 years ago
Timothy Pearson
5db5a616d8
Add missing methods to SQL database and driver classes
...
This resolves Bug 2121
10 years ago
Slávek Banko
4049988a92
Install as module by default
11 years ago
Francois Andriot
bef776509e
Fix detection of sip4-tqt module
11 years ago
Darrell Anderson
a5826757d6
Fix FTBFS due to recent style API changes.
11 years ago
Slávek Banko
9092fbf5b0
Rename kdewidgets => tdewidgets
11 years ago
Timothy Pearson
345fce267e
Fix FTBFS due to style API changes
11 years ago
Francois Andriot
b207781487
Fix FTBFS with sip >= 4.15
11 years ago
Slávek Banko
92310a96cf
Fix FTBFS
11 years ago
Slávek Banko
275a3ec40f
Revert pyqt3TQtSignal to pyqt3QtSignal
...
It allows to retain compatibility with the original SIP4
11 years ago
Slávek Banko
a0afa97978
Fix FTBFS due to missing tqstyle include
...
This resolves Bug 1168
11 years ago
Slávek Banko
3484d122cb
Additional k => tde renaming and fixes
11 years ago
Darrell Anderson
d3f27c3ee4
Fix inadvertent renaming.
12 years ago
Slávek Banko
4dd3555f4b
Fix "ANY" macro deprecation
12 years ago
Timothy Pearson
4ce840182d
Fix unintended rename
12 years ago
Timothy Pearson
b3519abe2b
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
42972554e3
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
0eae7dfcbc
Fix prior commit
12 years ago
Timothy Pearson
6749517721
Fix FTBFS
12 years ago
Timothy Pearson
84d62d5df9
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
0eee1454e2
Rename kiobuffer and KHTML
12 years ago
Timothy Pearson
36c2f3b91f
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
12 years ago
Timothy Pearson
c7afb0091d
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
Timothy Pearson
1343e022f2
Fix prior commit
12 years ago
Timothy Pearson
1cc71e9107
Fix FTBFS from latest style API changes
12 years ago