2
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jul 06, 2024 — Jul 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed methods that are not present on all platforms/configurations More... about 6 years ago
applied patch from Uwe Siems (print correct file location in parser) More... over 6 years ago
fixed QTimer wrapping for Qt 5.12 More... over 6 years ago
enable QMutexLocker (but __enter__ and __exit__ don't work yet due to PythonQt class wrapper implementation...) More... over 6 years ago
enable QThread (it was removed long time ago but makes sense now that PythonQt support multi-threading) More... over 6 years ago
don't print omitted rvalue methods, we just don't want to wrap them More... over 6 years ago
applied patch provided by Uwe Siems More... over 6 years ago
use C++11 {} initializer for returnValue More... almost 7 years ago
fixed problematic self deletion without having the GIL and while iterating the loop More... almost 7 years ago
added missing GIL scope More... almost 7 years ago
reimplemented argument frame caching (previous approach was not thread-safe when GIL is used) More... almost 7 years ago
fixed linux compilation problem More... almost 7 years ago
compile thread support by default More... almost 7 years ago
if there is not promoter, we can't call the promoted functions More... almost 7 years ago
added error on failed load More... almost 7 years ago
added rvalue assignment and copy constructor to PythonQtObjectPtr More... almost 7 years ago
recreated wrappers for Qt 5.11 More... almost 7 years ago
recreated wrappers against Qt 5.6.3 with GIL macros and override handling More... almost 7 years ago
re-added removed methods that have not been removed previously More... almost 7 years ago
added support for override More... almost 7 years ago
switched to using macros for scopes More... almost 7 years ago
switched to using macros for scopes More... almost 7 years ago
add GIL scope to virtual functions More... almost 7 years ago
initial GIL support (needs to be enabled via defines) More... almost 7 years ago
for compatibility, keep the obsolete or deprecated enum values More... almost 7 years ago
new wrappers for Qt 5.11 (no QtWebView wrappers, since QtWebView is not part of Qt 5.11 anymore) More... almost 7 years ago
support Qt 5.11 More... almost 7 years ago
added some missing classes that were added since Qt 5.6 More... almost 7 years ago
help generator to work on Qt 5.11.1 More... almost 7 years ago
(re-)added support for rejecting enum value More... almost 7 years ago