aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PYSIDE-164: Fix possible deadlock on signal connect/emit4.8Pankaj Pandey2014-07-084-3/+58
* Version bump1.2.2John Ehresman2014-04-221-1/+1
* 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 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 builtins1.2.1Roman Lacko2013-08-122-24/+173
* Bump version number to 1.2.1John Ehresman2013-07-221-1/+1
* add diagnostics and fallbacks for frozen distributionsJoel B. Mohler2013-07-122-8/+30
* Fixed licensesRoman Lacko2013-07-112-8/+8
* Bump the library version number to 1.21.2.0John Ehresman2013-07-011-4/+4
* Set up PYTHONPATH for tests correctlyJohn Ehresman2013-07-011-2/+2
* Fix potential segfault at shutdownJohn Ehresman2013-07-011-0/+5
* Fix PYSIDE-61Stefan Landvogt2013-06-291-27/+37
* Tell Qt to look for qml imports in the PySide packageRoman Lacko2013-06-225-1/+152
* fix build in C++11 modeMatthew Woehlke2013-06-223-8/+8
* 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-28446-847/+818
* Fixed licensesTeemu Kaukoranta2013-05-23364-3618/+3647
* 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
* Use QObject property to invalidate wrapper before deletion.John Ehresman2012-12-212-0/+54
* Invalidate metaObject wrapper before deletionJohn Ehresman2012-12-201-2/+11
* Fix reference leak on convertion from a C++ map type to Python dict.Hugo Parente Lima2012-09-111-3/+5
* Change the order of pysitetest and signals directories because signals/discon...1.1.2Hugo Parente Lima2012-08-281-1/+1
* Version bump to 1.1.2Hugo Parente Lima2012-08-281-1/+1
* During signal emission don't get return type after callbackJohn Ehresman2012-07-312-11/+39
* Invalidate invisibleRootItem in clear() methodJohn Ehresman2012-07-313-2/+16
* Optimize vector to pylist conversionJohn Cummings2012-06-142-6/+15
* Add missing unit test.Hugo Parente Lima2012-06-141-0/+17
* Fixed template name typoJohn Cummings2012-06-042-25/+25
* Improved QVector to python conversionJohn Cummings2012-06-012-1/+10
* Do not always try to remove bytecode version of the test.Hugo Parente Lima2012-05-042-7/+8
* Fix bug 1041 - "QAbstractItemModel has wrong ownership policy for selectionMo...Hugo Parente Lima2012-04-201-0/+7
* Bug pyside-35: GIL was not acquired in several important places.1.1.1Jason McCampbell (Enthought, Inc)2012-04-193-0/+7
* Add hash-function for QModelIndex and QPersistenModelIndexAlexander Jones2012-04-193-2/+47
* Bug fix for PYSIDE-7Juhapekka Piiroinen2012-03-132-0/+24
* Fix bug PYSIDE-6Juhapekka Piiroinen2012-03-131-1/+1
* Fix PySide compilation.Hugo Parente Lima2012-03-134-5/+4
* Version bump to 1.1.1.Marcelo Lira2012-03-081-1/+1
* Version bump to 1.1.0.1.1.0Marcelo Lira2012-03-081-4/+4
* 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-084-5/+44
* Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound"Paulo Alcantara2012-03-084-74/+100
* Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket"Paulo Alcantara2012-03-083-13/+25
* The temporary file used in the test for bug #829 must not be deleted by the t...Marcelo Lira2012-03-081-2/+1
* Fixes the QSettings related QVariant's save/load bug.Marcelo Lira2012-03-081-0/+2