summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated tr.poFatih Demir2002-04-272-1962/+1714
|
* Initialize current_value.Dave Camp2002-04-272-1/+7
| | | | | | | 2002-04-27 Dave Camp <dave@ximian.com> * src/nautilus-zoom-control.c (nearest_preferred): Initialize current_value.
* Small fixBenedikt Roth2002-04-271-2/+2
|
* Close window at end of menu according to HIG.Alex Larsson2002-04-262-11/+24
| | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: Close window at end of menu according to HIG. patch from Dave Bordoley <bordoley@msu.edu>
* HIG compliant toolbar button orderingAlex Larsson2002-04-262-9/+11
| | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: HIG compliant toolbar button ordering
* Stock icons for new window, and zooming. Don't use stock icons for closeAlex Larsson2002-04-265-17/+58
| | | | | | | | | | | | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * src/file-manager/nautilus-directory-view-ui.xml: Stock icons for new window, and zooming. Don't use stock icons for close all (duplicate use of stock). * src/nautilus-shell-ui.xml: Stock icon for open. "Reset View to Match _Preferences" -> "Reset View to _Defaults" Stock icons for cut and paste. Stock icons for open. * src/nautilus-window-menus.c: (refresh_go_menu): Limit history to 10 entries. Based on patches from Dave Bordoley <bordoley@msu.edu>
* turn on word-wrapping for the GtkTextView. Fixes bug #75209. (Approved byDamon Chaplin2002-04-262-0/+8
| | | | | | | | 2002-04-26 Damon Chaplin <damon@ximian.com> * components/notes/nautilus-notes.c (make_notes_view): turn on word-wrapping for the GtkTextView. Fixes bug #75209. (Approved by Alex Larsson)
* Replace doubles in the zoom interfaces with floats to match the bonoboDave Camp2002-04-2611-39/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-04-24 Dave Camp <dave@ximian.com> * src/nautilus-view-frame.c: (nautilus_view_frame_set_zoom_level): * src/nautilus-view-frame.h: * src/nautilus-window-manage-views.c: (zoom_parameters_changed_callback): * src/nautilus-window-private.h: * src/nautilus-window.c: (nautilus_window_zoom_to_level): Replace doubles in the zoom interfaces with floats to match the bonobo zoomable interface. * src/nautilus-zoom-control.c: (nautilus_zoom_control_expose): Draw the focus rectangle if the zoom control is focused. (nautilus_zoom_control_button_press_event): Grab focus. (zoom_menu_callback), (create_zoom_menu_item), (nautilus_zoom_control_change_value), (nautilus_zoom_control_set_zoom_level), (nautilus_zoom_control_set_parameters): Replace double with float. (nautilus_zoom_control_class_init): Initialize keybindings. (nautilus_zoom_control_get_accessible), (nautilus_zoom_control_accessible_do_action), (nautilus_zoom_control_accessible_get_n_actions), (nautilus_zoom_control_accessible_action_get_description), (nautilus_zoom_control_accessible_action_get_name), (nautilus_zoom_control_accessible_action_interface_init), (nautilus_zoom_control_accessible_get_current_value), (nautilus_zoom_control_accessible_get_maximum_value), (nautilus_zoom_control_accessible_get_minimum_value), (nearest_preferred), (nautilus_zoom_control_accessible_set_current_value), (nautilus_zoom_control_accessible_value_interface_init), (nautilus_zoom_control_accessible_get_name), (nautilus_zoom_control_accessible_get_description), (nautilus_zoom_control_accessible_class_init), (nautilus_zoom_control_accessible_get_type): Implement the zoom accessible. * src/nautilus-zoom-control.h: Added the change_value signal.
* check the ev for errors. If an error occurs output a warning and returnDamon Chaplin2002-04-262-1/+13
| | | | | | | | | 2002-04-26 Damon Chaplin <damon@ximian.com> * libnautilus-private/nautilus-directory-metafile.c (nautilus_directory_get_file_metadata): check the ev for errors. If an error occurs output a warning and return the default value. Fixes bug #73456. (Approved by Alex Larsson)
* Changed OK to Yes, as this is a Yes/No question. Fixed dialog to reallyBenedikt Roth2002-04-263-4/+16
| | | | | | | | | | | | | | 2002-04-26 Benedikt Roth <Benedikt.Roth@gmx.net> * libnautilus-private/nautilus-program-chooser.c: (launch_mime_capplet_on_ok), (nautilus_program_chooser_show_no_choices_message): Changed OK to Yes, as this is a Yes/No question. Fixed dialog to really open the capplet when choosing yes (#75372). * nautilus.desktop.in: (Bugzilla Bug: 75830) Use the stock home icon for the Home folder in applications menu. (Patch from Dennis Cranston <dennis_cranston@yahoo.com>)
* Allow installation of tared themes.Alex Larsson2002-04-264-24/+106
| | | | | | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * libnautilus-private/nautilus-theme.c: (nautilus_theme_install_user_theme): Allow installation of tared themes. * libnautilus-private/nautilus-theme.h: * src/nautilus-theme-selector.c: (file_selection_ok_clicked_callback): Better warnings for non-theme files.
* Added new function nautilus_volume_get_device_path.Alex Larsson2002-04-265-31/+343
| | | | | | | | | | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * libnautilus-private/nautilus-volume-monitor.c: * libnautilus-private/nautilus-volume-monitor.h: Added new function nautilus_volume_get_device_path. * src/file-manager/fm-desktop-icon-view.c: (have_volume_format_app), (have_volume_properties_app), (have_volume_protection_app), (volume_ops_callback), (volume_link_device_type), (real_update_menus), (real_merge_menus): * src/file-manager/nautilus-desktop-icon-view-ui.xml: Add support for various volume properties helper applications. Based on patch from Rajeev Karale <rajeev.karale@wipro.com>
* s/Server Configuration/Server SettingsJonathan Blandford2002-04-264-9/+13
| | | | | | | | | | | Thu Apr 25 12:22:57 2002 Jonathan Blandford <jrb@gnome.org> * data/serverconfig.directory.in (_Name): * data/serverconfig.desktop.in (_Name): s/Server Configuration/Server Settings * src/nautilus-bookmarks-window.c (nautilus-bookmarks-window.c): Small UI tweaks.
* suppress warning to fix the build.Jody Goldberg2002-04-242-1/+7
| | | | | | | | 2002-04-24 Jody Goldberg <jody@gnome.org> * src/file-manager/fm-list-model.c (fm_list_model_get_attribute_from_sort_column_id) : suppress warning to fix the build.
* Added the necessary bonobo_object_ref() to my previous commit, to preventMurray Cumming2002-04-245-4/+13
| | | | | | | 2002-04-24 Murray Cumming <murrayc@usa.net> * Added the necessary bonobo_object_ref() to my previous commit, to prevent crashing during the unref when the window closes.
* Now that BonoboWindow has been fixed, it is no longer necessary to createMurray Cumming2002-04-245-12/+10
| | | | | | | | 2002-04-23 Murray Cumming <murrayc@usa.net> * src/nautilus-window.c (nautilus_window_instance_init): Now that BonoboWindow has been fixed, it is no longer necessary to create and set the UIContainer.
* fix for bug 73469Diego González2002-04-244-40/+69
|
* Fix build breakage from misapplied patch in last commit.Owen Taylor2002-04-232-2/+7
| | | | | | | Tue Apr 23 16:18:05 2002 Owen Taylor <otaylor@redhat.com> * src/nautilus-preferences-dialog.c (dialog_button_response_callback): Fix build breakage from misapplied patch in last commit.
* Handled the "delete_event" signal. Fixes bug #73850Ganesan Sethuraman2002-04-232-1/+7
| | | | | | | 2002-04-23 Ganesan Sethuraman <ganesan.sethuraman@wipro.com> * src/nautilus-preferences-dialog.c : Handled the "delete_event" signal. Fixes bug #73850
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-04-232-68/+72
| | | | | | 2002-04-23 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Don't show the normal extra information for desktop files (#74910).Benedikt Roth2002-04-232-2/+10
| | | | | | | | 2002-04-23 Benedikt Roth <Benedikt.Roth@gmx.net> * src/file-manager/fm-icon-container.c: (fm_icon_container_get_icon_text): Don't show the normal extra information for desktop files (#74910).
* finish_creating_volume() Bug Fixing : #77313. Mount_path for volume isRajeev Karale2002-04-232-1/+34
| | | | | | | 2002-04-23 Rajeev Karale <rajeev.karale@wipro.com> * libnautilus-private/nautilus-volume-monitor.c: finish_creating_volume() Bug Fixing : #77313. Mount_path for volume is different for solaris.
* Fixes and updates for German translation.Benedikt Roth2002-04-232-114/+98
| | | | | | 2001-04-23 Benedikt Roth <Benedikt.Roth@gmx.net> * de.po: Fixes and updates for German translation.
* Updated Slovenian translationAndraz Tori2002-04-231-957/+888
|
* Take pixels_per_unit into account when setting width and height.Anders Carlsson2002-04-222-2/+10
| | | | | | | | 2002-04-22 Anders Carlsson <andersca@gnu.org> * libnautilus-private/nautilus-icon-container.c: (lay_down_icons_tblr): Take pixels_per_unit into account when setting width and height.
* Re-add the length limit for color and emblem names. Also fix buttonAnders Carlsson2002-04-223-40/+96
| | | | | | | | | | | | | | | | 2002-04-22 Anders Carlsson <andersca@gnu.org> * src/nautilus-property-browser.c: (nautilus_property_browser_init), (nautilus_emblem_dialog_new), (nautilus_color_selection_dialog_new), (add_new_pattern), (add_new_color), (nautilus_property_browser_update_contents): Re-add the length limit for color and emblem names. Also fix button ordering to be Add, Remove. Finally, set up focus correctly for entries. * src/nautilus-theme-selector.c: (create_button_with_stock_image), (nautilus_theme_selector_instance_init): Add stock icons to Add and Remove buttons.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-04-222-50/+32
| | | | | | 2002-04-22 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Version markersAlexander Larsson2002-04-222-0/+4
|
* Bump version to 1.1.13. Require eel 1.1.11NAUTILUS_1_1_13Alexander Larsson2002-04-2239-21945/+23673
| | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * NEWS: * configure.in: Bump version to 1.1.13. Require eel 1.1.11
* Remove deprecated usage of gnome-config. Patch by Diego GonzálezAlexander Larsson2002-04-222-55/+10
| | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-directory-background.c: Remove deprecated usage of gnome-config. Patch by Diego González <diego@pemas.net>
* Forgot to mention whose patch it was:Alexander Larsson2002-04-211-0/+1
|
* Add close button.Alexander Larsson2002-04-212-2/+35
| | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/file-manager/fm-properties-window.c (create_properties_window): Add close button.
* Stock icons for back, forward, up, home, new, close, add bookmarksAlexander Larsson2002-04-2133-29/+31
| | | | | | | | | | | | | | | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-shell-ui.xml: Stock icons for back, forward, up, home, new, close, add bookmarks * icons/default/default.xml: * icons/crux_teal/crux_teal.xml: * icons/crux_eggplant/crux_eggplant.xml: Point throbber to http://www.gnome.org/nautilus/ * icons/default/Makefile.am: * icons/crux_teal/Makefile.am: * icons/crux_eggplant/Makefile.am: * icons/default/Makefile.am: * icons/*/[Back|Forward|Home|Refresh|Stop|Up].png: Use stock toolbar items for all out themes. Patches from Dave Bordoley <bordoley@msu.edu>
* Patches from sander for better HIG compliance Lay Out Items -> ArrangeAlexander Larsson2002-04-218-20/+34
| | | | | | | | | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-preferences-dialog.c: * src/file-manager/fm-icon-view.c: * src/nautilus-shell-ui.xml: * src/nautilus-window-menus.c: * src/file-manager/nautilus-directory-view-ui.xml: * src/file-manager/nautilus-icon-view-ui.xml: Patches from sander for better HIG compliance Lay Out Items -> Arrange Items View Preferences -> View Defaults Forget History -> Clear History Reset View to Match Preferences -> Reset View to Default
* Read .desktop files sync if they're local. This speeds up loadingAnders Carlsson2002-04-212-2/+32
| | | | | | | | | | 2002-04-22 Anders Carlsson <andersca@gnu.org> * libnautilus-private/nautilus-directory-async.c: (should_read_link_info_sync), (link_info_read_done), (link_info_start): Read .desktop files sync if they're local. This speeds up loading directories that have .desktop files in them.
* Check the return value of XOpenDisplay and handle failures.Alexander Larsson2002-04-212-1/+20
| | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-directory-background.c (image_loading_done_callback), (make_root_pixmap): Check the return value of XOpenDisplay and handle failures.
* Disable the whole flash-workaround hack since it doesn't work and isAlexander Larsson2002-04-212-9/+30
| | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-desktop-window.c (nautilus_desktop_window_class_init): Disable the whole flash-workaround hack since it doesn't work and is causing crashes on solaris.
* Only display toplevel window when it's fully constructed.Alexander Larsson2002-04-219-40/+78
| | | | | | | | | | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-window.h: * src/nautilus-window-manage-views.c: Only display toplevel window when it's fully constructed. * src/nautilus-desktop-window.c (nautilus_desktop_window_new): * src/nautilus-application.c (nautilus_application_create_desktop_window): Don't show desktop window here. It's shown later when the view is loaded. * libnautilus-private/nautilus-horizontal-splitter.c (nautilus_horizontal_splitter_pack2): Remove old code that is not neccesary when we display the window fully constructed.
* Updated Greek translationSimos Xenitellis2002-04-211-2/+1
|
* Take pixels_per_unit into account when dealing with widget coordinates inAnders Carlsson2002-04-213-9/+67
| | | | | | | | | | | | | | | 2002-04-21 Anders Carlsson <andersca@gnu.org> * libnautilus-private/nautilus-icon-container.c: (icon_set_position), (nautilus_icon_container_update_scroll_region): Take pixels_per_unit into account when dealing with widget coordinates in the fixed mode. * src/file-manager/fm-desktop-icon-view.c: (fm_desktop_icon_view_finalize), (get_default_zoom_level), (default_zoom_level_changed), (fm_desktop_icon_view_init): Have the desktop view use the default icon view zoom level.
* Don't do anything with double-click or triple-click events.Anders Carlsson2002-04-212-0/+8
| | | | | | | | 2002-04-21 Anders Carlsson <andersca@gnu.org> * src/nautilus-zoom-control.c (nautilus_zoom_control_button_press_event): Don't do anything with double-click or triple-click events.
* Fix some whitespace issues.Anders Carlsson2002-04-211-3/+3
|
* NautilusView is a GObject, not a GtkObject.Anders Carlsson2002-04-215-18/+37
| | | | | | | | | | | | | | | | 2002-04-21 Anders Carlsson <andersca@gnu.org> * components/text/nautilus-text-view.c: (nautilus_text_view_finalize), (nautilus_text_view_class_init): NautilusView is a GObject, not a GtkObject. * src/nautilus-sidebar-title.c: (nautilus_sidebar_title_select_text_color), Set shadow color and offset using new eel functions. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): Don't show translator credits when we don't need to. Also add myself as an author :)
* fix for bug 72931Diego González2002-04-212-12/+22
|
* Fix icon handling for mime typesDiego González2002-04-212-1/+8
|
* Disable drag window registration for now.Anders Carlsson2002-04-206-34/+91
| | | | | | | | | | | | | | | | | | | | | | | 2002-04-20 Anders Carlsson <andersca@gnu.org> * libnautilus-private/nautilus-drag-window.c: (nautilus_drag_window_register): Disable drag window registration for now. * libnautilus-private/nautilus-global-preferences.c: Change extra monitor paths to account for the rename. * nautilus.desktop.in: Update icon path. * src/file-manager/fm-properties-window.c: (reset_icon), (fm_properties_window_drag_data_received), (set_icon_callback): Add support for dragging the reset icon to remove custom icons. * src/nautilus-property-browser.c: (nautilus_emblem_dialog_new), (nautilus_color_selection_dialog_new), (emblem_keyword_valid), (add_new_emblem): Fix "Add new emblem" dialog and add mnemonics.
* Add more keys to the schemas files. Based on work by Luis GutierrezAlexander Larsson2002-04-202-4/+202
| | | | | | | | 2002-04-20 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/apps_nautilus_preferences.schemas: Add more keys to the schemas files. Based on work by Luis Gutierrez <luisgtz@megared.net.mx>
* Updated Greek translationSimos Xenitellis2002-04-201-2518/+2518
|
* libnautilus-private/nautilus-global-preferences.h Use underscore insteadAlexander Larsson2002-04-204-37/+214
| | | | | | | | | | | | | | | 2002-04-20 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-global-preferences.h Use underscore instead of dashes in gconf keys. * libnautilus-private/Makefile.am * libnautilus-private/nautilus.schemas: * libnautilus-private/apps_nautilus_preferences.schemas: Renamed schemas file to apps_nautilus_preferences.schemas. Some new keys are documented. This patch is from Jonathan Blandford <jrb@redhat.com>
* Updates in Greek translationSimos Xenitellis2002-04-202-749/+669
|