aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qsignal.h
Commit message (Expand)AuthorAgeFilesLines
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-12/+67
* Exported function to instantiate a signal object.renatofilho2010-10-291-0/+3
* Implemented Signal constructor base on QMethod list.renatofilho2010-10-281-0/+1
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-7/+5
* Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-111-0/+7
* Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-16/+13
* 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
* Declare SignalInstanceData struct in the C++ way, without ugly typedefs.Hugo Parente Lima2010-09-081-2/+3
* Fixed libshiboken classes visibility.Renato Filho2010-08-201-3/+3
* Implemented help function to connect signal with python callback.Renato Filho2010-08-161-0/+1
* MacOs compiler fix.Renato Oliveira2010-05-191-1/+1
* Append licence header.Renato Filho2010-05-191-1/+35
* Register Signal objects on MetaObject.Renato Filho2010-05-171-2/+2
* Fixed memory leaks.Renato Filho2010-05-171-8/+9
* Updated signal/slot class names to follow the same style.Renato Filho2010-05-171-10/+2
* Fixed signal signature parse.Renato Filho2010-05-171-0/+1
* Implemente sequence operator on signal class.Renato Filho2010-05-171-1/+9
* Implemented support to modify slot return type.Renato Filho2010-05-171-0/+29