aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* Fix windows compilation.Renato Araujo Oliveira Filho2012-03-082-7/+20
* Used c++ pointer during the c++ class attribute get function.Renato Araujo Oliveira Filho2012-03-081-6/+28
* The overload decisor must put enums before types implicitly convertible from ...Marcelo Lira2012-03-081-0/+23
* Fix SbkType name when setting exception in virtualLauro Neto2012-03-081-1/+1
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-081-1/+1
* Release the gil for every C++ function call, ignoring allow-thread attribute ...Hugo Parente Lima2012-03-081-17/+2
* A convertible check must be done on named arguments as it is done on regular ...Marcelo Lira2012-03-081-1/+8
* Add support for operator overload injection.Hugo Parente Lima2012-03-082-17/+28
* Use QByteArray instead of QString to save 1 pico second :-)Hugo Parente Lima2012-03-081-2/+2
* Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...Hugo Parente Lima2012-03-081-1/+7
* Don't generate type resolvers using the const keyword.Hugo Parente Lima2012-03-081-4/+1
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-081-7/+17
* Used Qt4.7 code to normalize types for all previous Qt version.Renato Araujo Oliveira Filho2012-03-084-6/+323
* Removed '&' from type registration.Renato Araujo Oliveira Filho2012-03-081-3/+3
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-084-15/+73
* Fixed signal register function.Renato Araujo Oliveira Filho2012-03-081-2/+5
* Use converter during generation only for primitives types which isRenato Araujo Oliveira Filho2012-03-081-8/+14
* Fixed use of python conversion for type with typedefs.Renato Araujo Oliveira Filho2012-03-081-3/+5
* Fix bug#484 - "Error compiling QtContacts 1.1 (problems with const QList<QVar...Hugo Parente Lima2012-03-081-4/+6
* Removed unnecessary code to check the refcount of Python objects returned on ...sb-1.0.0-beta2Marcelo Lira2012-03-081-13/+1
* Fixed code generation for virtual method ownership release of returned value.Marcelo Lira2012-03-081-3/+1
* Fix register type function to register the type with two names.Renato Araujo Oliveira Filho2012-03-082-21/+72
* Generate code to release ownership on Python values returned to C++ on virtua...Marcelo Lira2012-03-081-0/+10
* Fixed typo on generated error message.Marcelo Lira2012-03-081-1/+1
* Replaced code generated on funtion getattro to function present onRenato Araujo Oliveira Filho2012-03-081-80/+4
* Fix object destruction process to avoid pass a invalid object during theRenato Araujo Oliveira Filho2012-03-081-1/+1
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-081-24/+10
* Code generated for Qt's signals wrapping now deal with arguments with default...Marcelo Lira2012-03-081-0/+7
* Generator now writes the proper variable name on C++ constructor calls.Marcelo Lira2012-03-081-1/+2
* Write a simpler code to deal with dynamic QMetaObjects.Hugo Parente Lima2012-03-082-30/+11
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-082-17/+0
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2012-03-082-14/+0
* Cast PySideSignal object to PyObject before calling Py_DECREF.sb-1.0.0-beta1Marcelo Lira2012-03-081-1/+1
* Fix compilation without protect hack.Hugo Parente Lima2012-03-082-5/+23
* Fixed generation with use of protect hack.Renato Araujo Oliveira Filho2012-03-081-2/+1
* Merge branch 'fixapi'Hugo Parente Lima2012-03-083-89/+91
|\
| * Do not use const and ref when writing converters for object-types, qflags, co...Hugo Parente Lima2012-03-081-5/+5
| * SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-081-1/+1
| * Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-082-26/+26
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-083-54/+58
| * Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-082-14/+14
* | Fixed generation with AVOID_PROTECTED_HACK.Renato Araujo Oliveira Filho2012-03-081-24/+42
* | Fix merge mistakes:Renato Araujo Oliveira Filho2012-03-081-1/+1
|/
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-082-67/+67
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-081-10/+19
* Replaces PySide::deleteDynamicQMetaObject by Shiboken::callCppDestructor<Dyna...Hugo Parente Lima2012-03-081-1/+1
* Do not generate return type check when the return type was modified to PyObject.Hugo Parente Lima2012-03-081-1/+1
* Fix the fix that was previously reverted in d8e2d87f.Marcelo Lira2012-03-081-1/+18
* Fix the metaObject method written by the generator after the changed in libsh...Hugo Parente Lima2012-03-081-4/+4
* Remove macro Shiboken_TypeCheckHugo Parente Lima2012-03-081-20/+6