nautilus/icons
Darin Adler f75b464919 reviewed by: Maciej Stachowiak <mjs@eazel.com>
Fixed bug 2802 (copy all metadata, not just certain items). There
	are still a few loose ends but it's basically there.

	Fixed bug 5296 (Hardware overview should be localized).
	Fixed bug 5299 (Spacing problems with sizes in bytes).

	* libnautilus-extensions/nautilus-directory-metafile.c:
	(get_file_node): Used a local variable for the hash table to make
	the code more readable because the full expression is too long.
	Removed the half-baked attempt at using xmlNode objects to
	represent "changes" data, which no longer seems a likely
	direction.
	(nautilus_directory_metafile_destroy): Local variable for hash
	table.
	(nautilus_directory_get_file_metadata): Return NULL, not FALSE,
	since the function returns char *, not gboolean.
	(nautilus_directory_rename_file_metadata): Local variable for hash
	table. Also added a FIXME for a case that won't work.
	(apply_file_changes): Broke out so it can be used elsewhere.
	(apply_one_file_changes): This is now the version that has the
	hash table iterator function interface.
	(nautilus_directory_get_integer_file_metadata): Use sscanf instead
	of atoi so we can do error checking.
	(nautilus_directory_copy_file_metadata): Removed the old code that
	copied fixed keys and wrote new code that copies all the metadata.
	(nautilus_directory_remove_file_metadata): Local variable for hash
	table.

	* icons/arlo/arlo.xml: Added an explicit H offset of 0 for the
	zoom control. It was inheriting the default theme's offset of
	-2. This seems to indicate a design problem with the "fall back on
	default" approach for themes, but for now it's nice to have the
	zoom control looking right again.

	* src/nautilus-window-menus.c:
	(help_menu_about_nautilus_callback): Use the real copyright
	character, not "(C)".

	* src/file-manager/fm-desktop-icon-view.c
	(find_and_update_home_link), (place_home_directory): Mark the
	"darin's Home" string for localization. Needs improvement beyond
	this, because just tacking "'s Home" onto the login name is
	probably no good.

	* components/hardware/nautilus-hardware-view.c: (read_proc_info):
	Tweak code style a bit. Use g_string_free (FALSE) instead of
	g_strdup and g_string_free (TRUE).
	(get_CPU_description): Make this a little more localizable by
	adding a strdup format string instead of appending things. Added
	FIXMEs about additional problems.
	(get_RAM_description): Add a little reality checking on the value
	read from the file and make a little more localizable.
	(get_IDE_description): Change to use the gnome-vfs file size
	formatting functions in the right way. The old code had been
	changed to not use them at all, probably because the first cut at
	this code was using it wrong and ran into a 32-bit limit. Use
	g_string_free (FALSE) instead of g_strdup and g_string_free
	(TRUE).

	* po/POTFILES.in: Marked nautilus-hardware-view.c as needing
	localization.

	* components/help/converters/gnome-db2html2/sect-elements.c:
	(sect_informaltable_start_element): Fixed a runaway string
	literal.

	* libnautilus-extensions/nautilus-directory-async.c: Moved the
	constants to the top of the file and put the compile-time switches
	at the top of the constants section.

	* NEWS: Removed out of date news.
	* README: Fixed a typo.
	* TODO: Removed out of date tasks.
