-
Notifications
You must be signed in to change notification settings - Fork 36
Qt GUI for reprounzip #203
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
Conversation
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
@VickySteeves says that tabs would be better than windows (and first dialog should be default when opening the app without argument). |
I added a built-in "terminal" that shows the output from unpack/destroy commands as they go, however it is kind of weird to have different types of terminals (builtin vs system one used to run)? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-pending-review
Attention: This is ready for review and can be merged afterwards
C-unpack-gui
Component: The Qt unpacking GUI (reprounzip-qt)
C-unpacker
Component: New unpacker or common unpacker functionalities
T-enhancement
Type: En enhancement to existing code, or a new feature
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.
See also #132
This adds a GUI for reprounzip written using PyQt4.
There are two dialogs, one to run an unpack an experiment to a directory, and one to run an unpacked directory. The first can be opened from the second, and double-clicking on an RPZ file would bring you to the first where unpacking would switch to the second.

_First tab, unpacking an .rpz file. To use an existing unpacked directory, switch to second tab_
_Unpacking shows feedback then switches to second tab_
_Directory set automatically when unpacking_
_Running launches the system terminal_
_Removing the experiment shows feedback_ - [X] GUI - Run experiment in native system terminal - [X] OSX (through ugly AppleScript) - [X] Windows (cmd.exe supports this) - [X] Linux (need to try terminals until one works: konsole, gnome-terminal, lxterminal, rxvt, xterm) - [X] Unpack/destroy - [ ] Only show available unpackers - [ ] Input/output file management - [x] Select runs - [ ] Set app to open when double-clicking .rpz file