aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/globalreceiverv2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle possible Python errors when invoking a global receiver callbackAlexandru Croitor2017-03-061-0/+13
* Updated license headers of the runtime library (cpp)Friedemann Kleint2016-09-271-21/+38
* GlobalReceiverV2: Suppress handling of destroyed() when deleting objectsFriedemann Kleint2016-09-191-2/+20
* 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
* | make libpyside compileChristian Tismer2015-06-091-1/+1
|/
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-281-1/+1
* Bug pyside-35: GIL was not acquired in several important places.Jason McCampbell (Enthought, Inc)2012-04-191-0/+3
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-081-1/+1
* Initia QtCore port to python3.Renato Filho2012-03-081-0/+6
* Created utility function to call a python method usign args received inRenato Filho2012-03-081-28/+8
* Implemented GlobalReceiverV2.Renato Filho2012-03-081-0/+308