This website works better with JavaScript.
a38f87cf22
Use tqmake.conf instead of qmake.conf
feat/use-tqmake-conf
Michele Calgaro
2024-11-04 13:56:46 +0900
f89d120a2d
Drop Borland compiler specific code
r14.1.x
Michele Calgaro
2024-10-27 13:56:04 +0900
f1918cc46e
Drop Borland compiler specific code
master
Michele Calgaro
2024-10-27 13:56:04 +0900
b978584cf2
Updated after renaming of ntqconfig.h in tqt3
Michele Calgaro
2024-10-26 11:22:30 +0900
5afb6e8ec4
Fix FTBFS with Python 3.13. This solves issue #32 .
r14.1.3
François Andriot
2024-09-25 21:01:39 +0200
d0ab12dc39
Fix FTBFS with Python 3.13. This solves issue #32 .
François Andriot
2024-09-25 21:01:39 +0200
df4895c1e1
Adjust to current tqt3 version
Michele Calgaro
2024-09-14 22:30:58 +0900
e5ac622954
Change qwidgetinterface_p.h to tqwidgetinterface_p.h The file qwidgetinterface_p.h in tqt3 has been changed to tqwidgetinterface_p.h
ormorph
2024-06-23 20:07:09 +0300
03a1fe4718
Fix example translations for pytqt
ormorph
2024-04-28 15:13:46 +0300
f8780f8ac8
Fix example translations for pytqt
ormorph
2024-04-28 15:13:46 +0300
3dec37ecf0
Changing string types to bytes for pytquic For python3 you need to explicitly specify the bytes type, it is different from strings
ormorph
2024-04-21 23:19:03 +0300
ba0616ea87
Changing string types to bytes for pytquic For python3 you need to explicitly specify the bytes type, it is different from strings
ormorph
2024-04-21 23:19:03 +0300
88d14d22d6
Replace Q_WS_* defines with TQ_WS_* equivalents
r14.1.2
Michele Calgaro
2024-02-13 11:11:09 +0900
23638c89e3
Replace Q_WS_* defines with TQ_WS_* equivalents
Michele Calgaro
2024-02-13 11:11:09 +0900
244f8405a7
Add support for python 3.12 and raise minimum required version to 3.4.
Michele Calgaro
2024-01-24 19:43:01 +0900
15eb6c387b
Add support for python 3.12 and raise minimum required version to 3.4.
Michele Calgaro
2024-01-24 19:43:01 +0900
27f46d6031
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Michele Calgaro
2024-01-08 11:54:27 +0900
7d5aea7e84
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Michele Calgaro
2024-01-08 11:54:27 +0900
a131499f33
Replaced various '#define' with actual strings - part 3
Michele Calgaro
2023-11-24 10:57:03 +0900
456d0fb6a2
Replaced various '#define' with actual strings - part 3
Michele Calgaro
2023-11-24 10:57:03 +0900
8bb7d792c7
Replace various Q_* and QT_* defines with TQ_* and TQT_*
r14.1.1
Michele Calgaro
2023-09-06 12:45:51 +0900
db3abe1860
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Michele Calgaro
2023-09-06 12:45:51 +0900
c6acfabe32
Removed unnecessary code
Michele Calgaro
2023-08-01 18:23:10 +0900
8ccbd4fc02
Removed unnecessary code
Michele Calgaro
2023-08-01 18:23:10 +0900
aa6764916f
Drop compatibility code for TQPalette
Michele Calgaro
2023-07-18 16:22:24 +0900
cba162755d
Drop compatibility code for TQThread
Michele Calgaro
2023-07-11 17:31:11 +0900
8bd235befa
Addons to previous commit
Michele Calgaro
2023-07-06 22:44:06 +0900
28273a01ca
Drop Qt2's TQSemiModal class.
Michele Calgaro
2023-07-05 22:07:27 +0900
f4a39d2fde
This happens en RHEL7 (gcc 4.8.5) but not on later distributions.
r14.1.0
François Andriot
2023-04-10 13:50:22 +0200
4feca443fb
temporary commit to show changes
Slávek Banko
2023-01-22 15:01:29 +0100
16434e5519
Do rename qt=>tqt on source files, directories and libraries. Rename pyuic=>pytquic, pylupdate=>pytqlupdate. Do rename qt=>tqt on constants and variables. Do rename QT=>TQT on constants.
Slávek Banko
2023-01-03 00:52:18 +0100
1c362264d3
Remove/replace old conditional python code.
Michele Calgaro
2023-01-19 23:34:11 +0900
6054548c25
Update module name definitions to match full name.
Slávek Banko
2023-01-06 15:41:12 +0100
d31a084fc8
Use utf8 instead of latin1/ascii as default. Address pyuic compatibility with python3.
Michele Calgaro
2023-01-04 11:15:00 +0900
3095466100
Fixed SEGV caused by commit 6be04664
when creating universal slots.
Michele Calgaro
2023-01-03 23:34:16 +0900
7ec95b9522
Rename python extension module from python_tqt to PyTQt.
Slávek Banko
2022-12-21 13:00:42 +0100
bb6e249aff
Added fix canvas.py for python3
r14.0.13
r14.0.x
ormorph
2022-08-01 21:43:43 +0200
223af3b47f
Added fix canvas.py for python3
ormorph
2022-08-01 21:43:43 +0200
30381ed7e5
Remove support for earlier Qt/TQt versions
aneejit1
2022-07-29 12:36:09 +0000
4978511ebb
Remove Qt V2 support and example files
aneejit1
2022-07-28 15:46:19 +0000
33a0297b35
Remove support for earlier Qt/TQt versions
aneejit1
2022-07-29 12:36:09 +0000
e602246539
Remove Qt V2 support and example files
aneejit1
2022-07-28 15:46:19 +0000
5916692cf4
Changed testing for the presence of optional modules, because simply testing a file with a ".so" extension does not work on multiarch Python installations.
Slávek Banko
2022-07-28 15:26:54 +0200
b34531364d
Changed testing for the presence of optional modules, because simply testing a file with a ".so" extension does not work on multiarch Python installations.
Slávek Banko
2022-07-28 15:26:54 +0200
52f8f8436d
Updates to support Python version 3
aneejit1
2022-04-19 13:21:52 +0000
6be0466422
Updates to support Python version 3
aneejit1
2022-04-19 13:21:52 +0000
228b87ea89
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
Michele Calgaro
2022-04-30 16:59:27 +0900
63fe0b82b4
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
Michele Calgaro
2022-04-30 16:59:27 +0900
f1df318a34
Update for renamed sip_tqt_config.
Slávek Banko
2022-01-12 01:00:16 +0100
150ebb26a4
Replaced 'includehints' with 'includes' in *.ui files.
r14.0.12
Michele Calgaro
2022-01-11 11:36:31 +0900
e214824473
Convert .ui file from dos to unix format.
Michele Calgaro
2022-01-11 11:35:49 +0900
7670049129
Replaced 'includehints' with 'includes' in *.ui files.
Michele Calgaro
2022-01-11 11:36:31 +0900
34c13c8117
Convert .ui file from dos to unix format.
Michele Calgaro
2022-01-11 11:35:49 +0900
cfaa762ca7
Update after rename QScintilla => TQScintilla. This relates to issue TDE/tqscintilla#2 .
Slávek Banko
2021-12-09 02:39:56 +0100
cd872e189f
relate to bug request 2699, rename the python-tqt libs to avoid conflicts with upstream.
gregory guy
2021-11-22 14:14:35 +0100
7f8cb4a863
Additional fix similar to previous commit.
r14.0.11
Michele Calgaro
2021-05-12 09:09:41 +0900
8e8bdb86cb
Additional fix similar to previous commit.
Michele Calgaro
2021-05-12 09:09:41 +0900
1a00e1cccd
Fix ftbfs on Fedora 34
François Andriot
2021-05-11 18:49:42 +0200
6d6b6319a8
Fix ftbfs on Fedora 34
François Andriot
2021-05-11 18:49:42 +0200
a1b7a93354
pyuic: Delete the current date from the generated files so that their generation can be reproducible.
r14.0.10
Slávek Banko
2021-01-08 03:19:52 +0100
a0b020e7d2
pyuic: Delete the current date from the generated files so that their generation can be reproducible.
Slávek Banko
2021-01-08 03:19:52 +0100
a6011b52bf
Removed code formatting modelines.
r14.0.9
Michele Calgaro
2020-09-19 22:13:28 +0900
af4bcf6b8f
Removed code formatting modelines.
Michele Calgaro
2020-09-19 22:13:28 +0900
989e3c1dc4
Adjusted to latest TQVariant::TQVariant(bool) function.
Michele Calgaro
2019-05-24 23:28:08 +0900
ae59056eb2
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Michele Calgaro
2018-10-27 23:55:04 +0900
cdb2c767da
Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones.
Michele Calgaro
2018-10-17 23:25:46 +0900
79113dda15
QT_NO_* -> TQT_NO_* renaming.
Michele Calgaro
2018-10-17 19:46:32 +0900
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
Michele Calgaro
2018-09-27 17:59:03 +0900
2ead41ab9a
qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB
Michele Calgaro
2018-09-27 16:03:51 +0900
0517447cd1
qt -> tqt conversion: qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT
Michele Calgaro
2018-09-27 14:18:52 +0900
aa7aad9260
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Michele Calgaro
2018-09-18 01:13:34 +0900
893921f038
Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT
Slávek Banko
2018-09-17 01:52:55 +0200
929e8d56cb
Properly import python_tqt module in scripts generated by pyuic
r14.0.8
r14.0.7
r14.0.6
r14.0.5
r14.0.4
Slávek Banko
2016-09-28 13:27:40 +0200
1638609997
Properly import python_tqt module in scripts generated by pyuic
Slávek Banko
2016-09-28 13:27:40 +0200
f303e4dc2b
Fix examples to properly import python_tqt module This resolves bug 2693
Slávek Banko
2016-09-25 11:01:09 +0200
e790d08307
Fix examples to properly import python_tqt module This resolves bug 2693
Slávek Banko
2016-09-25 11:01:09 +0200
d6f4544562
Improve python_tqt module initialization This relates to bug 2693
Slávek Banko
2016-09-25 10:54:27 +0200
0b2f1c4760
Improve python_tqt module initialization This relates to bug 2693
Slávek Banko
2016-09-25 10:54:27 +0200
7973f920ef
Fix invalid headers in PNG files and optimize for size
Timothy Pearson
2016-07-23 18:04:28 -0500
cc2cd44cab
Fix invalid headers in PNG files and optimize for size
Timothy Pearson
2016-07-23 18:04:28 -0500
fc37811528
Fixed FTBFS caused by wrong #define.
r14.0.3
r14.0.2
r14.0.1
Michele Calgaro
2015-05-28 14:03:12 +0900
51b4af5d81
Fixed FTBFS caused by wrong #define.
Michele Calgaro
2015-05-28 14:03:12 +0900
695fdfc196
Fix FTBFS if no "-e" parameter is used
r14.0.0
François Andriot
2014-09-28 04:27:13 +0200
e3a99f6792
Set python library for all modules This relates to Bug 1995
Timothy Pearson
2014-09-23 18:06:28 -0500
1653baa518
Fix minor text error in prior commit
Timothy Pearson
2014-09-23 17:25:56 -0500
a23242ac11
Add ability to set libpython library This relates to Bug 1995
Timothy Pearson
2014-09-23 15:58:56 -0500
5db5a616d8
Add missing methods to SQL database and driver classes This resolves Bug 2121
Timothy Pearson
2014-09-20 14:37:44 -0500
4049988a92
Install as module by default
Slávek Banko
2014-02-07 03:34:07 +0100
bef776509e
Fix detection of sip4-tqt module
Francois Andriot
2014-01-18 15:55:38 +0100
a5826757d6
Fix FTBFS due to recent style API changes.
Darrell Anderson
2013-12-23 19:39:57 -0600
9092fbf5b0
Rename kdewidgets => tdewidgets
Slávek Banko
2013-12-23 13:12:23 +0100
345fce267e
Fix FTBFS due to style API changes
Timothy Pearson
2013-12-23 04:53:07 -0600
b207781487
Fix FTBFS with sip >= 4.15
Francois Andriot
2013-12-07 18:40:50 +0100
92310a96cf
Fix FTBFS
Slávek Banko
2013-09-30 22:08:37 +0200
275a3ec40f
Revert pyqt3TQtSignal to pyqt3QtSignal It allows to retain compatibility with the original SIP4
Slávek Banko
2013-09-30 22:08:10 +0200
a0afa97978
Fix FTBFS due to missing tqstyle include This resolves Bug 1168
Slávek Banko
2013-09-30 00:45:10 +0200
3484d122cb
Additional k => tde renaming and fixes
Slávek Banko
2013-09-03 19:58:54 +0200
d3f27c3ee4
Fix inadvertent renaming.
Darrell Anderson
2013-05-04 23:51:01 -0500
4dd3555f4b
Fix "ANY" macro deprecation
Slávek Banko
2013-03-31 03:20:28 +0200
4ce840182d
Fix unintended rename
Timothy Pearson
2013-02-11 01:16:07 -0600