nautilus/libnautilus-private
John Sullivan d23bb1b5be reviewed by: Darin Adler <darin@eazel.com>
Finished bug 2146 (Properties window for desktop Trash
	should show Trash properties). The last two changes were
	to remove the "accessed" field for all directories, since
	it seems useless, and to fill in the "where" field with
	"on the desktop".

	* libnautilus-extensions/nautilus-file.c:
	(nautilus_file_get_where_string): New function, calls
	virtual function so trash and normal files can report
	different strings.
	(nautilus_file_get_string_attribute): Changed "parent_uri"
	string attribute to "where", since it is not the parent_uri
	in the Trash case.
	* libnautilus-extensions/nautilus-file.h: Virtual function
	pointer for get_where_string.
	* libnautilus-extensions/nautilus-trash-file.c:
	(trash_file_get_where_string),
	(nautilus_trash_file_initialize_class): Supply get_where_string
	function that returns "on the desktop".
	* libnautilus-extensions/nautilus-vfs-file.c:
	(vfs_file_get_where_string), (nautilus_vfs_file_initialize_class):
	Supply get_where_string function that returns parent_uri string.
	* src/file-manager/fm-properties-window.c:
	(should_show_accessed_date): New function, returns FALSE for
	directories and TRUE for other files.
	(create_basic_page): Honor should_show_accessed_date, and use
	"where" instead of "parent_uri" string attribute.
	* src/file-manager/fm-search-list-view.c:
	(real_get_column_specification): Use "where" instead of "parent_uri"
	string attribute.
