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 695465 - Add separators to lists
Add separators to lists
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Region & Language
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-08 21:03 UTC by Rui Matos
Modified: 2013-03-18 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common: Add separators to the language chooser list (1.75 KB, patch)
2013-03-08 21:03 UTC, Rui Matos
committed Details | Review
region: Add separators to the format chooser list (1.64 KB, patch)
2013-03-08 21:03 UTC, Rui Matos
committed Details | Review
region: Add separators to the input chooser list (5.43 KB, patch)
2013-03-08 21:03 UTC, Rui Matos
committed Details | Review
Before - After (24.42 KB, image/png)
2013-03-09 22:12 UTC, Rui Matos
  Details

Description Rui Matos 2013-03-08 21:03:31 UTC
I forgot to add separators as was in the mockups.
Comment 1 Rui Matos 2013-03-08 21:03:33 UTC
Created attachment 238413 [details] [review]
common: Add separators to the language chooser list
Comment 2 Rui Matos 2013-03-08 21:03:37 UTC
Created attachment 238414 [details] [review]
region: Add separators to the format chooser list
Comment 3 Rui Matos 2013-03-08 21:03:41 UTC
Created attachment 238415 [details] [review]
region: Add separators to the input chooser list
Comment 4 Rui Matos 2013-03-09 22:12:14 UTC
Created attachment 238478 [details]
Before - After
Comment 5 Bastien Nocera 2013-03-12 17:20:06 UTC
Review of attachment 238413 [details] [review]:

Fine.

Will need UI freeze break requests.
Comment 6 Bastien Nocera 2013-03-12 17:28:38 UTC
Review of attachment 238414 [details] [review]:

Ditto.
Comment 7 Bastien Nocera 2013-03-12 17:30:15 UTC
Review of attachment 238415 [details] [review]:

Looks fine otherwise.

::: panels/region/cc-input-chooser.c
@@ +213,3 @@
+                      TRUE,
+                      1); /* FIXME: 0 should work but the separator
+                             doesn't show up - theme issue? */

This needs fixing before committing.
Comment 8 Rui Matos 2013-03-15 18:22:21 UTC
(In reply to comment #7)
> Review of attachment 238415 [details] [review]:
> 
> Looks fine otherwise.
> 
> ::: panels/region/cc-input-chooser.c
> @@ +213,3 @@
> +                      TRUE,
> +                      1); /* FIXME: 0 should work but the separator
> +                             doesn't show up - theme issue? */
> 
> This needs fixing before committing.

It's fixed now: https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-8&id=549893c7d195a476eed7eb6aa907711bf1db43ad .
Comment 9 Rui Matos 2013-03-18 10:01:36 UTC
Got UI freeze break approval:
https://mail.gnome.org/archives/release-team/2013-March/msg00125.html

Attachment 238413 [details] pushed as 45b785a - common: Add separators to the language chooser list
Attachment 238414 [details] pushed as 1407140 - region: Add separators to the format chooser list
Attachment 238415 [details] pushed as 44d3c82 - region: Add separators to the input chooser list