Commit graph

9090 commits

Author SHA1 Message Date
James Willcox df4b831d06 Add some snot to new windows when they are opened in spatial mode.
2004-01-10  James Willcox  <jwillcox@gnome.org>

        * src/nautilus-spatial-window.c: (nautilus_spatial_window_realize),
        (real_set_throbber_active), (nautilus_spatial_window_class_init):
        * src/nautilus-spatial-window.h:

        Add some snot to new windows when they are opened in spatial mode.
        Basically tries to compensate for the lack of throbber.
2004-01-11 01:20:39 +00:00
Dave Camp 961d315c4b Moved the typeahead duration to a public header. Implement icon-view-style
2004-01-10  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-icon-container.h:
	* libnautilus-private/nautilus-icon-container.c:
	(handle_typeahead): Moved the typeahead duration to a
	public header.
	* src/file-manager/fm-list-view.c: (select_matching_name),
	(fm_list_view_flush_typeselect_state), (handle_typeahead),
	(key_press_callback), (fm_list_view_finalize),
	(fm_list_view_instance_init): Implement icon-view-style
	typeahead for the list view.  Patch from
	Jürg Billeter <j@bitron.ch>
2004-01-10 20:58:06 +00:00
Ole Laursen 711ee0bda0 Fixed some more strings.
2004-01-10  Ole Laursen  <olau@hardworking.dk>

	* da.po: Fixed some more strings.
2004-01-10 15:35:29 +00:00
Christian Neumair 37389f8cb7 Updated German translation. 2004-01-10 14:15:40 +00:00
Changwoo Ryu c128a91cb2 Updated Korean translation.
* ko.po: Updated Korean translation.
2004-01-10 05:47:35 +00:00
Danilo Å egan 6cbfeb99d2 Updated Serbian translation.
2004-01-10  Danilo Å egan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.

	* POTFILES.in: Added libnautilus-private/nautilus-file-utilities.c.
