Commit Graph

11 Commits (c9762bd162d2c0c33fec1dc1bce2c5a70357d6c8)

Author SHA1 Message Date
aneejit1 c9762bd162 Improve the "underlying C/C++ object has been deleted" message
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>
3 years ago
aneejit1 5b12d262dc
Updates for Python 3 Support
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>
3 years ago
gregory guy 976b20e043
Rename sip into sip-tqt in order to be conflict free with upstream.
This relates to bug 2699.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Timothy Pearson 58f18d64ee Fix unintended rename 13 years ago
Timothy Pearson bf66696108 Rename many classes and header files to avoid conflicts with KDE4 13 years ago
Timothy Pearson cb279d73d3 Remove additional unneeded tq method conversions 14 years ago
Timothy Pearson dacb50c634 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f39e1b1760.
14 years ago
Timothy Pearson f39e1b1760 Rename a number of old tq methods that are no longer tq specific 14 years ago
Timothy Pearson e832e9f2ab Fix accidental rename of strings to tqunicode 14 years ago
Timothy Pearson 7d27356baf Initial TQt conversion 14 years ago
Timothy Pearson 6c4cc3653e Initial import of SIP4 for Qt3 14 years ago