Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added fix canvas.py for python3r14.0.13r14.0.x | ormorph | 2022-08-06 | 1 | -46/+44 |
| | | | | | Signed-off-by: ormorph <[email protected]> (cherry picked from commit 223af3b47f7b564be7008a030969bcd25f7b3e7b) | ||||
* | Remove support for earlier Qt/TQt versions | aneejit1 | 2022-07-31 | 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]> (cherry picked from commit 33a0297b35ab40e2d09cf37e351095b58725c8d5) | ||||
* | Remove Qt V2 support and example files | aneejit1 | 2022-07-31 | 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]> (cherry picked from commit e602246539fd7435aaeb440fcb7f852c92c8426b) | ||||
* | Changed testing for the presence of optional modules, | Slávek Banko | 2022-07-29 | 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]> (cherry picked from commit b34531364d5c0d3be7056d87011afd8bd538a0e7) | ||||
* | Updates to support Python version 3 | aneejit1 | 2022-07-28 | 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]> (cherry picked from commit 6be046642290c28c17949022fb66ae02ac21d544) | ||||
* | Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ↵ | Michele Calgaro | 2022-05-03 | 1 | -3/+3 |
| | | | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 63fe0b82b47e7ee31f91374d96022a3ae77a86c3) | ||||
* | Replaced 'includehints' with 'includes' in *.ui files.r14.0.12 | Michele Calgaro | 2022-01-11 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 76700491296d687e461a3ef764bf01ad74f1c3d6) | ||||
* | Convert .ui file from dos to unix format. | Michele Calgaro | 2022-01-11 | 1 | -410/+410 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 34c13c811707c16bf75b377690b16648c9ceb016) | ||||
* | Additional fix similar to previous commit.r14.0.11 | Michele Calgaro | 2021-05-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8e8bdb86cb665f65368d6380d4b37e41b18acee6) | ||||
* | Fix ftbfs on Fedora 34 | François Andriot | 2021-05-12 | 1 | -2/+2 |
| | | | | | | | error: ordered comparison of pointer with integer zero ('PyObject*' {aka '_object*'} and 'in ') Signed-off-by: François Andriot <[email protected]> (cherry picked from commit 6d6b6319a8e4e37db4415dcd433ac30f4446a5a1) | ||||
* | pyuic: Delete the current date from the generated filesr14.0.10 | Slávek Banko | 2021-01-08 | 3 | -6/+3 |
| | | | | | | | so that their generation can be reproducible. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a0b020e7d2ca937033e1b4cea69fbc6a5a73fbf3) | ||||
* | Removed code formatting modelines.r14.0.9 | Michele Calgaro | 2020-09-19 | 1 | -1/+0 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit af4bcf6b8ff32dcb64e6fc4a87db3680189ac93b) | ||||
* | Properly import python_tqt module in scripts generated by pyuicr14.0.8r14.0.7r14.0.6r14.0.5r14.0.4 | Slávek Banko | 2016-09-28 | 9 | -12/+12 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1638609997cfef8fa1c63ba3f6ba93b9f6a4b014) | ||||
* | 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]> (cherry picked from commit e790d08307644b6718b2a547c21370b82aa4f376) | ||||
* | 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]> (cherry picked from commit 0b2f1c4760ceb98b6e3213999a1e4d48d24e91e8) | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-24 | 9 | -0/+0 |
| | | | | (cherry picked from commit cc2cd44cab96a4036f7f89630b43607e4627fd53) | ||||
* | Fixed FTBFS caused by wrong #define.r14.0.3r14.0.2r14.0.1 | Michele Calgaro | 2015-05-28 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 51b4af5d816276d4507dc433edc2fb49f70d9b90) | ||||
* | 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 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -4/+4 |
| | |||||
* | Fix prior commit | Timothy Pearson | 2013-02-01 | 1 | -0/+0 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2013-02-01 | 1 | -0/+0 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -5/+5 |
| | |||||
* | Rename kiobuffer and KHTML | Timothy Pearson | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | 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 TQt3 property/enum macros | Timothy Pearson | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Update to the new style API | Timothy Pearson | 2012-08-10 | 8 | -108/+310 |
| | |||||
* | Fix corrupt images. | Darrell Anderson | 2012-06-28 | 6 | -0/+0 |
| | |||||
* | Fix corrupt image files. | Darrell Anderson | 2012-06-28 | 2 | -0/+0 |
| | |||||
* | Update integer/long type names | Timothy Pearson | 2012-06-19 | 16 | -159/+159 |
| |