summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use sleep function to give time to process breath.1.0.0-beta3Renato Araujo Oliveira Filho2011-01-051-1/+10
* Release the gil for every C++ function call, ignoring allow-thread attribute ...Hugo Parente Lima2011-01-041-17/+2
* Added test case for Bug #572.Marcelo Lira2011-01-032-0/+49
* A convertible check must be done on named arguments as it is done on regular ...Marcelo Lira2011-01-031-1/+8
* Added a Linux man page for Shiboken.Marcelo Lira2011-01-032-1/+79
* Add support for operator overload injection.Hugo Parente Lima2010-12-294-18/+38
* Use QByteArray instead of QString to save 1 pico second :-)Hugo Parente Lima2010-12-291-2/+2
* Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...Hugo Parente Lima2010-12-294-7/+40
* Fix test after changes to SequenceToArgcArgvLauro Neto2010-12-291-1/+1
* Put __file__ on argv only when a empty list is given.Hugo Parente Lima2010-12-291-14/+22
* Don't generate type resolvers using the const keyword.Hugo Parente Lima2010-12-291-4/+1
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2010-12-288-7/+158
* Avoid compiler warning about unhandled constant in switch block.Hugo Parente Lima2010-12-281-0/+3
* Fix typoHugo Parente Lima2010-12-281-1/+1
* Fix bug#554 - "Inner classes don't work and give us a segfault"Hugo Parente Lima2010-12-232-4/+43
* Used Qt4.7 code to normalize types for all previous Qt version.Renato Araujo Oliveira Filho2010-12-234-6/+323
* Removed '&' from type registration.Renato Araujo Oliveira Filho2010-12-231-3/+3
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2010-12-239-15/+201
* Fixed signal register function.Renato Araujo Oliveira Filho2010-12-221-2/+5
* Fix Py_DEBUG detection on Windows.Hugo Parente Lima2010-12-221-1/+1
* Minor changed in CMakeLists.txtHugo Parente Lima2010-12-221-5/+4
* Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was al...Hugo Parente Lima2010-12-222-3/+0
* Print debug messages to stderr isntead of stdout.Hugo Parente Lima2010-12-221-4/+4
* Use converter during generation only for primitives types which isRenato Araujo Oliveira Filho2010-12-221-8/+14
* Fixed use of python conversion for type with typedefs.Renato Araujo Oliveira Filho2010-12-221-3/+5
* Fix bug#484 - "Error compiling QtContacts 1.1 (problems with const QList<QVar...Hugo Parente Lima2010-12-201-4/+6
* Disable copy of ThreadStateSaver objects.Hugo Parente Lima2010-12-201-0/+3
* Removed unnecessary code to check the refcount of Python objects returned on ...1.0.0-beta2Marcelo Lira2010-12-171-13/+1
* Fixed code generation for virtual method ownership release of returned value.Marcelo Lira2010-12-172-4/+2
* Fix register type function to register the type with two names.Renato Araujo Oliveira Filho2010-12-162-21/+72
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2010-12-1610-11/+185
* Generate code to release ownership on Python values returned to C++ on virtua...Marcelo Lira2010-12-161-0/+10
* Fixed typo on generated error message.Marcelo Lira2010-12-161-1/+1
* Replaced code generated on funtion getattro to function present onRenato Araujo Oliveira Filho2010-12-151-80/+4
* Fixed comments typo.Renato Araujo Oliveira Filho2010-12-152-3/+3
* Fix object destruction process to avoid pass a invalid object during theRenato Araujo Oliveira Filho2010-12-144-13/+20
* Finally fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...Hugo Parente Lima2010-12-141-1/+5
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2010-12-1310-27/+245
* Revert "Fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...Hugo Parente Lima2010-12-131-4/+1
* Fix bug#500 - "If an instance of QPrintDialog is created a deadlock happens o...Hugo Parente Lima2010-12-131-1/+4
* Code generated for Qt's signals wrapping now deal with arguments with default...Marcelo Lira2010-12-091-0/+7
* Added another overload for makeTuple, this time with just one argument.Hugo Parente Lima2010-12-091-1/+7
* Test case for proper generation of constructor altered by conversion-rule tag.Marcelo Lira2010-12-065-0/+98
* Generator now writes the proper variable name on C++ constructor calls.Marcelo Lira2010-12-061-1/+2
* Write a simpler code to deal with dynamic QMetaObjects.Hugo Parente Lima2010-12-032-30/+11
* Add subtype init hook.Hugo Parente Lima2010-12-033-3/+34
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2010-12-025-37/+0
* Removed useless stuff from TypeResolver.Hugo Parente Lima2010-12-012-34/+17
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2010-12-015-63/+9
* Remove objectDeleter function and use the well known Shiboken::callCppDestruc...Hugo Parente Lima2010-12-011-7/+1