summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added fix canvas.py for python3r14.0.13r14.0.xormorph2022-08-061-46/+44
| | | | | Signed-off-by: ormorph <[email protected]> (cherry picked from commit 223af3b47f7b564be7008a030969bcd25f7b3e7b)
* Remove support for earlier Qt/TQt versionsaneejit12022-07-31203-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 filesaneejit12022-07-31160-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 Banko2022-07-291-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 3aneejit12022-07-2889-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 Calgaro2022-05-031-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.12Michele Calgaro2022-01-111-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 76700491296d687e461a3ef764bf01ad74f1c3d6)
* Convert .ui file from dos to unix format.Michele Calgaro2022-01-111-410/+410
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 34c13c811707c16bf75b377690b16648c9ceb016)
* Additional fix similar to previous commit.r14.0.11Michele Calgaro2021-05-121-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8e8bdb86cb665f65368d6380d4b37e41b18acee6)
* Fix ftbfs on Fedora 34François Andriot2021-05-121-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.10Slávek Banko2021-01-083-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.9Michele Calgaro2020-09-191-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.4Slávek Banko2016-09-289-12/+12
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1638609997cfef8fa1c63ba3f6ba93b9f6a4b014)
* Fix examples to properly import python_tqt moduleSlávek Banko2016-09-2594-125/+125
| | | | | | | This resolves bug 2693 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e790d08307644b6718b2a547c21370b82aa4f376)
* Improve python_tqt module initializationSlávek Banko2016-09-252-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 sizeTimothy Pearson2016-07-249-0/+0
| | | | (cherry picked from commit cc2cd44cab96a4036f7f89630b43607e4627fd53)
* Fixed FTBFS caused by wrong #define.r14.0.3r14.0.2r14.0.1Michele Calgaro2015-05-281-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 51b4af5d816276d4507dc433edc2fb49f70d9b90)
* Fix FTBFS if no "-e" parameter is usedr14.0.0François Andriot2014-09-281-1/+3
|
* Set python library for all modulesTimothy Pearson2014-09-231-6/+6
| | | | This relates to Bug 1995
* Fix minor text error in prior commitTimothy Pearson2014-09-231-1/+1
|
* Add ability to set libpython libraryTimothy Pearson2014-09-231-2/+9
| | | | This relates to Bug 1995
* Add missing methods to SQL database and driver classesTimothy Pearson2014-09-202-0/+2
| | | | This resolves Bug 2121
* Install as module by defaultSlávek Banko2014-02-071-2/+4
|
* Fix detection of sip4-tqt moduleFrancois Andriot2014-01-183-3/+3
|
* Fix FTBFS due to recent style API changes.Darrell Anderson2013-12-231-2/+2
|
* Rename kdewidgets => tdewidgetsSlávek Banko2013-12-231-1/+1
|
* Fix FTBFS due to style API changesTimothy Pearson2013-12-231-0/+3
|
* Fix FTBFS with sip >= 4.15Francois Andriot2013-12-072-2/+5
|
* Fix FTBFSSlávek Banko2013-09-301-0/+6
|
* Revert pyqt3TQtSignal to pyqt3QtSignalSlávek Banko2013-09-301-1/+1
| | | | It allows to retain compatibility with the original SIP4
* Fix FTBFS due to missing tqstyle includeSlávek Banko2013-09-301-0/+4
| | | | This resolves Bug 1168
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Fix inadvertent renaming.Darrell Anderson2013-05-045-6/+6
|
* Fix "ANY" macro deprecationSlávek Banko2013-03-3112-42/+42
|
* Fix unintended renameTimothy Pearson2013-02-111-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-4/+4
|
* Fix prior commitTimothy Pearson2013-02-011-0/+0
|
* Fix FTBFSTimothy Pearson2013-02-011-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-5/+5
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-1/+1
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Fix prior commitTimothy Pearson2012-11-167-10/+10
|
* Fix FTBFS from latest style API changesTimothy Pearson2012-11-168-93/+93
|
* Update TQt3 property/enum macrosTimothy Pearson2012-10-201-1/+1
|
* Update to the new style APITimothy Pearson2012-08-108-108/+310
|
* Fix corrupt images.Darrell Anderson2012-06-286-0/+0
|
* Fix corrupt image files.Darrell Anderson2012-06-282-0/+0
|
* Update integer/long type namesTimothy Pearson2012-06-1916-159/+159
|