aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* QtXml and QtNetwork build by 90 %. QtMaemo5 is gone, phonon as well.Christian Tismer2015-06-186-167/+44
* Removed the Q_QDOC definition, this is no more correct in Qt5. lots of progre...Christian Tismer2015-06-173-100/+96
* together with the shiboken commit af111f1, we have a working QtCore.QObject f...Christian Tismer2015-06-171-0/+2
* this was a small change in the headers (from qdoc to Q_QDOC) that had a huge ...Christian Tismer2015-06-171-2/+2
* disabled signal connections for now. Still there are two QMetaObject errors w...Christian Tismer2015-06-172-2/+24
* still hacking on the basics: QObject was changed - the worst possible conditi...Christian Tismer2015-06-174-20/+32
* trying to create new headers. (crashing right now)Christian Tismer2015-06-162-41/+243
* checked in the current status, which is very much in flux.Christian Tismer2015-06-162-98/+145
* try to compile as much as possible, remove phonon, edit many files.Christian Tismer2015-06-137-576/+92
* revert to the include structure before the below checkinChristian Tismer2015-06-131-15/+15
* finishing this explorative branch with success.Christian Tismer2015-06-134-8/+11
* basic adaptations for QtCore. Right now it does not generate all wrappers, hu...Christian Tismer2015-06-114-12/+37
* make libpyside compileChristian Tismer2015-06-091-2/+2
* 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