Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entry step for renaming PyTQt module libraries from qt* to tqt*. | Slávek Banko | 2023-01-22 | 32 | -273/+273 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove old conditional python code. | Michele Calgaro | 2023-01-22 | 7 | -1394/+53 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Automatically add build definition Py_DEBUG, when building module for debug ↵ | Slávek Banko | 2023-01-06 | 1 | -0/+7 |
| | | | | | | build of Python. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Make sip_api_get_address a public API function | aneejit1 | 2022-05-25 | 4 | -10/+11 |
| | | | | | | | The sipGetAddress function has been renamed as sip_api_get_address and made available as part of the public API. Signed-off-by: aneejit1 <aneejit1@gmail.com> | ||||
* | Ensure module initialisation is exported globally | aneejit1 | 2022-05-09 | 1 | -0/+6 |
| | | | | | | | | | The generated module initialisation function fails to export because of the "-fvisibility-hidden" resulting in an import failure on missing symbol. Alter the visibility of the initialisation function to "default" to ensure that it winds up as "global" in the module binary. Signed-off-by: aneejit1 <aneejit1@gmail.com> | ||||
* | Improve the "underlying C/C++ object has been deleted" message | aneejit1 | 2022-05-09 | 2 | -7/+11 |
| | | | | | | | | | | python-tqt is reporting "underlying C/C++ object has been deleted". This is rather unhelpful. A little code has been backported from the equivalent source files in sip 4.19.23 to make it a little clearer about what is going wrong (original author Riverbank Computing Limited <info@riverbankcomputing.com>, licensed under GPL version 2 or 3). Signed-off-by: aneejit1 <aneejit1@gmail.com> | ||||
* | Updates for Python 3 Support | aneejit1 | 2022-04-21 | 3 | -8/+48 |
| | | | | | | | | | | | | | | | The following changes have been made to support Python 3: - in sip-tqt.h, remove the cast in the "sipConvertFromSliceObject" macro in versions 3.2+ as the API changed causing a compile error; - in voidptr.h, alter the precompile conditions to remove the PyCObject API cals for version 3.2+ (causes runtime symbol resolution error) and amend the flags for "asstring"; - alter module import process in siplib.c to avoid re-loading an already loaded module. Signed-off-by: aneejit1 <aneejit1@gmail.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed several other occurrences for renaming sip into sip-tqt. | Slávek Banko | 2022-04-20 | 3 | -13/+13 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Drop Qt4 related parts. | Slávek Banko | 2022-01-13 | 1 | -192/+15 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Rename sip into sip-tqt in order to be conflict free with upstream. | gregory guy | 2022-01-12 | 26 | -288/+367 |
| | | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix the mismatch of tokens TK_TQOBJECT × TK_QOBJECT and | Slávek Banko | 2022-01-10 | 1 | -4/+4 |
| | | | | | | TK_TQCHAR × TK_QCHAR between lexer and parser. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add an explicit rule to generate parser. | Slávek Banko | 2022-01-10 | 4 | -13783/+8 |
| | | | | | | Delete generated files from source code. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS for build outside the source code. | Michele Calgaro | 2022-01-10 | 1 | -0/+1 |
| | | | | | | This resolves issue #3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced PyList_SET_ITEM as done in python-tqt. | Michele Calgaro | 2021-05-12 | 3 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Adjusted after dropping obsolete Qt2's QList class. | Michele Calgaro | 2020-05-24 | 3 | -15/+15 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -20/+20 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -6/+6 |
| | | | | | | 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> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 69 | -156/+156 |
| | | | | | | | | | | | 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 <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -1/+1 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-02 | 1 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Force cast in sipEnumMemberDef | Slávek Banko | 2016-09-03 | 1 | -0/+3 |
| | | | | | | | This resolves FTBFS due to a narrowing conversions using C++11 dialect (GCC6) in python-tqt and python-trinity Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 3 | -0/+0 |
| | |||||
* | Add ability to set libpython libraryr14.0.3r14.0.2r14.0.1r14.0.0 | Timothy Pearson | 2014-09-23 | 1 | -2/+20 |
| | | | | This relates to Bug 1995 | ||||
* | Cleanup | Slávek Banko | 2014-05-27 | 1 | -2528/+0 |
| | |||||
* | Install as module by default | Slávek Banko | 2014-02-07 | 1 | -2/+4 |
| | |||||
* | Revert pyqt4TQtSignal to pyqt4QtSignal | Slávek Banko | 2013-09-30 | 2 | -4/+4 |
| | |||||
* | Revert pyqt3TQtSignal to pyqt3QtSignal | Slávek Banko | 2013-09-30 | 2 | -4/+4 |
| | | | | It allows to retain compatibility with the original SIP4 | ||||
* | Fix unintended rename | Timothy Pearson | 2013-02-11 | 3 | -7/+7 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 3 | -7/+7 |
| | |||||
* | Fix inadvertent tqt changes. | Darrell Anderson | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2012-06-19 | 60 | -60/+60 |
| | |||||
* | Rename additional members for tqt3 | Timothy Pearson | 2012-03-07 | 2 | -3/+3 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 5 | -7/+7 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 6 | -8/+8 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -2/+2 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 11 | -17/+17 |
| | | | | This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 11 | -17/+17 |
| | |||||
* | Part 1 of 2 rename pykde to pytde | Timothy Pearson | 2011-12-04 | 3 | -3/+3 |
| | |||||
* | Update lexer file | Timothy Pearson | 2011-12-03 | 1 | -130/+130 |
| | |||||
* | Fix later FTBFS in python-tqt | Timothy Pearson | 2011-12-03 | 69 | -78/+78 |
| | |||||
* | Update modification times of generated sip4 files | Timothy Pearson | 2011-11-22 | 2 | -2/+2 |
| | |||||
* | Fix accidental rename of strings to tqunicode | Timothy Pearson | 2011-11-22 | 20 | -88/+88 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2011-11-22 | 6 | -469/+469 |
| | |||||
* | Initial TQt conversion | Timothy Pearson | 2011-11-22 | 112 | -765/+766 |
| | |||||
* | Initial import of SIP4 for Qt3 | Timothy Pearson | 2011-11-22 | 163 | -0/+101505 |