Commit graph

33 commits

Author SHA1 Message Date
Mathieu Lacage 3bd900bb5e Fix bug 4619. fdl of nautilus collides with help from gnome-core. This is
2000-11-09  Mathieu Lacage  <mathieu@eazel.com>

	Fix bug 4619. fdl of nautilus collides with help from gnome-core.
	This is a workaround till we have a new shipped gnome-core.
	* nautilus.spec.in: remove fdl directory
	* user-guide/C/Makefile.am: remove fdl installation
	* user-guide/C/fdl.sgml: remove
	* user-guide/C/sgml/fdl.sgml: add
	* user-guide/C/sgml/nautilus.sgml: change to use the new fdl file.
2000-11-09 19:10:30 +00:00
Mathieu Lacage 72f6619b8f fix make distcheck.
2000-11-06  Mathieu Lacage  <mathieu@eazel.com>

	* user-guide/C/Makefile.am: fix make distcheck.
2000-11-06 18:09:55 +00:00
Andy Hertzfeld fb4c176b9e fixed bug 4475, add license to help menu
fixed bug 4475, add license to help menu

	* src/nautilus-shell-ui.xml:
	added menu item for "Nautilus License"
	* src/nautilus-window-menus.c:
	(help_menu_nautilus_license_callback),
	(nautilus_window_initialize_menus):
	added a bonobo verb and a handler to invoke the license document
	* user-guide/C/Makefile.am:
	added license.html
	* user-guide/C/html/.cvsignore:
	* user-guide/C/html/license.html:
	added license html file from Bud.
2000-11-06 00:13:37 +00:00
Darin Adler a96c73cb26 Tell everyone that we are back on bonobo HEAD. Make sure Nautilus doesn't
* README: Tell everyone that we are back on bonobo HEAD.
	* configure.in: Make sure Nautilus doesn't try to compile with the
	old bonobo.

	* components/adapter/nautilus-adapter-embed-strategy.c:
	(nautilus_adapter_embed_strategy_get):
	* components/adapter/nautilus-adapter-load-strategy.c:
	(nautilus_adapter_load_strategy_get):
	* components/adapter/nautilus-adapter-progressive-load-strategy.c:
	(nautilus_adapter_progressive_load_strategy_load_location):
	* components/history/nautilus-history-view.c:
	(history_view_frame_call_begin):
	* libnautilus/nautilus-undo.c: (set_up_bonobo_control):
	* libnautilus/nautilus-view.c: (view_frame_call_begin):
	* libnautilus/nautilus-zoomable.c:
	(nautilus_zoomable_ensure_zoomable_frame):
	Fix all the callers of query_interface in CORBA to call it
	queryInterface (I used the Bonobo script to do it).

	* src/nautilus-window.h:
	* src/nautilus-window.c: (nautilus_window_constructed),
	(nautilus_window_set_arg), (nautilus_window_get_arg),
	(nautilus_window_set_content_view_widget): Update for BonoboWin ->
	BonoboWindow change. Once again, the change was done by the Bonobo
	script (but I had to undo the spaces it ate after BONOBO_WIN).

	* components/services/install/idl/trilobite-eazel-install.idl:
	* components/services/time/idl/trilobite-eazel-time-service.idl:
	* components/services/trilobite/idl/trilobite-service.idl:
	* components/services/trilobite/sample/idl/sample-service.idl:
	* libnautilus-adapter/nautilus-adapter-factory.idl:
	* libnautilus/nautilus-distributed-undo.idl:
	* libnautilus/nautilus-view-component.idl:
	Since IDL dependencies don't work, I touched every IDL file to
	make the switchover smoother. This only works if people update
	before they try to build and fail, otherwise they need to do:
		find -name '*.xml' | xargs touch
	(Maciej and I want to add dependency support to orbit-idl to make
	this problem go away long term).

	* src/nautilus-desktop-window.c: (realize):
	The script updated this comment to, so I let it.

	* user-guide/C/Makefile.am: Took out the botched change I made to
	this file. Mathieu did the correct one.
2000-11-04 00:48:52 +00:00
Mathieu Lacage e7bbf724b8 fix pb with buildir != srcdir
2000-11-03  Mathieu Lacage  <mathieu@eazel.com>

    * user-guide/C/Makefile.am: fix pb with buildir != srcdir
2000-11-03 20:33:01 +00:00
Darin Adler 9a7d7b980c Add a missing file. Another cut at making "make distcheck" work.
* user-guide/C/Makefile.am: Add a missing file. Another cut at
	making "make distcheck" work.
2000-11-03 20:15:06 +00:00
Mathieu Lacage 431b1fa0f4 Fix bug 4434 and bug 4430 remove switch to remember root password. remove
2000-11-02  Mathieu Lacage  <mathieu@eazel.com>

    Fix bug 4434 and bug 4430
    * libnautilus-extensions/nautilus-password-dialog.c:
    (nautilus_password_dialog_new): remove switch to remember
    root password.
    * user-guide/C/sgml/chapter-1.sgml: remove mention of PDF.
