aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed QProperty object to Property.renatofilho2010-09-201-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-5/+1
| | | | The exception is ignored only if the call was a meta call.
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-091-1/+1
|
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-21/+9
| | | | exception.
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-5/+7
| | | | | | | Create unit test to verify if the python property is setted during the constructor. Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-5/+7
| | | | | | | Add get function as mandatory in QProperty constructor. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed arguments parser on QProperty constructor.renato2010-08-161-5/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+318
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>