summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsHEADmasterMichele Calgaro2024-02-133-3/+3
* Add support for python 3.12 and raise minimum required version to 3.4.Michele Calgaro2024-01-263-44/+1
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0854-230/+230
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-2/+2
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-077-14/+14
* Removed unnecessary codeMichele Calgaro2023-08-018-239/+116
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-182-4/+1
* Drop compatibility code for TQThreadMichele Calgaro2023-07-112-5/+4
* Addons to previous commitMichele Calgaro2023-07-063-3/+2
* Drop Qt2's TQSemiModal class.Michele Calgaro2023-07-053-20/+0
* This happens en RHEL7 (gcc 4.8.5) but not on later distributions.r14.1.0François Andriot2023-04-104-6/+6
* temporary commit to show changesSlávek Banko2023-01-2327-125/+120
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-20389-2506/+2506
* Remove/replace old conditional python code.Michele Calgaro2023-01-1914-116/+42
* Update module name definitions to match full name.Slávek Banko2023-01-0611-11/+11
* Use utf8 instead of latin1/ascii as default. Address pyuic compatibility with...Michele Calgaro2023-01-0415-31/+31
* Fixed SEGV caused by commit 6be04664 when creating universal slots.Michele Calgaro2023-01-031-1/+1
* Rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-2173-91/+91
* Added fix canvas.py for python3ormorph2022-08-041-46/+44
* Remove support for earlier Qt/TQt versionsaneejit12022-07-30203-10019/+16
* Remove Qt V2 support and example filesaneejit12022-07-30160-10267/+0
* Changed testing for the presence of optional modules,Slávek Banko2022-07-281-3/+20
* Updates to support Python version 3aneejit12022-07-2789-1193/+852
* Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM...Michele Calgaro2022-04-301-3/+3
* Update for renamed sip_tqt_config.Slávek Banko2022-01-123-159/+159
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-111-3/+3
* Convert .ui file from dos to unix format.Michele Calgaro2022-01-111-410/+410
* Update after rename QScintilla => TQScintilla.Slávek Banko2021-12-0935-353/+353
* Additional fix similar to previous commit.Michele Calgaro2021-05-121-1/+1
* Fix ftbfs on Fedora 34François Andriot2021-05-111-2/+2
* pyuic: Delete the current date from the generated filesSlávek Banko2021-01-083-6/+3
* Removed code formatting modelines.Michele Calgaro2020-09-191-1/+0
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-247-7/+7
* Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.Michele Calgaro2018-10-271-8/+8
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-1710-34/+34
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-176-21/+21
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
* qt -> tqt conversion:Michele Calgaro2018-09-276-21/+21
* qt -> tqt conversion:Michele Calgaro2018-09-272-31/+31
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ...Michele Calgaro2018-09-181-1/+1
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORTSlávek Banko2018-09-172-2/+2
* Properly import python_tqt module in scripts generated by pyuicSlávek Banko2016-09-289-12/+12
* Fix examples to properly import python_tqt moduleSlávek Banko2016-09-2594-125/+125
* Improve python_tqt module initializationSlávek Banko2016-09-252-2/+38
* 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
* 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
* Fix minor text error in prior commitTimothy Pearson2014-09-231-1/+1
* Add ability to set libpython libraryTimothy Pearson2014-09-231-2/+9