2000-11-03 02:40:05 +00:00
Mathieu Lacage 767bb53ad3 adding fdl. adding installation of fdl adding fdl
2000-11-01  Mathieu Lacage  <mathieu@eazel.com>

	* nautilus.spec.in: adding fdl.
	* user-guide/C/Makefile.am: adding installation of fdl
	* user-guide/C/fdl.sgml: adding fdl
2000-11-01 20:54:55 +00:00
Gene Ragan 9c010390e8 CO2000-11-01 Gene Z. Ragan <gzr@eazel.com>
Fixed bug 4337, Title for nautilus user manual is "GNOME Documemtation"

	* user-guide/C/sgml/nautilus.sgml:
	Added "Nautilus User Manual" as <title> tag.
2000-11-01 20:13:11 +00:00
Mathieu Lacage 6d2960fe64 add applet to the spec file.
2000-10-31  Mathieu Lacage  <mathieu@eazel.com>

	* nautilus.spec.in: add applet to the spec file.
	* user-guide/C/sgml/chapter-1.sgml:
	* user-guide/C/sgml/chapter-2.sgml:
	* user-guide/C/sgml/chapter-3.sgml:
	* user-guide/C/sgml/nautilus.sgml:
	update the sgml files.
2000-10-31 23:45:55 +00:00
Mathieu Lacage e13fc638db second round of fixing of the sgml. Will be the last one hopefuly.
2000-10-28  Mathieu Lacage  <mathieu@eazel.com>

	second round of fixing of the sgml. Will be
	the last one hopefuly.
	* user-guide/C/sgml/chapter-1.sgml:
	* user-guide/C/sgml/chapter-2.sgml:
	* user-guide/C/sgml/chapter-3.sgml:
	* user-guide/C/sgml/install.sgml:
	* user-guide/C/sgml/intro.sgml:
2000-10-27 22:26:08 +00:00
Mathieu Lacage d2adb51fcd update to John's latest version, fix the sgml where needed. Need a new
2000-10-27  Mathieu Lacage  <mathieu@eazel.com>

	* user-guide/C/sgml/chapter-1.sgml:
	* user-guide/C/sgml/chapter-2.sgml:
	* user-guide/C/sgml/chapter-3.sgml:
	* user-guide/C/sgml/install.sgml:
	* user-guide/C/sgml/intro.sgml:
	* user-guide/C/sgml/nautilus.sgml:
	update to John's latest version, fix the sgml where needed.
	Need a new round of checking on my laptop. Help now displays
	images !! hooray for Ali Abdin :)
2000-10-27 21:51:32 +00:00
Rebecca Schulman c1ca89cb42 Fixed the panel menu item to launch the desktop and one nautilus window,
2000-10-26  Rebecca Schulman  <rebecka@eazel.com>
	Fixed the panel menu item to launch the desktop
	and one nautilus window, starting at the user's
	home directory by default.  To do this, we created
	a new script called launch-nautilus.  Ramiro
	recommended some changes to run-nautilus that
	I also did.

	* nautilus.desktop:
	Changed run-nautilus to launch-nautilus
	* nautilus.spec.in:
	Changed run-nautilus to launch-nautilus,
	since run-nautilus won't be needed in the
	rpm
	* src/Makefile.am:
	added launch-nautilus to the build
	* src/launch-nautilus:
	* src/run-nautilus:
	removed the mozilla environment
	LD_LIBRARY_PATH hacks.

	* user-guide/C/sgml/chapter-1.sgml:
	Corrected an HTML error.
2000-10-26 21:52:53 +00:00
Mathieu Lacage f9e283bf29 updates 2000-10-25 03:53:01 +00:00
Eskil Heyn Olsen 5219e151ff Fixing tinderbox build.
* user-guide/C/Makefile.am:
	Fixing tinderbox build.
2000-10-24 04:45:04 +00:00
Mathieu Lacage 06ef8170ec make it install files for real...
2000-10-23  Mathieu Lacage  <mathieu@eazel.com>

	* user-guide/C/Makefile.am: make it install files for real...
2000-10-24 01:49:03 +00:00
Mathieu Lacage 8949c806a3 applying patch from John Fleck to make it work better with the current
2000-10-23  Mathieu Lacage  <mathieu@eazel.com>

	* user-guide/C/sgml/chapter-1.sgml:
	applying patch from John Fleck to make it work better
	with the current gnome-db2html behaviour.
