Menu

Code Commit Log


Commit Date  
[r88] by florianlink

improved strictness when enum values are used

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
[r85] by florianlink

added support for qflags, which where previously missing

2009-05-21 20:06:53 Tree
[r84] by florianlink

moved check if a property can be set which was done to early

2009-05-21 19:25:55 Tree
[r83] by florianlink

adjusted tests for new support of unregistered types as return by value

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
[r80] by florianlink

added tests for return by value of objects, unregistered objects still fail

2009-05-19 08:02:44 Tree
[r79] by florianlink

removed wrong conversion to QVariant when the underlying type id is unknown

2009-05-16 09:04:10 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.