aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/objecttype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Created unit test to unsafe parent (parent created from c++)renatofilho2012-03-081-0/+14
* Fix bug#339 - "RuntimeError when accessing mousepress event object"Hugo Parente Lima2012-03-081-0/+6
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Create unit test to function with ambiguous signature in Python side.Renato Filho2010-08-161-1/+16
* Created unit tests for named arguments.Renato Filho2010-06-171-4/+31
* Adding test for #212 - Overloads with enumsLauro Neto2010-04-301-0/+7
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-191-0/+5
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-151-0/+15
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-011-7/+43
* Implement 'child return' examples and support.Luciano Wolf2009-11-301-0/+44
* Added tests for something like QLayout.Hugo Lima2009-11-301-0/+10
* Some fixing and refactoring for the ObjectType test class.Marcelo Lira2009-11-301-30/+33
* Add removeChild and killChild to ObjectType testLauro Neto2009-11-271-7/+25
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-181-1/+7
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-0/+91