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 166480 - add GTK_STOCK_FULLSCREEN and GTK_STOCK_INFO
add GTK_STOCK_FULLSCREEN and GTK_STOCK_INFO
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: [obsolete] stock-icons
2.6.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-02-06 19:48 UTC by Kristof Vansant
Modified: 2011-02-04 16:18 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
16x16px lightbulb icon (543 bytes, image/png)
2005-02-09 17:04 UTC, Jakub Steiner
Details

Description Kristof Vansant 2005-02-06 19:48:19 UTC
I propose that GTK_STOCK_FULLSCREEN and GTK_STOCK_INFO are added.
Most viewers need these (totem, eog, etc). 
Since 
#define     GTK_STOCK_ZOOM_100
#define     GTK_STOCK_ZOOM_FIT
#define     GTK_STOCK_ZOOM_IN
#define     GTK_STOCK_ZOOM_OUT
are also in there I don't see why fullcreen also shouldn't.

GTK_STOCK_INFO couldn't be a nice icon that the user knows when it is
clicked it will give some info. A Questionmark or something maybe?
Comment 1 Gustavo Carneiro 2005-02-07 13:54:40 UTC
I agree about the need for a fullscreen stock icon.  But GTK_STOCK_INFO seems
more or less the same as GTK_STOCK_PROPERTIES.  Just my 0.02 €
Comment 2 Matthias Clasen 2005-02-08 16:36:11 UTC
If we add fullscreen, we probably should probably add exit_fullscreen as well. 
We need LGPL images for those, though. The ones in gnome-icon-theme are
GPL.
Comment 4 Jakub Steiner 2005-02-09 12:44:59 UTC
Sure thing.
Comment 5 Christian Neumair 2005-02-09 13:22:25 UTC
Nice :).
One last question:
http://jimmac.musichall.cz/ikony/i52/stock-info-16.png
doesn't seem to match
http://cvs.gnome.org/viewcvs/*checkout*/gimp/themes/Default/images/stock-info-16.png?rev=1.1

Kristof, jimmac:
The latter seems to match GTK_STOCK_DIALOG_INFO.
Having GTK_STOCK_INFO and GTK_STOCK_DIALOG_INFO doesn't seem useful to me.
Which one should be used? Should we simply use the latter as GTK_STOCK_INFO and
#define GTK_STOCK_DIALOG_INFO GTK_STOCK_INFO, or are they really referring to
totally different things?
Comment 6 Kristof Vansant 2005-02-09 13:48:10 UTC
GTK_STOCK_DIALOG_INFO is more for dialogs (dialog is mostly some feedback to the
user that there is a problem or something, that's why it is a lightball)

and GTK_STOCK_INFO is info about a thing like a song a file or something like
that (info about an object)

so using different icons is appropriated I think what are your thoughts jimmac?
Comment 7 Christian Neumair 2005-02-09 14:07:59 UTC
If they are different in meaning, it would be nice to have a 24x24 sized
version. Jimmac? :)
Comment 8 Jakub Steiner 2005-02-09 17:04:17 UTC
as for the 16x16 version of dialog info, this light bulb was crafted for 16x16:
Comment 9 Jakub Steiner 2005-02-09 17:04:44 UTC
Created attachment 37249 [details]
16x16px lightbulb icon
Comment 10 Christian Neumair 2005-02-09 22:28:13 UTC
jimmac: Maybe you could provide a 24x24 version of the i with a blue circle
(http://jimmac.musichall.cz/ikony/i52/stock-info-16.png)?
Comment 11 Kristof Vansant 2005-03-09 19:56:45 UTC
maybe having:
#define GTK_STOCK_DIALOG_INFO GTK_STOCK_INFO
is good enough
plz add it together with the fullscreen STOCK ITEMS.
Comment 12 Christian Neumair 2005-03-09 21:01:32 UTC
If I remember correctly, GTK_STOCK_DIALOG_INFO was meant to be another icon than
GTK_STOCK_INFO.
Comment 13 Stefan Sauer (gstreamer, gtkdoc dev) 2005-06-02 19:44:29 UTC
I'd also like to have a GTK_STOCK_INFO liek a 'i' with a blue circle underneath.
I am using such one to show document meta data (author, title, description, ...).
Comment 14 Alan Horkan 2005-06-02 20:27:00 UTC
Stephen the use case you describe is exactly what GTK_STOCK_PROPERTIES is
intended for, if you dont like the look of that icon you should be trying to
theme it.  
Comment 15 Sven Neumann 2005-06-24 18:16:35 UTC
Everything here seems to have been discussed and settled. Why aren't the new
icons in CVS yet? Do you need help with that or are you waiting for approval
from the GTK+ developers?
Comment 16 Matthias Clasen 2005-06-25 05:07:02 UTC
2005-06-25  Matthias Clasen  <mclasen@redhat.com>

	Add some new stock items.  (#166480, Kristof Vansant)
	
	* gtk/stock-icons/stock_fullscreen_16.png: 
	* gtk/stock-icons/stock_fullscreen_24.png: 
	* gtk/stock-icons/stock_leave_fullscreen_16.png: 
	* gtk/stock-icons/stock_leave_fullscreen_24.png: 
	* gtk/stock-icons/stock_info_16.png: 
	* gtk/stock-icons/stock_info_24.png: New icons.

	* gtk/stock-icons/Makefile.am: Add new icons.

	* gtk/gtkstock.h: Define names for the new icons.

	* gtk/gtkstock.c (builtin_items): Register new stock items.
	
	* gtk/gtkiconfactory.c (get_default_icons): Register new 
	stock icons.