Commit graph

116 commits

Author SHA1 Message Date
Eskil Heyn Olsen
fd2cb2e9b2 This is way people should use a highlighting editor so you wouldn't have
* libnautilus/Makefile.am (BUILT_SOURCES): This is way people
	should use a highlighting editor so you wouldn't have these broken
	BUILT_SOURCES things.

	* Makefile.am (SUBDIRS): Moved components and helper-utilies
	downwards in the SUBDIRS so it builds again.
2000-05-13 00:31:31 +00:00
Darin Adler
57d3420ba5 Added the idl directory.
* Makefile.am: Added the idl directory.

	* libnautilus-extensions/nautilus-gnome-extensions.h:
	* libnautilus-extensions/nautilus-gnome-extensions.c:
	(nautilus_simple_dialog): Turned on line wrapping for the label
	in the simple dialog.
	(turn_on_line_wrap_flag), (show_ok_box), (nautilus_error_dialog),
	(nautilus_error_dialog_parented): Made alternate versions of
	gnome_error_dialog and gnome_error_dialog_parented that turn on
	line wrapping for the message label.

	* libnautilus-extensions/nautilus-icon-canvas-item.c:
	(draw_or_measure_label_text): Made the list of characters to break
	lines on localizable.

	* libnautilus-extensions/nautilus-icon-dnd.c:
	(confirm_switch_to_manual_layout): Took newlines out of messages
	since the dialog now does line wrapping.

	* src/file-manager/dfos-xfer.c: (handle_xfer_vfs_error),
	(handle_xfer_overwrite): Took out some extraneous spaces. I could
	have also removed the newlines since the functions call something
	that does line wrapping, but I decided not to.

	* src/file-manager/fm-properties-window.c:
	(name_field_update_to_match_file): Fixed a double delete bug.
	This may have been what Ali was running into when he was clicking
	quickly on all the emblems in succession.

	* src/nautilus-property-browser.c:
	Did a cleanup pass on the entire file. Marked things localizable
	and marked some bugs with FIXME among other things.

	* src/ntl-window-msgs.c: (nautilus_window_update_state): Added
	code to check for NULL so that we won't core dump when trying
	to "go back" from the first failed view.
	(nautilus_window_progress_indicate),
	(nautilus_window_end_location_change_callback): Got rid of newlines
	from messages and called the function that now does line wrapping.
2000-05-12 23:08:45 +00:00
Ramiro Estrugo
c887166e14 Add authenticate helper utility to build. 2000-04-27 16:05:08 +00:00
Ramiro Estrugo
80a7e3980b Add nautilus.png to EXTRA_DIST. 2000-04-27 14:47:16 +00:00
Ramiro Estrugo
8a6ced0acb Add gnome panel .desktop file and logo. 2000-04-27 14:30:32 +00:00
Ramiro Estrugo
a028f800f7 Install libnautilus-extensions files in the right place. Add first try
at rpm spec file.
2000-04-26 18:37:21 +00:00
Ramiro Estrugo
09b3bf22bc Split libnautilus into two pieces.
libnautilus now only contains the view interfaces needed by nautilus
components.

These are the interfaces defined in nautilus-view-component.idl.

libnautilus-extensions containes the remainder of the stuff.

Also used the cvs repository munging opportunity to do some of the
ntl-* renaming outlined in the RENAIMING file.
2000-04-14 15:16:44 +00:00
Andy Hertzfeld
c599d12496 added Raph's scalable vector icons machinery
added Raph's scalable vector icons machinery
2000-04-14 01:33:35 +00:00
Valek Frob
ba36989e31 Added some stuff for i18n. 2000-04-12 19:34:11 +00:00
Ramiro Estrugo
636bcb29bc Add a data directory to the tree. This is the default per-user data that
* data/.cvsignore,
data/Makefile.am:
Add a data directory to the tree.  This is the default per-user
data that nautilus installs the first time it runs.

*data/top/.cvsignore,
data/top/Makefile.am,
data/top/Welcome:
Add a top directory to the tree.  The top directory is an
alternative home place for novice users.

*configure.in,
Makefile.am:
Grok the above.
2000-03-12 17:06:37 +00:00
Ramiro Estrugo
9b1a08711a Adding nautilus-widgets to the tree - a place to put generic widgets that are
not necessarily coupled to nautilus.
2000-03-10 15:59:07 +00:00
Elliot Lee
0e11f0e3f5 Add icons
* configure.in, Makefile.am, icons/: Add icons

* src/file-manager/fm-directory-view.c: Everything goes inside the scroll-frame, not the
view itself.
1999-12-14 19:46:16 +00:00
Elliot Lee
d8d32551f3 push out.
push out.
1999-12-09 23:56:07 +00:00
Elliot Lee
e827b17e5c Just adding copyright/license notices, and a copy of the LGPL.
Just adding copyright/license notices, and a copy of the LGPL.
1999-12-07 19:59:42 +00:00
Elliot Lee
1d23907d45 Implement libnautilus.
Implement libnautilus.

Normalize the way requests and notifications are passed around.
1999-12-06 23:23:41 +00:00
Elliot Lee
b0a476e10d Initial revision 1999-12-05 00:40:26 +00:00