Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FTBFS with Python 3.13. | François Andriot | 2024-09-26 | 1 | -2/+9 |
| | | | | | | This solves issue #32. Signed-off-by: François Andriot <albator78@libertysurf.fr> | ||||
* | Adjust to current tqt3 version | Michele Calgaro | 2024-09-15 | 2 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add support for python 3.12 and raise minimum required version to 3.4. | Michele Calgaro | 2024-01-26 | 3 | -44/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-08 | 1 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQPalette | Michele Calgaro | 2023-07-18 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop compatibility code for TQThread | Michele Calgaro | 2023-07-11 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Addons to previous commit | Michele Calgaro | 2023-07-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | temporary commit to show changes | Slávek Banko | 2023-01-23 | 10 | -75/+75 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Do rename qt=>tqt on source files, directories and libraries. | Slávek Banko | 2023-01-20 | 281 | -996/+996 |
| | | | | | | | | 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 Calgaro | 2023-01-19 | 14 | -116/+42 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update module name definitions to match full name. | Slávek Banko | 2023-01-06 | 11 | -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 Calgaro | 2023-01-04 | 5 | -10/+10 |
| | | | | | | with python3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed SEGV caused by commit 6be04664 when creating universal slots. | Michele Calgaro | 2023-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename python extension module from python_tqt to PyTQt. | Slávek Banko | 2022-12-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove support for earlier Qt/TQt versions | aneejit1 | 2022-07-30 | 202 | -10014/+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> | ||||
* | Updates to support Python version 3 | aneejit1 | 2022-07-27 | 30 | -856/+506 |
| | | | | | | | | | | 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 Calgaro | 2022-04-30 | 1 | -3/+3 |
| | | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update after rename QScintilla => TQScintilla. | Slávek Banko | 2021-12-09 | 28 | -172/+172 |
| | | | | | | This relates to issue TDE/tqscintilla#2. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Additional fix similar to previous commit. | Michele Calgaro | 2021-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix ftbfs on Fedora 34 | François Andriot | 2021-05-11 | 1 | -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> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 6 | -17/+17 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Properly import python_tqt module in scripts generated by pyuic | Slávek Banko | 2016-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed FTBFS caused by wrong #define. | Michele Calgaro | 2015-05-28 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add missing methods to SQL database and driver classes | Timothy Pearson | 2014-09-20 | 2 | -0/+2 |
| | | | | This resolves Bug 2121 | ||||
* | Fix FTBFS due to recent style API changes. | Darrell Anderson | 2013-12-23 | 1 | -2/+2 |
| | |||||
* | Fix FTBFS due to style API changes | Timothy Pearson | 2013-12-23 | 1 | -0/+3 |
| | |||||
* | Fix FTBFS with sip >= 4.15 | Francois Andriot | 2013-12-07 | 2 | -2/+5 |
| | |||||
* | Revert pyqt3TQtSignal to pyqt3QtSignal | Slávek Banko | 2013-09-30 | 1 | -1/+1 |
| | | | | It allows to retain compatibility with the original SIP4 | ||||
* | Fix FTBFS due to missing tqstyle include | Slávek Banko | 2013-09-30 | 1 | -0/+4 |
| | | | | This resolves Bug 1168 | ||||
* | Fix "ANY" macro deprecation | Slávek Banko | 2013-03-31 | 12 | -42/+42 |
| | |||||
* | Fix unintended rename | Timothy Pearson | 2013-02-11 | 1 | -4/+4 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -4/+4 |
| | |||||
* | Fix prior commit | Timothy Pearson | 2012-11-16 | 7 | -10/+10 |
| | |||||
* | Fix FTBFS from latest style API changes | Timothy Pearson | 2012-11-16 | 8 | -93/+93 |
| | |||||
* | Update to the new style API | Timothy Pearson | 2012-08-10 | 8 | -108/+310 |
| | |||||
* | Update integer/long type names | Timothy Pearson | 2012-06-19 | 13 | -110/+110 |
| | |||||
* | Fix references to Q_ULLONG and friends | Timothy Pearson | 2012-06-18 | 3 | -18/+18 |
| | |||||
* | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2012-03-10 | 1 | -3/+3 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2012-03-02 | 1 | -4/+4 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 3 | -14/+14 |
| | |||||
* | Rename tqt3 color functions | Timothy Pearson | 2012-02-27 | 4 | -14/+14 |
| | |||||
* | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 10 | -50/+50 |
| | |||||
* | Fix FTBFS on TQt3 | Timothy Pearson | 2012-02-02 | 28 | -28/+28 |
| | |||||
* | Use tq includes instead of native q includes | Timothy Pearson | 2012-02-02 | 251 | -425/+425 |
| | |||||
* | Fix retquire | Timothy Pearson | 2011-12-05 | 4 | -4/+4 |
| |