summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Show dialog on mime type mismatch 2004-02-24 Alexander LarssonAlexander Larsson2004-02-241-0/+104
| | | | | | | | | | | | | | | | | 2004-02-24 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c: (warn_mismatched_mime_types_response_cb), (warn_mismatched_mime_types), (activate_check_mime_types), (activate_callback): Show dialog on mime type mismatch 2004-02-24 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c: (warn_mismatched_mime_types_response_cb), (warn_mismatched_mime_types), (activate_check_mime_types), (activate_callback): Show dialog on mime type mismatch
* set the mnemonic widget for the "Location:" label.Jonathan Blandford2004-02-241-0/+2
| | | | | | | Tue Feb 24 01:20:56 2004 Jonathan Blandford <jrb@gnome.org> * src/nautilus-location-dialog.c (nautilus_location_dialog_init): set the mnemonic widget for the "Location:" label.
* Save the guessed mime type when the sniffed mime type is read.Dave Camp2004-02-231-32/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-23 Dave Camp <dave@ximian.com> * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.h: * libnautilus-private/nautilus-file.c: (finalize), (update_info_internal), (nautilus_file_get_guessed_mime_type): Save the guessed mime type when the sniffed mime type is read. (file_list_file_ready_callback): (nautilus_file_list_call_when_ready): New function. * libnautilus-private/nautilus-bonobo-extensions.c: (nautilus_bonobo_get_extension_item_command_xml), (nautilus_bonobo_add_extension_item_command): * libnautilus-private/nautilus-bonobo-extensions.h: * libnautilus-private/nautilus-mime-actions.c: (get_open_with_mime_applications), (nautilus_mime_get_open_with_applications_for_file), (nautilus_mime_actions_get_popup_file_attributes), (nautilus_mime_actions_check_if_popup_attributes_ready), (nautilus_mime_get_popup_components_for_file): * libnautilus-private/nautilus-mime-actions.h: * src/file-manager/fm-directory-view.c: (reset_bonobo_open_with_menu), (get_all_extension_menu_items), (extension_action_callback_data_free), (extension_action_slow_mime_types_ready_callback), (extension_action_callback), (add_extension_command_for_files), (add_extension_menu_items), (activate_activation_uri_ready_callback): Don't invoke extension menu items that don't apply to the sniffed mime type.
* Scroll to the particular column in listview while renaming. Fix bugzillaNarayana Pattipati2004-02-211-0/+4
| | | | | | | | 2004-02-21 Narayana Pattipati <narayana.pattipati@wipro.com> * src/file-manager/fm-list-view.c (fm_list_view_start_renaming_file): Scroll to the particular column in listview while renaming. Fix bugzilla bug# 132785
* Add always_use_browser preference.Alexander Larsson2004-02-202-3/+15
| | | | | | | | | | | 2004-02-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-global-preferences.c: * libnautilus-private/nautilus-global-preferences.h: * src/nautilus-shell.c: (open_window): * src/nautilus-window-manage-views.c: (open_location): Add always_use_browser preference.
* Get the "Browse Folder" context menu item on some more icons.Alexander Larsson2004-02-191-3/+42
| | | | | | | 2004-02-19 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (file_list_all_are_folders): Get the "Browse Folder" context menu item on some more icons.
* Remove unneeded line.Alexander Larsson2004-02-181-1/+0
| | | | | | | 2004-02-18 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (real_update_paste_menu): Remove unneeded line.
* Remove nautilus-server-connect. This is not needed anymore.Alexander Larsson2004-02-184-638/+3
| | | | | | | | | | 2004-02-18 Alexander Larsson <alexl@redhat.com> * src/Makefile.am: * src/nautilus-server-connect.c: * src/nautilus-server-connect.desktop.in: * src/nautilus-server-connect.glade: Remove nautilus-server-connect. This is not needed anymore.
* New functionsAlexander Larsson2004-02-133-80/+9
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-13 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-utilities.[ch]: (nautilus_have_broken_filenames), (nautilus_get_uri_shortname_for_display): New functions * libnautilus-private/nautilus-file.c: Use the public nautilus_have_broken_filenames instead of private copy Make display names for toplevel uris better. * src/nautilus-location-entry.c: (try_to_expand_path): Use the public nautilus_have_broken_filenames instead of private copy * src/nautilus-spatial-window.c: (location_button_clicked_callback), (nautilus_spatial_window_set_location_button): Use nautilus_get_uri_shortname_for_display() * src/nautilus-window.c: (compute_default_title): Special casing toplevel stuff not needed, since this is handled by the display name change.
* Only create the Stretch Icon and Unstretch Icon popup items in the desktopDave Camp2004-02-122-4/+11
| | | | | | | | | | 2004-02-12 Dave Camp <dave@ximian.com> * src/file-manager/fm-icon-view.c: (fm_icon_view_merge_menus): * src/file-manager/nautilus-icon-view-ui.xml: Only create the Stretch Icon and Unstretch Icon popup items in the desktop view (rather than always creating them and hiding them on non-desktop views).
* replace egg_screen with new gdk/libgnomeui functions.Alexander Larsson2004-02-117-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-11 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/Makefile.am: * cut-n-paste-code/libegg/egg-screen-exec.c: * cut-n-paste-code/libegg/egg-screen-exec.h: * cut-n-paste-code/libegg/egg-screen-help.c: * cut-n-paste-code/libegg/egg-screen-help.h: * cut-n-paste-code/libegg/egg-screen-url.c: * cut-n-paste-code/libegg/egg-screen-url.h: * libnautilus-private/nautilus-program-chooser.c: (help_cb): * libnautilus-private/nautilus-program-choosing.c: (my_gdk_spawn_make_environment_for_screen), (nautilus_launch_show_file), (nautilus_launch_action), (nautilus_launch_application), (nautilus_launch_desktop_file): * src/file-manager/fm-desktop-icon-view.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: (help_button_callback): * src/nautilus-bookmarks-window.c: (nautilus_bookmarks_window_response_callback): * src/nautilus-navigation-window-menus.c: * src/nautilus-property-browser.c: (help_button_callback): * src/nautilus-window-menus.c: (help_menu_nautilus_manual_callback): replace egg_screen with new gdk/libgnomeui functions.
* Check that window_location != NULL. Probaby fixes #131048Alexander Larsson2004-02-111-1/+2
| | | | | | | | | 2004-02-11 Alexander Larsson <alexl@redhat.com> * src/nautilus-application.c (nautilus_application_get_existing_spatial_window): Check that window_location != NULL. Probaby fixes #131048 === nautilus 2.5.7 ===
* Change the background capplet binary name back.Alexander Larsson2004-02-111-1/+1
| | | | | | | | | | | 2004-02-11 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-desktop-icon-view.c (change_background_callback): Change the background capplet binary name back. * NEWS: * configure.in: Update
* Fix a potential leak in my last commit.Martin Wehner2004-02-111-1/+2
| | | | | | | 2004-02-11 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-directory-view.c (rename_file_callback): Fix a potential leak in my last commit.
* Tell the clipboard monitor of changes. Update paste menus on clipboardAlexander Larsson2004-02-102-24/+70
| | | | | | | | | | | | | 2004-02-10 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-tree-view.c (copy_or_cut_files): * src/file-manager/fm-directory-view.c: Tell the clipboard monitor of changes. Update paste menus on clipboard changes. * libnautilus-private/Makefile.am: * libnautilus-private/nautilus-clipboard-monitor.[ch] New files.
* Use the AUDIODEV env, to play sound files if it is set. Fixes bug #88836Balamurali Viswanathan2004-02-101-1/+7
| | | | | | | 2004-02-10 Balamurali Viswanathan <balamurali.viswanathan@wipro.com> * src/file-manager/fm-icon-view.c (play_file): Use the AUDIODEV env, to play sound files if it is set. Fixes bug #88836
* Replace deprecated call to g_basename with g_path_get_basename.Jason Leach2004-02-081-1/+1
| | | | | | | | | | | | | | 2004-02-08 Jason Leach <leach@wam.umd.edu> * libnautilus-private/nautilus-directory-async.c (filter_search_uri): Replace deprecated call to g_basename with g_path_get_basename. 2004-02-08 Jason Leach <leach@wam.umd.edu> * src/nautilus-application.c: As noted in bonobo-generic-factory.h, BONOBO_GENERIC_FACTORY_TYPE is deprecated, use BONOBO_TYPE_GENERIC_FACTORY instead.
* - s/wgosnautilus/user-guide/ per recent user-guide change.Shaun McCance2004-02-085-5/+5
| | | | | | | | | | * libnautilus-private/nautilus-program-chooser.c: * src/nautilus-bookmarks-window.c: * src/nautilus-file-management-properties.c: * src/nautilus-property-browser.c: * src/nautilus-window-menus.c: * src/file-manager/fm-properties-window.c: - s/wgosnautilus/user-guide/ per recent user-guide change.
* Don't crash when trying to rename empty selection. Fixes bug #131861.Martin Wehner2004-02-061-5/+5
| | | | | | | 2004-02-06 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-directory-view.c (rename_file_callback): Don't crash when trying to rename empty selection. Fixes bug #131861.
* Use sentence capitalization for textfiled labels as per HIG.Dennis Cranston2004-02-062-2/+2
| | | | | | | | | | | | | 2004-02-06 Dennis Cranston <dennis_cranston@yahoo.com> * src/nautilus-connect-server-dialog.c: (nautilus_connect_server_dialog_init): Use sentence capitalization for textfiled labels as per HIG. * src/file-manager/fm-list-view.c: (create_and_set_up_tree_view): Rename column title from "File name" to "Name". This is the phrase used in the visible columns dialog, file-roller, and gnome-search-tool.
* src/file-manager/fm-icon-view.c Fix ogg mimetypes. Patch from Alan SwansonAlexander Larsson2004-02-061-2/+3
| | | | | | | | 2004-02-06 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-icon-view.c Fix ogg mimetypes. Patch from Alan Swanson <swanson@ukfsn.org>
* Use new background capplet binary nameAlexander Larsson2004-02-061-1/+1
| | | | | | | 2004-02-06 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-desktop-icon-view.c (change_background_callback): Use new background capplet binary name
* Don't crash on nonexisting can_handle_multiple_files property.Martin Wehner2004-02-051-1/+6
| | | | | | | 2004-02-05 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-bonobo-provider.c (can_handle_multiple_files): Don't crash on nonexisting can_handle_multiple_files property.
* s/close window/close, fix the tooltip, and use the hig keybinding forDavid Bordoley2004-01-282-3/+4
| | | | | | | | | 2004-01-28 David Bordoley <bordoley@msu.edu> * src/nautilus-shell-ui.xml: * src/file-manager/nautilus-directory-view-ui.xml: s/close window/close, fix the tooltip, and use the hig keybinding for properties.
* : add callbacks for listening to show hidden and backup files settingSiviah Nallagatla2004-01-281-1/+4
| | | | | | | | 2004-01-28 Siviah Nallagatla <snallagatla@novell.com> * src/file-manager/fm-directory-view.c : (fm_direcotry_view_init) : add callbacks for listening to show hidden and backup files setting change. Fixes #131984
* #129815, #46784.Christian Neumair2004-01-221-1/+1
|
* Do not ref an already existing spatial window when presenting it, as itRached Ben Mustapha2004-01-221-1/+0
| | | | | | | | | 2004-01-21 Rached Ben Mustapha <rached@benmur.net> * src/nautilus-application.c: (nautilus_application_present_spatial_window): Do not ref an already existing spatial window when presenting it, as it prevents it from being finalized when closed.
* Return NULL for new uri on failure.Alexander Larsson2004-01-221-8/+14
| | | | | | | | | | | | 2004-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Return NULL for new uri on failure. * src/file-manager/fm-directory-view.c: (new_folder_done): Handle failure (real_update_menus): Desensitive template menu if we can't create files.
* Nicer labelsAlexander Larsson2004-01-202-4/+17
| | | | | | | | | | | 2004-01-20 Alexander Larsson <alexl@redhat.com> * src/nautilus-connect-server-dialog.c: (nautilus_connect_server_dialog_init): Nicer labels * src/nautilus-shell-ui.xml: ellipsis on backgrounds and emblems
* Choose -> OK Make open with other app dialog non-modal.Alexander Larsson2004-01-202-125/+11
| | | | | | | | | | | | | | | | | 2004-01-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-program-chooser.c: (nautilus_program_chooser_instance_init): Choose -> OK * libnautilus-private/nautilus-program-choosing.c: (dialog_response), (choose_application_callback): Make open with other app dialog non-modal. * src/file-manager/fm-directory-view.c: (reset_bonobo_open_with_menu), (real_merge_menus), (can_use_component_for_file): * src/file-manager/nautilus-directory-view-ui.xml: Remove open with views from menu
* Prepend instead of append. This is faster. Patch from Soeren SandmannAlexander Larsson2004-01-161-2/+2
| | | | | | | | 2004-01-16 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (queue_pending_files): Prepend instead of append. This is faster. Patch from Soeren Sandmann <sandmann@daimi.au.dk>
* Open toplevel help with F1 on desktop. Patch fromAlexander Larsson2004-01-151-3/+11
| | | | | | | | 2004-01-15 Alexander Larsson <alexl@redhat.com> * src/nautilus-window-menus.c (help_menu_nautilus_manual_callback): Open toplevel help with F1 on desktop. Patch from balamurali.viswanathan@wipro.com (bug #126882)
* Add slow_mime_type file attribute. Allow call_when_ready to take a NULLAlexander Larsson2004-01-142-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-14 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-directory-private.h: * libnautilus-private/nautilus-file-attributes.h: * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-file.h: Add slow_mime_type file attribute. Allow call_when_ready to take a NULL callback, and allow these monitors to be duplicated. (Used for fire-and-forget attribute reading) * libnautilus-private/nautilus-mime-actions.c: (nautilus_mime_actions_get_minimum_file_attributes): Add slow mime type here * src/file-manager/fm-directory-view.c: Get slow mime type on selection * src/file-manager/fm-properties-window.c: Get slow mime type for properties dialog. Don't use the same pointer twice for the same monitor.
* Add nautilus-list-view-ui.xmlAlexander Larsson2004-01-131-0/+1
| | | | | | | 2004-01-13 Alexander Larsson <alexl@redhat.com> * src/file-manager/Makefile.am (ui_DATA): Add nautilus-list-view-ui.xml
* Use ngettext (fixes bug #106702), based on the patch by Christian NeumairDanilo Å egan2004-01-134-68/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-13 Danilo Å egan <dsegan@gmx.net> * src/nautilus-location-bar.c (drag_data_received_callback): * src/file-manager/fm-search-list-view.c (compute_reveal_item_name_and_sensitivity): * src/file-manager/fm-properties-window.c (directory_contents_value_field_update): * src/file-manager/fm-directory-view.c (fm_directory_view_confirm_multiple_windows): (confirm_delete_directly) (fm_directory_view_display_selection_info) (confirm_delete_from_trash, copy_or_cut_files) (real_update_menus): * libnautilus-private/nautilus-file.c (format_item_count_for_display): * components/image_properties/nautilus-image-properties-view.c (load_finished): Use ngettext (fixes bug #106702), based on the patch by Christian Neumair <chris@gnome-de.org>. (Lets hope I didn't screw anything up)
* Removed OrigTree.pm Include nautilus-extensions-i18n.hNAUTILUS_2_5_5Dave Camp2004-01-122-2/+0
| | | | | | | | | | | | 2004-01-12 Dave Camp <dave@ximian.com> * Makefile.am: Removed OrigTree.pm * libnautilus-extension/Makefile.am: Include nautilus-extensions-i18n.h * src/nautilus-spatial-window.c: * src/nautilus-window.c: Removed broken #includes. * NEWS: * configure.in: 2.5.5
* Fix "volder" typo.Danilo Å egan2004-01-121-1/+1
| | | | | | 2004-01-13 Danilo Å egan <dsegan@gmx.net> * src/file-manager/nautilus-list-view-ui.xml: Fix "volder" typo.
* Merged from nautilus-extensions-branch.Dave Camp2004-01-1123-861/+1987
| | | | | | 2004-01-11 Dave Camp <dave@ximian.com> * Merged from nautilus-extensions-branch.
* Add some snot to new windows when they are opened in spatial mode.James Willcox2004-01-113-1/+58
| | | | | | | | | | | 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.
* Moved the typeahead duration to a public header. Implement icon-view-styleDave Camp2004-01-101-5/+143
| | | | | | | | | | | | | | | 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>
* typo fix (Closes: #128318).Sebastien Bacher2004-01-091-1/+1
| | | | | | 2004-01-10 Sebastien Bacher <seb128@debian.org> * src/nautilus-spatial-window-ui.xml: typo fix (Closes: #128318).
* Patch from Jürg Billeter <j@bitron.ch>Alexander Larsson2004-01-096-3/+182
| | | | | | | | | | | | | | | | | | 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
* application/x-desktop is the new desktop file mime typeAlexander Larsson2004-01-091-1/+2
| | | | | | | | | | | 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
* New funcitonAlexander Larsson2004-01-075-12/+244
| | | | | | | | | | | | | | | | | | | 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.
* forgot this beforeAlexander Larsson2004-01-071-0/+1
|
* Patch from: Juerg Billeter <j@bitron.ch>Alexander Larsson2004-01-0610-20/+3283
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Pop up folder menu on right click in background Patch fromAlexander Larsson2004-01-061-0/+4
| | | | | | | | 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
* Turn on home icon on desktop by defaultAlexander Larsson2004-01-063-3/+2
| | | | | | | | | | | | | | | 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
* Add get_item_count virtual method. Add item count and free space to statusAlexander Larsson2004-01-066-4/+134
| | | | | | | | | | | | | | | 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.
* Don't use EelInputEventBox, we can use GtkEventBox now instead.Anders Carlsson2004-01-032-3/+3
| | | | | | | | 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.