2000-10-23 20:14:05 +00:00
Mathieu Lacage 70d86ab8df ok, removing those files till I take time to redo them all to have decent sizes. People keep on complaining how it kills their bandwith. I wished I could shoot the guy who made them. 2000-10-21 20:39:13 +00:00
Ali Abdin 1f25520dd8 Experiment Failed 2000-10-21 13:13:34 +00:00
Ali Abdin 7073595f24 I can not download 9MB of images, and I have an important check-in to do! 2000-10-21 13:10:37 +00:00
John Fleck 39d319d2e8 John Fleck <jfleck@inkstain.net> "doctype" in nautilus.sgml dtd must be in
John Fleck <jfleck@inkstain.net> "doctype" in nautilus.sgml dtd must be in all caps, "DOCTYPE"
2000-10-21 03:12:03 +00:00
Mathieu Lacage 8f9cd1969e stupid me: forgot a sect2 in the middle of nowhere...
2000-10-21  Mathieu Lacage  <mathieu@eazel.com>

	* user-guide/C/sgml/chapter-1.sgml:
	stupid me: forgot a sect2 in the middle of nowhere...
2000-10-21 00:08:37 +00:00
Mathieu Lacage 03ec36f772 fix entity declaration. 2000-10-20 20:49:02 +00:00
Mathieu Lacage 310d49e11d help system wants a special file name 2000-10-20 19:15:35 +00:00
Mathieu Lacage 61b85f7dd4 More ids in sects.
2000-10-20  Mathieu Lacage  <mathieu@eazel.com>

	More ids in sects.
	* user-guide/C/sgml/chapter-2.sgml:
	* user-guide/C/sgml/chapter-3.sgml:
2000-10-20 18:43:23 +00:00
Mathieu Lacage e62852181d Add sect ids and big caps entities
2000-10-20  Mathieu Lacage  <mathieu@eazel.com>

	Add sect ids and big caps entities
	* user-guide/C/sgml/chapter-1.sgml:
	* user-guide/C/sgml/install.sgml:
	* user-guide/C/sgml/intro.sgml:
	* user-guide/C/sgml/manual.sgml:
2000-10-20 18:01:44 +00:00
Mathieu Lacage 1e31cdad26 Add screenshot images.
2000-10-20  Mathieu Lacage  <mathieu@eazel.com>

	Add screenshot images.
	* user-guide/C/sgml/chapter-1.sgml:
	* user-guide/C/sgml/chapter-2.sgml:
	* user-guide/C/sgml/chapter-3.sgml:
	* user-guide/C/sgml/install.sgml:
