summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sip_api_get_address a public API functionr14.0.13r14.0.xaneejit12022-05-304-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> (cherry picked from commit b92a3b0a4eb3cf0790904121c803717ebbbabd55)
* Ensure module initialisation is exported globallyaneejit12022-05-111-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> (cherry picked from commit b9448655a28d8357dbed7d2a4f3171440703c0bf)
* Improve the "underlying C/C++ object has been deleted" messageaneejit12022-05-112-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> (cherry picked from commit c9762bd162d2c0c33fec1dc1bce2c5a70357d6c8)
* Updates for Python 3 Supportr14.0.12aneejit12022-04-213-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> (cherry picked from commit 5b12d262dc940b6fe9e2766988917665c970318d)
* Drop Qt4 related parts.Slávek Banko2022-01-131-192/+15
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5f4dfdf2edfa23715cdf3d4e11010be57307a95c)
* Fix the mismatch of tokens TK_TQOBJECT × TK_QOBJECT andSlávek Banko2022-01-101-4/+4
| | | | | | | TK_TQCHAR × TK_QCHAR between lexer and parser. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c1d6f4a527723728aeb28026f62461c146e3b716)
* Add an explicit rule to generate parser.Slávek Banko2022-01-104-13783/+8
| | | | | | | Delete generated files from source code. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 123b20b74727a79a2dd84d8f90b3a47ce76a7ad6)
* Fix FTBFS for build outside the source code.Michele Calgaro2022-01-101-0/+1
| | | | | | | This resolves issue #3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32d72527ff6ddd27a823f0b68ff811daa5692719)
* Replaced PyList_SET_ITEM as done in python-tqt.r14.0.11Michele Calgaro2021-05-123-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 65411c74aa20ff9a95283533954ea77ee25792a2)
* Removed explicit usage of the 'register' keyword.r14.0.9r14.0.8r14.0.10Michele Calgaro2020-01-301-20/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dda6304c5083cecb51f3e1c9f92f595acdcc06d9)
* Removed unnecessary executable flag. This relates to bug 2153.r14.0.7r14.0.6Michele Calgaro2018-09-021-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f12979141f1bc5cc31a62aa6874ad54ff619f2f0)
* Force cast in sipEnumMemberDefr14.0.5r14.0.4Slávek Banko2016-09-031-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> (cherry picked from commit 0747f550f709a80d4dda351f6f593113a15d9f43)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-243-0/+0
| | | | (cherry picked from commit 916b7d8e62bcc40d480373540c2e5f5497ff9b1a)
* Add ability to set libpython libraryr14.0.3r14.0.2r14.0.1r14.0.0Timothy Pearson2014-09-231-2/+20
| | | | This relates to Bug 1995
* CleanupSlávek Banko2014-05-271-2528/+0
|
* Install as module by defaultSlávek Banko2014-02-071-2/+4
|
* Revert pyqt4TQtSignal to pyqt4QtSignalSlávek Banko2013-09-302-4/+4
|
* Revert pyqt3TQtSignal to pyqt3QtSignalSlávek Banko2013-09-302-4/+4
| | | | It allows to retain compatibility with the original SIP4
* Fix unintended renameTimothy Pearson2013-02-113-7/+7
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-013-7/+7
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Fix FTBFSTimothy Pearson2012-06-1960-60/+60
|
* Rename additional members for tqt3Timothy Pearson2012-03-072-3/+3
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-215-7/+7
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-196-8/+8
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-2/+2
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1611-17/+17
| | | | This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1511-17/+17
|
* Part 1 of 2 rename pykde to pytdeTimothy Pearson2011-12-043-3/+3
|
* Update lexer fileTimothy Pearson2011-12-031-130/+130
|
* Fix later FTBFS in python-tqtTimothy Pearson2011-12-0369-78/+78
|
* Update modification times of generated sip4 filesTimothy Pearson2011-11-222-2/+2
|
* Fix accidental rename of strings to tqunicodeTimothy Pearson2011-11-2220-88/+88
|
* Fix FTBFSTimothy Pearson2011-11-226-469/+469
|
* Initial TQt conversionTimothy Pearson2011-11-22112-765/+766
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-22163-0/+101505