Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix example translations for pytqt | ormorph | 2024-04-30 | 2 | -5/+5 |
| | | | | Signed-off-by: ormorph <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-08 | 48 | -183/+183 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary code | Michele Calgaro | 2023-08-01 | 1 | -5/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop compatibility code for TQPalette | Michele Calgaro | 2023-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop compatibility code for TQThread | Michele Calgaro | 2023-07-11 | 1 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | temporary commit to show changes | Slávek Banko | 2023-01-23 | 13 | -19/+19 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Do rename qt=>tqt on source files, directories and libraries. | Slávek Banko | 2023-01-20 | 69 | -501/+501 |
| | | | | | | | | 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 <[email protected]> | ||||
* | Rename python extension module from python_tqt to PyTQt. | Slávek Banko | 2022-12-21 | 64 | -77/+77 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added fix canvas.py for python3 | ormorph | 2022-08-04 | 1 | -46/+44 |
| | | | | Signed-off-by: ormorph <[email protected]> | ||||
* | Remove Qt V2 support and example files | aneejit1 | 2022-07-30 | 111 | -0/+14004 |
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 <[email protected]> |