aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 929 - "pkg-config files do not know about Python version tags"Hugo Parente Lima2012-03-081-1/+1
* Write type indexes in an ABI safe way.Hugo Parente Lima2012-03-082-12/+11
* Fix samplebinding warnings suppresions.Hugo Parente Lima2012-03-081-1/+16
* Fix enum qMetaType register.Renato Filho2012-03-081-5/+6
* Make sure register QMetaObject before QObject.Renato Filho2012-03-081-2/+36
* Move meta object creation afeter type register.Renato Filho2012-03-081-5/+5
* Created unit test for bug #886.Renato Filho2012-03-083-0/+21
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-083-14/+40
* Cleared cptr data during the cpp object destruction.Renato Filho2012-03-081-7/+15
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-084-2/+53
* Fix object wrapper deletion.Renato Filho2012-03-081-8/+9
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-083-18/+35
* Removed random unreadable comment.Hugo Parente Lima2012-03-081-3/+0
* Recognize more types on error messages pretty printing them.Hugo Parente Lima2012-03-081-0/+12
* Version bump to 1.0.5.Hugo Parente Lima2012-03-081-1/+1
* 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