aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysidesignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix manual memory allocations in signature processingAlexandru Croitor2017-02-231-4/+4
* Fix emission of signals with default argumentsAlexandru Croitor2017-02-231-14/+75
* libpyside: Remove some C-style castsFriedemann Kleint2017-01-121-6/+7
* Fix test QtWidgets/bug_722.pyFriedemann Kleint2016-12-221-1/+4
* Fix build on WinsdowsFriedemann Kleint2016-12-051-1/+1
* Fix Segfault when using connect (w/o instrumentation)Christian Tismer2016-12-021-1/+9
* libpyside: Fix warnings about unused variables and missing initializersFriedemann Kleint2016-11-111-4/+22
* Updated license headers of the runtime library (cpp)Friedemann Kleint2016-09-271-21/+38
* Use QString::truncate() instead of assigning mid()/left()Friedemann Kleint2016-09-211-1/+1
* Fix foreach loopsFriedemann Kleint2016-09-211-1/+1
* libpyside: Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-211-18/+14
* Merge commit 'refs/changes/14/110414/5' of https://codereview.qt-project.org/...empyrical2015-12-121-1/+1
|\
| * Fix segfault when disconnecting signal on deleted objectTony Roberts2015-04-141-1/+1
* | fix metaobject and signal/slotsjumaroch2015-11-041-1/+1
* | finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-221-4/+4
* | make libpyside compileChristian Tismer2015-06-091-5/+5
|/
* fix build in C++11 modeMatthew Woehlke2013-06-221-4/+4
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-281-1/+1
* pysidesignal: don't use C's castPaulo Alcantara2012-03-081-5/+5
* pysidesignal: trivial fixesPaulo Alcantara2012-03-081-59/+61
* 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