aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty.h
Commit message (Collapse)AuthorAgeFilesLines
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-13/+11
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Implemented support to notify argument on Properties.renatofilho2010-10-211-6/+17
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Create private data structure to QProperty type.renatofilho2010-10-211-0/+12
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-071-5/+0
| | | | Also don't export structs that don't need to be exported.
* Don't export functions not used outsise libpyside and move them to an ↵Hugo Parente Lima2010-10-071-103/+0
| | | | private header.
* 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 ↵Hugo Parente Lima2010-09-091-22/+10
| | | | exception.
* Fixed typesystem for windows.Renato Filho2010-08-201-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+187
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>