Commit | Date | |
---|---|---|
2009-05-24 09:28:55 | Tree | |
[r87]
by
florianlink
added enum wrapper classes derived from python int, so that enums are distinguishable from normal python integers. This will allow better overload handling e.g. of QColor constructors in the future |
2009-05-24 09:00:49 | Tree |
[r86]
by
florianlink
added new tests to validate enums return values, enums passed in slots and enums in signals (enums in signals is not yet implemented and fails) |
2009-05-24 08:55:48 | Tree |
2009-05-21 20:06:53 | Tree | |
2009-05-21 19:25:55 | Tree | |
2009-05-19 08:45:21 | Tree | |
[r82]
by
florianlink
added support for return by value of classes that are NOT registered with QMetaType but which have a default constructor decorator |
2009-05-19 08:44:05 | Tree |
[r81]
by
florianlink
moved return value creation AFTER the successful check of the call parameters, otherwise the return value allocation is done for nothing |
2009-05-19 08:04:36 | Tree |
2009-05-19 08:02:44 | Tree | |
2009-05-16 09:04:10 | Tree |