Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New behavior when start import QtPy - setting Qt binding #156

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e9bcc32
Fix misspelling word in docs
dpizetta May 23, 2018
e7bd33d
Add PySide2 to docs
dpizetta May 23, 2018
81fde9c
Add Python 3.6 to classifiers
dpizetta May 23, 2018
27f09ca
Rewrite to new behavior when trying to import api, closes #154
dpizetta May 25, 2018
6ede980
Better documentation
dpizetta May 26, 2018
8b9236c
Reverting captalized api names in examples
dpizetta May 29, 2018
02c2bb4
Fix get available api to run on py27, add docs
dpizetta May 29, 2018
b876670
Backward compatibility, add old vars
dpizetta May 29, 2018
42eb7bc
Fix testing order, write environ var should fix CI
dpizetta May 29, 2018
341ecd3
Fix misspelling word, add more files
dpizetta May 30, 2018
97f3e3a
Merge with master
dpizetta Jul 30, 2019
b07d2e2
Fix the new structure, preparing for tests
dpizetta Jul 31, 2019
c5d9db6
Remove wrong commented line and add binding_specified to IF
dpizetta Jul 31, 2019
7346d32
Add me to contributors
dpizetta Aug 2, 2019
96e1a01
Refining structure and renaning
dpizetta Aug 2, 2019
e3bfaa9
Write a better description for the importing logics
dpizetta Aug 5, 2019
3a61dfb
Fix list numbers
dpizetta Aug 5, 2019
9614286
Better docs
dpizetta Aug 5, 2019
0402947
Add FORCE_QT_API to the logic, add more vars too
dpizetta Aug 5, 2019
a220413
Add generators
dpizetta Aug 5, 2019
a01f705
Add other tests
dpizetta Aug 5, 2019
d1856b5
Add list of important global vars to doc
dpizetta Aug 6, 2019
c0001dc
Fix list of behavior
dpizetta Aug 6, 2019
f278f16
Add binding name and generator name into function
dpizetta Aug 6, 2019
01536df
Remove FORCE_QT_API default values
dpizetta Aug 6, 2019
ddca045
Add the main logic
dpizetta Aug 6, 2019
f0820c6
Adjust var names
dpizetta Aug 6, 2019
ade8126
Set other vars for compatibility
dpizetta Aug 6, 2019
52bd266
Add logging
dpizetta Aug 6, 2019
56639fe
Removing invisible spacing
dpizetta Aug 6, 2019
933b3bb
Add the possibility of QT_API be empty, set default
dpizetta Aug 6, 2019
b157fb4
Fix test removing get os variable direclty
dpizetta Aug 6, 2019
6a59238
Add logging level debug, fix import for shiboken for now
dpizetta Aug 7, 2019
8ed149c
Merge with main project
dpizetta Nov 20, 2019
581c2a2
Set debug mode before import qtpy on tests
dpizetta Nov 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ lib64

# Other files
toread.md
.chache
.cache
.mypy_cache
.pytest_cache
.idea/
.vscode

# End of File
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Main Authors
Contributors
============

* Thomas Robitaille ([@astrofrog](http://www.github.com/astrofrog))
* Thomas Robitaille ([@astrofrog](http://www.github.com/astrofrog))
* Daniel C. Pizetta ([@dpizetta](https://github.com/dpizetta))
Loading