summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for release.NAUTILUS_2_8_2Alexander Larsson2004-10-2873-19711/+21206
| | | | | | | | | | 2004-10-28 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release. * configure.in: Require eel 2.8.2
* Use eel_get_filename_charset to handle the new filename charset env vars.Alexander Larsson2004-10-285-39/+69
| | | | | | | | | | | | | 2004-10-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-utilities.c: (nautilus_get_uri_shortname_for_display): * libnautilus-private/nautilus-file-utilities.h: * libnautilus-private/nautilus-file.c: (nautilus_file_rename), (nautilus_file_get_display_name_nocopy): * src/nautilus-location-entry.c: (try_to_expand_path): Use eel_get_filename_charset to handle the new filename charset env vars.
* Fix warning due to NULL default string.Alexander Larsson2004-10-283-2/+9
| | | | | | | | 2004-10-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-global-preferences.c: * src/nautilus-window-manage-views.c: Fix warning due to NULL default string.
* Add saved geometry prefAlexander Larsson2004-10-265-1/+83
| | | | | | | | | | | | | | | | | 2004-10-26 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-global-preferences.[ch]: Add saved geometry pref * src/nautilus-navigation-window.c: (nautilus_navigation_window_save_geometry), (real_window_close), (nautilus_navigation_window_class_init): Save geometry on window close * src/nautilus-window-manage-views.c: (another_navigation_window_already_showing), (load_directory_metadata_callback): load geometry on open
* Handle volumes for root nodesAlexander Larsson2004-10-265-8/+159
| | | | | | | | | | | | | | | 2004-10-26 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-tree-model.[ch]: Handle volumes for root nodes * src/file-manager/fm-tree-view.c: Add eject on volume toplevel roots. * src/nautilus-application.c: Don't close nav windows when unmounting, just go to home. Patch from Colin Leroy <colin@colino.net>
* ankit@redhat.com * Changed some wrong rendered charactersAnkitkumar Rameshchandra Patel2004-10-261-269/+267
|
* Add missing G_END_DECLS. Patch from Jimmy Do <crispyleaves@gmail.com>Alexander Larsson2004-10-252-0/+8
| | | | | | | | 2004-10-25 Alexander Larsson <alexl@redhat.com> * libnautilus/nautilus-scroll-positionable.h: Add missing G_END_DECLS. Patch from Jimmy Do <crispyleaves@gmail.com>
* Updated Indonesian translationMohammad DAMT2004-10-252-3068/+1123
| | | | | | 2004-10-25 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation
* Make the nautilus_icon_canvas_item_get_image return an image containingAlexander Larsson2004-10-223-24/+118
| | | | | | | | | | | | | | | | 2004-10-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-canvas-item.c: (nautilus_icon_canvas_item_get_image), (draw_frame), (draw_or_measure_label_text), (measure_label_text), (draw_label_text), (draw_mask), (nautilus_icon_canvas_item_draw): Make the nautilus_icon_canvas_item_get_image return an image containing icon + text. The image "start" changed to being from the item position to from the item boundary. * libnautilus-private/nautilus-icon-dnd.c: (nautilus_icon_dnd_begin_drag): Calculate icon offset from the boundary instead of icon position.
* revert accidental commitAlexander Larsson2004-10-221-1/+0
|
* Add ugly hack to make renames work on newly created files in the listAlexander Larsson2004-10-223-0/+56
| | | | | | | | 2004-10-22 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (rename_file): Add ugly hack to make renames work on newly created files in the list view. Don't look, you might go blind.
* Updated Danish translation.Martin Willemoes Hansen2004-10-222-228/+241
| | | | * da.po: Updated Danish translation.
* Fix moving of unpositioned icons, the canvas items start at <0, 0>, notAlexander Larsson2004-10-222-0/+13
| | | | | | | | 2004-10-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c (icon_set_position): Fix moving of unpositioned icons, the canvas items start at <0, 0>, not <-1,-1>
* Select parent item when going up via parent menu.Alexander Larsson2004-10-212-4/+27
| | | | | | | | | | | 2004-10-21 Alexander Larsson <alexl@redhat.com> * src/nautilus-spatial-window.c: (location_menu_item_activated_callback), (location_button_clicked_callback): Select parent item when going up via parent menu. Patch from Jimmy Do <crispyleaves@gmail.com>
* Display frame when we're accepting a DnD drop.Alexander Larsson2004-10-213-0/+115
| | | | | | | | | | | 2004-10-21 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-dnd.[ch]: (auto_scroll_timeout_callback), (drag_leave_callback), (drag_highlight_expose), (dnd_highlight_queue_redraw), (start_dnd_highlight), (stop_dnd_highlight), (drag_motion_callback): Display frame when we're accepting a DnD drop.
* Hungarian translation updated.Laszlo Dvornik2004-10-192-208/+223
| | | | | | 2004-10-19 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Hungarian translation updated.
* Updated Simplified Chinese translationFunda Wang2004-10-192-332/+184
|
* Show the directory as a selection in spatial mode when Alt+Up is selected.Dave Camp2004-10-187-13/+73
| | | | | | | | | | | | | | | | | | 2004-10-18 Dave Camp <dave@novell.com> * src/file-manager/fm-directory-view.c: (selection_changed_callback): * src/nautilus-application.c: (nautilus_application_present_spatial_window), (nautilus_application_present_spatial_window_with_selection): * src/nautilus-application.h: * src/nautilus-window-manage-views.c: (open_location), (load_directory_metadata_callback): * src/nautilus-window.c: (nautilus_window_go_to_with_selection): * src/nautilus-window.h: Show the directory as a selection in spatial mode when Alt+Up is selected. Patch from Jimmy Do <crispyleaves@gmail.com>
* reviewed by: Alexander Larsson <alexl@redhat.com>Marco Pesenti Gritti2004-10-183-2/+23
| | | | | | | | | | | | | | 2004-10-18 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Alexander Larsson <alexl@redhat.com> * src/nautilus-navigation-window-ui.xml: * src/nautilus-window-toolbars.c: (nautilus_navigation_window_initialize_toolbars): Work around pack-ends no more working in libbonoboui by putting an expanded event box before the throbber
* Updated pt_BR translationRaphael Higino2004-10-172-164/+177
|
* Updated French translation.Christophe Merlet2004-10-172-216/+215
|
* Updated Spanih translation.Francisco Javier F. Serrador2004-10-162-166/+180
| | | | | | 2004-10-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanih translation.
* 2004-10-17 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-10-162-314/+178
|
* Slightly better error when there is no handler for a file type. Not ideal,Alexander Larsson2004-10-152-0/+12
| | | | | | | | 2004-10-15 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-program-choosing.c (nautilus_launch_show_file): Slightly better error when there is no handler for a file type. Not ideal, needs fixing when we're not string frozen anymore.
* Updated Czech translation.Miloslav Trmac2004-10-142-136/+145
| | | | | | 2004-10-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Canadian English translation.Adam Weinberger2004-10-142-151/+148
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Albanian translation.Laurent Dhima2004-10-142-368/+188
| | | | | | 2004-10-14 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* We need to set "loading" as soon as we get the load_directory call,Alexander Larsson2004-10-143-6/+21
| | | | | | | | | | | | | | | | 2004-10-14 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c: (load_directory), (finish_loading): We need to set "loading" as soon as we get the load_directory call, otherwise we don't correctly handle the selection being set. * src/file-manager/fm-icon-view.c: (fm_icon_view_begin_loading), (fm_icon_view_end_loading): No need for this to touch loading. Patch from Jimmy Do <crispyleaves@gmail.com>
* ankit@redhat.com 14/10/2004 * Last ModificationAnkitkumar Rameshchandra Patel2004-10-141-347/+175
|
* Updated British English translation.David Lodge2004-10-132-926/+435
| | | | | | 2004-10-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British English translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-10-132-132/+144
| | | | | | 2004-10-13 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* fix changelogAlexander Larsson2004-10-131-1/+2
|
* Add Open New Window menu item in browserAlexander Larsson2004-10-133-0/+37
| | | | | | | | | 2004-10-13 Alexander Larsson <alexl@redhat.com> * src/nautilus-navigation-window-ui.xml: * src/nautilus-navigation-window.c: (file_menu_new_window_callback), (real_merge_menus): Add Open New Window menu item in browser
* Only read .hidden files if they are regular files.Alexander Larsson2004-10-133-7/+92
| | | | | | | | | | | | | 2004-10-13 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: (read_dot_hidden_file): Only read .hidden files if they are regular files. * src/file-manager/fm-tree-view.c: Delay activation when keyboard navigating the tree. Patches from Danny Milosavljevic <danny.milo@gmx.net>
* more fixes in Russian translationLeonid Kanter2004-10-131-256/+215
|
* Set the dialog's "visible" property to FALSE, we show it ourselves.Anders Carlsson2004-10-122-1/+6
| | | | | | | | 2004-10-12 Anders Carlsson <andersca@gnome.org> * src/nautilus-file-management-properties.glade: Set the dialog's "visible" property to FALSE, we show it ourselves.
* Make nautilus_link_desktop_file_local_create take both display name andAlexander Larsson2004-10-126-9/+31
| | | | | | | | | | | | | 2004-10-12 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-link-desktop-file.[ch]: Make nautilus_link_desktop_file_local_create take both display name and file name. * libnautilus-private/nautilus-link.[ch]: Make nautilus_link_local_create take both display name and file name. * src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list): Create desktop file ending in ".desktop".
* On mime mismatch, don't use the default app for "open".Alexander Larsson2004-10-122-8/+29
| | | | | | | 2004-10-12 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (activate_check_mime_types): On mime mismatch, don't use the default app for "open".
* Post release version bumpAlexander Larsson2004-10-113-1/+10
| | | | | | | | | 2004-10-11 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.8.1 ===
* pofile updatesNAUTILUS_2_8_1Alexander Larsson2004-10-1170-14317/+14530
|
* Update for 2.8.1Alexander Larsson2004-10-112-1/+24
| | | | | | | 2004-10-11 Alexander Larsson <alexl@redhat.com> * NEWS: Update for 2.8.1
* Use home icon for homedir. Patch from Anders Carlsson <andersca@gnome.org>Alexander Larsson2004-10-116-1/+57
| | | | | | | | | | 2004-10-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-utilities.[ch]: * libnautilus-private/nautilus-file.[ch]: * libnautilus-private/nautilus-icon-factory.c: Use home icon for homedir. Patch from Anders Carlsson <andersca@gnome.org>
* Set up clipboard when renaming.Alexander Larsson2004-10-112-0/+11
| | | | | | | 2004-10-11 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-list-view.c (fm_list_view_start_renaming_file): Set up clipboard when renaming.
* Make nautilus_directory_get_file_list virtualAlexander Larsson2004-10-117-0/+86
| | | | | | | | | | | | | | | | | | 2004-10-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory.[ch]: Make nautilus_directory_get_file_list virtual * libnautilus-private/nautilus-desktop-directory.c: * libnautilus-private/nautilus-merged-directory.c: Override virtual to return all files. Fixes bug #149096. Patch from Jimmy Do <crispyleaves@gmail.com> * src/file-manager/fm-directory-view.c (fm_directory_view_init_show_hidden_files): Don't set up hidden files prefs if ignoring them * src/file-manager/fm-icon-view.c (should_show_file_on_screen): Check if file should be visible.
* Remove a couple of unused keys from nautilus-metadata.hAnders Carlsson2004-10-114-287/+61
| | | | | | | | | | | | | | | | | | | | | 2004-10-11 Anders Carlsson <andersca@gnome.org> * libnautilus-private/nautilus-metadata.h: * libnautilus-private/nautilus-mime-actions.c: (nautilus_mime_get_default_application_for_file), (nautilus_mime_get_open_with_applications_for_file), (nautilus_mime_get_applications_for_file), (gnome_vfs_mime_application_has_id): * libnautilus-private/nautilus-view-query.c: (nautilus_view_query_get_default_component_for_file_internal), (nautilus_view_query_get_components_for_file), (make_bonobo_activation_query_with_known_mime_type), (make_bonobo_activation_query_with_uri_scheme_only), (server_matches_content_requirements), (nautilus_do_component_query), (nautilus_view_query_get_popup_components_for_file), (nautilus_view_query_get_property_components_for_file): Remove a couple of unused keys from nautilus-metadata.h
* Correct strcmp typo. (#142530) Patch from Simon HartAlexander Larsson2004-10-082-1/+7
| | | | | | | | 2004-10-08 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (extension_action_slow_mime_types_ready_callback): Correct strcmp typo. (#142530) Patch from Simon Hart
* Add support for pasting the clipboard contents as a string.Anders Carlsson2004-10-082-17/+77
| | | | | | | | | | 2004-10-08 Anders Carlsson <andersca@gnome.org> * src/file-manager/fm-directory-view.c: (convert_file_list_to_string), (get_clipboard_callback), (clear_clipboard_callback), (convert_file_list_to_uri_list), (copy_or_cut_files), (fm_directory_view_class_init): Add support for pasting the clipboard contents as a string.
* Updated vi.poNguyen Thai Ngoc Duy2004-10-071-6/+4
|
* Implement sort_files for list view and sort old changed files.Martin Wehner2004-10-065-2/+39
| | | | | | | | | | | | 2004-10-06 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-directory-view.c: (process_new_files): * src/file-manager/fm-list-view.c: (fm_list_view_sort_files), (fm_list_view_class_init): * src/file-manager/fm-list-model.[ch]: (fm_list_model_sort_files): Implement sort_files for list view and sort old changed files.
* Process unlimited files at once instead of 300 each time.Martin Wehner2004-10-062-45/+18
| | | | | | | | 2004-10-06 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-directory-view.c: (split_off_first_n), (display_pending_files), (display_pending_idle_callback): Process unlimited files at once instead of 300 each time.