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 674671 - selection mode doesn't match mockup
selection mode doesn't match mockup
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-04-23 23:45 UTC by William Jon McCann
Modified: 2016-03-31 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (33.96 KB, image/png)
2012-04-23 23:45 UTC, William Jon McCann
  Details
Use the right style classes for selection mode. (1.18 KB, patch)
2012-09-26 12:47 UTC, Alexander Larsson
committed Details | Review
Rename selection mode button to "Done" (1.45 KB, patch)
2012-09-26 12:47 UTC, Alexander Larsson
committed Details | Review
Non-selection mode (for comparison) (149.78 KB, image/png)
2012-09-26 12:50 UTC, Alexander Larsson
  Details
Selection mode in dark, looks wrong. (152.73 KB, image/png)
2012-09-26 12:50 UTC, Alexander Larsson
  Details
Add line between topbar and icon view (1.40 KB, patch)
2012-10-01 08:54 UTC, Alexander Larsson
committed Details | Review

Description William Jon McCann 2012-04-23 23:45:01 UTC
Created attachment 212641 [details]
screenshot

The selection mode doesn't match the mockups.

The toolbar in selection mode is supposed to be a different color. The label at the top should not be in italics. And I think we want the button to be "Done" not Cancel.
Comment 1 Marc-Andre Lureau 2012-09-04 16:19:41 UTC
It would be nice to have a link to the latest version of the mockup (/me searching)
Comment 2 Marc-Andre Lureau 2012-09-04 17:21:43 UTC
https://github.com/gnome-design-team/gnome-mockups/blob/master/boxes/boxes-selection (incorrect mime-type, need to open manually)
Comment 3 Jakub Steiner 2012-09-05 12:00:44 UTC
Sorry for the wrong filename. Should be https://github.com/gnome-design-team/gnome-mockups/blob/master/boxes/boxes-selection.png
Comment 4 Alexander Larsson 2012-09-26 12:47:38 UTC
Created attachment 225206 [details] [review]
Use the right style classes for selection mode.
Comment 5 Alexander Larsson 2012-09-26 12:47:42 UTC
Created attachment 225207 [details] [review]
Rename selection mode button to "Done"

This is how the mockups and gnome-documents does it.
Comment 6 Alexander Larsson 2012-09-26 12:48:46 UTC
These two patches should do it, however there are issues:
1) The selection-mode toolbar doesn't look right in dark mode. Will upload example screenshot

2) Cancel -> Done is a string change.
Comment 7 Alexander Larsson 2012-09-26 12:50:23 UTC
Created attachment 225208 [details]
Non-selection mode (for comparison)
Comment 8 Alexander Larsson 2012-09-26 12:50:48 UTC
Created attachment 225209 [details]
Selection mode in dark, looks wrong.
Comment 9 Alexander Larsson 2012-09-26 13:01:42 UTC
(Whats wrong: no line under the toolbar in selection mode)
Comment 10 Alexander Larsson 2012-10-01 07:35:49 UTC
Also, we should add the menu button that gnome-documents has in its selection toolbar, so that we're in sync with the design of gnome-docs.
Comment 11 Alexander Larsson 2012-10-01 08:54:27 UTC
Created attachment 225475 [details] [review]
Add line between topbar and icon view

This adds a line between the top bar and the icon view, similar
to what gnome-documents does it. In fact, it uses the same style
class documents-scrolledwin that GdMainView uses for this, which
we don't get due to not using GdMainView.

In the normal case this doesn't really chang anything in boxes, however
in selection mode we need this line in order to separate the
toolbar from the icon view as they have the same color there.
Comment 12 Christophe Fergeau 2012-10-01 09:32:30 UTC
Review of attachment 225207 [details] [review]:

ACK, but we are still string frozen.
Comment 13 Christophe Fergeau 2012-10-01 09:58:34 UTC
Review of attachment 225206 [details] [review]:

I don't really see a difference with/without these classes, but I assume this is doing the same as GNOME Documents?
Longer term, it would be nice if this logic could move into libgd..
Comment 14 Christophe Fergeau 2012-10-01 10:06:26 UTC
Review of attachment 225475 [details] [review]:

In the log "chang" -> "change"
This is also something that I'd rather be done "elsewhere", but I'm fine with having this in Boxes for now.
Comment 15 Alexander Larsson 2012-10-01 13:48:57 UTC
Attachment 225206 [details] pushed as 43832a8 - Use the right style classes for selection mode.
Attachment 225475 [details] pushed as 720f82c - Add line between topbar and icon view
Comment 16 Alexander Larsson 2012-10-25 13:28:46 UTC
Attachment 225207 [details] pushed as f755c75 - Rename selection mode button to "Done"