aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created test for bug #654.Renato Filho2012-03-081-1/+9
* Fixed enum repr, print functions.Renato Filho2012-03-081-13/+18
* Make use of the available and already allocated space for protocol functionti...Marcelo Lira2012-03-082-134/+155
* Bump version and update dependecy version required.Renato Filho2012-03-081-2/+2
* Don't create cyclic graphs when there are QString, PySequence and PyObjects i...sb-1.0.2Hugo Parente Lima2012-03-081-1/+2
* Write graph info on temp dir when some a cyclic graph is found.Hugo Parente Lima2012-03-081-1/+10
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-084-12/+116
* Return false when a overload wasn't found on __eq__ and true when an overload...Hugo Parente Lima2012-03-082-3/+13
* Add tests for adding reverse operators.Hugo Parente Lima2012-03-082-0/+22
* Fix bug regarding to two overloads like: foo(char) and foo(const char*)Hugo Parente Lima2012-03-081-9/+14
* Implemented generation code for mapping protocolRenato Filho2012-03-082-3/+95
* Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readL...Hugo Parente Lima2012-03-081-2/+2
* Fix bug 823 - "Shiboken doesn't support function call overloads"Hugo Parente Lima2012-03-084-6/+27
* Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cppHugo Parente Lima2012-03-082-4/+2
* Avoid register Abstract types on QMetaTypes to avoid problems in QML.Renato Filho2012-03-081-1/+1
* Fixed 'operator--'.Renato Filho2012-03-081-1/+1
* Updated dependency version.Renato Filho2012-03-081-2/+2
* Implement support to operator++;Renato Filho2012-03-082-1/+9
* Added the type system variables %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS.Marcelo Lira2012-03-084-4/+31
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-085-21/+161
* Added support for extra includes at module level.Marcelo Lira2012-03-081-3/+7
* Fix bug 801 - "Shiboken doesn't compile with G++ 4.6.0"Hugo Parente Lima2012-03-081-3/+3
* Version bump to 1.0.2Hugo Parente Lima2012-03-081-1/+1
* Expanded the tests that simulate QPainter::drawText even further.Marcelo Lira2012-03-082-0/+47
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-086-2/+139
* Added two more unit tests for the overload decisor.Marcelo Lira2012-03-082-1/+22
* Small refactor on Overload test.Marcelo Lira2012-03-081-21/+10