summaryrefslogtreecommitdiffstats
path: root/sip/qt/qstring.sip
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for earlier Qt/TQt versionsaneejit12022-07-311-4/+0
| | | | | | | | | | 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 <aneejit1@gmail.com> (cherry picked from commit 33a0297b35ab40e2d09cf37e351095b58725c8d5)
* Updates to support Python version 3aneejit12022-07-281-314/+211
| | | | | | | | | | | 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 <aneejit1@gmail.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6be046642290c28c17949022fb66ae02ac21d544)
* Fix references to Q_ULLONG and friendsTimothy Pearson2012-06-181-8/+8
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Use tq includes instead of native q includesTimothy Pearson2012-02-021-4/+4
|
* Rename sip*_Q itemsTimothy Pearson2011-12-031-4/+4
|
* Initial TQt conversionTimothy Pearson2011-11-291-332/+332
|
* Initial import of python-qt3Timothy Pearson2011-11-291-0/+1079