added a "min_width" attribute to the toolbar buttons, so they are

* src/nautilus-shell-ui.xml:
	added a "min_width" attribute to the toolbar buttons, so they are
	positioned better.  You need to get the latest Bonobo to see the
	effects of this.

	* icons/gnome/gnome.xml:
	made clicking on the throbber in the gnome theme go to www.gnome.org

	* libnautilus-extensions/nautilus-icon-factory.c: (set_theme):
	changed the name of the theme property for default icon redirection
	from "icons" to "icon-images" to disambiguate it from icon view
	theme properies.
This commit is contained in:
Andy Hertzfeld 2000-10-09 23:40:32 +00:00
parent 4ae258e14e
commit 5c15604ee3
5 changed files with 27 additions and 3 deletions

View file

@ -1,3 +1,18 @@
2000-10-09 Andy Hertzfeld <set EMAIL_ADDRESS environment variable>
* src/nautilus-shell-ui.xml:
added a "min_width" attribute to the toolbar buttons, so they are
positioned better. You need to get the latest Bonobo to see the
effects of this.
* icons/gnome/gnome.xml:
made clicking on the throbber in the gnome theme go to www.gnome.org
* libnautilus-extensions/nautilus-icon-factory.c: (set_theme):
changed the name of the theme property for default icon redirection
from "icons" to "icon-images" to disambiguate it from icon view
theme properies.
2000-10-09 Darin Adler <darin@eazel.com>
* components/tree/nautilus-tree-view.c:

View file

@ -6,4 +6,5 @@
<icon HIGHLIGHT_BACKGROUND_COLOR="rgb:0000/0000/0000" HIGHLIGHT_TEXT_COLOR="rgb:FFFF/FFFF/FFFF" TEXT_FILL_COLOR="rgb:FFFF/FFFF/FFFF"/>
<description TEXT="This theme uses the classic GNOME icons."/>
<thumbnails FRAME_OFFSETS="3,3,6,6"/>
<throbber URL="http://www.gnome.org"/>
</theme>

View file

@ -707,7 +707,7 @@ set_theme (const char *theme_name)
/* now set up the default theme */
g_free (factory->default_theme_name);
factory->default_theme_name = nautilus_theme_get_theme_data ("icons", "DEFAULT_THEME");
factory->default_theme_name = nautilus_theme_get_theme_data ("icon-images", "DEFAULT_THEME");
check_local_theme (factory->default_theme_name, &factory->local_default_theme);
/* we changed the theme, so emit the icons_changed signal */

View file

@ -707,7 +707,7 @@ set_theme (const char *theme_name)
/* now set up the default theme */
g_free (factory->default_theme_name);
factory->default_theme_name = nautilus_theme_get_theme_data ("icons", "DEFAULT_THEME");
factory->default_theme_name = nautilus_theme_get_theme_data ("icon-images", "DEFAULT_THEME");
check_local_theme (factory->default_theme_name, &factory->local_default_theme);
/* we changed the theme, so emit the icons_changed signal */

View file

@ -234,21 +234,25 @@
<toolitem name="Back"
_label="Back"
_descr="Go to the previous visited location"
pixtype="stock" pixname="Back"
min_width="48"
pixtype="stock" pixname="Back"
verb=""/>
<toolitem name="Forward"
_label="Forward"
_descr="Go to the next visited location"
min_width="48"
pixtype="stock" pixname="Forward"
verb=""/>
<toolitem name="Up"
_label="Up"
_descr="Go to the location that contains this one"
min_width="48"
pixtype="stock" pixname="Up"
verb=""/>
<toolitem name="Reload"
_label="Refresh"
_descr="Display the latest contents of the current location"
min_width="48"
pixtype="stock" pixname="Refresh"
verb=""/>
@ -257,11 +261,13 @@
<toolitem name="Home"
_label="Home"
_descr="Go to the home location"
min_width="48"
pixtype="stock" pixname="Home"
verb=""/>
<toolitem name="Toggle Find Mode"
_label="Find"
_descr="Search this computer for files"
min_width="48"
type="toggle"
pixtype="stock" pixname="Search"
verb=""/>
@ -276,6 +282,7 @@
<toolitem name="Stop"
_label="Stop"
_descr="Stop loading this location"
min_width="48"
pixtype="stock" pixname="Stop"
verb=""/>
@ -283,6 +290,7 @@
<toolitem name="Services"
_label="Services"
_descr="Go to Eazel Services"
min_width="48"
pixtype="stock" pixname="Services"
verb=""/>
</placeholder>