openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PythonQt
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
23 days
ago. based on code collected
23 days
ago.
Jul 06, 2024 — Jul 06, 2025
Showing page 1 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed methods that are not present on all platforms/configurations
florianlink
More...
about 6 years ago
applied patch from Uwe Siems (print correct file location in parser)
florianlink
More...
over 6 years ago
fixed QTimer wrapping for Qt 5.12
florianlink
More...
over 6 years ago
enable QMutexLocker (but __enter__ and __exit__ don't work yet due to PythonQt class wrapper implementation...)
florianlink
More...
over 6 years ago
enable QThread (it was removed long time ago but makes sense now that PythonQt support multi-threading)
florianlink
More...
over 6 years ago
don't print omitted rvalue methods, we just don't want to wrap them
florianlink
More...
over 6 years ago
applied patch provided by Uwe Siems
florianlink
More...
over 6 years ago
use C++11 {} initializer for returnValue
florianlink
More...
almost 7 years ago
fixed problematic self deletion without having the GIL and while iterating the loop
florianlink
More...
almost 7 years ago
added missing GIL scope
florianlink
More...
almost 7 years ago
reimplemented argument frame caching (previous approach was not thread-safe when GIL is used)
florianlink
More...
almost 7 years ago
fixed linux compilation problem
florianlink
More...
almost 7 years ago
compile thread support by default
florianlink
More...
almost 7 years ago
if there is not promoter, we can't call the promoted functions
florianlink
More...
almost 7 years ago
added error on failed load
florianlink
More...
almost 7 years ago
added rvalue assignment and copy constructor to PythonQtObjectPtr
florianlink
More...
almost 7 years ago
recreated wrappers for Qt 5.11
florianlink
More...
almost 7 years ago
recreated wrappers against Qt 5.6.3 with GIL macros and override handling
florianlink
More...
almost 7 years ago
re-added removed methods that have not been removed previously
florianlink
More...
almost 7 years ago
added support for override
florianlink
More...
almost 7 years ago
switched to using macros for scopes
florianlink
More...
almost 7 years ago
switched to using macros for scopes
florianlink
More...
almost 7 years ago
add GIL scope to virtual functions
florianlink
More...
almost 7 years ago
initial GIL support (needs to be enabled via defines)
florianlink
More...
almost 7 years ago
for compatibility, keep the obsolete or deprecated enum values
florianlink
More...
almost 7 years ago
new wrappers for Qt 5.11 (no QtWebView wrappers, since QtWebView is not part of Qt 5.11 anymore)
florianlink
More...
almost 7 years ago
support Qt 5.11
florianlink
More...
almost 7 years ago
added some missing classes that were added since Qt 5.6
florianlink
More...
almost 7 years ago
help generator to work on Qt 5.11.1
florianlink
More...
almost 7 years ago
(re-)added support for rejecting enum value
florianlink
More...
almost 7 years ago
←
1
2
3
4
5
6
7
8
9
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree