aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-299/+0
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-32/+32
* Fixed type translate on QProperty.renatofilho2010-10-221-25/+2
* Implemented support to notify argument on Properties.renatofilho2010-10-211-52/+66
* Create private data structure to QProperty type.renatofilho2010-10-211-32/+33
* Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-071-58/+58
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-071-14/+15
* Changed name of qproperty functionsHugo Parente Lima2010-10-071-14/+14
* Add a d-pointer to DynamicMetaObject.Hugo Parente Lima2010-10-071-1/+1
* Renamed QProperty object to Property.renatofilho2010-09-201-1/+1
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-5/+1
* 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 excep...Hugo Parente Lima2010-09-091-21/+9
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-5/+7
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-5/+7
* Fixed arguments parser on QProperty constructor.renato2010-08-161-5/+5
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+318