Commit Graph

68 Commits (bb6e249affc12a24490777d0e48fe862dbaeb926)
 

Author SHA1 Message Date
ormorph bb6e249aff
Added fix canvas.py for python3
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 223af3b47f)
3 years ago
aneejit1 30381ed7e5
Remove support for earlier Qt/TQt versions
Conditional code in the .sip files linked to specific older versions has
been removed. Since the versions of TQt and python-tqt are running in
parallel, the support for older versions was clutter that would never
actually be used now.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 33a0297b35)
3 years ago
aneejit1 4978511ebb
Remove Qt V2 support and example files
Build files for pyuic2 have been removed along with the examples for
version 2 of Qt and the build/configure scripts have been amended
accordingly. The "examples3" directory has been renamed to just
"examples".

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit e602246539)
3 years ago
Slávek Banko 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.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b34531364d)
3 years ago
aneejit1 52f8f8436d
Updates to support Python version 3
Amendments to the sip source and configuration/build scripts to allow
for support under Python version 3. The examples have been updated
using "2to3" along with some manual changes to sort out intentation
and casting to integer from float.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6be0466422)
3 years ago
Michele Calgaro 228b87ea89
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 63fe0b82b4)
3 years ago
Michele Calgaro 150ebb26a4
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7670049129)
3 years ago
Michele Calgaro e214824473
Convert .ui file from dos to unix format.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 34c13c8117)
3 years ago
Michele Calgaro 7f8cb4a863
Additional fix similar to previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8e8bdb86cb)
4 years ago
François Andriot 1a00e1cccd
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>
(cherry picked from commit 6d6b6319a8)
4 years ago
Slávek Banko a1b7a93354
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>
(cherry picked from commit a0b020e7d2)
4 years ago
Michele Calgaro a6011b52bf
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit af4bcf6b8f)
4 years ago
Slávek Banko 929e8d56cb Properly import python_tqt module in scripts generated by pyuic
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1638609997)
9 years ago
Slávek Banko f303e4dc2b Fix examples to properly import python_tqt module
This resolves bug 2693

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e790d08307)
9 years ago
Slávek Banko d6f4544562 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>
(cherry picked from commit 0b2f1c4760)
9 years ago
Timothy Pearson 7973f920ef Fix invalid headers in PNG files and optimize for size
(cherry picked from commit cc2cd44cab)
9 years ago
Michele Calgaro fc37811528 Fixed FTBFS caused by wrong #define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 51b4af5d81)
10 years ago
François Andriot 695fdfc196 Fix FTBFS if no "-e" parameter is used 11 years ago
Timothy Pearson e3a99f6792 Set python library for all modules
This relates to Bug 1995
11 years ago
Timothy Pearson 1653baa518 Fix minor text error in prior commit 11 years ago
Timothy Pearson a23242ac11 Add ability to set libpython library
This relates to Bug 1995
11 years ago
Timothy Pearson 5db5a616d8 Add missing methods to SQL database and driver classes
This resolves Bug 2121
11 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 12 years ago
Slávek Banko 275a3ec40f Revert pyqt3TQtSignal to pyqt3QtSignal
It allows to retain compatibility with the original SIP4
12 years ago
Slávek Banko a0afa97978 Fix FTBFS due to missing tqstyle include
This resolves Bug 1168
12 years ago
Slávek Banko 3484d122cb Additional k => tde renaming and fixes 12 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
Timothy Pearson eea8d7afa3 Update TQt3 property/enum macros 13 years ago
Timothy Pearson 4b78cab44f Update to the new style API 13 years ago
Darrell Anderson e2c83be461 Fix corrupt images. 13 years ago
Darrell Anderson 6a63f1da19 Fix corrupt image files. 13 years ago
Timothy Pearson 0b4e2360e5 Update integer/long type names 13 years ago