summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix example translations for pytqtHEADmasterormorph12 days2-5/+5
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Changing string types to bytes for pytquicormorph2024-04-212-5/+5
| | | | | | For python3 you need to explicitly specify the bytes type, it is different from strings Signed-off-by: ormorph <roma251078@mail.ru>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-133-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for python 3.12 and raise minimum required version to 3.4.Michele Calgaro2024-01-263-44/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0854-230/+230
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-077-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary codeMichele Calgaro2023-08-018-239/+116
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-182-4/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQThreadMichele Calgaro2023-07-112-5/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Addons to previous commitMichele Calgaro2023-07-063-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal class.Michele Calgaro2023-07-053-20/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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