GNOME Bugzilla – Bug 682445
application picker button in the dash has no tooltip
Last modified: 2012-08-22 18:55:52 UTC
The new button that toggles the application picker has no tooltip. I think it should say "More applications". Additionally it would be nice if it said "Remove from favorites" if you are about to drop a launcher there.
Created attachment 222126 [details] [review] dash: Add tooltip label to show applications icon Make the tooltip dependent on whether we are currently dragging on hover or not.
Created attachment 222127 [details] [review] dash: Fix some issues with the label API Be able to call setLabelText more than once.
*** Bug 682471 has been marked as a duplicate of this bug. ***
Review of attachment 222127 [details] [review]: Looks good.
Review of attachment 222126 [details] [review]: Looks good, but breaks string freeze.
(In reply to comment #5) > Review of attachment 222126 [details] [review]: > > Looks good, but breaks string freeze. We already have a "Remove" string from the previous remove favorites button, and we probably already have it in other places. How do you feel about reusing that string for now?
Review of attachment 222126 [details] [review]: Ha! We actually do have this string in appDisplay.js \o/
(In reply to comment #5) > Review of attachment 222126 [details] [review]: > > Looks good, but breaks string freeze. Note that we're not in string freeze yet, just string changes announcement mode.
Review of attachment 222126 [details] [review]: Nice!
Attachment 222126 [details] pushed as 3fafe0d - dash: Add tooltip label to show applications icon Attachment 222127 [details] pushed as 9835352 - dash: Fix some issues with the label API