Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for earlier Qt/TQt versions | aneejit1 | 2022-07-30 | 169 | -9380/+15 |
| | | | | | | | | | 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 <[email protected]> | ||||
* | Updates to support Python version 3 | aneejit1 | 2022-07-27 | 25 | -847/+497 |
| | | | | | | | | | | 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 <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ↵ | Michele Calgaro | 2022-04-30 | 1 | -3/+3 |
| | | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Additional fix similar to previous commit. | Michele Calgaro | 2021-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 4 | -13/+13 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed FTBFS caused by wrong #define. | Michele Calgaro | 2015-05-28 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | 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 | 8 | -30/+30 |
| | |||||
* | 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 | 6 | -41/+41 |
| | |||||
* | Fix references to Q_ULLONG and friends | Timothy Pearson | 2012-06-18 | 3 | -18/+18 |
| | |||||
* | 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 | 2 | -12/+12 |
| | |||||
* | 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 | 7 | -47/+47 |
| | |||||
* | Use tq includes instead of native q includes | Timothy Pearson | 2012-02-02 | 175 | -298/+298 |
| | |||||
* | Fix retquire | Timothy Pearson | 2011-12-05 | 4 | -4/+4 |
| | |||||
* | Rename sip*_Q items | Timothy Pearson | 2011-12-03 | 13 | -244/+244 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-29 | 181 | -10180/+10180 |
| | |||||
* | Initial import of python-qt3 | Timothy Pearson | 2011-11-29 | 181 | -0/+36833 |