2001-01-19 19:14:11 +00:00
..
.cvsignore Shh 2000-05-16 13:51:28 +00:00
bug-5712-pr3-workaround--gdk-pixbuf-drawable.c reviewed by: Nobody, because the "fix" is so revolting that none 2001-01-19 18:02:51 +00:00
bug-5712-pr3-workaround--gdk-pixbuf-private.h reviewed by: Nobody, because the "fix" is so revolting that none 2001-01-19 18:02:51 +00:00
bug-5712-pr3-workaround--gdkimage.c Remove a debug printf that I stupidly left in. 2001-01-19 18:47:10 +00:00
Makefile.am reviewed by: Nobody, because the "fix" is so revolting that none 2001-01-19 18:02:51 +00:00
nautilus-art-extensions.c reviewed by: Mike Fleming <mfleming@eazel.com> 2001-01-12 01:10:52 +00:00
nautilus-art-extensions.h reviewed by: Mike Fleming <mfleming@eazel.com> 2001-01-12 01:10:52 +00:00
nautilus-art-gtk-extensions.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-art-gtk-extensions.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-background-canvas-group.c reviewed by: John Harper 2001-01-10 23:54:58 +00:00
nautilus-background-canvas-group.h reviewed by: John Harper 2001-01-10 23:54:58 +00:00
nautilus-background.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-background.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-bonobo-extensions.c reviewed by: John Sullivan <sullivan@eazel.com> 2000-12-11 22:31:52 +00:00
nautilus-bonobo-extensions.h reviewed by: John Sullivan <sullivan@eazel.com> 2000-12-11 22:31:52 +00:00
nautilus-bookmark.c fixed bug 4212, emblem doesn't show up when the image is a JPEG file, by 2000-12-12 22:06:47 +00:00
nautilus-bookmark.h Fixed bug 2218 (Duplicate items appear in history list) 2000-09-08 01:03:21 +00:00
nautilus-caption-table.c reviewed by: Darin Adler <darin@eazel.com> 2000-11-14 02:46:02 +00:00
nautilus-caption-table.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-14 02:46:02 +00:00
nautilus-caption.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-caption.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-cdrom-extensions.h Fixed bug 1866, Turn volume mounting code into an object. 2000-08-02 22:04:26 +00:00
nautilus-ctree.c reviewed by: Gene Z. Ragan <gzr@eazel.com> 2000-11-28 06:58:47 +00:00
nautilus-ctree.h reviewed by: Gene Z. Ragan <gzr@eazel.com> 2000-11-28 06:58:47 +00:00
nautilus-customization-data.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-customization-data.h reviewed by: Darin Adler <darin@eazel.com> 2000-12-11 19:30:39 +00:00
nautilus-dateedit-extensions.c Most of the work on 2369, to add the emblems to the search criteria. This 2000-08-30 21:00:13 +00:00
nautilus-dateedit-extensions.h Fixed bug 2071 to improve the date modified search criterion. Also, an 2000-08-26 05:57:29 +00:00
nautilus-debug-drawing.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-debug-drawing.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-debug.c Checking lots of little fixes to make the new RedHat 7.0 compiler work. 2000-09-29 23:38:11 +00:00
nautilus-debug.h Change include style from <libtrilobite/xxx.h> to "xxx.h" to fix the 2000-07-19 23:34:21 +00:00
nautilus-default-file-icon.c Added additional data to icons so they can specify where the 2000-03-15 00:31:49 +00:00
nautilus-default-file-icon.h Added additional data to icons so they can specify where the 2000-03-15 00:31:49 +00:00
nautilus-directory-async.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-18 19:26:03 +00:00
nautilus-directory-background.c reviewed by: John Sullivan 2001-01-18 23:38:23 +00:00
nautilus-directory-background.h Set the background pixmap of the desktop xwindow so that the window 2000-12-27 01:41:28 +00:00
nautilus-directory-metafile.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-16 23:19:05 +00:00
nautilus-directory-metafile.h reviewed by: Pavel Cisler <pavel@eazel.com> 2000-12-12 21:23:48 +00:00
nautilus-directory-notify.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-30 01:39:44 +00:00
nautilus-directory-private.h reviewed by: Rebecca Schulman <rebecka@eazel.com> 2001-01-04 23:30:43 +00:00
nautilus-directory.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-05 00:09:31 +00:00
nautilus-directory.h reviewed by: Michael Engber <engber@eazel.com> 2001-01-12 22:03:36 +00:00
nautilus-drag-window.c added second argument, `timestamp', that's passed straight through to 2001-01-04 20:34:04 +00:00
nautilus-drag-window.h reviewed by: Darin Adler <darin@eazel.com> 2001-01-04 02:00:05 +00:00
nautilus-drag.c Started work on volume black list. Added proc and boot to list. Need to 2000-12-25 08:30:18 +00:00
nautilus-drag.h reviewed by: Pavel Cisler<pavel@eazel.com> 2000-12-23 09:39:04 +00:00
nautilus-druid-page-eazel.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-druid-page-eazel.h Change required versions. 2000-10-06 01:17:32 +00:00
nautilus-druid.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-druid.h Change required versions. 2000-10-06 01:17:32 +00:00
nautilus-entry.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-04 02:09:02 +00:00
nautilus-entry.h reviewed by: Pavel Cisler<pavel@eazel.com> 2000-12-23 03:58:03 +00:00
nautilus-enumeration.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-enumeration.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-file-attributes.h reviewed by: John Sullivan <sullivan@eazel.com> 2000-12-07 01:55:39 +00:00
nautilus-file-changes-queue.c Fixed bug 4952 (Move or copy or large number of items fails). Final part 2000-12-29 07:37:19 +00:00
nautilus-file-changes-queue.h Work in progress on saving drop locations during a copy/move operation. 2000-09-12 09:25:48 +00:00
nautilus-file-operations-progress.c reviewed by: Gene Ragan <gzr@eazel.com> 2001-01-03 05:17:54 +00:00
nautilus-file-operations-progress.h add news from latest PR1 release. make dnd do real file operations from 2000-08-29 03:12:36 +00:00
nautilus-file-operations.c reviewed by: Ramiro Estrugo <ramiro@eazel.com> 2001-01-19 11:36:52 +00:00
nautilus-file-operations.h reviewed by: John Sullivan <sullivan@eazel.com> 2000-12-07 18:18:30 +00:00
nautilus-file-private.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-18 19:26:03 +00:00
nautilus-file-utilities.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-18 19:18:52 +00:00
nautilus-file-utilities.h reviewed by: Pavel Cisler <pavel@eazel.com> 2000-12-23 00:02:41 +00:00
nautilus-file.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-19 19:14:11 +00:00
nautilus-file.h reviewed by: Darin Adler <darin@eazel.com> 2001-01-19 19:14:11 +00:00
nautilus-font-factory.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-font-factory.h Task 667. Unhardcode font strings. 2000-06-02 20:34:43 +00:00
nautilus-font-picker.c Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-font-picker.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-gconf-extensions.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-gconf-extensions.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-gdk-extensions.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 04:58:53 +00:00
nautilus-gdk-extensions.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 04:58:53 +00:00
nautilus-gdk-font-extensions.c Some FIXME cleanup. 2001-01-05 02:03:34 +00:00
nautilus-gdk-font-extensions.h Some FIXME cleanup. 2001-01-05 02:03:34 +00:00
nautilus-gdk-pixbuf-extensions.c reviewed by: Nobody, because the "fix" is so revolting that none 2001-01-19 18:02:51 +00:00
nautilus-gdk-pixbuf-extensions.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-generous-bin.c Another cut on the desktop. Way closer. 2000-05-31 19:21:04 +00:00
nautilus-generous-bin.h Another cut on the desktop. Way closer. 2000-05-31 19:21:04 +00:00
nautilus-glib-extensions.c Added nautilus_g_round. 2001-01-06 01:32:39 +00:00
nautilus-glib-extensions.h Added nautilus_g_round. 2001-01-06 01:32:39 +00:00
nautilus-global-preferences.c Ramiro sent me this patch, which I tweaked slightly. 2001-01-19 17:22:57 +00:00
nautilus-global-preferences.h Make comments reflect reality more. Changed the structure of the file a 2001-01-18 15:06:24 +00:00
nautilus-gnome-extensions.c reviewed by: Maciej Stachowiak <mjs@eazel.com> 2000-12-19 10:57:50 +00:00
nautilus-gnome-extensions.h reviewed by: Maciej Stachowiak <mjs@eazel.com> 2000-12-19 10:57:50 +00:00
nautilus-graphic-effects.c implemented Arlo's new design for icon selection highlighting. It's still 2000-09-23 01:59:28 +00:00
nautilus-graphic-effects.h implemented Arlo's new design for icon selection highlighting. It's still 2000-09-23 01:59:28 +00:00
nautilus-gtk-extensions.c reviewed by: Gene Z. Ragan <gzr@eazel.com> 2001-01-16 16:54:37 +00:00
nautilus-gtk-extensions.h reviewed by: Gene Z. Ragan <gzr@eazel.com> 2001-01-16 16:54:37 +00:00
nautilus-gtk-macros.h Define empty NAUTILUS_ASSIGN_MUST_OVERRIDE_SIGNAL macro if 2001-01-12 16:57:43 +00:00
nautilus-horizontal-splitter.c reviewed by: Arlo Rose <arlo@eazel.com> 2001-01-16 01:31:56 +00:00
nautilus-horizontal-splitter.h Fixed bug 3420: "Show Sidebar" can leave sidebar at zero width 2000-10-03 15:57:31 +00:00
nautilus-icon-canvas-item.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-icon-canvas-item.h fixed bug 5338, switching to and from "tighter layout" messes up icon 2001-01-11 21:53:58 +00:00
nautilus-icon-container.c fixed some damage from the default theme change, including getting the 2001-01-19 07:08:34 +00:00
nautilus-icon-container.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-12 01:52:28 +00:00
nautilus-icon-dnd.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-12 01:52:28 +00:00
nautilus-icon-dnd.h Got rid of the crufty old way drag&drop motion used to handle updating the 2000-06-29 08:07:58 +00:00
nautilus-icon-factory-private.h made thumbnailing work remotely for all images, by treating small remote 2000-10-31 06:09:18 +00:00
nautilus-icon-factory.c backed out the Bonobo component throbber temporarily due to Bonobo 2001-01-18 19:46:08 +00:00
nautilus-icon-factory.h made the sidebar get the right icon for the hardware view by 2000-12-15 03:01:36 +00:00
nautilus-icon-private.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-12 01:52:28 +00:00
nautilus-icon-text-item.c Added nautilus_g_round. 2001-01-06 01:32:39 +00:00
nautilus-icon-text-item.h Added nautilus_g_round. 2001-01-06 01:32:39 +00:00
nautilus-image-with-background.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-image-with-background.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-image.c reviewed by: Mike Fleming <mfleming@eazel.com> 2001-01-12 01:10:52 +00:00
nautilus-image.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-iso9660.h Fixed bug 1866, Turn volume mounting code into an object. 2000-08-02 22:04:26 +00:00
nautilus-keep-last-vertical-box.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-keep-last-vertical-box.h Finished task 598 (Command button layout should account 2000-05-19 02:24:39 +00:00
nautilus-label-with-background.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-label-with-background.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-label.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-19 19:05:47 +00:00
nautilus-label.h reviewed by: Arik Devens <arik@gnome.org> 2001-01-13 00:07:07 +00:00
nautilus-lib-self-check-functions.c Leak-checking-related fixes. 2000-06-08 01:25:16 +00:00
nautilus-lib-self-check-functions.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-link-set.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-18 19:18:52 +00:00
nautilus-link-set.h made it reload the appropriate window after installing or removing a link 2000-06-12 23:18:52 +00:00
nautilus-link.c Checked in broken code before. Doh! 2001-01-16 19:01:52 +00:00
nautilus-link.h Fixed bugs in Nautilus link management, some other minor problems 2000-09-13 18:13:56 +00:00
nautilus-list-column-title.c Work on 2036 - drawing glitches in ListView. 2000-10-03 20:54:42 +00:00
nautilus-list-column-title.h First pass on making list column resizing live. 2000-03-17 04:46:16 +00:00
nautilus-list.c Fix 3558: Nautilus crashes with specific sequence of icon dragging and 2001-01-19 08:52:24 +00:00
nautilus-list.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-12 03:04:32 +00:00
nautilus-merged-directory.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-18 19:26:03 +00:00
nautilus-merged-directory.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-18 19:26:03 +00:00
nautilus-metadata.h reviewed by: Gene Z. Ragan <gzr@eazel.com> 2001-01-16 16:54:37 +00:00
nautilus-mime-actions.c reviewed by: Maciej Stachowiak <mjs@eazel.com> 2001-01-04 01:36:06 +00:00
nautilus-mime-actions.h Worked on getting rid of wait_until_ready. 2000-11-08 01:11:33 +00:00
nautilus-password-dialog.c reviewed by: Darin Adler <darin@eazel.com> 2000-11-14 02:46:02 +00:00
nautilus-password-dialog.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-preferences-box.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-box.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-dialog.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-dialog.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-group.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-group.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-item.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-item.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-pane.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-pane.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences-private.h Update for GConf HEAD (0.9) 2000-10-03 12:55:56 +00:00
nautilus-preferences.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-preferences.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-program-chooser.c reviewed by: Gene Z. Ragan <gzr@eazel.com> 2001-01-16 16:54:37 +00:00
nautilus-program-chooser.h Finished task 1044 (Make "Open With Other" behave sensibly 2000-06-14 00:36:44 +00:00
nautilus-program-choosing.c reviewed by: Pavel Cisler <pavel@eazel.com> 2000-11-30 00:06:07 +00:00
nautilus-program-choosing.h Fixed bugzilla.eazel.com bugs 4051 (applications which require 2000-11-12 05:28:41 +00:00
nautilus-radio-button-group.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-radio-button-group.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-scalable-font-private.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-scalable-font.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-scalable-font.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-search-uri.c Updated self-check expected results to match recent wording changes. This 2000-12-21 18:26:57 +00:00
nautilus-search-uri.h reviewed by: Darin Adler <darin@eazel.com> 2000-12-09 01:43:22 +00:00
nautilus-self-checks.c Fix 3558: Nautilus crashes with specific sequence of icon dragging and 2001-01-19 08:52:24 +00:00
nautilus-self-checks.h Write the names of the self-check functions as we run them. Maybe this 2001-01-18 00:03:23 +00:00
nautilus-smooth-widget.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-smooth-widget.h reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-sound.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-18 08:52:40 +00:00
nautilus-sound.h implemented sound process management using gconf to store the process ID 2000-10-03 07:31:50 +00:00
nautilus-stock-dialogs.c reviewed by: John Sullivan 2001-01-16 01:58:02 +00:00
nautilus-stock-dialogs.h reviewed by: John Sullivan 2001-01-16 01:58:02 +00:00
nautilus-string-list.c Allow for NULL to be treated as a zero length string list. 2001-01-16 10:17:09 +00:00
nautilus-string-list.h reviewed by: Gene Ragan <gzr@eazel.com> 2001-01-03 05:17:54 +00:00
nautilus-string-map.c Remove a FIXME (bug 2442) which i already fixed. 2000-08-29 22:11:45 +00:00
nautilus-string-map.h Add support for case insensitive string lists. 2000-08-21 16:35:03 +00:00
nautilus-string-picker.c Allow for NULL to be treated as a zero length string list. 2001-01-16 10:17:09 +00:00
nautilus-string-picker.h Allow for NULL to be treated as a zero length string list. 2001-01-16 10:17:09 +00:00
nautilus-string.c Some FIXME cleanup. 2001-01-05 02:03:34 +00:00
nautilus-string.h reviewed by: Gene Ragan <gzr@eazel.com> 2000-12-15 22:41:04 +00:00
nautilus-tabs.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-11 23:16:32 +00:00
nautilus-tabs.h added image-based tabs to the summary view. Also, fixed problem where the 2000-10-23 06:14:37 +00:00
nautilus-text-caption.c Allow for NULL to be treated as a zero length string list. 2001-01-16 10:17:09 +00:00
nautilus-text-caption.h Allow for NULL to be treated as a zero length string list. 2001-01-16 10:17:09 +00:00
nautilus-theme.c reviewed by: John Sullivan 2001-01-18 23:38:23 +00:00
nautilus-theme.h reviewed by: John Sullivan 2001-01-18 23:38:23 +00:00
nautilus-thumbnails.c Fix a crash that was blocking Eli -- a close was being called without 2001-01-18 22:30:30 +00:00
nautilus-thumbnails.h fixed bugs 5674, 5697 and 5699, Nautilus shows a broken image icon instead 2001-01-18 01:28:27 +00:00
nautilus-trash-directory.c reviewed by: Pavel Cisler <pavel@eazel.com> 2001-01-19 01:39:57 +00:00
nautilus-trash-directory.h Finished task 571 (Make a Trash "virtual directory" with trash 2000-08-22 02:11:45 +00:00
nautilus-trash-file.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-19 19:14:11 +00:00
nautilus-trash-file.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-09 02:05:41 +00:00
nautilus-trash-monitor.c reviewed by: Rebecca Schulman <rebecka@eazel.com> 2001-01-04 23:30:43 +00:00
nautilus-trash-monitor.h reviewed by: Darin Adler <darin@eazel.com> 2000-12-13 01:41:12 +00:00
nautilus-undo-context.c Bonobo objects own themselves, so we should not do a ref/sink on them. 2000-09-28 17:18:12 +00:00
nautilus-undo-context.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-manager.c Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-undo-manager.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-undo-signal-handlers.c reviewed by: Maciej Stachowiak <mjs@eazel.com> 2000-12-08 19:35:33 +00:00
nautilus-undo-signal-handlers.h Add newline to the end of the file to quiet gcc-2.96 warnings. 2000-09-23 10:13:58 +00:00
nautilus-vfs-directory.c reviewed by: Rebecca Schulman <rebecka@eazel.com> 2001-01-04 23:30:43 +00:00
nautilus-vfs-directory.h More prep work for the trash directory. 2000-08-14 23:45:21 +00:00
nautilus-vfs-file.c reviewed by: Darin Adler <darin@eazel.com> 2001-01-19 19:14:11 +00:00
nautilus-vfs-file.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-09 02:05:41 +00:00
nautilus-view-identifier.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-18 19:26:03 +00:00
nautilus-view-identifier.h Remove HAVE_POPT_H define since the bug in OAF that we were working around 2000-11-29 00:24:32 +00:00
nautilus-volume-monitor.c reviewed by: Arlo Rose <arlo@eazel.com> 2001-01-16 01:31:56 +00:00
nautilus-volume-monitor.h Fixed bug 5635, RPM view crashed if click "Install" after unmounting 2001-01-15 08:43:35 +00:00
nautilus-xml-extensions.c reviewed by: John Sullivan <sullivan@eazel.com> 2000-12-14 23:17:36 +00:00
nautilus-xml-extensions.h reviewed by: John Sullivan <sullivan@eazel.com> 2000-12-14 23:17:36 +00:00
README Fix the email for bitching. 1997-01-02 08:07:05 +00:00

README for nautilus/libnautilus-extensions

This library, libnautilus-extensions, is totally private to nautilus.

If you are writing a nautilus component, you should not use this
library or link with it in any way.

Soon, libnautilus-extensions will be renamed to nautilus-internals to
emphasize the fact that this is code that is internal to nautilus and 
not available for public consumption.

If you think that there is something interesting in this library that
you would like to use in a third party component, please send mail to
the nautilus mailing list at:

nautilus-list@lists.eazel.com