aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Fix missing python error handling in SignalManager::callPythonMetaMethodChristian Tismer2017-02-141-0/+3
* Warn if signals and slots are out of orderChristian Tismer2017-02-141-20/+81
* Fix PySide2 build error on CentOS 7 (qv4engine)Fredrik Averpil2017-02-111-2/+18
* Fix registration of signals and slots inherited from mixin classesAlexandru Croitor2017-01-192-48/+74
* Fix “Fix Segfault when using connect”Christian Tismer2017-01-161-5/+0
* PySide::MetaFunction::call: Fix error message about number of argumentsFriedemann Kleint2017-01-131-2/+11
* libpyside: Remove some C-style castsFriedemann Kleint2017-01-129-25/+28
* Fix test QtWidgets/bug_722.pyFriedemann Kleint2016-12-221-1/+4
* Fix build on WinsdowsFriedemann Kleint2016-12-051-1/+1
* Fix Segfault when using connect (w/o instrumentation)Christian Tismer2016-12-023-3/+16
* Correctly print error message in case of infinite recursionAlexandru Croitor2016-11-251-0/+7
* Sanity check dynamically added signal and slotsAlexandru Croitor2016-11-111-0/+10
* libpyside: Fix warnings about unused variables and missing initializersFriedemann Kleint2016-11-118-19/+67
* Make code compile with namespaced Qt buildhjk2016-11-042-3/+2
* Make QtQml / QtQuick workAlexandru Croitor2016-10-194-1/+33
* Added missing license headers of the libraries/runtime partsFriedemann Kleint2016-10-184-0/+156
* Fix property notify ids to be correctAlexandru Croitor2016-09-282-59/+71
* Remove debug statement in MetaFunction::call()Alexandru Croitor2016-09-281-1/+0
* Updated license headers of the runtime library (cpp)Friedemann Kleint2016-09-2729-609/+1102
* Use QString::truncate() instead of assigning mid()/left()Friedemann Kleint2016-09-212-2/+2
* Fix foreach loopsFriedemann Kleint2016-09-214-6/+7
* libpyside: Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-215-21/+19
* GlobalReceiverV2: Fix double delete of receivers on exitAlexandru Croitor2016-09-191-5/+6
* GlobalReceiverV2: Suppress handling of destroyed() when deleting objectsFriedemann Kleint2016-09-191-2/+20
* Add python files to CMakeLists so Qt Creator Locator picks them upAlexandru Croitor2016-08-311-1/+26
* Fix some compiler warningsFriedemann Kleint2016-07-252-6/+8
* Fix DynamicQMetaObject property type registrationAlexandru Croitor2016-07-121-1/+11
* 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