aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bumped to 1.0.4.sb-1.0.4Renato Filho2012-03-081-3/+3
* Implemented support to qt_metacast function on qobjects.Renato Filho2012-03-083-1/+20
* Fixed python debug likage.Renato Filho2012-03-082-23/+30
* Added two new type system variables: %ISCONVERTIBLE and %CHECKTYPE.Marcelo Lira2012-03-082-2/+27
* Fixed substitution of method calls from user custom code for Qt's metaObject(...Marcelo Lira2012-03-081-4/+13
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-084-3/+62
* Created unit test for add function rich-compare function.Renato Filho2012-03-082-0/+49
* Fix overload decisor on rich-compare function.Renato Filho2012-03-081-9/+4
* Show perm links only when the mouse hover on title.Hugo Parente Lima2012-03-081-0/+5
* Update javascript files used in sphinx generated documentation.Hugo Parente Lima2012-03-081-0/+16
* Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: pr...Hugo Parente Lima2012-03-082-52/+50
* Removed warning about possible use of uninitialized variable.Hugo Parente Lima2012-03-081-0/+1
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-086-0/+83
* Added the basic cases for container conversions.Marcelo Lira2012-03-088-0/+511
* Added class to be treated as a specific (bool, in this case) primitive type i...Marcelo Lira2012-03-086-0/+140
* Expanded the minimal example and tests to better deal with virtual methods.Marcelo Lira2012-03-084-5/+129
* Test for bug 291 - "Generator ignores inject code for rich comparison operato...Hugo Parente Lima2012-03-081-0/+7
* Fix bug 827 - "Anchor sign for headers to copy links for sections"Hugo Parente Lima2012-03-082-1/+9
* Fix bug 862 - "Problems when printing objects"Hugo Parente Lima2012-03-081-1/+20
* Updated necessary unit tests to handle with exceptions.Renato Filho2012-03-082-2/+8
* Make use of Shiboken::warning on virtual function.Renato Filho2012-03-081-3/+3
* Created Shiboken::warning function.Renato Filho2012-03-082-0/+35
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-087-11/+137
* optimized keepreference function.Renato Filho2012-03-082-17/+27
* Updated generator to use removeReference function.Renato Filho2012-03-081-3/+8
* Created the function 'removeReference', used to remove a specificRenato Filho2012-03-082-0/+24
* Fix error arg types in error messages.Hugo Parente Lima2012-03-081-1/+1
* Updated generatorrunner dependency version.sb-1.0.3Renato Filho2012-03-081-1/+1
* Generate code using the new pyside class DestroyListener.Renato Filho2012-03-082-4/+10
* Removed unused variables/functions.Hugo Parente Lima2012-03-082-14/+0
* Whitespace removalHugo Parente Lima2012-03-081-1/+1
* Use right argument variable name on keep reference when inside constructors.Hugo Parente Lima2012-03-081-0/+1
* Defined Shiboken.ObjectType tp_setattro to PyObject_GenericSetAttr.Marcelo Lira2012-03-081-1/+1
* Added an unit test that puts an attribute on a Shiboken generated class.Marcelo Lira2012-03-081-0/+47
* Added a new test binding called 'minimal'.Marcelo Lira2012-03-0812-5/+350
* Fixed keep reference funcion.Renato Filho2012-03-081-6/+8
* Implemented keep-reference action 'add'.Renato Filho2012-03-081-3/+6
* Just use else if's instead of a sequence of if's.Hugo Parente Lima2012-03-081-4/+2
* Unit test for bug 851 - "Shiboken recognizes dereference operator overload as...Hugo Parente Lima2012-03-082-0/+13
* Merge branch 'casttoreference' into havegcflag-hellMarcelo Lira2012-03-085-0/+129
|\
| * Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-085-0/+129
* | Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-084-13/+130
|/
* Don't segfault when running with Qt4.5.Hugo Parente Lima2012-03-081-9/+14
* Replaced "isUserType" test for the correct "hasCppWrapper" before method calls.Marcelo Lira2012-03-082-2/+14
* Don't set the tp_init when there are no public constructors available.Hugo Parente Lima2012-03-081-1/+5
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-083-2/+19
* Small fix to number protocol code generation.Marcelo Lira2012-03-081-1/+1
* Only use qRegisterMetaType for Value types.Renato Filho2012-03-081-5/+8
* Fix bug 813 - "Can not override connect method when subclassing QObject"Hugo Parente Lima2012-03-082-4/+47
* Obey type replacements in rich comparison functions.Hugo Parente Lima2012-03-081-1/+13