2000-12-29 01:06:28 +00:00
..
ardmore reviewed by: Gene Ragan <gzr@eazel.com> 2000-12-15 22:41:04 +00:00
arlo reviewed by: Maciej Stachowiak <mjs@eazel.com> 2000-12-29 01:06:28 +00:00
eazel aligned perspective with other images in the hardware view 2000-12-19 06:51:03 +00:00
gnome reviewed by: Gene Ragan <gzr@eazel.com> 2000-12-15 22:41:04 +00:00
throbber moved the eazel throbber into the default theme; moved Arlo's throbber 2000-10-26 19:31:02 +00:00
vector fixed bug 5230, shrinking the width of Backgrounds window causes floating 2000-12-18 20:11:59 +00:00
villanova reviewed by: Darin Adler <darin@eazel.com> 2000-12-11 19:30:39 +00:00
.cvsignore Fixed problems in making the new bonobo translation that confused the 2000-10-19 02:45:43 +00:00
about_background.png Here's the new about dialog, which is almost, but not quite, finished. 2000-08-31 09:03:33 +00:00
About_Image.png icons/eazel/search.png icons/About_Image.png Fixed the invalid white point 2000-06-17 00:44:20 +00:00
audio.png added new icons from Susan, and fixed bug where images with special chars 2000-06-15 08:06:37 +00:00
backgrounds.png added nautilus-text-view files to spec file 2000-12-08 02:08:34 +00:00
chit_frame.png corrected flawed property frame image accidentally checked in earlier; 2000-09-29 06:28:47 +00:00
colors.png Fixed a font weight problem. 2000-10-27 04:25:03 +00:00
computer.png better abstraction for new, xml-based link files, plus added some objects 2000-04-18 20:53:19 +00:00
computer.svg fixed problem where sounds with special characters in their filename 2000-06-02 01:51:28 +00:00
decrement.png reworked the zoom control to make it themable, and also cleaned it up alot 2000-07-25 16:30:26 +00:00
default.xml fixed bug 5230, shrinking the width of Backgrounds window causes floating 2000-12-18 20:11:59 +00:00
druid_header.png Remove these as they are obscolete anyway. 2000-08-25 07:17:09 +00:00
druid_header_stretch.png Remove these as they are obscolete anyway. 2000-08-25 07:17:09 +00:00
druid_sidebar.png Remove these as they are obscolete anyway. 2000-08-25 07:17:09 +00:00
eazel-logo.gif more work on the service component 2000-04-04 07:47:31 +00:00
emblem-certified.svg added new certified emblem from Susan 2000-10-24 08:04:54 +00:00
emblem-cool.svg removed 2000-10-13 08:29:59 +00:00
emblem-danger.svg fixed problem with "command/verb separation", and added support for the 2000-12-07 18:33:29 +00:00
emblem-distinguished.svg removed 2000-10-13 08:29:59 +00:00
emblem-draft.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-favorite.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-generic.png implemented adding and removing new emblems 2000-05-09 21:43:03 +00:00
emblem-generic.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-important.gif Added nautilus_file_get_keywords, which returns a GList of keywords. 2000-03-07 20:04:24 +00:00
emblem-important.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-new.gif Added nautilus_file_get_keywords, which returns a GList of keywords. 2000-03-07 20:04:24 +00:00
emblem-new.svg removed 2000-10-13 08:29:59 +00:00
emblem-noread.png added new background images from Susan, and removed some of the older 2000-06-21 00:38:13 +00:00
emblem-noread.svg removed 2000-10-13 08:29:59 +00:00
emblem-nowrite.svg removed 2000-10-13 08:29:59 +00:00
emblem-ohno.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-OK.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-personal.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-secret.svg removed 2000-10-13 08:29:59 +00:00
emblem-shared.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-special.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblem-symbolic-link.png Added nautilus_file_get_keywords, which returns a GList of keywords. 2000-03-07 20:04:24 +00:00
emblem-trash.png icons/emblem-trash.png Added the Trash emblem for items found in the trash 2000-07-26 02:04:01 +00:00
emblem-urgent.svg made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
emblems.png added nautilus-text-view files to spec file 2000-12-08 02:08:34 +00:00
expert-selected.png reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
expert.png reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
gnome-application-encapsulated_postscript.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-pdf.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-pgp.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-postscript.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-c-header.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-c-source.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-cc-source.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-e-theme.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-generic-spreadsheet.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-gnome-app-info.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-java-source.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-kde-app-info.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-php.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-reject.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-scheme-source.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-application-x-sql.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-basic.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-midi.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-ulaw.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-aiff.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-mod.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-pn-realaudio.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-s3m.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-stm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-voc.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-wav.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-xi.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio-x-xm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-audio.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-compressed.png installed some icons for common file types 2000-04-16 04:38:51 +00:00
gnome-font-afm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-font-ttf.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-font-x-pcf.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-gimp.png made linksets actually work. fixed audio previewing for filename with 2000-06-02 07:06:54 +00:00
gnome-gnumeric.png made linksets actually work. fixed audio previewing for filename with 2000-06-02 07:06:54 +00:00
gnome-http-url.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-bmp.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-generic.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-gif.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-ief.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-jpeg.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-pbm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-pgm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-png.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-pnm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-ppm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-psd.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-ras.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-rgb.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-tga.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-tiff.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-x-xfig.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-xbm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-xcf.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-xpm.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-image-xwd.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-library.png installed some icons for common file types 2000-04-16 04:38:51 +00:00
gnome-manpage.png installed some icons for common file types 2000-04-16 04:38:51 +00:00
gnome-objectfile.png installed some icons for common file types 2000-04-16 04:38:51 +00:00
gnome-pack-deb.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-pack-rpm.png icons/thumbnail_frame.aa.png Made it a bit darker. 2000-08-02 00:24:39 +00:00
gnome-package.png installed some icons for common file types 2000-04-16 04:38:51 +00:00
gnome-tex.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-html.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-x-authors.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-x-copying.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-x-credits.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-x-install.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-x-makefile.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-text-x-readme.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-textfile.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-video-mpeg.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-video-quicktime.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
gnome-video-x-msvideo.png Copy icons from gmc so that icon-association for mime type keys 2000-05-24 00:33:43 +00:00
hand.svg here's a scaled up version of the services hand, to compensate for the 2000-06-03 00:31:19 +00:00
home.png added Susan's new toolbar icons 2000-05-10 07:16:34 +00:00
i-blockdev.png fixed problem where I accidentally changed the icons for disk drives that 2000-11-03 00:20:49 +00:00
i-bookmark-20.png updated icons from Susan 2000-09-21 01:54:31 +00:00
i-bookmark-missing-20.png updated icons from Susan 2000-09-21 01:54:31 +00:00
i-bookmark-missing.png updated icons from Susan 2000-09-21 01:54:31 +00:00
i-bookmark.png updated icons from Susan 2000-09-21 01:54:31 +00:00
i-broken-image.png fixed problem Arlo found where tighter layout mode causes the selection 2000-10-05 06:39:29 +00:00
i-cdrom.png Add icons 1999-12-14 19:46:16 +00:00
i-chardev.png Add icons 1999-12-14 19:46:16 +00:00
i-core.png 2000-10-30 Josh Barrow <josh@eazel.com 2000-10-30 23:12:29 +00:00
i-device.png Add icons 1999-12-14 19:46:16 +00:00
i-dirclosed.png Add icons 1999-12-14 19:46:16 +00:00
i-directory-12.png 12 and 24 pixel versions of the standard gnome file and folder icons, 2000-02-23 03:09:16 +00:00
i-directory-24.png 12 and 24 pixel versions of the standard gnome file and folder icons, 2000-02-23 03:09:16 +00:00
i-directory-36.png this finishes the full set of multi-res icons for the generic document and 2000-02-23 20:02:17 +00:00
i-directory-72.png hi-res versions of the standard gnome folder icon, contributed by Kenneth 2000-02-22 19:40:41 +00:00
i-directory-96.png hi-res versions of the standard gnome folder icon, contributed by Kenneth 2000-02-22 19:40:41 +00:00
i-directory-192.png hi-res versions of the standard gnome folder icon, contributed by Kenneth 2000-02-22 19:40:41 +00:00
i-directory.png this finishes the full set of multi-res icons for the generic document and 2000-02-23 20:02:17 +00:00
i-executable-aa.png fixed problem with "command/verb separation", and added support for the 2000-12-07 18:33:29 +00:00
i-executable.png fixed problem with "command/verb separation", and added support for the 2000-12-07 18:33:29 +00:00
i-fifo.png Add icons 1999-12-14 19:46:16 +00:00
i-floppy.png Add icons 1999-12-14 19:46:16 +00:00
i-harddisk.png aligned perspective with other images in the hardware view 2000-12-19 06:51:03 +00:00
i-music-12-aa.png fixed bug 3502, music icon doesn't scale well, by adding pre-scaled icons 2000-12-14 02:45:12 +00:00
i-music-12.png fixed bug 3502, music icon doesn't scale well, by adding pre-scaled icons 2000-12-14 02:45:12 +00:00
i-music-24-aa.png fixed bug 3502, music icon doesn't scale well, by adding pre-scaled icons 2000-12-14 02:45:12 +00:00
i-music-24.png fixed bug 3502, music icon doesn't scale well, by adding pre-scaled icons 2000-12-14 02:45:12 +00:00
i-music-36-aa.png fixed bug 3502, music icon doesn't scale well, by adding pre-scaled icons 2000-12-14 02:45:12 +00:00
i-music-36.png fixed bug 3502, music icon doesn't scale well, by adding pre-scaled icons 2000-12-14 02:45:12 +00:00
i-music-aa.png fixed bug 3332, erase emblem was mistakenly included in properties window. 2000-09-29 02:04:26 +00:00
i-music.png better version of the non-anti-aliased music icon from Susan inadvertently 2000-10-04 08:36:29 +00:00
i-nfs.png Add icons 1999-12-14 19:46:16 +00:00
i-printer.png Add icons 1999-12-14 19:46:16 +00:00
i-regular-12-aa.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-12.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-24-aa.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-24.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-36-aa.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-36.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-72-aa.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-72.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-96-aa.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-96.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular-aa.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular.png added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-regular.xml added a new theme for the classic GNOME icons, and made changed the 2000-09-20 01:30:48 +00:00
i-search-72.png Added search icon to the sidebar for search results 2000-09-12 00:02:27 +00:00
i-sock.png Add icons 1999-12-14 19:46:16 +00:00
i-spreadsheet-aa.png added Susan's new icons for spreadsheets and music, moving the classic 2000-09-22 01:39:58 +00:00
i-spreadsheet.png added Susan's new icons for spreadsheets and music, moving the classic 2000-09-22 01:39:58 +00:00
i-stalled.png Add icons 1999-12-14 19:46:16 +00:00
i-symlink.png Added entry for placeholder broken-symlink icon. 2000-07-28 02:13:23 +00:00
i-web-72.png made the about box "scalable" by picking and ordering the authors 2000-09-09 19:14:12 +00:00
i-zipdisk.png Add icons 1999-12-14 19:46:16 +00:00
i-zipdisk2.png Add icons 1999-12-14 19:46:16 +00:00
increment.png reworked the zoom control to make it themable, and also cleaned it up alot 2000-07-25 16:30:26 +00:00
intermediate-selected.png reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
intermediate.png reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
knob.png Put in a different knob. 2000-09-15 23:04:38 +00:00
leftarrow.png added Susan's new toolbar icons 2000-05-10 07:16:34 +00:00
loading-aa.png added a new "loading thumbnail" icon from Susan 2000-11-01 02:25:26 +00:00
loading.png Fixed the white point problem on a few PNG files. I don't think this got 2000-11-28 23:51:18 +00:00
Makefile.am fixed bug 5230, shrinking the width of Backgrounds window causes floating 2000-12-18 20:11:59 +00:00
manual.png added "eazel-services:" and "man:" to the schemes with custom sidebar 2000-10-31 01:56:41 +00:00
multi-ok.png Add icons 1999-12-14 19:46:16 +00:00
nautilus-logo.png Fixed all outstanding cHRM white point problems. 2000-08-30 00:43:17 +00:00
nautilus-mini-logo.png added a mini-icon for Nautilus from Susan. Also, removed the private 2000-07-11 20:51:16 +00:00
netscape.png made linksets actually work. fixed audio previewing for filename with 2000-06-02 07:06:54 +00:00
not.png Add icons 1999-12-14 19:46:16 +00:00
novice-selected.png reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
novice.png reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
number_strip.png fixed bug 5230, shrinking the width of Backgrounds window causes floating 2000-12-18 20:11:59 +00:00
rightarrow.png added Susan's new toolbar icons 2000-05-10 07:16:34 +00:00
search.png Fixed all outstanding cHRM white point problems. 2000-08-30 00:43:17 +00:00
search_results.png icon/search_results.png Added an icon to be used in the search results 2000-08-24 20:33:38 +00:00
SearchWeb.png fixed bug 2319, "Find" and "Web Search" shouldn't have the same icon. 2000-09-17 08:18:09 +00:00
services-rpm-72.png Add new eazel-install: icon for Arlo and make the icon factory use it 2000-10-20 08:32:54 +00:00
Services.png fixed bug 3549, services button disappeared due to UI handler change, by 2000-10-09 06:11:24 +00:00
temp-home.png Added some extra stuff to the house to make it look better. 2000-10-29 07:45:19 +00:00
text-selection-frame.png Fixed corner radius in the selection. The incorrect radius was due to a 2000-12-13 02:09:56 +00:00
theme_preview.png Goofed up the last icon and put the document icon to far to the right. 2000-09-21 19:30:48 +00:00
thumbnail_frame.aa.png icons/thumbnail_frame.aa.png icons/thumbnail_frame.aa.png Made them a bit 2000-08-02 01:32:46 +00:00
thumbnail_frame.png icons/thumbnail_frame.aa.png icons/thumbnail_frame.aa.png Made them a bit 2000-08-02 01:32:46 +00:00
trash-empty.png Removed public call to nautilus_volume_monitor_find_volumes and replaced 2000-08-19 02:58:54 +00:00
trash-full.png Removed public call to nautilus_volume_monitor_find_volumes and replaced 2000-08-19 02:58:54 +00:00
uparrow.png added Susan's new toolbar icons 2000-05-10 07:16:34 +00:00
zoom_body.png fixed bug 5230, shrinking the width of Backgrounds window causes floating 2000-12-18 20:11:59 +00:00