summaryrefslogtreecommitdiffstats
path: root/module-init.py
Commit message (Collapse)AuthorAgeFilesLines
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-201-15/+15
| | | | | | | | 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>
* Rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-211-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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-271-1/+1
| | | | | | | | | | 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>
* Improve python_tqt module initializationSlávek Banko2016-09-251-0/+35
This relates to bug 2693 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>