summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Collapse)AuthorAgeFilesLines
* Don't redraw the whole desktop on focus in/out.Alexander Larsson2005-09-011-2/+0
| | | | | | | | 2005-08-31 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c: (handle_focus_in_event), (handle_focus_out_event): Don't redraw the whole desktop on focus in/out.
* Revert memleak patch from 2005-08-23, since it was wrong and causesAlexander Larsson2005-08-291-0/+1
| | | | | | | | | 2005-08-29 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-factory.c: (get_icon_from_cache): Revert memleak patch from 2005-08-23, since it was wrong and causes crashes.
* Handle background color/image drops even on icons. (#47536) Patch fromAlexander Larsson2005-08-291-11/+5
| | | | | | | | | | 2005-08-29 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-dnd.c: (nautilus_icon_container_get_drop_action): Handle background color/image drops even on icons. (#47536) Patch from Christian Neumair <chris@gnome-de.org>
* Handle non-sorted-by-y icon containers (manual mode). #157415. Patch fromAlexander Larsson2005-08-291-3/+15
| | | | | | | | | 2005-08-29 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_get_first_visible_icon): Handle non-sorted-by-y icon containers (manual mode). #157415. Patch from Christian Neumair <chris@gnome-de.org>
* Handle some more special location icons, and don't require attributes forAlexander Larsson2005-08-291-22/+44
| | | | | | | | | | | | 2005-08-29 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-factory.c: (get_special_icon_for_file), (nautilus_icon_factory_get_icon_for_file), (nautilus_icon_factory_is_icon_ready_for_file): Handle some more special location icons, and don't require attributes for special location icons. (#312095, #312134) Patch from Christian Neumair <chris@gnome-de.org>
* Fix layouting in text-beside-icons mode for short names. (#159621) PatchAlexander Larsson2005-08-261-7/+14
| | | | | | | | | | 2005-08-26 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c: (lay_down_icons_horizontal): Fix layouting in text-beside-icons mode for short names. (#159621) Patch from Christian Neumair <chris@gnome-de.org>
* Remove usage of GNOME_VFS_XFER_REMOVESOURCE inAlexander Larsson2005-08-252-8/+33
| | | | | | | | | | 2005-08-25 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.[ch]: * src/file-manager/fm-directory-view.c: Remove usage of GNOME_VFS_XFER_REMOVESOURCE in nautilus_file_operations_new_file_from_template, instead manually removing source when needed. This fixes #309592.
* Enable emblem dropping to the list view and allow text drags on the listMartin Wehner2005-08-221-5/+45
| | | | | | | | | | | | 2005-08-23 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-tree-view-drag-dest.c: (get_drop_action), (receive_dropped_keyword), (drag_data_received_callback): Enable emblem dropping to the list view and allow text drags on the list background. Fixes #313408. Based on a patch from Christian Neumair <chris@gnome-de.org>
* Don't ref cached_icon twice. Fixes #307288.Martin Wehner2005-08-221-1/+0
| | | | | | | | | | 2005-08-23 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-icon-factory.c: (get_icon_from_cache): Don't ref cached_icon twice. Fixes #307288. Patch from Kjartan Maraas <kmaraas@gnome.org>
* Don't allow trashing or deleting the home or desktop folder within aMartin Wehner2005-08-222-4/+16
| | | | | | | | | | | | | | | | 2005-08-22 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-file.c: (nautilus_file_is_desktop_directory), (nautilus_file_can_rename), (prepend_automatic_emblem_names): * libnautilus-private/nautilus-file.h: * src/file-manager/fm-directory-view.c: (desktop_or_home_dir_in_selection), (real_update_location_menu), (real_update_menus): Don't allow trashing or deleting the home or desktop folder within a selection or via the location button context menu. Fixes #310414. Based on a patch from Christian Neumair <chris@gnome-de.org>
* Don't show nautilus folder handler as application option for folders.Martin Wehner2005-08-221-3/+29
| | | | | | | | | | | | | | 2005-08-22 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-mime-actions.c: (filter_nautilus_handler), (get_open_with_mime_applications), (nautilus_mime_get_open_with_applications_for_file), (nautilus_mime_get_applications_for_file), (nautilus_mime_has_any_applications_for_file): Don't show nautilus folder handler as application option for folders. Fixes #310382. Based on a patch from Christian Neumair <chris@gnome-de.org>
* Lots of cleanups. Closes bug #313094 and bug #149714Kjartan Maraas2005-08-126-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-12 Kjartan Maraas <kmaraas@gnome.org> Lots of cleanups. Closes bug #313094 and bug #149714 * libnautilus-private/nautilus-directory-background.c: (nautilus_file_background_write_desktop_default_settings): ANSIfication * libnautilus-private/nautilus-file.c: Mark some variables static. * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_get_selection): Return NULL not FALSE. * libnautilus-private/nautilus-icon-factory.c: (nautilus_icon_factory_get_thumbnail_factory): ANSIfication * libnautilus-private/nautilus-metafile.c: Static variables * libnautilus-private/nautilus-program-choosing.c: (slowly_and_stupidly_obtain_timestamp): Sparse fix * src/file-manager/fm-icon-view.c: (fm_icon_view_get_background_widget): FALSE vs NULL * src/file-manager/fm-list-view.c: (filename_cell_data_func): Plug a leak. Bug #313094. * src/file-manager/fm-tree-model.c: (fm_tree_model_iter_get_file): NULL vs 0. * src/nautilus-bookmark-list.c: (nautilus_bookmark_list_get_file_path), (nautilus_bookmark_list_load_file): ANSIfication * src/nautilus-bookmarks-window.c: (bookmarks_delete_bookmark): ANSIfication * src/nautilus-main.c: (slowly_and_stupidly_obtain_timestamp): NULL vs 0. * src/nautilus-self-check-functions.c: (nautilus_run_self_checks): ANSIfication
* Don't allow renaming of the desktop folder. Closes #125637.Martin Wehner2005-08-081-17/+17
| | | | | | | | | | 2005-08-09 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-file.c: (file_is_desktop), (nautilus_file_can_rename): Don't allow renaming of the desktop folder. Closes #125637. Patch from Christian Neumair <chris@gnome-de.org>
* Allow moving files within the burn location. Fixes #312085.Martin Wehner2005-08-081-2/+8
| | | | | | | | | | 2005-08-08 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-file-operations.c (nautilus_file_operations_copy_move): Allow moving files within the burn location. Fixes #312085. Patch from William Jon McCann <mccann@jhu.edu>
* Added, sets a timestamp property on a file node so that metadata changesJoe Shaw2005-08-031-1/+20
| | | | | | | | | | | 2005-08-03 Joe Shaw <joeshaw@novell.com> * libnautilus-private/nautilus-metafile.c (set_file_node_timestamp): Added, sets a timestamp property on a file node so that metadata changes can be tracked per file, rather than per directory. (set_metadata_string_in_metafile, set_metadata_list_in_metafile, copy_file_metadata): Set the timestamp on the node.
* Use "Reset" as reset emblem label. Fixes #311380.Christian Neumair2005-08-021-3/+1
|
* Set type hint to GDK_WINDOW_TYPE_HINT_NORMAL so that progress dialogChristian Neumair2005-07-281-0/+2
| | | | | | | | | 2005-07-28 Christian Neumair <chris@gnome-de.org> * libnautilus-private/nautilus-file-operations-progress.c: (nautilus_file_operations_progress_new): Set type hint to GDK_WINDOW_TYPE_HINT_NORMAL so that progress dialog appears in tasklist and is minimizable. Fixes #310676.
* Default to move action for locations on other file systems if they shouldChristian Neumair2005-07-281-1/+4
| | | | | | | | 2005-07-28 Christian Neumair <chris@gnome-de.org> * src/nautilus-dnd.c: (nautilus_drag_default_drop_action_for_icons): Default to move action for locations on other file systems if they should be moved to their parent folder. Fixes #61269.
* track the pid of the currently running sound process using a staticMark McLoughlin2005-07-193-180/+0
| | | | | | | | | | | | | | | | | | | 2005-07-19 Mark McLoughlin <mark@skynet.ie> * src/file-manager/fm-icon-view.c: (play_file), (preview_audio): track the pid of the currently running sound process using a static variable and kill it before starting any new process. (can_play_sound): copy from nautilus-sound.c * src/nautilus-application.c: (finish_startup): don't call nautilus_sound_init() * libnautilus-private/nautilus-sound.[ch]: remove old code to track the currently runing sound process using a GConf key. * libnautilus-private/Makefile.am: remove nautilus-sound.[ch]
* remove code to import some preferences which were deprecated in GNOME 2.2.Mark McLoughlin2005-07-191-73/+0
| | | | | | | | 2005-07-19 Mark McLoughlin <mark@skynet.ie> * libnautilus-private/nautilus-global-preferences.c: (nautilus_global_preferences_init): remove code to import some preferences which were deprecated in GNOME 2.2.
* Refer to the volume context menu as "popup menu", and not as "right-clickChristian Neumair2005-07-131-4/+4
| | | | | | | | 2005-07-13 Christian Neumair <chris@gnome-de.org> * libnautilus-private/nautilus-desktop-link-monitor.c: (volume_delete_dialog): Refer to the volume context menu as "popup menu", and not as "right-click menu". Fixes #308248.
* Files with name "~" are not backups. (#170607) Patch from ChristianAlexander Larsson2005-07-131-1/+2
| | | | | | | | 2005-07-13 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-utilities.c: Files with name "~" are not backups. (#170607) Patch from Christian Neumair <chris@gnome-de.org>
* Set dnd icon in drag_begin (#307943) patch from Matthias ClasenAlexander Larsson2005-07-131-30/+43
| | | | | | | | 2005-07-13 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-dnd.c: Set dnd icon in drag_begin (#307943) patch from Matthias Clasen
* filesystem -> file system in stringsAlexander Larsson2005-07-111-4/+4
| | | | | | | | | | | | 2005-07-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: * nautilus.desktop.in: * src/file-manager/fm-tree-view.c: * src/nautilus-places-sidebar.c: filesystem -> file system in strings Sebastien Bacher <seb128@debian.org>
* Fix up some strings for the translators. (#309879) Patch from ChristianAlexander Larsson2005-07-111-8/+8
| | | | | | | | | | | 2005-07-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-dnd.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: * src/nautilus-emblem-sidebar.c: Fix up some strings for the translators. (#309879) Patch from Christian Neumair <chris@gnome-de.org>
* Handle volumes_visible changing from true to true.Alexander Larsson2005-07-111-6/+8
| | | | | | | | | 2005-07-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-desktop-link-monitor.c: Handle volumes_visible changing from true to true. Patch from Benjamin Berg <benjamin@sipsolutions.net>
* Add toggle to hide/show main toolbar.Alexander Larsson2005-07-112-0/+5
| | | | | | | | | | | 2005-07-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-global-preferences.[ch]: * src/nautilus-actions.h: * src/nautilus-navigation-window-menus.c: * src/nautilus-navigation-window-ui.xml: * src/nautilus-navigation-window.c: Add toggle to hide/show main toolbar.
* Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk>Alexander Larsson2005-07-083-0/+20
| | | | | | | | | | | | | | | | | | | | | | 2005-07-08 Alexander Larsson <alexl@redhat.com> Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk> * src/Makefile.am: * src/nautilus-pathbar.[ch]: New pathbar widget. Based on code from gtk. * src/nautilus-navigation-window.[ch]: * src/nautilus-window-manage-views.c: * src/nautilus-window-private.h: Use pathbar in browser window. * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-global-preferences.[ch]: Add always_use_location_entry prefs. * src/nautilus-navigation-window-menus.c: Whitespace fixup.
* Connect accelerators with "View as" menu items. Fixes #139908.Christian Neumair2005-07-071-6/+24
| | | | | | | | | | | | 2005-07-06 Christian Neumair <chris@gnome-de.org> * src/nautilus-window.c: (add_view_as_menu_item): Connect accelerators with "View as" menu items. Fixes #139908. * libnautilus-private/nautilus-file-operations.c: (progress_dialog_set_to_from_item_text): When operating on remote locations, also display hostname in copy/move progress dialog.
* Correctly sort files before operating on them. Fixes #308884.Christian Neumair2005-07-066-16/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-06 Christian Neumair <chris@gnome-de.org> * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_get_selection): * src/file-manager/fm-directory-view.c: (delete_selected_files): Correctly sort files before operating on them. Fixes #308884. * libnautilus-private/nautilus-dnd.c: (nautilus_drag_init): * libnautilus-private/nautilus-dnd.h: * libnautilus-private/nautilus-icon-dnd.c: (get_data_on_first_target_we_support), (nautilus_icon_dnd_init): * libnautilus-private/nautilus-tree-view-drag-dest.c: (nautilus_tree_view_drag_dest_new): * src/nautilus-spatial-window.c: (nautilus_spatial_window_instance_init): * src/file-manager/fm-list-model.c: (fm_list_model_multi_drag_data_get): Use GTK+ helpers for text D'n'D. * src/nautilus-shell-ui.xml: * src/nautilus-window-menus.c: Register control-+/- keys on keypad for zooming. Fixes #309018. * libnautilus-private/nautilus-file-operations.c: (new_file_transfer_callback): Fix template duplicate numbering. Fixes #307252.
* Add normal_alpha style property that is used when frame_text is on.Alexander Larsson2005-07-063-2/+22
| | | | | | | | | | | | 2005-07-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-canvas-item.c: * libnautilus-private/nautilus-icon-container.c: * libnautilus-private/nautilus-icon-private.h: Add normal_alpha style property that is used when frame_text is on. Patch from Benjamin Berg <benjamin@sipsolutions.net>
* Change NAUTILUS_ICON_DND_TEXT_TYPE to UTF-8 string.Christian Neumair2005-07-059-65/+209
| | | | | | | | | | | | | | | | | | | 2005-07-05 Christian Neumair <chris@gnome-de.org> * libnautilus-private/nautilus-dnd.h: Change NAUTILUS_ICON_DND_TEXT_TYPE to UTF-8 string. * libnautilus-private/nautilus-file-operations.[ch]: * libnautilus-private/nautilus-icon-container.[ch]: * libnautilus-private/nautilus-icon-dnd.c: * libnautilus-private/nautilus-marshal.list: * libnautilus-private/nautilus-tree-view-drag-dest.[ch]: * src/file-manager/fm-directory-view.[ch]: * src/file-manager/fm-icon-view.c: * src/file-manager/fm-list-view.c: * src/file-manager/fm-tree-view.c: Enable dropping of text, which will create a new file containing the dropped text. Fix drop handle marshallers.
* Fix testNAUTILUS_2_11_3Alexander Larsson2005-07-011-2/+2
| | | | | | | | | | | | | 2005-07-01 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Fix test * NEWS: Update for release * configure.in: Require eel 2.11.3
* Add nautilus_window_info_get_bookmark_listAlexander Larsson2005-07-012-0/+13
| | | | | | | | | | | | | | | | | | 2005-07-01 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-window-info.[ch]: * src/nautilus-window.c: Add nautilus_window_info_get_bookmark_list * src/Makefile.am: * src/nautilus-application.c: * src/nautilus-places-sidebar.[ch]: Add new places sidebar. Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk> * src/file-manager/fm-tree-view.c: Fix runtime warnings.
* Use strchr instead of strrchr to parse the base name from the file name.Dinoop Thomas2005-06-281-1/+1
| | | | | | | | 2005-06-03 Dinoop Thomas <dinoop.thomas@wipro.com> * libnautilus-private/nautilus-file-operations.c: (parse_previous_duplicate_name): Use strchr instead of strrchr to parse the base name from the file name. (Fixes #306341).
* Add get_tab_tooltop method.Alexander Larsson2005-06-282-0/+10
| | | | | | | | | | | | | | | | | | | 2005-06-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-sidebar.[ch]: Add get_tab_tooltop method. * src/nautilus-navigation-window.c: * src/nautilus-side-pane.[ch]: Use get_tab_tooltip. * src/nautilus-emblem-sidebar.c: * src/nautilus-history-sidebar.c: * src/nautilus-information-panel.c: * src/nautilus-notes-viewer.c: Implement get_tab_toolkit. Fixes bug #100268, patch from Michael Terry <mike@mterry.name>
* Properly set text view paste action sensitivity on clipboard changes. Fixes ↵Christian Neumair2005-06-232-26/+122
| | | | #306127.
* Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk>Alexander Larsson2005-06-234-3/+64
| | | | | | | | | | | | | | | | | | | | | | 2005-06-23 Alexander Larsson <alexl@redhat.com> Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk> * src/nautilus-bookmark-list.[ch]: Share bookmarks with gtk+. * libnautilus-private/nautilus-file-utilities.[ch]: * src/nautilus-window.c: (real_get_title): Move compute_default_title to nautilus_compute_title_for_uri. * libnautilus-private/nautilus-bookmark.[ch]: * src/nautilus-bookmarks-window.c: Add has_custom_name boolean to NautilusBookmark * src/Makefile.am: * src/nautilus-bookmark-parsing.[ch]: * src/nautilus-navigation-window-menus.c: Remove no longer needed files nautilus-bookmark-parsing.[ch].
* Better font sizes for zooming. (#160080)Alexander Larsson2005-06-201-6/+6
| | | | | | | 2005-06-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c: Better font sizes for zooming. (#160080)
* Make mime sniffing a high priority job. Prevents activation from gettingMartin Wehner2005-06-201-5/+4
| | | | | | | | | | 2005-06-20 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-directory-async.c: (start_or_stop_io), (file_needs_high_priority_work_done), (file_needs_low_priority_work_done): Make mime sniffing a high priority job. Prevents activation from getting blocked by deep count I/O. (#145560)
* Handle duplication of files in two subdirectories at the same time.Alexander Larsson2005-06-171-2/+3
| | | | | | | | | 2005-06-17 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: (nautilus_file_operations_copy_move): Handle duplication of files in two subdirectories at the same time.
* Conditionally use g_utf8_collate_key_for_filename for glib >= 2.7.0Alexander Larsson2005-06-161-0/+4
| | | | | | | 2005-06-16 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c (nautilus_file_get_display_name_collation_key): Conditionally use g_utf8_collate_key_for_filename for glib >= 2.7.0
* Slightly slower auto hover expand.Alexander Larsson2005-06-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-16 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-tree-view-drag-dest.c: Slightly slower auto hover expand. * src/file-manager/fm-directory-view.c: Make add/remove_subdirectory more straightforward. Now remove just removes the NautilusDirectory passed in, and you're not allowed to add multiple times or remove non-added. * src/file-manager/fm-list-model.[ch]: Actually track the NautilusDirectories that are added to the FMDirectoryView so we can easily remove them when the files are removed. This was causing problem before where directories for removed files weren't removed. Emits the subdirectory_unloaded signal when subdirectories go away. Add support for unloading subdirectories. * src/file-manager/fm-list-view.c: Unload subdirectories in timeout on collapse. remove subdirectories when they get unloaded.
* No dnd shadow on the desktop. Redraw less to get rid of the dnd shadow.Alexander Larsson2005-06-151-10/+19
| | | | | | | | | | 2005-06-15 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-dnd.c: No dnd shadow on the desktop. Redraw less to get rid of the dnd shadow. Patch from Matthias Clasen (#307803)
* Add hover expansionAlexander Larsson2005-06-151-1/+56
| | | | | | | | | | | | | | | | | | 2005-06-15 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-tree-view-drag-dest.c: Add hover expansion * src/file-manager/fm-directory-view.[ch]: Add support for adding/removing subdirectories. * src/file-manager/fm-list-model.[ch]: Add support for subdirectories making this a tree view. * src/file-manager/fm-list-view.c: Turn listview into a treeview. Patch from Jürg Billeter <j@bitron.ch>
* Free the path. Free markup strings. Closes bug #307138.Kjartan Maraas2005-06-112-1/+5
| | | | | | | | | | | 2005-06-11 Kjartan Maraas <kmaraas@gnome.org> * libnautilus-private/nautilus-emblem-utils.c: (nautilus_emblem_install_custom_emblem): Free the path. * libnautilus-private/nautilus-file-operations-progress.c: (nautilus_file_operations_progress_new), (nautilus_file_operations_progress_new_file): Free markup strings. Closes bug #307138.
* Fix conflicting mnemonics in the column chooser (#167475).Martin Wehner2005-06-061-3/+3
| | | | | | | | | 2005-06-06 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-column-chooser.c: (add_buttons): Fix conflicting mnemonics in the column chooser (#167475). Patch from Michael Terry <mike@mterry.name>
* Reveal icon when selecting it. Fixes #121111.Martin Wehner2005-06-061-0/+3
| | | | | | | | | | 2005-06-06 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-icon-container.c: (select_one_unselect_others): Reveal icon when selecting it. Fixes #121111. Based on a patch from Christian Neumair <chris@gnome-de.org>
* Don't setup clipboard twice for the same editing widget.Christian Neumair2005-06-041-0/+4
| | | | | | | | 2005-06-04 Christian Neumair <chris@gnome-de.org> * libnautilus-private/nautilus-clipboard.c: (nautilus_clipboard_real_set_up): Don't setup clipboard twice for the same editing widget.
* Don't mark object property names/descriptions for translation. FixesChristian Neumair2005-06-032-22/+22
| | | | | | | | | | | | | | | | | | 2005-06-03 Christian Neumair <chris@gnome-de.org> * libnautilus-extension/nautilus-column.c: (nautilus_column_class_init): * libnautilus-extension/nautilus-menu-item.c: (nautilus_menu_item_class_init): * libnautilus-extension/nautilus-property-page.c: (nautilus_property_page_class_init): * libnautilus-private/nautilus-icon-canvas-item.c: (nautilus_icon_canvas_item_class_init): * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_class_init): * src/nautilus-window.c: (nautilus_window_class_init): Don't mark object property names/descriptions for translation. Fixes #135281.