summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-04-0421-151/+153
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6cbdd25dc4c6b0987636b37b2046b1b9464e3d60)
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-17/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f1918cc46e3124a613c6f724562b2e903f436f43)
* Fix FTBFS with Python 3.13.r14.1.3François Andriot2024-09-261-2/+9
| | | | | | | This solves issue #32. Signed-off-by: François Andriot <albator78@libertysurf.fr> (cherry picked from commit d0ab12dc39963aa28698943bf4ad88d3fd3d4c51)
* Fix example translations for pytqtormorph2024-04-302-5/+5
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit f8780f8ac8d4f5955828d8c3a927bed453a3630b)
* Changing string types to bytes for pytquicormorph2024-04-302-5/+5
| | | | | | | For python3 you need to explicitly specify the bytes type, it is different from strings Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit ba0616ea87225f3edcc45dc863d0d03419a53450)
* Replace Q_WS_* defines with TQ_WS_* equivalentsr14.1.2Michele Calgaro2024-02-143-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23638c89e30cefac38f38a681e58c628ce94a74a)
* Add support for python 3.12 and raise minimum required version to 3.4.Michele Calgaro2024-01-313-44/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 15eb6c387b2bfd9f54bd8223d483dd8c3998ea2e)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1154-230/+230
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d5aea7e8497095f76841f3dd8f2eab9c4cb58aa)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 456d0fb6a207e9c80593967f2e37ddd21d32f5a4)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*r14.1.1Michele Calgaro2023-09-077-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db3abe1860a5c9afa4893cb59499868f6ff1f5aa)
* Removed unnecessary codeMichele Calgaro2023-08-018-239/+116
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ccbd4fc0219267d2d8b00e7191b1d92de834569)
* This happens en RHEL7 (gcc 4.8.5) but not on later distributions.r14.1.0François Andriot2023-04-104-6/+6
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* temporary commit to show changesSlávek Banko2023-01-2327-125/+120
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-20389-2506/+2506
| | | | | | | | Rename pyuic=>pytquic, pylupdate=>pytqlupdate. Do rename qt=>tqt on constants and variables. Do rename QT=>TQT on constants. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove/replace old conditional python code.Michele Calgaro2023-01-1914-116/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update module name definitions to match full name.Slávek Banko2023-01-0611-11/+11
| | | | | | | This will enable automatic loading of PyTQt modules for modules that depend on PyTQt modules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use utf8 instead of latin1/ascii as default. Address pyuic compatibility ↵Michele Calgaro2023-01-0415-31/+31
| | | | | | with python3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed SEGV caused by commit 6be04664 when creating universal slots.Michele Calgaro2023-01-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-2173-91/+91
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added fix canvas.py for python3ormorph2022-08-041-46/+44
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Remove support for earlier Qt/TQt versionsaneejit12022-07-30203-10019/+16
| | | | | | | | | 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>
* Remove Qt V2 support and example filesaneejit12022-07-30160-10267/+0
| | | | | | | | | 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>
* Changed testing for the presence of optional modules,Slávek Banko2022-07-281-3/+20
| | | | | | | 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>
* Updates to support Python version 3aneejit12022-07-2789-1193/+852
| | | | | | | | | | 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>
* Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ↵Michele Calgaro2022-04-301-3/+3
| | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update for renamed sip_tqt_config.Slávek Banko2022-01-123-159/+159
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-111-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Convert .ui file from dos to unix format.Michele Calgaro2022-01-111-410/+410
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update after rename QScintilla => TQScintilla.Slávek Banko2021-12-0935-353/+353
| | | | | | This relates to issue TDE/tqscintilla#2. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Additional fix similar to previous commit.Michele Calgaro2021-05-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix ftbfs on Fedora 34François Andriot2021-05-111-2/+2
| | | | | | error: ordered comparison of pointer with integer zero ('PyObject*' {aka '_object*'} and 'in ') Signed-off-by: François Andriot <francois.andriot@free.fr>
* pyuic: Delete the current date from the generated filesSlávek Banko2021-01-083-6/+3
| | | | | | so that their generation can be reproducible. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-191-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-247-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.Michele Calgaro2018-10-271-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-1710-34/+34
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-176-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-276-21/+21
| | | | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-272-31/+31
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORTSlávek Banko2018-09-172-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Properly import python_tqt module in scripts generated by pyuicSlávek Banko2016-09-289-12/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix examples to properly import python_tqt moduleSlávek Banko2016-09-2594-125/+125
| | | | | | This resolves bug 2693 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improve python_tqt module initializationSlávek Banko2016-09-252-2/+38
| | | | | | | This relates to bug 2693 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-239-0/+0
|
* Fixed FTBFS caused by wrong #define.Michele Calgaro2015-05-281-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS if no "-e" parameter is usedr14.0.0François Andriot2014-09-281-1/+3
|
* Set python library for all modulesTimothy Pearson2014-09-231-6/+6
| | | | This relates to Bug 1995
* Fix minor text error in prior commitTimothy Pearson2014-09-231-1/+1
|