aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Used SignalManager function to retrieve MetaObjectRenato Filho2012-03-081-1/+1
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Added a build option to compile and run only the minimal set of tests.Marcelo Lira2012-03-081-7/+15
* Check if need to use placement new for types that inherits QObject due to QML...Hugo Parente Lima2012-03-081-5/+12
* More convenience functions added. More refactoring. Code more readable.Marcelo Lira2012-03-084-25/+59
* Added convenience functions to improve code readability.Marcelo Lira2012-03-083-12/+39
* Fixed typo in generated code.Marcelo Lira2012-03-081-4/+4
* Improved documentation on ObjectType's cast related functions.Marcelo Lira2012-03-082-9/+22
* Improved code readability in CppGenerator::writeVirtualMethodNative.Marcelo Lira2012-03-081-4/+4
* Improved minimal binding test passing a None value where an object type point...Marcelo Lira2012-03-081-0/+5
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-083-5/+5
* Propagate default args modification during the overload data descisor.Renato Filho2012-03-083-12/+35
* 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