Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use utf8 instead of latin1/ascii as default. Address pyuic compatibility ↵ | Michele Calgaro | 2023-01-04 | 15 | -31/+31 |
| | | | | | | with python3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed SEGV caused by commit 6be04664 when creating universal slots. | Michele Calgaro | 2023-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Rename python extension module from python_tqt to PyTQt. | Slávek Banko | 2022-12-21 | 73 | -91/+91 |
| | | | | 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 support for earlier Qt/TQt versions | aneejit1 | 2022-07-30 | 203 | -10019/+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 <[email protected]> | ||||
* | Remove Qt V2 support and example files | aneejit1 | 2022-07-30 | 160 | -10267/+0 |
| | | | | | | | | | 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]> | ||||
* | Changed testing for the presence of optional modules, | Slávek Banko | 2022-07-28 | 1 | -3/+20 |
| | | | | | | | because simply testing a file with a ".so" extension does not work on multiarch Python installations. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Updates to support Python version 3 | aneejit1 | 2022-07-27 | 89 | -1193/+852 |
| | | | | | | | | | | 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]> | ||||
* | Update for renamed sip_tqt_config. | Slávek Banko | 2022-01-12 | 3 | -159/+159 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-11 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Convert .ui file from dos to unix format. | Michele Calgaro | 2022-01-11 | 1 | -410/+410 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update after rename QScintilla => TQScintilla. | Slávek Banko | 2021-12-09 | 35 | -353/+353 |
| | | | | | | This relates to issue TDE/tqscintilla#2. Signed-off-by: Slávek Banko <[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]> | ||||
* | pyuic: Delete the current date from the generated files | Slávek Banko | 2021-01-08 | 3 | -6/+3 |
| | | | | | | so that their generation can be reproducible. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-19 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-24 | 7 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. | Michele Calgaro | 2018-10-27 | 1 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 10 | -34/+34 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 6 | -21/+21 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 6 | -21/+21 |
| | | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -31/+31 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵ | Michele Calgaro | 2018-09-18 | 1 | -1/+1 |
| | | | | | | module Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT | Slávek Banko | 2018-09-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Properly import python_tqt module in scripts generated by pyuic | Slávek Banko | 2016-09-28 | 9 | -12/+12 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix examples to properly import python_tqt module | Slávek Banko | 2016-09-25 | 94 | -125/+125 |
| | | | | | | This resolves bug 2693 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Improve python_tqt module initialization | Slávek Banko | 2016-09-25 | 2 | -2/+38 |
| | | | | | | | This relates to bug 2693 Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 9 | -0/+0 |
| | |||||
* | Fixed FTBFS caused by wrong #define. | Michele Calgaro | 2015-05-28 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS if no "-e" parameter is usedr14.0.0 | François Andriot | 2014-09-28 | 1 | -1/+3 |
| | |||||
* | Set python library for all modules | Timothy Pearson | 2014-09-23 | 1 | -6/+6 |
| | | | | This relates to Bug 1995 | ||||
* | Fix minor text error in prior commit | Timothy Pearson | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Add ability to set libpython library | Timothy Pearson | 2014-09-23 | 1 | -2/+9 |
| | | | | This relates to Bug 1995 | ||||
* | Add missing methods to SQL database and driver classes | Timothy Pearson | 2014-09-20 | 2 | -0/+2 |
| | | | | This resolves Bug 2121 | ||||
* | Install as module by default | Slávek Banko | 2014-02-07 | 1 | -2/+4 |
| | |||||
* | Fix detection of sip4-tqt module | Francois Andriot | 2014-01-18 | 3 | -3/+3 |
| | |||||
* | Fix FTBFS due to recent style API changes. | Darrell Anderson | 2013-12-23 | 1 | -2/+2 |
| | |||||
* | Rename kdewidgets => tdewidgets | Slávek Banko | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix FTBFS | Slávek Banko | 2013-09-30 | 1 | -0/+6 |
| | |||||
* | 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 | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -2/+2 |
| | |||||
* | Fix inadvertent renaming. | Darrell Anderson | 2013-05-04 | 5 | -6/+6 |
| | |||||
* | 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 KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -2/+2 |
| |