2000-10-20 05:40:49 +00:00
Mathieu Lacage e5fc29f3c2 change a screeenshot name. 2000-10-20 05:33:32 +00:00
Mathieu Lacage 5bc7df8477 removing those useless files now. NOW. I HATE THEM. I HATE EVERYONE. - those were his last words. He was sentenced to death because of Eazel's new company policy: Always end your day conversation with "Have a nice day". <ramiro@eazel.com> - is this politicallly correct ? <mathieu@eazel.com> - who cares ? <me> 2000-10-20 01:27:54 +00:00
Mathieu Lacage 98cbb36433 modify to install sgml instead of html add add
2000-10-19  Mathieu Lacage  <mathieu@eazel.com>

	* user-guide/C/Makefile.am: modify to install sgml
	instead of html
	* user-guide/C/img/.cvsignore: add
	* user-guide/C/sgml/.cvsignore: add

	sgml files.
	* user-guide/C/sgml/chapter-1.sgml:
	* user-guide/C/sgml/chapter-2.sgml:
	* user-guide/C/sgml/chapter-3.sgml:
	* user-guide/C/sgml/install.sgml:
	* user-guide/C/sgml/intro.sgml:
	* user-guide/C/sgml/manual.sgml:
	* user-guide/C/sgml/model.sgml:

	screenshots....
	* user-guide/C/img/*.png
2000-10-20 01:00:21 +00:00
Darin Adler 5969517510 Skip the macros directory.
* check-FIXME.pl: Skip the macros directory.

	* libnautilus-extensions/nautilus-directory-async.c:
	(async_job_start), (async_job_end), (get_one_value_callback),
	(get_one_value), (async_job_wake_up): Add new calls that limit the
	number of async. jobs done at once.
	(directory_count_cancel), (deep_count_cancel), (mime_list_cancel),
	(top_left_cancel), (activation_uri_cancel), (file_info_cancel),
	(metafile_read_cancel), (metafile_read_done): End the async. job
	if it's cancelled.
	(metafile_read_try_public_metafile), (metafile_read_restart):
	Changed the old metafile_read_start function's name to
	metafile_read_restart since it's used on the second try.
	(is_anyone_waiting_for_metafile), (metafile_read_start): Move the
	logic about whether to start reading into this function to make it
	more like the other jobs. Also start the async. job.
	(file_list_cancel): Changed name for consistency and end the
	async. job.
	(directory_count_callback): End the async. job.
	(start_monitoring_file_list): Start the async job.
	(file_list_start): Moved logic about when to start loading the file
	list into this function to make it more like other jobs.
	(directory_count_start): Renamed to make it more like other jobs
	and start the async. job.
	(deep_count_callback): End the async. job.
	(deep_count_start): Start the async. job.
	(mime_list_callback): End the async. job.
	(mime_list_start): Start the async. job.
	(top_left_read_done): End the async. job.
	(top_left_start): Start the async. job.
	(get_info_callback): End the async. job.
	(file_info_start): Start the async. job.
	(activation_uri_done): End the async. job.
	(activation_uri_start): Start the async. job.
	(nautilus_directory_async_state_changed): Wake up directories that
	may have breathing from from all the cancellation.
	(nautilus_directory_cancel): Moved the cancelling code down here,
	remove a directory from the waiting list when it goes, and also
	wake up directories that may have breathing room from all the
	cancellation.

	* libnautilus-extensions/nautilus-directory-private.h: Remove
	request_read_metafile from the header.

	* libnautilus-extensions/nautilus-directory.c:
	(nautilus_directory_destroy): Eliminate the call to
	nautilus_directory_stop_monitoring_file_list since that's now
	handled by nautilus_directory_cancel.

	* libnautilus-extensions/nautilus-file-private.h: Removed the
	got_*_mime_type variables since they are the same as *_mime_type
	!= NULL.

	* libnautilus-extensions/nautilus-file.c: (destroy): Get rid of
	checks for NULL before calling g_free.
	(nautilus_file_update_info): Replace == FALSE with !. Simplified
	some tortuous logic by getting rid of checks for NULL that weren't
	needed and booleans that weren't needed.
	(get_either_mime_type): Add helper to make it easier to avoid
	confusion between default and slow MIME type.
	(nautilus_file_compare_by_type): Use get_either_mime_type so it
	works when default MIME type is NULL.
	(nautilus_file_get_type_as_string): Use get_either_mime_type so it
	works when default MIME type is NULL.
	(nautilus_file_get_slow_mime_type): Simplified logic. Also got rid
	of "application/nonono" which was left here by accident.
	(nautilus_file_get_mime_type): Simplified logic and use
	get_either_mime_type to share code.
	(nautilus_file_is_mime_type): Simplified logic and use
	get_either_mime_type to share code.

	* src/file-manager/fm-directory-view.c: Format tweaks.

	* user-guide/C/Makefile.am: Not so much echoing as we install.
2000-10-17 21:50:19 +00:00
Darin Adler bcde89c9ce Fixed storage leak. (nautilus_bonobo_get_hidden): Fixed bug where an item
* libnautilus-extensions/nautilus-bonobo-extensions.c:
	(nautilus_bonobo_get_label): Fixed storage leak.
	(nautilus_bonobo_get_hidden): Fixed bug where an item without a
	hidden property would say it was hidden, but the default is to not
	be hidden. Also fixed a storage leak.
	(nautilus_bonobo_add_menu_item), (nautilus_bonobo_add_submenu):
	Added code to encode the label. This is due to the hack added to
	bonobo so we can handle 8-bit characters in labels without
	updgrading to gnome-xml 2.
	(nautilus_bonobo_set_icon): Removed the code to get the old value
	of the icon before setting the new value.
	Also improved return_if_fail checks a bit. If we're going to have
	them, they should check the type, not just != NULL.

	* libnautilus-extensions/nautilus-bonobo-extensions.h: Fixed the
	formatting and removed the old code in ifdef UIH.

	* po/XMLFILES.in: Added a bunch of XML files that will one-day
	need localization.

	* src/file-manager/fm-icon-view.c: (update_layout_menus): Set up
	the toggle state using the command rather than the menu item.
	* src/nautilus-shell-ui.xml: First cut at making the location
	bar expand rather than
	* src/nautilus-window.c: (nautilus_window_destroy):

	* components/services/install/command-line/Makefile.am: Added a
	bunch of unused files to this makefile to quiet down the
	check-headers-in-Makefile.pl script. This is the one directory
	where we had dead C code that's not mentioned in the makefile.
2000-10-11 17:52:33 +00:00
Mathieu Lacage fcf7855410 fix small buggy with fix from ramiro: make sure mozilla loads local fiels
2000-10-10  Mathieu Lacage  <mathieu@eazel.com>

	fix small buggy with fix from ramiro: make sure mozilla
	loads local fiels through its own file library, not gnome-vfs.
	* components/mozilla/nautilus-mozilla-content-view.c:
	(mozilla_is_uri_handled_by_mozilla):

	autoconf magic for the documentation
	* configure.in:
	* Makefile.am:
	* user-guide/C/Makefile.am:
	* user-guide/Makefile.am:

	actual html/jpg/css documentation.
	* user-guide/C/html/*:
2000-10-11 03:24:05 +00:00