After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753509 - Eject Improvements
Eject Improvements
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-11 13:03 UTC by Phillip Wood
Modified: 2015-08-17 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Improve eject responsiveness (2.17 KB, patch)
2015-08-11 13:03 UTC, Phillip Wood
committed Details | Review
Close multiple album dialog on eject (4.46 KB, patch)
2015-08-11 13:03 UTC, Phillip Wood
committed Details | Review

Description Phillip Wood 2015-08-11 13:03:05 UTC
Improve the UI responsiveness when the disc is ejected and close the
multiple album dialog if the disc is ejected while the dialog visible.
Comment 1 Phillip Wood 2015-08-11 13:03:08 UTC
Created attachment 309068 [details] [review]
Improve eject responsiveness

It takes a couple of seconds from pressing the eject keyboard shortcut
for the UI to update as there is a lag while the drive opens. To fix
this update the UI when the shortcut is pressed and check in
media_removed_cb() to see whether it's already been updated or not.
Comment 2 Phillip Wood 2015-08-11 13:03:14 UTC
Created attachment 309069 [details] [review]
Close multiple album dialog on eject

If the disc is ejected while the multiple album dialog is visible the
dialog should be closed.
Comment 3 Phillip Wood 2015-08-17 13:13:08 UTC
Attachment 309068 [details] pushed as 1e15356 - Improve eject responsiveness
Attachment 309069 [details] pushed as 5f73c37 - Close multiple album dialog on eject