aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pyside.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-2/+2
* Fix typo on function call template type.Renato Araujo Oliveira Filho2010-11-191-3/+2
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-3/+1
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-4/+4
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-051-0/+2
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-7/+7
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-6/+6
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-0/+26
* Implemented support to notify argument on Properties.renatofilho2010-10-211-1/+1
* Rename some slot internal functions and structures and remove C linkage from ...Hugo Parente Lima2010-10-071-8/+7
* Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-3/+3
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-071-2/+2
* Changed name of qproperty functionsHugo Parente Lima2010-10-071-1/+1
* Fix bug#385 - "Windows build error (MSVC Express 2008)"Hugo Parente Lima2010-09-241-0/+1
* Renamed QProperty object to Property.renatofilho2010-09-201-3/+0
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-171-1/+20
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-151-0/+41
* 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
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+3
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-0/+3
* Removed init[slot,signal] from public api.Renato Filho2010-05-171-2/+2
* Implemented support to modify slot return type.Renato Filho2010-05-171-0/+51