2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jul 06, 2024 — Jul 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed WindowOkButtonHint and WindowCancelButtonHint, which have been removed from Qt 5.9 More... almost 8 years ago
added missing abstract virtual More... almost 8 years ago
reverted usage of _PyImport_FixupBuiltin More... almost 8 years ago
added support for attribute lookup error callback More... about 8 years ago
added patch from forum (stack unwinding) More... about 8 years ago
make sure that Python.h is always included first More... over 8 years ago
fixed ref counting of types More... over 8 years ago
patch from forum, move QT module dependencies into enabled wrappers More... over 8 years ago
go back to QByteArray signal/slots to avoid overload problems with static/non-static More... over 8 years ago
updated wrappers to contain QSocketNotifier and recent generator changes More... over 8 years ago
support WId, quintptr and qintptr More... over 8 years ago
added missing qintptr which is used on QSocketNotifier More... over 8 years ago
added experimental support for qwebenginewidgets (not yet in QtAll) More... over 8 years ago
added getNativeVariable More... over 8 years ago
fixed unicode code and filename support for Python 3 More... over 8 years ago
added convenience evalScript More... almost 9 years ago
added support for kwargs by supporting QVariantMap kwargs as last argument, refactored from forum More... almost 9 years ago
added unix pkg config as provided on forum More... almost 9 years ago
changes to the build scripts as provided on the forum (not tested) More... almost 9 years ago
improved slot docs as provided from forum More... almost 9 years ago
added parsing of rvalue references and skip functions that contain them (provided by [email protected]) More... almost 9 years ago
remove variadic functions More... almost 9 years ago
allow to set PYTHON_VERSION as env variable More... almost 9 years ago
changed to native eol More... almost 9 years ago
fixed direct calls with void return value, as used when py_set_ slots are called More... about 9 years ago
improved completion with jedi by returning correct type and by adding all properties to the class More... about 9 years ago
added naming patch to make versioning clearer More... about 9 years ago
fixed PyObject ref count in signal/slot connections More... about 9 years ago
fixed QByteArrayList conversion, which is a registered type below QMetaType::User More... about 9 years ago
added catching all exceptions, can be disabled by not defining PYTHONQT_CATCH_ALL_EXCEPTIONS More... over 9 years ago