aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed invalidate function in objects with refereces to other objects.Renato Filho2012-03-081-0/+29
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-0815-367/+29
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-086-24/+53
* Use internal dynamic metaobject insted of created by pyside.Renato Filho2012-03-081-0/+3
* Safer type index define line generation.Marcelo Lira2012-03-081-1/+2
* Created unit test for cyclic dependency.Renato Filho2012-03-081-0/+104
* Fixed cyclic dependency resolution.Renato Filho2012-03-081-16/+53
* Fiexed default __repr__ function generation.Renato Filho2012-03-081-1/+1
* Documentation for shiboken module.Hugo Parente Lima2012-03-084-6/+150
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-0815-29/+367
* Implmented support to q_metacall function modification.Renato Filho2012-03-081-7/+22
* Version Bump.sb-1.0.6Renato Filho2012-03-081-3/+3
* Not print warning if the typedef used on signal is QFlags.Renato Filho2012-03-081-1/+1
* Centralized the place where the TypeResolver creation is written.Marcelo Lira2012-03-081-11/+25
* Creates type registers for enums in createScopedEnum and createGlobalEnum.Marcelo Lira2012-03-082-23/+17
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-086-8/+128
* Added a test case for a bit-field structure member.Marcelo Lira2012-03-086-9/+26
* Added a test for an user defined primitive type from a required module.Marcelo Lira2012-03-085-2/+64
* Added test for typedef of unsigned short.Marcelo Lira2012-03-083-0/+9
* Added test for user defined primitive type used as public class field.Marcelo Lira2012-03-082-3/+17
* Added test for implicit conversion with user's primitive type.Marcelo Lira2012-03-082-4/+14
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-083-0/+14
* CppGenerator's writeCopyFunction method now uses cpythonToPythonConversionFun...Marcelo Lira2012-03-083-9/+22
* CppGenerator's method writeReprFunction now uses writeCppSelfDefinition.Marcelo Lira2012-03-081-10/+7
* Check for NULL pointer on transferOwnership function.Renato Filho2012-03-081-1/+2
* Mark deprecated functions as deprecated.Hugo Parente Lima2012-03-083-4/+11
* Check for python debug enviroment to print debug messages onRenato Filho2012-03-081-1/+2
* Implemented unit test for deprecated functions.Renato Filho2012-03-083-0/+53
* Functions marked as deprecated will raises a python warning.Renato Filho2012-03-081-0/+7
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-089-62/+149
* Improved type system converter variable usage in the sample test binding.Marcelo Lira2012-03-082-107/+106
* CppGenerator's writeHashFunction now uses writeCppSelfDefinition.Marcelo Lira2012-03-081-4/+3
* Removed last js files.Hugo Parente Lima2012-03-083-731/+0
* Update pysidedocs theme to rely more on sphinx's base theme:Didier Raboud2012-03-0814-425/+72
* Drop superflous .directory file.Didier Raboud2012-03-081-3/+0
* The type system converter variable replacement was moved to a single method.Marcelo Lira2012-03-082-30/+77
* Moved functionality from a couple of write function to ones that return strings.Marcelo Lira2012-03-082-35/+46
* Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.Marcelo Lira2012-03-084-47/+36
* Added tests for a class that its only constructor is the copy one.Marcelo Lira2012-03-088-1/+163
* Improved the generation of type indexes written to the generated module header.Marcelo Lira2012-03-083-13/+68
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-087-0/+189
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-088-6/+54
* Added an unit test to check if derived type destructors are freeing memory tw...Marcelo Lira2012-03-081-0/+49
* Test's names now have their module as prefix.Marcelo Lira2012-03-081-6/+7
* The result of rich comparisons are stored in a return variable before convert...Marcelo Lira2012-03-081-8/+9
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-087-0/+140
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-087-24/+102
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-086-17/+121
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-0810-1/+601
* Don't abort header generator if no classes were found.Hugo Parente Lima2012-03-081-3/+0