-
Notifications
You must be signed in to change notification settings - Fork 253
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
Add support secondary arguments support to load_ui #81
Closed
Closed
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
d286429
Add tests for improvements in load_ui
fredrikaverpil b9a5d96
Add distinguishable test descriptions
fredrikaverpil 1b068a1
Add support for additional load_ui arguments
fredrikaverpil dfa8587
Specify a non-binary mode
fredrikaverpil 174833e
Update with load_ui additional arguments info
fredrikaverpil c61b33d
Remove QMenuBar and QStatusBar from UI
fredrikaverpil 73920a9
Revert "Remove QMenuBar and QStatusBar from UI"
fredrikaverpil c6dc043
Simplify tests
mottosso ce6fb63
Merge pull request #2 from abstractfactory/feature/load_ui
fredrikaverpil cae6aff
Remove whitespace
fredrikaverpil 6dad71f
Add Xvfb
fredrikaverpil a01dee1
Add xvfbwrapper
fredrikaverpil 9636bf2
Add xvfbwrapper to .travis.yml
fredrikaverpil cf6b7d7
Add tests title consistency
fredrikaverpil 0efaa10
Revert "Add xvfbwrapper to .travis.yml"
fredrikaverpil 1075d02
Remove xvfbwrapper
fredrikaverpil 211db11
Add tests for improvements in load_ui
fredrikaverpil e07eaab
Add distinguishable test descriptions
fredrikaverpil 1ef25b4
Add support for additional load_ui arguments
fredrikaverpil 57b7956
Specify a non-binary mode
fredrikaverpil a440883
Update with load_ui additional arguments info
fredrikaverpil 231819d
Remove QMenuBar and QStatusBar from UI
fredrikaverpil b443923
Revert "Remove QMenuBar and QStatusBar from UI"
fredrikaverpil 41dbb76
Simplify tests
mottosso 9f25323
Remove whitespace
fredrikaverpil 9c4f7d7
Add Xvfb
fredrikaverpil 189c0ed
Add xvfbwrapper
fredrikaverpil 9fb8646
Add xvfbwrapper to .travis.yml
fredrikaverpil bfd9cae
Add tests title consistency
fredrikaverpil adf4c2b
Revert "Add xvfbwrapper to .travis.yml"
fredrikaverpil 0f4ee5a
Remove xvfbwrapper
fredrikaverpil f24fc29
Merged branch feature/load_ui into feature/load_ui
fredrikaverpil 69bb70f
Change UI template into QWidget
fredrikaverpil fe4889c
Squelch xvfb messages
mottosso cd656b7
- Remove duplicate definition from prior merge
mottosso 84bfc84
Merge pull request #3 from abstractfactory/feature/load_ui
fredrikaverpil b17413e
Add docstring fixes
fredrikaverpil 1d363a6
Avoid defining UiLoader class twice
fredrikaverpil cb6d835
Avoid doctest of pyside_load_ui
fredrikaverpil ee30a6d
Fix docstrings for load_ui: PyQt4/PyQt5
fredrikaverpil c231100
Add consistency on load_ui wrap functions
fredrikaverpil b4ed328
- Alternative UiLoader implementation
mottosso 7703fda
Merge pull request #4 from abstractfactory/feature/load_ui
fredrikaverpil 2de9542
Revert change UI template into QWidget
fredrikaverpil 58b7e4e
Add comments
fredrikaverpil 02bc2ea
Merge tag '0.3.3'
fredrikaverpil 049213a
Add tests for widget parent and class
fredrikaverpil 8929b63
Add test for missing/invalid widget class
fredrikaverpil ecf2780
Merge remote-tracking branch 'refs/remotes/mottosso/master'
fredrikaverpil 4cf7294
Remove class
fredrikaverpil 7dd4d6c
Comment out test with invalid class
fredrikaverpil 99b1e99
Add custom widgets support and tests
fredrikaverpil 0ea392a
Add consistency
fredrikaverpil 87c7dae
Add more tests for custom widgets
fredrikaverpil 7bfb97e
Remove whitespace and fix linting issues
fredrikaverpil 3daabe9
Retry appveyor PyQt4 download
fredrikaverpil 55f464f
Remove custom widgets support
fredrikaverpil f9abc92
Remove extension of UiLoader
fredrikaverpil a545edd
Add tests for QWidget, QDialog
fredrikaverpil 61bcb86
Add tests for signals
fredrikaverpil 5e5825b
Remove untestable test
fredrikaverpil a44a466
Add better test descriptions
fredrikaverpil cfe625c
Add complete usage examples
fredrikaverpil 7c18457
Skip attributes with double leading underscore
fredrikaverpil b3a3cf4
Amend README, add example with second argument
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
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
Hopefully no more b0rked tests because this wasn't downloaded 😎
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.
Yes, hopelessly unreliable the sourceforge downloads.. :(