summaryrefslogtreecommitdiffstats
path: root/pytquic3
Commit message (Collapse)AuthorAgeFilesLines
* Adjust to current tqt3 versionMichele Calgaro2024-09-152-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-082-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary codeMichele Calgaro2023-08-014-76/+1
| | | | 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-102-2/+2
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* temporary commit to show changesSlávek Banko2023-01-231-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-2019-0/+5812
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>