| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix manual memory allocations in signature processing | Alexandru Croitor | 2017-02-23 | 1 | -4/+4 |
| * | Fix emission of signals with default arguments | Alexandru Croitor | 2017-02-23 | 1 | -14/+75 |
| * | libpyside: Remove some C-style casts | Friedemann Kleint | 2017-01-12 | 1 | -6/+7 |
| * | Fix test QtWidgets/bug_722.py | Friedemann Kleint | 2016-12-22 | 1 | -1/+4 |
| * | Fix build on Winsdows | Friedemann Kleint | 2016-12-05 | 1 | -1/+1 |
| * | Fix Segfault when using connect (w/o instrumentation) | Christian Tismer | 2016-12-02 | 1 | -1/+9 |
| * | libpyside: Fix warnings about unused variables and missing initializers | Friedemann Kleint | 2016-11-11 | 1 | -4/+22 |
| * | Updated license headers of the runtime library (cpp) | Friedemann Kleint | 2016-09-27 | 1 | -21/+38 |
| * | Use QString::truncate() instead of assigning mid()/left() | Friedemann Kleint | 2016-09-21 | 1 | -1/+1 |
| * | Fix foreach loops | Friedemann Kleint | 2016-09-21 | 1 | -1/+1 |
| * | libpyside: Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCII | Friedemann Kleint | 2016-09-21 | 1 | -18/+14 |
| * | Merge commit 'refs/changes/14/110414/5' of https://codereview.qt-project.org/... | empyrical | 2015-12-12 | 1 | -1/+1 |
| |\ |
|
| | * | Fix segfault when disconnecting signal on deleted object | Tony Roberts | 2015-04-14 | 1 | -1/+1 |
| * | | fix metaobject and signal/slots | jumaroch | 2015-11-04 | 1 | -1/+1 |
| * | | finally, pyside needs to be renamed in the XML files | Christian Tismer | 2015-09-22 | 1 | -4/+4 |
| * | | make libpyside compile | Christian Tismer | 2015-06-09 | 1 | -5/+5 |
| |/ |
|
| * | fix build in C++11 mode | Matthew Woehlke | 2013-06-22 | 1 | -4/+4 |
| * | Replaced Nokia copyrights and contact details | Teemu Kaukoranta | 2013-05-28 | 1 | -1/+1 |
| * | pysidesignal: don't use C's cast | Paulo Alcantara | 2012-03-08 | 1 | -5/+5 |
| * | pysidesignal: trivial fixes | Paulo Alcantara | 2012-03-08 | 1 | -59/+61 |
| * | Fix getTypeName check order. | Lauro Neto | 2012-03-08 | 1 | -2/+2 |
| * | Use sbkpython.h instead of Python.h to avoid problems with Python2.5. | Hugo Parente Lima | 2012-03-08 | 1 | -1/+1 |
| * | Initia QtCore port to python3. | Renato Filho | 2012-03-08 | 1 | -18/+14 |
| * | Fixed segfault during the connection fail. | Renato Filho | 2012-03-08 | 1 | -3/+3 |
| * | Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has... | Hugo Parente Lima | 2012-03-08 | 1 | -1/+8 |
| * | Optimize my dumb code that do stuff with a QByteArray without knowing if will... | Hugo Parente Lima | 2012-03-08 | 1 | -3/+4 |
| * | Fail during the signal connection or disconnection raises exception. | Renato Filho | 2012-03-08 | 1 | -4/+19 |
| * | Deprecated functions marked as deprecated. | Hugo Parente Lima | 2012-03-08 | 1 | -8/+13 |
| * | Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures" | Hugo Parente Lima | 2012-03-08 | 1 | -0/+53 |
| * | Implemented meta type for PySideSignal. | Renato Filho | 2012-03-08 | 1 | -1/+55 |
| * | Small optimizations on libpyside. | Hugo Parente Lima | 2012-03-08 | 1 | -3/+5 |
| * | Renamed PySide.Signal instance class to PySide.SignalInstance. | Renato Filho | 2012-03-08 | 1 | -3/+4 |
| * | Fixed PySide signal object constructor. | Renato Filho | 2012-03-08 | 1 | -1/+5 |
| * | Translate Shiboken enums to strings during the signal connection. | Renato Filho | 2012-03-08 | 1 | -0/+2 |
| * | Fixed signal connection with native c++ slot. | Renato Filho | 2012-03-08 | 1 | -12/+13 |
| * | Create checkType for libpyside objects. | Renato Filho | 2012-03-08 | 1 | -0/+7 |
| * | Fixed signal name parser. | Renato Filho | 2012-03-08 | 1 | -1/+1 |
| * | Use PyFloat as double in signal signatures. | Renato Filho | 2012-03-08 | 1 | -1/+1 |
| * | Fix bug 736 - "Signal/Slot is not working at all" | Hugo Parente Lima | 2012-03-08 | 1 | -1/+1 |
| * | Refactor to simplify code just avoding some Cism. | Hugo Parente Lima | 2012-03-08 | 1 | -6/+4 |
| * | Make PySide signals work with meta types. | Hugo Parente Lima | 2012-03-08 | 1 | -1/+1 |
| * | Fix bug 651 - "Calling disconnect() with no arguments causes segfault" | Hugo Parente Lima | 2012-03-08 | 1 | -5/+8 |
| * | Adapt to API changes in libshiboken. | Hugo Parente Lima | 2010-11-23 | 1 | -4/+4 |
| * | Update to new Shiboken API (Renamed SbkObjectType) | Renato Araujo Oliveira Filho | 2010-11-19 | 1 | -5/+4 |
| * | Changes needed to compile QtCore with libshiboken v1.0 | Hugo Parente Lima | 2010-11-10 | 1 | -3/+3 |
| * | Renamed qsignal, qslot, qproperty files to pyside*. | renatofilho | 2010-11-03 | 1 | -0/+816 |