2004-01-10 00:32:50 +00:00
Sebastien Bacher f8dd5bd302 typo fix (Closes: #128318).
2004-01-10  Sebastien Bacher  <seb128@debian.org>

	* src/nautilus-spatial-window-ui.xml: typo fix (Closes: #128318).
2004-01-09 23:12:50 +00:00
Ole Laursen b1067ea687 Fixed some strings in Danish translation.
2004-01-09  Ole Laursen  <olau@hardworking.dk>

	* da.po: Fixed some strings in Danish translation.
2004-01-09 19:23:59 +00:00
Alexander Larsson e30b836d5f Patch from Jürg Billeter <j@bitron.ch>
2004-01-09  Alexander Larsson  <alexl@redhat.com>

        Patch from Jürg Billeter <j@bitron.ch>

	* libnautilus-private/Makefile.am:
	* libnautilus-private/nautilus-cell-renderer-pixbuf-emblem.[ch]:
	pixbuf CellRenderer that handles emblems too

	* src/file-manager/fm-list-model.[ch]:
	* src/file-manager/fm-list-view.c:
	Add support for emblems to list

	* src/file-manager/fm-tree-model.[ch]
	* src/file-manager/fm-tree-view.c:
	Add support for emblems to tree
2004-01-09 14:37:51 +00:00
Alexander Larsson 35a5290eac application/x-desktop is the new desktop file mime type
2004-01-09  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c: (nautilus_file_can_rename),
	(nautilus_file_is_nautilus_link):
	* libnautilus-private/nautilus-link.c:
	(get_link_style_for_mime_type):
	* src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list):
	application/x-desktop is the new desktop file mime type
2004-01-09 09:45:10 +00:00
Christophe Merlet 9dcf9e0331 Updated French translation. 2004-01-07 23:07:32 +00:00
Miloslav Trmac 11c99ebedb Update Czech translation 2004-01-07 19:20:22 +00:00
Alexander Larsson b728ba9241 New funciton
2004-01-07  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-utilities.[ch]:
	(nautilus_get_vfs_method_display_name): New funciton

	* src/nautilus-window.c:
	Use nautilus_get_vfs_method_display_name to set
	the title

	* libnautilus-private/nautilus-icon-container.c:
	Remove tab icon navigation. Makes normal keynav work.

	* src/nautilus-shell-ui.xml:
	* src/nautilus-spatial-window.[ch]:
	* src/nautilus-window-manage-views.c:
	Add location button menu to spatial windows.
2004-01-07 19:02:14 +00:00
Alexander Larsson d7adb0e537 forgot this before 2004-01-07 13:21:11 +00:00
Paul Duffy 732ec3b389 updated irish translation 2004-01-07 13:11:47 +00:00
Kjartan Maraas ed60cf88f0 Remove missing files and add some new ones. Remove missing files. Update.
2004-01-06  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Remove missing files and add some new ones.
	* POTFILES.skip: Remove missing files.
	* no.po: Update.
2004-01-06 20:43:29 +00:00
Dave Camp 6d13ebd49a Remove components/tree/Makefile from AC_OUTPUT.
2004-01-06  Dave Camp  <dave@ximian.com>

	* configure.in: Remove components/tree/Makefile from
	AC_OUTPUT.
2004-01-06 20:08:54 +00:00
Alexander Larsson 79ef6c2601 Patch from: Juerg Billeter <j@bitron.ch>
2004-01-06  Alexander Larsson <alexl@redhat.com>

	Patch from: Juerg Billeter <j@bitron.ch>

	* components/Makefile.am:
	* components/tree/
	Remove tree component (moved to file-manager)

	* src/Nautilus_shell.server.in:
	* src/file-manager/Makefile.am:
	Move tree view here

	* src/nautilus-application.c:
	Tree view activation

	* src/file-manager/fm-properties-window.[ch]:
	* src/file-manager/fm-directory-view.c:
	Make properties window take GtkWidget instead of DirectoryView.

	* src/file-manager/fm-tree-model.[ch]:
	* src/file-manager/fm-tree-view.[ch]:
	Move tree view here, first cut at popup menus
2004-01-06 17:54:18 +00:00
Miloslav Trmac 8e22b0c585 Update Czech translation 2004-01-06 16:29:29 +00:00
Alexander Larsson 3221b4f7e4 Pop up folder menu on right click in background Patch from
2004-01-06  Alexander Larsson <alexl@redhat.com>

	* src/file-manager/fm-list-view.c (button_press_callback):
	Pop up folder menu on right click in background
	Patch from chris@gnome-de.org
2004-01-06 16:24:49 +00:00
Alexander Larsson 4dc86e45cb Turn on home icon on desktop by default
2004-01-06  Alexander Larsson <alexl@redhat.com>

	* libnautilus-private/apps_nautilus_preferences.schemas.in:
	Turn on home icon on desktop by default

	* libnautilus-private/nautilus-icon-dnd.c:
	* src/nautilus-property-browser.c:
	Handle new svg mime type

	* src/nautilus-navigation-window-ui.xml:
	* src/nautilus-spatial-window-ui.xml:
	Don't use computer icon for templates
2004-01-06 16:10:54 +00:00
Alexander Larsson c1757d480e remove music view 2004-01-06 14:46:57 +00:00
Alexander Larsson 4356b97c61 Add get_item_count virtual method. Add item count and free space to status
2004-01-06  Alexander Larsson <alexl@redhat.com>

	* src/file-manager/fm-directory-view.[ch]:
	Add get_item_count virtual method.
	Add item count and free space to status bar

	* src/file-manager/fm-icon-view.c (fm_icon_view_get_item_count):
	* src/file-manager/fm-list-view.c (fm_list_view_get_item_count):
	Implement get_iem_count

	* src/file-manager/fm-list-model.[ch] (fm_list_model_get_length):
	Add new function.
2004-01-06 13:23:45 +00:00
Alexander Larsson 4b4a316a7b Make desktop font Sans 10 by default. This is the same as the normal UI
2004-01-06  Alexander Larsson <alexl@redhat.com>

	* libnautilus-private/apps_nautilus_preferences.schemas.in:
	Make desktop font Sans 10 by default. This is the same as
	the normal UI font default, and fits more stuff on the desktop.
2004-01-06 10:02:56 +00:00
Alexander Larsson 9d24fde867 Don't translate duplication tests to avoid wasting translator time. My
2004-01-06  Alexander Larsson <alexl@redhat.com>

	* libnautilus-private/nautilus-file-operations.c:
	Don't translate duplication tests to avoid wasting
	translator time. My guess is that nobody was running
	make check in different locales anyway.
2004-01-06 08:09:18 +00:00
Alexander Larsson 5849070a30 Remove eel-string-picker.h
2004-01-06  Alexander Larsson <alexl@redhat.com>

	* test/test.h:
	Remove eel-string-picker.h
2004-01-06 07:48:32 +00:00
Martin Wehner 0a76b1f4aa Nullify stretch_icon when the icon being pointed to is removed. Fixes bug
2004-01-05  Martin Wehner  <martin.wehner@epost.de>

	* libnautilus-private/nautilus-icon-container.c:
	(icon_destroy): Nullify stretch_icon when the icon being
	pointed to is removed. Fixes bug #128713.
2004-01-05 21:11:57 +00:00
Danilo Å egan bb9cc3c826 Updated Serbian translation. 2004-01-05 20:39:05 +00:00
Jordi Mallach db7214f7f2 Removed components/text files. Updated Catalan translation.
2004-01-04  Jordi Mallach  <jordi@sindominio.net>

	* POTFILES.in: Removed components/text files.
	* ca.po: Updated Catalan translation.
2004-01-04 17:21:42 +00:00
Soeren Sandmann f1e784771a Compare to ptr instead of NULL, since g_sequence_node_prev() never returns
Sun Jan  4 14:39:49 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	* cut-n-paste-code/gsequence/gsequence.c
	(g_sequence_ptr_is_begin): Compare to ptr instead of NULL, since
	g_sequence_node_prev() never returns NULL. (pointed out by
	Jeffrey Yasskin).
2004-01-04 13:51:40 +00:00
Martin Wehner a28d68c5ed Use GnomeVFSFileSize instead of gulong to store file sizes. Prevents an
2004-01-04  Martin Wehner  <martin.wehner@epost.de>

	* libnautilus-private/nautilus-file-operations-progress.[ch]:
	Use GnomeVFSFileSize instead of gulong to store file sizes.
	Prevents an overflow with transfers > 4GB. Fixes bug #96734.
2004-01-04 03:17:52 +00:00
Anders Carlsson 54e7a559c7 Don't use EelInputEventBox, we can use GtkEventBox now instead.
2004-01-03  Anders Carlsson  <andersca@gnome.org>

	* src/nautilus-location-bar.c: (nautilus_location_bar_init):
	* src/nautilus-location-entry.c:
	Don't use EelInputEventBox, we can use GtkEventBox now instead.
2004-01-03 19:05:32 +00:00
Anders Carlsson 9ade106bfd Remove use of EelGenerousBin, we can use a GtkBox with only one child for
2004-01-03  Anders Carlsson  <andersca@gnome.org>

	* components/adapter/nautilus-adapter.c: (nautilus_adapter_new):
	* src/nautilus-navigation-bar.c:
	* src/nautilus-navigation-bar.h:
	* src/nautilus-navigation-window.c:
	* src/nautilus-spatial-window.c:
	(nautilus_spatial_window_instance_init):
	* src/nautilus-view-frame.c:
	* src/nautilus-view-frame.h:
	* src/nautilus-window.c:
	Remove use of EelGenerousBin, we can use a GtkBox with only one
	child for that instead.

	* test/Makefile.am:
	Don't use Eel stuff that no-one else uses.
2004-01-03 18:34:46 +00:00
Dennis Cranston 8428367063 HIG fixes (add a missing mnemonic and correct the widget padding) for the
2004-01-02  Dennis Cranston <dennis_cranston at yahoo com>

        * src/nautilus-connect-server-dialog.c:
        (nautilus_connect_server_dialog_init)
        * src/nautilus-location-dialog.c:
        (nautilus_location_dialog_init)
        HIG fixes (add a missing mnemonic and correct the widget
        padding) for the "Open Location" and "Connect to Server"
        dialogs.
2004-01-03 08:29:45 +00:00
Dave Camp cd54f07465 forgot this 2004-01-02 21:39:27 +00:00
Diego Gonzalez Gonzalez edc8232e8c files in services directory are not used so they should not be installed.
2003-01-02  Diego Gonzalez Gonzalez  <diego@pemas.net>

	* configure.in:
	* component/text/Makefile.am: files in services directory are
	  not used so they should not be installed.
2004-01-02 21:04:40 +00:00
Dave Camp ab8ec678e7 Fixed a typo in the Focal Length field. Patch from Stephane Wirtel
2004-01-02  Dave Camp  <dave@ximian.com>

	* components/image_properties/nautilus-image-properties-view.c
	(append_exifdata_string): Fixed a typo in the Focal Length field.
	Patch from Stephane Wirtel <stephane.wirtel@belgacom.net>
2004-01-02 20:59:43 +00:00
Sanlig Badral f1a79296bc Updated Mongolian translation 2004-01-02 16:24:23 +00:00
Alessio Frusciante b6bc317d03 Updated Italian translation. 2004-01-02 11:48:23 +00:00
Martin Wehner 2453e643b7 Ensure the source isn't deleted as partial copy in a duplicate operation.
2004-01-02  Martin Wehner  <martin.wehner@epost.de>

	* libnautilus-private/nautilus-file-operations.c:
	Ensure the source isn't deleted as partial copy
	in a duplicate operation. Fixes bug #128095.
2004-01-02 07:45:53 +00:00
Francisco Javier F. Serrador 68d7895c87 Updated Spanish translation.
2004-01-02  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-01-02 01:25:57 +00:00
Ole Laursen 3bf9bad72d Partial update of Danish translation.
2004-01-01  Ole Laursen  <olau@hardworking.dk>

	* da.po: Partial update of Danish translation.
2004-01-01 17:40:58 +00:00
Åsmund Skjæveland ac1f684edb Updated Norwegian Nynorsk translation.
2004-01-01  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.
2004-01-01 13:24:39 +00:00
Denis Lackovic 548c756c48 croatian translations updated 2003-12-30 19:51:32 +00:00
Denis Lackovic d133df2a48 croatian translations updated 2003-12-30 19:40:51 +00:00
Denis Lackovic 6796fe4293 croatian translations updated 2003-12-30 18:35:41 +00:00
Denis Lackovic 9bf8d2b88d croatian translations updated 2003-12-30 17:38:16 +00:00
Alexander Larsson 1a9778cfc7 version markers 2003-12-29 13:12:45 +00:00
Alexander Larsson 8669c9d90d pofiles 2003-12-29 13:05:27 +00:00
Åsmund Skjæveland b04fc474c4 Updated Norwegian Nynorsk translation.
2003-12-29  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.
2003-12-29 11:15:40 +00:00