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

[GUI] More finegrained actions #3

Closed
brenthuisman opened this issue Dec 4, 2018 · 3 comments
Closed

[GUI] More finegrained actions #3

brenthuisman opened this issue Dec 4, 2018 · 3 comments

Comments

@brenthuisman
Copy link
Owner

Currently the GUI proposes 'actions' and then 'further actions'. In the first case, no options are available other than 'run', in the second a few options are available, but are set for the whole fileset.

The proposal is to allow actions to be set on a per file (and per directory) basis, including no action (e.g. skip a large file for now). In the CLI this would be hard to handle, so the proposal is GUI specific. Affected: reporting (use actions lists now, need to find a way to move files/folders between).

Potentional help:

@brenthuisman
Copy link
Owner Author

Gui wise I think I have all I need. But the main painpoint will be to disentangle the execute*() functions in par2deep.py. I think using the lists already used (self.create,self.verifiedfiles_repairable) for the loops that execute*() runs is a good idea. Need to change/create a generic execute() that just runs is what's present in the self lists (these will have to be identified more clear).

@brenthuisman
Copy link
Owner Author

Update (overdue) On the actions pane, in current master I cannot yet move files between action categories.

@brenthuisman
Copy link
Owner Author

Close, tkinter links are outdated due to move to Qt, rest covered by #5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant