aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* PYSIDE-164: Fix possible deadlock on signal connect/emitps-4.8-headPankaj Pandey2014-07-081-0/+2
* Fix PYSIDE-190Pankaj Pandey2014-04-151-0/+5
* Fix shadowed virtualsMatthew Woehlke2014-04-151-0/+4
* Avoid narrowing conversionMatthew Woehlke2014-04-151-8/+8
* Fix potential segfault at shutdownJohn Ehresman2013-07-011-0/+5
* fix build in C++11 modeMatthew Woehlke2013-06-223-8/+8
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2829-29/+29
* Use QObject property to invalidate wrapper before deletion.John Ehresman2012-12-212-0/+54
* Invalidate metaObject wrapper before deletionJohn Ehresman2012-12-201-2/+11
* During signal emission don't get return type after callbackJohn Ehresman2012-07-311-11/+14
* Bug pyside-35: GIL was not acquired in several important places.Jason McCampbell (Enthought, Inc)2012-04-193-0/+7
* Fixes the QSettings related QVariant's save/load bug.Marcelo Lira2012-03-081-0/+2
* Small code style changes.Hugo Parente Lima2012-03-081-6/+4
* Add GC support to PySide Property type.Hugo Parente Lima2012-03-081-22/+46
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-086-34/+68
* Modified PySideQFlags based on Hugo's design.Marcelo Lira2012-03-081-1/+4
* pysidesignal: more trivial fixesPaulo Alcantara2012-03-081-20/+23
* pysidesignal: don't use C's castPaulo Alcantara2012-03-081-5/+5
* pysidesignal: trivial fixesPaulo Alcantara2012-03-081-59/+61
* Fix BUG #1052Paulo Alcantara2012-03-081-3/+3
* Fix PYSIDE_LIBRARY in CMake export.Lauro Neto2012-03-081-1/+10
* Fixed compilation error for gcc versions < 4Jerzy Kozera2012-03-081-1/+1
* Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"Hugo Parente Lima2012-03-081-1/+15
* Creates QFlags types at runtime.Hugo Parente Lima2012-03-082-2/+42
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-082-24/+27
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-082-2/+2
* Reduce the memory used by PySideMetaFunction instances.Hugo Parente Lima2012-03-081-3/+3
* Unify the code used to do QObject meta calls.Hugo Parente Lima2012-03-083-93/+80
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impos...Hugo Parente Lima2012-03-081-17/+55
* Optimize PySide::getMetaDataFromQObject function avoiding some str copies.Hugo Parente Lima2012-03-081-21/+26
* 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-0824-24/+24
* Avoid using uninitialized variable.Hugo Parente Lima2012-03-081-1/+1
* Updated Cmake files.Renato Filho2012-03-083-3/+3
* Initia QtCore port to python3.Renato Filho2012-03-0813-60/+100
* Created pyside QFlags compat class.Renato Filho2012-03-082-0/+157
* Fixed compilation with python3.Renato Filho2012-03-081-3/+3
* Avoid register property twice during the object instaciation.Renato Filho2012-03-081-1/+3
* 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
* Fixed SignalManager bug during anonymous signal connection.Renato Filho2012-03-081-3/+5
* Created utility function to call a python method usign args received inRenato Filho2012-03-083-126/+136
* Implemented GlobalReceiverV2.Renato Filho2012-03-087-8/+525
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2012-03-081-4/+9
* Deprecated functions marked as deprecated.Hugo Parente Lima2012-03-089-19/+27
* DynamicMetaObject optimizations.Renato Filho2012-03-081-58/+149
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-081-46/+0
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-082-4/+60