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 711680 - Should use symbolic icons in UI
Should use symbolic icons in UI
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 3.8
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-08 13:03 UTC by Rashi Aswani
Modified: 2013-11-08 19:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change stock icons to symbolic icons. (7.85 KB, patch)
2013-11-08 13:13 UTC, Rashi Aswani
none Details | Review
Change stock icons to symbolic icons. (179.74 KB, patch)
2013-11-08 14:57 UTC, Rashi Aswani
needs-work Details | Review
Change stock icons to symbolic icons (179.46 KB, patch)
2013-11-08 17:21 UTC, Rashi Aswani
none Details | Review
Change stock icons to symbolic icons. (184.73 KB, patch)
2013-11-08 17:55 UTC, Rashi Aswani
committed Details | Review
Centered the capture icon (2.09 KB, patch)
2013-11-08 19:25 UTC, Rashi Aswani
committed Details | Review

Description Rashi Aswani 2013-11-08 13:03:54 UTC
GNOME 3 applications use symbolic icons, so Cheese should too.

https://wiki.gnome.org/Design/Apps/Cheese#Tentative_Design_2
Comment 1 Rashi Aswani 2013-11-08 13:13:05 UTC
Created attachment 259268 [details] [review]
Change stock icons to symbolic icons.
Comment 2 Rashi Aswani 2013-11-08 14:57:28 UTC
Created attachment 259278 [details] [review]
Change stock icons to symbolic icons.

Remove the unused icons from git.
Comment 3 David King 2013-11-08 15:02:34 UTC
Review of attachment 259278 [details] [review]:

The changes in the patch are fine, just a couple of issues with indentation. Also, for the first link of the commit message, please remove the full stop (period).

::: Makefile.am
@@ -311,3 @@
 iconthemedir = $(datadir)/icons/hicolor
 
-appsicon16dir = $(iconthemedir)/16x16/apps

I do not think that you meant to remove the 16x16 application icon, as that still exists in git.

::: data/cheese-main-window.ui
@@ +46,3 @@
                             <property name="tooltip_text" translatable="yes">Photo mode</property>
+			    <property name="label" translatable="yes">Photo</property>
+			  </object>

The </object> looks like it has been reindented to use tabs instead of spaces. It should have been unchanged.
Comment 4 Rashi Aswani 2013-11-08 17:21:31 UTC
Created attachment 259289 [details] [review]
Change stock icons to symbolic icons

Remove the unused icons from git.
Comment 5 Rashi Aswani 2013-11-08 17:55:09 UTC
Created attachment 259295 [details] [review]
Change stock icons to symbolic icons.
Comment 6 Rashi Aswani 2013-11-08 19:25:22 UTC
Created attachment 259297 [details] [review]
Centered the capture icon
Comment 7 David King 2013-11-08 19:29:39 UTC
Comment on attachment 259295 [details] [review]
Change stock icons to symbolic icons.

Pushed to master as commit dae849d56d8ecbb7ee11727756e7fc1cc6c2bd3b, thanks!
Comment 8 David King 2013-11-08 19:30:03 UTC
Comment on attachment 259297 [details] [review]
Centered the capture icon

Pushed to master as commit 047ee8a9b139025a48a724552c1bcefa1df45c45, thanks.