aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* 1. These 2 new functions could be suppressed by editing PySide2/QtTest/typesy...zhihaoadsk2016-04-141-1/+1
* Fix building signalmanager.cpp with Qt 5.4.x.Mateusz Skowroński2016-02-031-0/+3
* Fix building signalmanager.cpp with Qt < 5.5.0.Mateusz Skowroński2016-02-011-3/+20
* Fix bug #54.Mateusz Skowroński2016-01-301-2/+2
* Renaming shiboken's SHIBOKEN_PYTHON_SUFFIX to SHIBOKEN_PYTHON_EXTENSION_SUFFIXThomas-Karl Pietrowski2016-01-234-10/+10
* Only use engine->current in Qt 5.6 and upempyrical2015-12-281-0/+5
* Fix private API usage for Qt 5.6empyrical2015-12-151-1/+1
* Merge pull request #44 from empyrical/deleted-obj-signal-segfaultChristian Tismer2015-12-131-1/+1
|\
| * Merge commit 'refs/changes/14/110414/5' of https://codereview.qt-project.org/...empyrical2015-12-121-1/+1
| |\
| | * Fix segfault when disconnecting signal on deleted objectTony Roberts2015-04-141-1/+1
* | | Merge pull request #43 from empyrical/use-after-freeChristian Tismer2015-12-131-1/+2
|\ \ \
| * \ \ Merge commit 'refs/changes/52/84452/3' of https://codereview.qt-project.org/p...empyrical2015-12-121-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix use-after-free in QPropertyPankaj Pandey2014-07-091-1/+2
* | | | Merge pull request #42 from empyrical/fix-signal-deadlocksChristian Tismer2015-12-131-2/+15
|\ \ \ \
| * \ \ \ Merge commit 'refs/changes/49/94249/3' of https://codereview.qt-project.org/p...empyrical2015-12-121-2/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix deadlocks in some more places in signals.Pankaj Pandey2015-08-271-2/+15
| | | |/ | | |/|
* | / | Throw an exception in Qml when one happens in Pythonempyrical2015-12-123-16/+78
|/ / /
* | | Add additional checks to ClassInfoempyrical2015-11-211-2/+15
* | | Add better error handling to QtCore.ClassInfo()empyrical2015-11-202-5/+39
* | | Fix void return type on slotsempyrical2015-11-142-2/+2
* | | fix metaobject and signal/slotsjumaroch2015-11-043-115/+216
* | | remove QtDeclarative, which is deprecatedChristian Tismer2015-10-221-1/+1
* | | finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-222-5/+5
* | | not-so-small fix to the huge change.Christian Tismer2015-09-216-37/+42
* | | huge change on project layout.Christian Tismer2015-09-213-12/+12
* | | add an include to signal manager.cpp . This problem was new with Windows and ...Christian Tismer2015-09-171-0/+1
* | | start fixing dynamicqmetaobject.cpp by first changing the revision from 3 to 7.Christian Tismer2015-09-011-1/+1
* | | improve the windows installer to handle backslash properlyChristian Tismer2015-08-161-1/+1
* | | adjust certain headers from 'class' to 'struct' and remove hundreds of annoyi...Christian Tismer2015-06-272-2/+2
* | | try to compile as much as possible, remove phonon, edit many files.Christian Tismer2015-06-131-1/+2
* | | basic adaptations for QtCore. Right now it does not generate all wrappers, hu...Christian Tismer2015-06-111-1/+1
* | | make libpyside compileChristian Tismer2015-06-099-18/+18
* | | do first adaptations of the cmake files, so that the first compilation is att...Christian Tismer2015-06-091-1/+1
|/ /
* / 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