summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix BUG #1126 - "Segfault when exception is raised in signalInstanceDisconnect"HEADmasterbug1126Paulo Alcantara2012-02-283-3/+30
* Fix BUG #1135 - "SIGSEGV when loading custom widget using QUiLoader..."bug1135Paulo Alcantara2012-02-275-10/+106
* Remove white spaces from last commit.Hugo Parente Lima2012-02-271-1/+1
* Fix bug 1110 - "Concurrency error causes GC heap corruption"Jason McCampbell (Enthought, Inc)2012-02-273-0/+8
* Fix BUG #1138 - "Subclassing of QUiLoader leads to "Internal C++ objectbug1138Paulo Alcantara2012-02-254-0/+67
* Improve unit test for BUG #1124bug1124-unittestPaulo Alcantara2012-02-251-56/+48
* Fix BUG #1129 - "Segmentation fault on close byPaulo Alcantara2012-01-273-0/+39
* Fix BUG #1104 - "QSettings has problems with long integers"Paulo Alcantara2012-01-253-1/+20
* Fix BUG #1124 - "QPainter.drawPixmapFragments should take a list asPaulo Alcantara2012-01-233-0/+105
* Fix BUG #1113 - "Instantiating QObject in user-defined QML element'sPaulo Alcantara2012-01-184-4/+58
* Fix BUG #1041 - "QAbstractItemModel has wrong ownership policy forPaulo Alcantara2012-01-113-0/+43
* Fix tests/QtGui/pyside_reload_test.py when PYTHONDONTWRITEBYTECODE=1David Leverton2012-01-051-6/+7
* Fix bug 1065 - "Invalid example in QFileDialog documentation"Hugo Parente Lima2012-01-051-9/+9
* Fix bug 1044 - "Incorrect call to parent constructor in example"Hugo Parente Lima2012-01-041-1/+1
* Added missing QtCore path in generated documentation type system file.Marcelo Lira2012-01-031-1/+1
* Version bump to 1.1.1.Marcelo Lira2011-12-301-1/+1
* Version bump to 1.1.0.1.1.0Marcelo Lira2011-12-301-4/+4
* Declares Python types using the new "<custom-type>" tag.Marcelo Lira2011-12-301-0/+10
* Fix BUG #1060 - "Subclassing of QUiLoader leads to "Internal C++ objectPaulo Alcantara2011-12-214-5/+44
* Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound"Paulo Alcantara2011-12-214-74/+100
* Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket"Paulo Alcantara2011-12-173-13/+25
* The temporary file used in the test for bug #829 must not be deleted by the t...Marcelo Lira2011-12-151-2/+1
* Fixes the QSettings related QVariant's save/load bug.Marcelo Lira2011-12-141-0/+2
* Small code style changes.Hugo Parente Lima2011-12-141-6/+4
* Add GC support to PySide Property type.Hugo Parente Lima2011-12-141-22/+46
* Added type system entries to the primitive types used by QtOpenGL.Marcelo Lira2011-12-121-12/+27
* Updated the custom widget plugin to use the new converters.Marcelo Lira2011-12-122-6/+6
* No more training wheels. The last occurrences of the old template Converter w...Marcelo Lira2011-12-1238-917/+99
* Added a type system file for Maemo's QtCore.Marcelo Lira2011-12-091-0/+26
* Fixes custom code for QtCore's HWND on win32.Marcelo Lira2011-12-093-8/+15
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...Marcelo Lira2011-12-0925-31/+102
* Fixed QtCore's HWND converter for win32.Marcelo Lira2011-12-091-8/+19
* Removed the QAbstractVideoBuffer::map method.Marcelo Lira2011-12-091-0/+3
* Fixed converter for win32's WId type.Marcelo Lira2011-12-091-1/+4
* Fix compilation of conversion branch against Python3k.Hugo Parente Lima2011-12-092-14/+27
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2011-12-0914-104/+175
* Removed the remaining occurrences of Shiboken::makeTuple.Marcelo Lira2011-12-098-136/+209
* Fixed code for QUdpSocket.readDatagram method to remove usage of Shiboken::ma...Marcelo Lira2011-12-092-7/+13
* Fixed code for setting QtCore.__version_info__ to not use Shiboken::makeTuple.Marcelo Lira2011-12-092-6/+9
* Fixed custom code for QScriptValueIterator.__next__ function.Marcelo Lira2011-12-091-6/+10
* Fixes type converter for Win32's HWND.Marcelo Lira2011-12-091-1/+1
* Fixes the test for a QFlag value returned in a QVariant.Marcelo Lira2011-12-091-1/+1
* Modified PySideQFlags based on Hugo's design.Marcelo Lira2011-12-091-1/+4
* Added converter for primitive type QModelIndexList.Marcelo Lira2011-12-093-19/+35
* Fixes conversion rule for QGraphicsView::drawItems array argument.Marcelo Lira2011-12-091-2/+3
* Some method signatures were removed.Marcelo Lira2011-12-092-1/+11
* Updated various function removals and modifications.Marcelo Lira2011-12-093-4/+51
* New containers for container types.Marcelo Lira2011-12-091-24/+206
* New converters for primitive types.Marcelo Lira2011-12-095-26/+373
* Added new style conversions for QDate, QTime and QDateTime objects.Marcelo Lira2011-12-091-4/+77