Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dev-threads
/
pythonqt
Public
forked from
MeVisLab/pythonqt
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonqt
src
PythonQtConversion.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 17, 2018
reimplemented argument frame caching (previous approach was not thread-safe when GIL is used)
florianlink
committed
170d4a4
View commit details
Copy full SHA for 170d4a4
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
compile thread support by default
Show description for 92471ff
florianlink
committed
92471ff
View commit details
Copy full SHA for 92471ff
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
fixed ref counting of types
Show description for 5e0d26c
florianlink
committed
5e0d26c
View commit details
Copy full SHA for 5e0d26c
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
fixed unicode code and filename support for Python 3
florianlink
committed
9ace39e
View commit details
Copy full SHA for 9ace39e
View code at this point
Browse repository at this point
Commits on May 23, 2017
fixed QByteArrayList conversion, which is a registered type below QMetaType::User
florianlink
committed
f4bc5e4
View commit details
Copy full SHA for f4bc5e4
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
improved enum generation for decorators
Show description for f3bcda8
florianlink
committed
f3bcda8
View commit details
Copy full SHA for f3bcda8
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
allow to override QVariantList conversion
Show description for cd4761f
florianlink
committed
cd4761f
View commit details
Copy full SHA for cd4761f
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
fixed PY3K compilation
Show description for 948cc36
florianlink
committed
948cc36
View commit details
Copy full SHA for 948cc36
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
improved PY3K conversions
Show description for c2152b6
florianlink
committed
c2152b6
View commit details
Copy full SHA for c2152b6
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
fixed support for PythonQt classes in Slot/Signature
Show description for df7be19
florianlink
committed
df7be19
View commit details
Copy full SHA for df7be19
View code at this point
Browse repository at this point
Commits on May 30, 2016
added basic support for QtCore.Signal, QtCore.Property and QtCore.Slot
florianlink
committed
01e1206
View commit details
Copy full SHA for 01e1206
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
added changes from MeVisLab code base
florianlink
committed
4d37db6
View commit details
Copy full SHA for 4d37db6
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
fixed bug that was introduced by refactoring
Show description for 856389b
florianlink
committed
856389b
View commit details
Copy full SHA for 856389b
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
added initial support for passing ownership to C++ and Python using templates as markup
florianlink
committed
2b2f0e4
View commit details
Copy full SHA for 2b2f0e4
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
merged various improvements from MeVisLab repository
Show description for 4f5ba4f
florianlink
committed
4f5ba4f
View commit details
Copy full SHA for 4f5ba4f
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
using AsLongLong to allow larger Python int values to be converted to double
florianlink
committed
e613fb6
View commit details
Copy full SHA for e613fb6
View code at this point
Browse repository at this point
Commits on Sep 24, 2014
support meta type based converters for pointer return values as well (e.g. QList<QInputEventMethod::Attribute>*), since wrapper generates * from const& return values
florianlink
committed
f59400f
View commit details
Copy full SHA for f59400f
View code at this point
Browse repository at this point
implemented polymorphic downcasting on subclasses
Show description for 93fbad4
florianlink
committed
93fbad4
View commit details
Copy full SHA for 93fbad4
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
changed to only map unicode to QByteArray in non-strict mode
florianlink
committed
6986dba
View commit details
Copy full SHA for 6986dba
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
added support for new BoolResult class to support bool* parameters
florianlink
committed
b424c2b
View commit details
Copy full SHA for b424c2b
View code at this point
Browse repository at this point
fixed compilation for Qt 4.x
Show description for 5968bbc
florianlink
committed
5968bbc
View commit details
Copy full SHA for 5968bbc
View code at this point
Browse repository at this point
simplified QList<Object*> conversion
Show description for ef257ed
florianlink
committed
ef257ed
View commit details
Copy full SHA for ef257ed
View code at this point
Browse repository at this point
added implicit conversion of unicode to QByteArray for PY3K
florianlink
committed
75b79cc
View commit details
Copy full SHA for 75b79cc
View code at this point
Browse repository at this point
Commits on Sep 17, 2014
added new conversions for QList/QPair/QHash/QMap
Show description for 0d87c4b
florianlink
committed
0d87c4b
View commit details
Copy full SHA for 0d87c4b
View code at this point
Browse repository at this point
Commits on Sep 16, 2014
changed to use last index (for nested templates like QPair)
florianlink
committed
5dd37f4
View commit details
Copy full SHA for 5dd37f4
View code at this point
Browse repository at this point
added new conversion templates
florianlink
committed
0bb816f
View commit details
Copy full SHA for 0bb816f
View code at this point
Browse repository at this point
Commits on Sep 8, 2014
fixed porting typo
florianlink
committed
31b5be2
View commit details
Copy full SHA for 31b5be2
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
upgraded to PY3K
florianlink
committed
f727bae
View commit details
Copy full SHA for f727bae
View code at this point
Browse repository at this point
further PY3K port
florianlink
committed
37e1aa3
View commit details
Copy full SHA for 37e1aa3
View code at this point
Browse repository at this point
further PY3K port
florianlink
committed
3830ef9
View commit details
Copy full SHA for 3830ef9
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
started qt5 port
florianlink
committed
797c4d1
View commit details
Copy full SHA for 797c4d1
View code at this point
Browse repository at this point
replaced signals, slots and foreach with Q_* macros
florianlink
committed
9174777
View commit details
Copy full SHA for 9174777
View code at this point
Browse repository at this point
updated with current MeVisLab version
florianlink
committed
94b2db9
View commit details
Copy full SHA for 94b2db9
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
improved conversion (merged from MeVisLab PythonQt)
florianlink
committed
19954b1
View commit details
Copy full SHA for 19954b1
View code at this point
Browse repository at this point
Commits on Sep 5, 2012
made bool conversion more stable
florianlink
committed
929bd15
View commit details
Copy full SHA for 929bd15
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.