Find a file
Pavel Cisler 0c1ccd7e39 Bug 1792 - "New Terminal" command in menus. Added a menu item to the
2000-07-27  Pavel Cisler  <pavel@eazel.com>

	* src/file-manager/fm-desktop-icon-view.c:
	(new_terminal_menu_item_callback),
	(fm_desktop_icon_view_create_background_context_menu_items):
	Bug 1792 - "New Terminal" command in menus.
	Added a menu item to the desktop context menu to start a new
	terminal.

	* libnautilus-extensions/nautilus-gnome-extensions.c:
	* libnautilus-extensions/nautilus-gnome-extensions.h:
	(max_open_files), (nautilus_gnome_terminal_shell_execute),
	(nautilus_gnome_open_terminal):
	For the above, added a call to launch a new Terminal, pieced together
	from the origina GMC code, getting rid of some cruft we do not
	need and using stock glib calls where possible.

	* src/file-manager/fm-directory-view.c:
	(new_folder_menu_item_callback), (fm_directory_view_add_menu_item),
	(fm_directory_view_real_create_background_context_menu_items),
	(fm_directory_view_real_create_selection_context_menu_items):
	* src/file-manager/fm-directory-view.h:
	Did a part of 1063 - "The right click desktop menu needs more commands
	to match gmc" that is not covered by a separate bug - added a "New
	Folder" menu item.
	Fixes 1065 and 1067.

	* src/file-manager/dfos-xfer-progress-dialog.c:
	(create_titled_label), (dfos_xfer_progress_dialog_initialize):
	Complete task 1504 - Copy progress dialog needs a visual redesign.
	Made it so that the Copying:, From: and To: lines are packed more
	snugly, as per the design. The spacing of the original GtkLabels
	was too spacy.
	Used a non-zero border to offset the items more from the dialog edges
	to make it look more as designed.
2000-07-27 12:50:27 +00:00
components Some work in progress on some model/view separation for the tree view. 2000-07-27 09:03:08 +00:00
cut-n-paste-code Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
data made it so that different categories in the property browser could have a 2000-07-26 19:58:12 +00:00
docs Massive reorganization of components/services. All service components 2000-05-09 20:46:01 +00:00
helper-utilities Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
icons Fixed bug #1775, add home directory to desktop. 2000-07-27 07:20:12 +00:00
idl Removed the fsextension IDL, which was a work in progress that no one is 2000-05-12 01:11:15 +00:00
libnautilus reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
libnautilus-extensions Bug 1792 - "New Terminal" command in menus. Added a menu item to the 2000-07-27 12:50:27 +00:00
libnautilus-private Bug 1792 - "New Terminal" command in menus. Added a menu item to the 2000-07-27 12:50:27 +00:00
librsvg Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
nautilus-installer Change to use bonobo_object_unref now that the leaks have been fixed. This 2000-07-12 19:33:38 +00:00
nautilus-widgets Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
po Translations from Keld 2000-07-27 03:02:23 +00:00
src Bug 1792 - "New Terminal" command in menus. Added a menu item to the 2000-07-27 12:50:27 +00:00
test Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
tools Turn my dumbass brain on this time before committing. Add the moved leak 2000-07-15 02:12:01 +00:00
.cvsignore Some generated file names changed, so these must change too. 2000-07-14 22:56:20 +00:00
acconfig.h Bzip2 > 1.0.0 compatability shoud work now. 2000-06-30 16:21:05 +00:00
AUTHORS Added myself. 2000-03-12 16:45:38 +00:00
autogen.sh Finish the hack to not make people get gnome.m4 from gnome-libs any more. 2000-02-23 19:06:47 +00:00
ChangeLog Bug 1792 - "New Terminal" command in menus. Added a menu item to the 2000-07-27 12:50:27 +00:00
ChangeLog-20000414 Added appropriate copyright notices. 2000-04-14 06:40:27 +00:00
ChangeLog-20000625 Ignore some additional generated files. 2000-06-26 18:01:44 +00:00
check-config-h.pl Added "." parameter to "find" so it works with non-GNU versions of find. 2000-05-09 00:57:17 +00:00
check-FIXME.pl Maciej helped me refine the find command so it doesn't go into po or CVS 2000-05-17 00:48:10 +00:00
check-headers-in-Makefile.pl Wrote a script to check that the Makefile.am file matches what's actually 2000-07-05 23:49:25 +00:00
configure.in Added a hacked version of the freetype2 beta, for use by librsvg. 2000-07-19 07:19:48 +00:00
COPYING.LIB Just adding copyright/license notices, and a copy of the LGPL. 1999-12-07 19:59:42 +00:00
HACKING Updated gnome-libs branch. A cut at a real timed wait implementation; not 2000-07-14 00:42:14 +00:00
MAINTAINERS Changed to the new Nautilus list instead of the old secret list. 2000-04-27 22:54:19 +00:00
Makefile.am Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
nautilus-clean.sh just fixed a simple mis-spelling 2000-06-28 04:02:30 +00:00
nautilus.desktop Added German (de) to ALL_LINGUAS Added German translations 2000-06-14 16:30:36 +00:00
nautilus.png Made NautilusFile async. like NautilusDirectory already was. 2000-06-20 22:09:36 +00:00
nautilus.spec.in Added the arlo theme to spec file 2000-07-13 21:24:36 +00:00
NEWS Basic framework is there. Now for URL resolution and loading. 1999-12-06 00:49:57 +00:00
README Fixed bugs, mostly related to editable text fields. 2000-04-17 18:25:56 +00:00
RENAMING Add an entry. 2000-07-24 07:52:00 +00:00
TODO Added an empty file to fix the build (required since Elliot added it to 2000-07-13 23:10:07 +00:00

Nautilus is still in its early stages. You can learn more about it at http://nautilus.eazel.com.