-
Notifications
You must be signed in to change notification settings - Fork 256
Add examples #119
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
Merged
fredrikaverpil
merged 77 commits into
mottosso:master
from
fredrikaverpil:feature/examples
Aug 31, 2016
Merged
Add examples #119
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
2b93dbe
Add examples
fredrikaverpil 6765130
Increase sleep to 5 secs
fredrikaverpil 12bd3d1
Fix parse error
fredrikaverpil 3d6cdb0
Add headline
fredrikaverpil 8fff5b9
Revert "Add headline"
fredrikaverpil b13dfcd
Implement #105
mottosso 8f95c5d
Implement #105
mottosso 1fe8bda
Fix Dockerfile for Python 3.5
mottosso b591fd5
Do not run under Python 3
mottosso 0d69db9
Use standalone python scripts
fredrikaverpil 2985cec
Remove debug command
fredrikaverpil fd5a9aa
Add examples testing to Python 3
fredrikaverpil dd221c8
Revert change
fredrikaverpil fb2fbfa
Revert change
fredrikaverpil 4ccc85e
Add newline
fredrikaverpil 7474ce1
Add missing members, exclude PySide2-only members
mottosso 6264a44
Merge remote-tracking branch 'origin/master' into #105
mottosso 0003969
Explicitly run test files
mottosso 8885178
Attempt fix sefault
fredrikaverpil ce09ec5
Remove file
fredrikaverpil f643d01
Set preferred binding
fredrikaverpil 0242e64
Remove preffered binding, use obj.__class__ instead of type()
fredrikaverpil 7c19fa5
Add loadUiType example
fredrikaverpil 4dadafa
Set preferred bindings
fredrikaverpil c537d99
Fix exec error in Python 3.5
fredrikaverpil 6c9cce3
Add README
fredrikaverpil d10c7d6
Set preferred binding
fredrikaverpil ce3be1d
Remove pyside-tools and pyside2-tools
fredrikaverpil 0c3093a
Update README
fredrikaverpil 6643bdf
Fix isinstance(window, QtWidgets.QWidget)
fredrikaverpil cf7140a
Refine membership build
mottosso 0ab9f8e
Rename to conform to https://github.com/mottosso/Qt.py/pull/120
fredrikaverpil bcb22a0
Add descriptions to membership test
mottosso 1f7791e
Improve membership test, and augment documentation.
mottosso 8f58e0d
Update documentation for load_ui
mottosso 431d3ec
Clarify documentation and return values
mottosso c41007a
Test that documentation for load_ui is true
mottosso 95fcc34
Test every binding; TODO: improve maintenance of these kinds of tests
mottosso 4691451
Fix tests.py
mottosso 6f39c2c
Merge pull request #121 from abstractfactory/documentation
mottosso 6d86cc9
Merge pull request #120 from abstractfactory/#105
mottosso 2ecb22e
Add examples
fredrikaverpil 6590961
Increase sleep to 5 secs
fredrikaverpil 8ffa6ac
Fix parse error
fredrikaverpil 929225d
Add headline
fredrikaverpil c9ef52e
Revert "Add headline"
fredrikaverpil 40e5cb3
Use standalone python scripts
fredrikaverpil 8d82869
Revert change
fredrikaverpil 6e3b17e
Revert change
fredrikaverpil 50560a7
Add newline
fredrikaverpil 9586119
Attempt fix sefault
fredrikaverpil 1a50304
Remove file
fredrikaverpil 214a3e9
Set preferred binding
fredrikaverpil e26a492
Remove preffered binding, use obj.__class__ instead of type()
fredrikaverpil 989f4d0
Add loadUiType example
fredrikaverpil 2d4dbc0
Set preferred bindings
fredrikaverpil 4a7ca44
Fix exec error in Python 3.5
fredrikaverpil 176b9e3
Add README
fredrikaverpil fe675c1
Set preferred binding
fredrikaverpil 4d0c53b
Remove pyside-tools and pyside2-tools
fredrikaverpil 35c600e
Update README
fredrikaverpil 39290a5
Fix isinstance(window, QtWidgets.QWidget)
fredrikaverpil 648d4a1
Rename to conform to https://github.com/mottosso/Qt.py/pull/120
fredrikaverpil 63bc59e
Remove/rename file
fredrikaverpil 8b96fb4
Add examples building
fredrikaverpil f15e879
Increase sleep delay to 10 (solve issues on OS X)
fredrikaverpil 0e0f8eb
Merge remote-tracking branch 'refs/remotes/origin/feature/examples'
fredrikaverpil b73490f
Test test*.py
fredrikaverpil accc33c
Restructure
fredrikaverpil a3c7d38
Update path to .ui
fredrikaverpil 659b32c
Fix comments by @mottosso
fredrikaverpil fb41189
Also copy non-python example files into work directory
fredrikaverpil 2d06076
Do not buld examples, just run them as they are
fredrikaverpil f7d74c4
Rename examples
fredrikaverpil 92bbf74
Wait for Xvfb
fredrikaverpil d4b6e62
Convert tabs to spaces (oops)
fredrikaverpil 6649b6b
Add linebreaks for long bash command
fredrikaverpil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Set preferred binding
- Loading branch information
commit 214a3e9d9da8ca4427e7d6f6e088c2c428dec1ff
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come you prefer PySide here? Shouldn't this work on any binding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get a weird thing in Python 2.7 if I don't specify this. Don't really understand why. I can remove it and you'll see in my next commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. If unspecified, it will try and use PySide2. Maybe there's some issue there.