index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create enum python types on the fly, avoiding generation of structs and dupli...
Hugo Parente Lima
2010-11-10
2
-114
/
+21
*
pyenum.{h|cpp} moved to sbkenum.{h|cpp}
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
Remove unused variables.
Hugo Parente Lima
2010-11-10
1
-2
/
+0
*
Revert "Fixed overload decisor sorting to put QStrings after pointers to wrap...
renatofilho
2010-11-10
1
-17
/
+0
*
Fixed overload functions with QVariant.
renatofilho
2010-11-09
1
-1
/
+8
*
Removed debug statements mistakenly commited.
Marcelo Lira
2010-11-09
1
-4
/
+0
*
Fixed overload decisor sorting to put QStrings after pointers to wrapped obje...
Marcelo Lira
2010-11-09
1
-0
/
+14
*
Implemented support to dynamic slots on generated code.
renatofilho
2010-11-05
1
-7
/
+29
*
Fixed code generation for functions virtual with know type
renatofilho
2010-11-04
1
-6
/
+22
*
Updated code generation to new libpyside files.
renatofilho
2010-11-03
2
-7
/
+7
*
Updated to new libpyside Signal/Slot namespace.
renatofilho
2010-11-03
2
-9
/
+8
*
Don't use ref. on primitive types when using Converter<T>::toPython.
Hugo Parente Lima
2010-10-29
3
-11
/
+29
*
Implemented signal instantiation during the getattr function.
renatofilho
2010-10-29
1
-2
/
+12
*
Uses CPP_SELF_VAR macro and replaces cpp_other by cppOther.
Hugo Parente Lima
2010-10-28
1
-5
/
+5
*
Uses a constant to define the cpp_arg variable, now called cppArg.
Hugo Parente Lima
2010-10-28
3
-6
/
+8
*
Simplifies the generated code removing the use of std::auto_ptr.
Hugo Parente Lima
2010-10-28
3
-94
/
+36
*
Write copy constructor for Object types when there is one.
Hugo Parente Lima
2010-10-28
1
-6
/
+5
*
Implemented support to dynamic signals created on QML side.
renatofilho
2010-10-28
1
-1
/
+33
*
Fixed GilState and ThreadSave code generation.
renatofilho
2010-10-28
1
-7
/
+2
*
Release gil before call C++ function on virtual method.
renatofilho
2010-10-26
1
-2
/
+2
*
Fix reference leak when registering enum types.
Hugo Parente Lima
2010-10-21
1
-21
/
+7
*
Updated code generation to new libpyside API.
renatofilho
2010-10-21
1
-4
/
+4
*
Fixed signal register function.
renatofilho
2010-10-20
1
-9
/
+3
*
Updated the overload sorting to handle convertible types inside containers.
Marcelo Lira
2010-10-19
1
-67
/
+177
*
Merge remote branch 'mainline/1.0'
Hugo Parente Lima
2010-10-19
1
-5
/
+5
|
\
|
*
Qt signals are added to Python wrappers via the PySide::addSignalToWrapper fu...
Marcelo Lira
2010-10-11
1
-2
/
+2
|
*
Generate code compatible with new properties function names.
Hugo Parente Lima
2010-10-07
1
-3
/
+3
*
|
Fix check of return type by python reimplementations of C++ virtual functions.
Hugo Parente Lima
2010-10-19
1
-1
/
+1
*
|
Write right check type function when guessing the check function for a valid ...
Hugo Parente Lima
2010-10-19
1
-1
/
+1
*
|
Fix bug#411 - "Incorrect return statement generated in a function that return...
Hugo Parente Lima
2010-10-18
1
-13
/
+30
*
|
Fixed namespace lookup during the class generation.
renatofilho
2010-10-15
1
-4
/
+4
*
|
Initial copy function generator code
Lauro Neto
2010-10-11
2
-1
/
+50
*
|
Remove uneeded flag check.
Lauro Neto
2010-10-07
1
-11
/
+0
|
/
*
Fixed signal registration when arguments use typedef.
renatofilho
2010-10-07
1
-3
/
+19
*
Fix bug#402 - "Exceptions raised in event methods aren't printed to console u...
Hugo Parente Lima
2010-10-05
1
-11
/
+13
*
Disable generation of __repr__ function for QObjects.
Hugo Parente Lima
2010-10-05
1
-0
/
+1
*
Remove trailing whitespaces
Hugo Parente Lima
2010-10-04
1
-1
/
+1
*
Fix function name use on toPytho fucion.
renatofilho
2010-10-01
1
-2
/
+2
*
Implement generation support to target conversion.
renatofilho
2010-10-01
3
-4
/
+44
*
Fix bug#267 - "Provide human-readable object strings (__repr__)"
Hugo Parente Lima
2010-09-30
2
-0
/
+24
*
Shiboken avoids generating code for private enums.
Marcelo Lira
2010-09-30
2
-8
/
+17
*
All type inherited from Containers are iterables.
Hugo Parente Lima
2010-09-29
1
-1
/
+1
*
Implement support to object list on ownserhsip functions.
renatofilho
2010-09-29
1
-9
/
+25
*
Created a new rule to parent ownership.
renatofilho
2010-09-24
1
-1
/
+1
*
Fix bug#386 - "NUL, SOH, and other characters in generated code"
Hugo Parente Lima
2010-09-24
1
-1
/
+1
*
Fixes generator to actually use extra includes declared for global enums.
Marcelo Lira
2010-09-21
1
-0
/
+12
*
Fixed function use to create wrapper based on QObject.
renatofilho
2010-09-21
1
-1
/
+5
*
Add missing CMakeLists.txt file
Hugo Parente Lima
2010-09-21
1
-0
/
+32
*
Shiboken generator code moved to the directory generator.
Hugo Parente Lima
2010-09-20
10
-0
/
+7729