summaryrefslogtreecommitdiffstats
path: root/sip/qt
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for earlier Qt/TQt versionsaneejit12022-07-30169-9380/+15
| | | | | | | | | 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]>
* Updates to support Python version 3aneejit12022-07-2725-847/+497
| | | | | | | | | | 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 Calgaro2022-04-301-3/+3
| | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <[email protected]>
* Additional fix similar to previous commit.Michele Calgaro2021-05-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix ftbfs on Fedora 34François Andriot2021-05-111-2/+2
| | | | | | error: ordered comparison of pointer with integer zero ('PyObject*' {aka '_object*'} and 'in ') Signed-off-by: François Andriot <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-241-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-174-13/+13
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed FTBFS caused by wrong #define.Michele Calgaro2015-05-281-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS due to recent style API changes.Darrell Anderson2013-12-231-2/+2
|
* Fix FTBFS due to style API changesTimothy Pearson2013-12-231-0/+3
|
* Fix FTBFS with sip >= 4.15Francois Andriot2013-12-071-2/+2
|
* 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
* Fix "ANY" macro deprecationSlávek Banko2013-03-318-30/+30
|
* Fix unintended renameTimothy Pearson2013-02-111-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-4/+4
|
* Fix prior commitTimothy Pearson2012-11-167-10/+10
|
* Fix FTBFS from latest style API changesTimothy Pearson2012-11-168-93/+93
|
* Update to the new style APITimothy Pearson2012-08-108-108/+310
|
* Update integer/long type namesTimothy Pearson2012-06-196-41/+41
|
* Fix references to Q_ULLONG and friendsTimothy Pearson2012-06-183-18/+18
|
* Fix FTBFSTimothy Pearson2012-03-101-3/+3
|
* Fix FTBFSTimothy Pearson2012-03-021-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-012-12/+12
|
* Rename tqt3 color functionsTimothy Pearson2012-02-274-14/+14
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-147-47/+47
|
* Use tq includes instead of native q includesTimothy Pearson2012-02-02175-298/+298
|
* Fix retquireTimothy Pearson2011-12-054-4/+4
|
* Rename sip*_Q itemsTimothy Pearson2011-12-0313-244/+244
|
* Initial TQt conversionTimothy Pearson2011-11-29181-10180/+10180
|
* Initial import of python-qt3Timothy Pearson2011-11-29181-0/+36833