aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysidesignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix getTypeName check order.Lauro Neto2012-03-081-2/+2
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-081-1/+1
* Initia QtCore port to python3.Renato Filho2012-03-081-18/+14
* Fixed segfault during the connection fail.Renato Filho2012-03-081-3/+3
* Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has...Hugo Parente Lima2012-03-081-1/+8
* Optimize my dumb code that do stuff with a QByteArray without knowing if will...Hugo Parente Lima2012-03-081-3/+4
* Fail during the signal connection or disconnection raises exception.Renato Filho2012-03-081-4/+19
* Deprecated functions marked as deprecated.Hugo Parente Lima2012-03-081-8/+13
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-081-0/+53
* Implemented meta type for PySideSignal.Renato Filho2012-03-081-1/+55
* Small optimizations on libpyside.Hugo Parente Lima2012-03-081-3/+5
* Renamed PySide.Signal instance class to PySide.SignalInstance.Renato Filho2012-03-081-3/+4
* Fixed PySide signal object constructor.Renato Filho2012-03-081-1/+5
* Translate Shiboken enums to strings during the signal connection.Renato Filho2012-03-081-0/+2
* Fixed signal connection with native c++ slot.Renato Filho2012-03-081-12/+13
* Create checkType for libpyside objects.Renato Filho2012-03-081-0/+7
* Fixed signal name parser.Renato Filho2012-03-081-1/+1
* Use PyFloat as double in signal signatures.Renato Filho2012-03-081-1/+1
* Fix bug 736 - "Signal/Slot is not working at all"Hugo Parente Lima2012-03-081-1/+1
* Refactor to simplify code just avoding some Cism.Hugo Parente Lima2012-03-081-6/+4
* Make PySide signals work with meta types.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-081-5/+8
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-4/+4
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-191-5/+4
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-3/+3
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-0/+816