summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* for .desktop files invalidate the file'sMULTIHEAD_BRANCHPOINTDamon Chaplin2002-07-022-2/+11
| | | | | | | | | 2002-07-02 Damon Chaplin <damon@ximian.com> * libnautilus-private/nautilus-file.c (rename_guts): for .desktop files invalidate the file's NAUTILUS_FILE_ATTRIBUTE_DISPLAY_NAME attribute rather than calling nautilus_file_changed(), since otherwise it will just use the old display name. Fixes bug #85966.
* set the initial pixbuf column to match the initial zoom level, 25%.Damon Chaplin2002-07-022-0/+11
| | | | | | | | | 2002-07-01 Damon Chaplin <damon@ximian.com> * src/file-manager/fm-list-view.c (create_and_set_up_tree_view): set the initial pixbuf column to match the initial zoom level, 25%. Otherwise the pixbuf column may not be set and the icons don't appear. Fixes bug #85286.
* sidebar -> side pane.Michael Meeks2002-07-0212-18/+36
| | | | | | | | | | | | | | | 2002-07-02 Michael Meeks <michael@ximian.com> * src/nautilus-preferences-dialog.c (global_preferences_populate_sidebar_panels_callback), (dialog_button_response_callback): sidebar -> side pane. * src/nautilus-window-menus.c (nautilus_window_update_show_hide_menu_items): ditto. * components/tree/Nautilus_View_tree.server.in, * components/notes/Nautilus_View_notes.server.in, * components/history/Nautilus_View_history.server.in: ditto.
* use new eel_glade_get_file.Michael Meeks2002-07-025-18/+34
| | | | | | | | | | | | | | | | | 2002-07-02 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (create_bookmarks_window): use new eel_glade_get_file. * configure.in: hack libglade out, we use eel now, requires a recent eel. * data/browser.xml: add mnemonics * src/nautilus-property-browser.c (nautilus_property_browser_init): don't shrink the description text, un-bold description [ makes it look ugly, but hey ].
* file I forgot.Michael Meeks2002-07-021-0/+284
|
* remove cut and paste complexity.Michael Meeks2002-07-024-105/+126
| | | | | | | | | | | | | | | | | | | 2002-07-02 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (repopulate): remove cut and paste complexity. 2002-07-01 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (create_bookmark_store): split out (create_bookmarks_window): UI review changes. (repopulate): set style. (bookmarks_set_empty): impl. (get_selected_bookmark): upd. (on_remove_button_clicked): upd. * configure.in: add libglade checks.
* Applied patches from Juan Salaverria <rael@vectorstar.net> to change "Up aDave Camp2002-07-022-1/+11
| | | | | | | | | 2002-07-02 Dave Camp <dave@ximian.com> * src/nautilus-shell-ui.xml: Applied patches from Juan Salaverria <rael@vectorstar.net> to change "Up a Level" to "Up", and to add a separator between Up and Home. Fixes ui review bugs 82313 and 82109.
* typo fixDave Camp2002-07-021-1/+1
|
* Use nautilus_bonobo_set_label instead ofDave Camp2002-07-029-131/+109
| | | | | | | | | | | | | | | | | | | | | | | | 2002-07-02 Dave Camp <dave@ximian.com> * src/file-manager/fm-icon-view.c: (fm_icon_view_update_menus): * src/file-manager/fm-directory-view.c: (reset_bonobo_open_with_menu), (real_update_menus): Use nautilus_bonobo_set_label instead of nautilus_bonobo_set_label_for_menu_item_and_command, since popups should now have mnemonics. * src/file-manager/nautilus-desktop-icon-view-ui.xml: * src/file-manager/nautilus-directory-view-ui.xml: * src/file-manager/nautilus-icon-view-ui.xml: * src/nautilus-shell-ui.xml: Added mnemonics to items on the popup menus, changed some mnemonics to prevent duplicates (including a patch from David Bordoley <bordoley@msu.edu> * libnautilus-private/nautilus-bonobo-extensions.c: (nautilus_bonobo_set_label_for_toolitem_and_command): Moved here from nautilus_bonobo_set_label_for_menu_item_and_command, since popups should display mnemonics. This function isn't used anymore, but I'm leaving it in because it is still useful if we ever want to change the label of a verb with a toolbar button associated with it.
* Set the restart style to RESTART_IF_RUNNING instead of RESTART_NEVER whenDave Camp2002-07-022-1/+7
| | | | | | | | 2002-07-02 Dave Camp <dave@ximian.com> * src/nautilus-application.c (set_session_restart): Set the restart style to RESTART_IF_RUNNING instead of RESTART_NEVER when restart is FALSE.
* Change wording as suggested in the ui review, bug #85668.Dave Camp2002-07-013-10/+11
| | | | | | | 2002-07-01 Dave Camp <dave@ximian.com> * src/nautilus-window-menus.c: (forget_history_if_confirmed): Change wording as suggested in the ui review, bug #85668.
* Remove all old script menus before rebuilding...David Emory Watson2002-07-013-3/+16
| | | | | | | | | | 2002-07-01 David Emory Watson <dwatson@cs.ucr.edu> * src/file-manager/fm-directory-view.c: (update_scripts_menu): Remove all old script menus before rebuilding... * src/file-manager/fm-list-view.c: (button_press_callback): Fix memory leak.
* Changes from the UI review, bug #85669.Dave Camp2002-07-012-15/+28
| | | | | | | | | | | | | | | | 2002-07-01 Dave Camp <dave@ximian.com> Changes from the UI review, bug #85669. * libnautilus-private/nautilus-program-chooser.c: (run_program_configurator_callback): Changed the wording. (nautilus_program_chooser_instance_init): Added a mnemonic to the Choose button. (nautilus_program_chooser_new): Refer to the File Types and Programs dialog rather than the (now nonexistant) GNOME Control Center. (nautilus_program_chooser_show_no_choices_message): Changed the wording.
* Modified Files: ChangeLog src/nautilus-desktop-window.c Patch for bugGregory Merchan2002-06-292-6/+16
| | | | | | Modified Files: ChangeLog src/nautilus-desktop-window.c Patch for bug #85784
* Updated Swedish translation.Christian Rose2002-06-282-267/+333
| | | | | | 2002-06-28 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Added line break to help error message.Christian Rose2002-06-284-3/+10
| | | | | | | | | 2002-06-28 Christian Rose <menthos@menthos.com> * src/nautilus-bookmarks-window.c, src/nautilus-preferences-dialog.c, src/nautilus-property-browser.c: Added line break to help error message.
* Fix bounds so we don't leave trails from the selected text rect.Alexander Larsson2002-06-282-4/+9
| | | | | | | 2002-06-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-canvas-item.c (nautilus_icon_canvas_item_bounds): Fix bounds so we don't leave trails from the selected text rect.
* New throbber for gnome theme. Drawn by Ben FrantzDaleAlexander Larsson2002-06-2819-10/+9
| | | | | | | | | | 2002-06-28 Alexander Larsson <alexl@redhat.com> * icons/gnome/throbber/Makefile.am: * icons/gnome/throbber/001-006.png: * icons/gnome/gnome.xml: New throbber for gnome theme. Drawn by Ben FrantzDale <bfrantzdale@hmc.edu>
* use the key here.Michael Meeks2002-06-284-9/+46
| | | | | | | | | | | 2002-06-28 Michael Meeks <michael@ximian.com> * libnautilus-private/nautilus-directory.c (nautilus_directory_file_list_length_reached): use the key here. * libnautilus-private/apps_nautilus_preferences.schemas: add directory_limit, so it's not a hard coded '4000'.
* Fix url, since it is a redirection and nautilus-gtkhtml doesn't supportFrédéric Crozat2002-06-282-1/+7
| | | | | | * icons/default/default.xml: Fix url, since it is a redirection and nautilus-gtkhtml doesn't support that.
* libnautilus-private/apps_nautilus_preferences.schemasAlexander Larsson2002-06-287-114/+17
| | | | | | | | | | | | | | | | 2002-06-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas * libnautilus-private/nautilus-global-preferences.c * libnautilus-private/nautilus-global-preferences.h * libnautilus-private/nautilus-program-choosing.c Removed xalf preferences and all remaining code references to xalf since we no longer support xalf in nautilus. * src/nautilus-window-menus.c Removed unused define for old help. Patch from David Bordoley <bordoley@msu.edu>
* Added new 192 pixel versions of trash icon. Drawn by Ben FrantzDaleAlexander Larsson2002-06-284-0/+10
| | | | | | | | | | 2002-06-28 Alexander Larsson <alexl@redhat.com> * icons/default/Makefile.am (icon_DATA): * icons/default/trash-empty-192.png: * icons/default/trash-full-192.png: Added new 192 pixel versions of trash icon. Drawn by Ben FrantzDale <bfrantzdale@hmc.edu>
* Don't eject when things are unmounted. Eject when we're explicitlyAlexander Larsson2002-06-284-82/+36
| | | | | | | | | | | | | | 2002-06-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-volume-monitor.c: Don't eject when things are unmounted. Eject when we're explicitly unmounting a volume. * libnautilus-private/nautilus-volume-monitor.h: Add should_eject to nautilus_volume_monitor_mount_unmount_removable. * src/file-manager/fm-desktop-icon-view.c: Pass should_eject right.
* Quote rawdevice_path. Patch from rajeev.karale@wipro.comAlexander Larsson2002-06-282-1/+10
| | | | | | | 2002-06-28 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-desktop-icon-view.c (volume_ops_callback): Quote rawdevice_path. Patch from rajeev.karale@wipro.com
* use eel vfs capabilities to determine if file is safe to launchFrank Worsley2002-06-282-4/+10
| | | | | | | | 2002-06-27 Frank Worsley <fworsley@shaw.ca> * libnautilus-private/nautilus-program-choosing.c: (nautilus_launch_desktop_file): use eel vfs capabilities to determine if file is safe to launch
* Save the volume device earlier, since nfs and smbfs file systems wereDave Camp2002-06-272-5/+13
| | | | | | | | | | 2002-06-27 Dave Camp <dave@ximian.com> * libnautilus-private/nautilus-volume-monitor.c (finish_creating_volume): Save the volume device earlier, since nfs and smbfs file systems were causing the function to return before the device was being saved. This fixes a bug where the "Unmount Volume" menu item wasn't working on nfs and smbfs mounts.
* more typo fixage.Mark McLoughlin2002-06-262-1/+6
| | | | | | | 2002-06-26 Mark McLoughlin <mark@skynet.ie> * src/file-manager/fm-desktop-icon-view.c: (desktop_icon_view_property_filter): more typo fixage.
* Set the Colormap for the GdkPixmap created via gdk_pixmap_foreign_new().Shivram U2002-06-252-1/+12
| | | | | | | | 2002-06-25 Shivram U <shivaram.upadhyayula@wipro.com> * libnautilus-private/nautilus-directory-background.c (make_root_pixmap): Set the Colormap for the GdkPixmap created via gdk_pixmap_foreign_new(). Fix for bug #83259.
* implement viewing/opening and executing of files for the tree viewFrank Worsley2002-06-258-111/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-06-25 Frank Worsley <fworsley@shaw.ca> * components/tree/nautilus-tree-view.c: (got_activation_uri_callback): implement viewing/opening and executing of files for the tree view * libnautilus-private/nautilus-dnd.c: * libnautilus-private/nautilus-link-desktop-file.c: * libnautilus-private/nautilus-link-historical.c: updated for new desktop-file: command specifier to allow proper launching of desktop files * libnautilus-private/nautilus-program-choosing.c: (nautilus_launch_desktop_file): new function to launch desktop files with proper exec parameter support * libnautilus-private/nautilus-program-choosing.h: define command specifiers in one place * src/file-manager/fm-directory-view.c: (get_executable_text_file_action): add "run in terminal" button, partial fix for #41773 (activate_callback), (fm_directory_view_move_copy_items): support proper launching of and dnd to desktop files
* Use eel_vfs_has_capability() to test for locality of the drop target.Dave Camp2002-06-252-1/+7
| | | | | | | | 2002-06-25 Dave Camp <dave@ximian.com> * src/file-manager/fm-icon-view.c (get_icon_drop_target_uri_callback): Use eel_vfs_has_capability() to test for locality of the drop target. Fixes #82644.
* Check for "/.nautilus/thumbnails/" rather than "/.thumbnails/". Fixes bugDamon Chaplin2002-06-252-1/+7
| | | | | | | | 2002-06-25 Damon Chaplin <damon@ximian.com> * libnautilus-private/nautilus-icon-factory.c (load_icon_from_path): Check for "/.nautilus/thumbnails/" rather than "/.thumbnails/". Fixes bug #82780.
* Use the eel_vfs_has_capability() functon.Dave Camp2002-06-252-16/+18
| | | | | | | 2002-06-25 Dave Camp <dave@ximian.com> * src/file-manager/fm-icon-view.c (icon_view_handle_uri_list): Use the eel_vfs_has_capability() functon.
* Doing fix for pcfs solaris specific issue. Rajeev.Rajeev Karale2002-06-253-0/+16
|
* its _NET_WORKAREA, not _NET_WM_WORKAREA. Requires latest metacity.Mark McLoughlin2002-06-252-4/+11
| | | | | | | | | 2002-06-25 Mark McLoughlin <mark@skynet.ie> * src/file-manager/fm-desktop-icon-view.c: (net_workarea_changed), (desktop_icon_view_property_filter), (fm_desktop_icon_view_init): its _NET_WORKAREA, not _NET_WM_WORKAREA. Requires latest metacity.
* CVS_SILENTGörkem Çetin2002-06-241-1/+0
|
* *** empty log message ***Görkem Çetin2002-06-241-161/+90
|
* if there are no tracks in the list just return "". (play_current_file): ifDamon Chaplin2002-06-242-1/+18
| | | | | | | | | 2002-06-24 Damon Chaplin <damon@ximian.com> * components/music/nautilus-music-view.c (get_song_text): if there are no tracks in the list just return "". (play_current_file): if there are no tracks in the list just return. Fixes bug #85975.
* added a final NULL argument to g_signal_emit(). Fixes bug #85399.Damon Chaplin2002-06-243-2/+15
| | | | | | | | | | | 2002-06-24 Damon Chaplin <damon@ximian.com> * src/nautilus-theme-selector.c (theme_selector_changed_callback): added a final NULL argument to g_signal_emit(). Fixes bug #85399. * src/nautilus-preferences-dialog.c (theme_changed_callback): just return if selected_theme is NULL. This can happen when the dialog is being destroyed.
* impl method to set icon container margins from workarea geometries.Mark McLoughlin2002-06-212-25/+58
| | | | | | | | | | | | 2002-06-20 Mark McLoughlin <mark@skynet.ie> * src/file-manager/fm-desktop-icon-view.c: (icon_container_set_workarea): impl method to set icon container margins from workarea geometries. (net_wm_workarea_changed): renamed from panel_desktop_area_changed and uses _NET_WM_WORKAREA instead of GNOME_PANEL_DESKTOP_AREA. (desktop_icon_view_property_filter), (fm_desktop_icon_view_init): update.
* Updated Spanish translation.Pablo Gonzalo del Campo2002-06-212-71/+82
| | | | | | 2002-06-20 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
* Updated Japanese translation.Akira TAGOH2002-06-192-2955/+1785
| | | | | | 2002-06-20 Akira TAGOH <tagoh@gnome.gr.jp> * ja.po: Updated Japanese translation.
* Add DESKTOP_PAD_[HORIZONTAL,VERTICAL] to width and height to avoid newDave Camp2002-06-182-21/+32
| | | | | | | | | | | | 2002-06-17 Dave Camp <dave@ximian.com> * libnautilus-private/nautilus-icon-container.c: (find_open_grid_space), (mark_icon_location_in_grid): Add DESKTOP_PAD_[HORIZONTAL,VERTICAL] to width and height to avoid new icons from being placed too closely to other icons, and don't place an icon partially outside of the grid. (lay_down_icons_tblr): Wrap before placing the icon if necessary, and reset max_width when moving to a new column.
* Updated French translation.Christophe Merlet2002-06-162-798/+757
|
* new function to show the help file. (dialog_button_response_callback):Damon Chaplin2002-06-142-1/+82
| | | | | | | | | | | | | 2002-06-14 Damon Chaplin <damon@ximian.com> * src/nautilus-preferences-dialog.c (preferences_show_help): new function to show the help file. (dialog_button_response_callback): handle the Help button and show the appropriate help file. (preferences_dialog_create): add a Help button. Based on patch from Satyajit Kanungo <satyajit.kanungo@wipro.com>. Fixes bug #83511.
* Escape the symlink name before constructing the uri. Fixes #84004.Dave Camp2002-06-132-2/+12
| | | | | | | | 2002-06-13 Dave Camp <dave@ximian.com> * libnautilus-private/nautilus-file.c: (nautilus_file_get_symbolic_link_target_uri): Escape the symlink name before constructing the uri. Fixes #84004.
* nl.po: Dutch translation updated by Reinout van Schouwen and myself.Vincent van Adrighem2002-06-132-228/+113
| | | | | | 2002-06-13 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> nl.po: Dutch translation updated by Reinout van Schouwen and myself.
* Add a 'Help' button on the bottom-left of the dialog. Also usedDamon Chaplin2002-06-122-8/+68
| | | | | | | | | | | | | 2002-06-12 Damon Chaplin <damon@ximian.com> * src/nautilus-property-browser.c (nautilus_property_browser_init): Add a 'Help' button on the bottom-left of the dialog. Also used gtk_window_set_default_size() rather than gtk_widget_set_size_request() so the dialog grows if necessary. (help_button_callback): new callback to show the help page. Based on patch from Satyajit Kanungo <satyajit.kanungo@wipro.com>. Fixes bug #83524.
* use $(prefix)/${DATADIRNAME}/locale rather than $(datadir)/locale so itDamon Chaplin2002-06-1211-10/+25
| | | | | | | | | | | | | | | | | 2002-06-12 Damon Chaplin <damon@ximian.com> * test/Makefile.am (INCLUDES): * src/Makefile.am (INCLUDES): * components/tree/Makefile.am (INCLUDES): * components/throbber/Makefile.am (INCLUDES): * components/text/Makefile.am (INCLUDES): * components/notes/Makefile.am (INCLUDES): * components/news/Makefile.am (INCLUDES): * components/music/Makefile.am (INCLUDES): * components/history/Makefile.am (INCLUDES): * components/hardware/Makefile.am (INCLUDES): use $(prefix)/${DATADIRNAME}/locale rather than $(datadir)/locale so it works on Solaris. Fixes bug #83636.
* New, protects us from illegal preferences.David Emory Watson2002-06-123-87/+56
| | | | | | | | | | | | | | | | | | | | 2002-06-03 David Emory Watson <dwatson@cs.ucr.edu> * src/file-manager/fm-list-view.c: (get_derfault_zoom_level): New, protects us from illegal preferences. (set_zoom_level_from_metadata_and_preferences), (fm_list_view_reset_to_defaults), (fm_list_view_set_zoom_level), (fm_list_view_restore_default_zoom_level): Update. (fm_list_view_scale_font_size): Replace switch with loop and always use default font at default zoom level. (click_policy_changed_callback): Make underlines appear or disappear when the click policy changes. 2002-06-02 David Emory Watson <dwatson@cs.ucr.edu> * components/text/nautilus-text-view.c: (nautilus_text_view_instance_init): Turn on word wrapping.
* change vbox spacing to 5.Alexander Larsson2002-06-122-1/+11
| | | | | | | | | 2002-06-12 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-program-chooser.c: change vbox spacing to 5. Patch from Jorn Baayen <jorn@nl.linux.org>