aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* PYSIDE-164: Fix possible deadlock on signal connect/emitps-4.8-headPankaj Pandey2014-07-081-3/+16
* Fix bug PYSIDE-172: multiple rules for fileMatthew Woehlke2014-04-151-2/+1
* use file system encoding instead of assumed 'ascii'Joel B. Mohler2014-04-151-2/+6
* Register qt.conf in Qt resource system to override the Qt builtinsRoman Lacko2013-08-122-24/+173
* add diagnostics and fallbacks for frozen distributionsJoel B. Mohler2013-07-122-8/+30
* Fixed licensesRoman Lacko2013-07-111-4/+4
* Tell Qt to look for qml imports in the PySide packageRoman Lacko2013-06-223-1/+108
* Fix QByteArray memory leakJohn Ehresman2013-06-211-1/+1
* Ignore QtCore import errors when initializing plugins folderRoman Lacko2013-05-291-7/+15
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2839-42/+41
* Fixed licensesTeemu Kaukoranta2013-05-231-8/+9
* Preload OpenSSL DLLs on Windows.Robin Dunn2013-05-171-6/+23
* Look first in the PySide package for Qt's plugins folder,Robin Dunn2013-05-141-0/+16
* Add explicit type conversion to fix mingw compile errorRoman Lacko2013-01-161-1/+1
* Fix reference leak on convertion from a C++ map type to Python dict.Hugo Parente Lima2012-09-111-3/+5
* Invalidate invisibleRootItem in clear() methodJohn Ehresman2012-07-311-0/+6
* Optimize vector to pylist conversionJohn Cummings2012-06-142-6/+15
* Fixed template name typoJohn Cummings2012-06-042-25/+25
* Improved QVector to python conversionJohn Cummings2012-06-012-1/+10
* Fix bug 1041 - "QAbstractItemModel has wrong ownership policy for selectionMo...Hugo Parente Lima2012-04-201-0/+7
* Add hash-function for QModelIndex and QPersistenModelIndexAlexander Jones2012-04-191-2/+2
* Bug fix for PYSIDE-7Juhapekka Piiroinen2012-03-131-0/+7
* Declares Python types using the new "<custom-type>" tag.Marcelo Lira2012-03-081-0/+10
* Fix BUG #1060 - "Subclassing of QUiLoader leads to "Internal C++ objectPaulo Alcantara2012-03-081-5/+6
* Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound"Paulo Alcantara2012-03-082-74/+85
* Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket"Paulo Alcantara2012-03-081-13/+8
* Added type system entries to the primitive types used by QtOpenGL.Marcelo Lira2012-03-081-12/+27
* No more training wheels. The last occurrences of the old template Converter w...Marcelo Lira2012-03-0838-917/+99
* Added a type system file for Maemo's QtCore.Marcelo Lira2012-03-081-0/+26
* Fixes custom code for QtCore's HWND on win32.Marcelo Lira2012-03-083-8/+15
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...Marcelo Lira2012-03-0824-30/+101
* Fixed QtCore's HWND converter for win32.Marcelo Lira2012-03-081-8/+19
* Removed the QAbstractVideoBuffer::map method.Marcelo Lira2012-03-081-0/+3
* Fixed converter for win32's WId type.Marcelo Lira2012-03-081-1/+4
* Fix compilation of conversion branch against Python3k.Hugo Parente Lima2012-03-081-11/+27
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-085-57/+71
* Removed the remaining occurrences of Shiboken::makeTuple.Marcelo Lira2012-03-088-136/+209
* Fixed code for QUdpSocket.readDatagram method to remove usage of Shiboken::ma...Marcelo Lira2012-03-082-7/+13
* Fixed code for setting QtCore.__version_info__ to not use Shiboken::makeTuple.Marcelo Lira2012-03-082-6/+9
* Fixed custom code for QScriptValueIterator.__next__ function.Marcelo Lira2012-03-081-6/+10
* Fixes type converter for Win32's HWND.Marcelo Lira2012-03-081-1/+1
* Added converter for primitive type QModelIndexList.Marcelo Lira2012-03-083-19/+35
* Fixes conversion rule for QGraphicsView::drawItems array argument.Marcelo Lira2012-03-081-2/+3
* Some method signatures were removed.Marcelo Lira2012-03-082-1/+11
* Updated various function removals and modifications.Marcelo Lira2012-03-083-4/+51
* New containers for container types.Marcelo Lira2012-03-081-24/+206
* New converters for primitive types.Marcelo Lira2012-03-085-26/+373
* Added new style conversions for QDate, QTime and QDateTime objects.Marcelo Lira2012-03-081-4/+77
* Added default constructor to QTextStreamManipulator.Marcelo Lira2012-03-081-1/+1
* Turned QStyleOptionViewItem into value type, for it has a public copy constru...Marcelo Lira2012-03-081-8/+8