##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
r44:0f65c5e01031
added tests for return by value of objects, unregistered objects still fail git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@80 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r43:04827ba1f262
removed wrong conversion to QVariant when the underlying type id is unknown git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@79 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r42:2e28b78885ae
added test for overload of copy constructor and double constructor decorators git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@78 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r41:189c3eb0464d
fixed enum handling for static methods calls and added correct support for decorated enum detection git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@77 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r40:054959ca17a1
changed so that paths are ignored when they startWith() an ignore path instead of matching the ignore path git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@76 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r39:1992a84af372
changed order of initializers git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@75 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r38:e64abeba22d9
readded some methods git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@74 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r37:5bd99c632a3f
added new tests for new PythonQt features git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@73 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r36:1d1e7c03e848
- added call method that does a direct call on the ObjectType - added comments and improved docs git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@72 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
r35:b8dce620ba5c
added methods to qt namespace git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@71 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
florianlink
0
load next
< 1 .. 5 6 7 8 9 10 11 >
showing 20 out of 215 commits