Commit message Age Author Refs
r54:8f57e6dac237
cleanup of code and addition of (yet unused) classinfo passed to method/slot info to allow local enum support on creation git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@90 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r53:1a0a1289871d
improved tests, enum/int overload now fails as expected, this will be fixed when enum type detection works correctly git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@89 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r52:947ce094f432
improved strictness when enum values are used git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@88 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r51:581e3ee75957
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 git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@87 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r50:ef758f9ae3a7
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) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@86 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r49:d99de02fe548
added support for qflags, which where previously missing git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@85 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r48:44ecc235fd76
moved check if a property can be set which was done to early git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@84 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r47:2cd0aabb8a89
adjusted tests for new support of unregistered types as return by value git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@83 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r46:1db88b846b4a
added support for return by value of classes that are NOT registered with QMetaType but which have a default constructor decorator git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@82 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r45:73b37bcd54f9
moved return value creation AFTER the successful check of the call parameters, otherwise the return value allocation is done for nothing git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@81 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
< 1 .. 15 16 17 18 19 .. 22 >