aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-88/+0
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-13/+11
* Implemented support to notify argument on Properties.renatofilho2010-10-211-6/+17
* Create private data structure to QProperty type.renatofilho2010-10-211-0/+12
* Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-071-5/+0
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-071-103/+0
* Changed name of qproperty functionsHugo Parente Lima2010-10-071-14/+14
* 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-22/+10
* Fixed typesystem for windows.Renato Filho2010-08-201-1/+1
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+187