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

Rework the queue so in-progress/completed/failed entries remain visible #7

Open
ssokolow opened this issue Apr 23, 2015 · 0 comments
Open

Comments

@ssokolow
Copy link
Owner

It really shouldn't be necessary to scroll through the progress window to identify failures.

Instead, I'll want to add a column on the left which indicates one of four different states:

  • Queued (blank)
  • In-progress (not sure. throbber? throbber )
  • Completed (gtk-ok from system theme: gtk-ok)
  • Error (dialog-error from system theme: error)

The throbber is provided by GTK+ but the chosen icons are not universally installed, so I'll want to bundle a fallback. Tango is in the public domain and provides a suitable error icon but I may have to add another "...except for..." to the licensing info and bundle an LGPLed or GPLed icon for OK.

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

No branches or pull requests

1 participant