- 10 Dec, 2005 3 commits
-
-
Francisco Javier F. Serrador authored
2005-12-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Amanpreet Singh Alam authored
-
Federico Mena Quintero authored
2005-12-09 Federico Mena Quintero <federico@ximian.com> Fixes bug #322957: Add a "Network Servers" icon on the desktop, which takes you to network:/// * libnautilus-private/nautilus-global-preferences.h (NAUTILUS_PREFERENCES_DESKTOP_NETWORK_VISIBLE): New preference name. This determines whether we show the "Network Servers" icon. * libnautilus-private/apps_nautilus_preferences.schemas.in: Add a schema for /apps/nautilus/desktop/network_visible; the default is true. * libnautilus-private/nautilus-desktop-link.h (NautilusDesktopLinkType): Add a NAUTILUS_DESKTOP_LINK_NETWORK type. * libnautilus-private/nautilus-desktop-link.c (nautilus_desktop_link_new): Support NAUTILUS_DESKTOP_LINK_NETWORK. * libnautilus-private/nautilus-desktop-link-monitor.c (NautilusDesktopLinkMonitorDetails): Added a network_link field. (nautilus_desktop_link_monitor_delete_link): Don't delete NAUTILUS_DESKTOP_LINK_NETWORK links. (update_link_visibility): New helper function. (desktop_home_visible_changed): Use update_link_visibility(), to avoid duplicated code. (desktop_computer_visible_changed): Likewise. (desktop_trash_visible_changed): Likewise. (desktop_network_visible_changed): New function. (create_link_and_add_preference): New helper function. (nautilus_desktop_link_monitor_init): Use create_link_and_add_preference() to avoid duplicated code. Also, create the network_link. (desktop_link_monitor_finalize): Unref the network_link. (remove_link_and_preference): New helper function. (desktop_link_monitor_finalize): Use remove_link_and_preference() to avoid duplicated code. Also, free the network_link. * src/file-manager/fm-icon-container.c (SortCategory): Add a SORT_NETWORK_LINK category right before SORT_MOUNT_LINK, so that the "Network Servers" icon appears before mounts. (get_sort_category): Use SORT_NETWORK_LINK as the category for NAUTILUS_DESKTOP_LINK_NETWORK.
-
- 09 Dec, 2005 4 commits
-
-
Alexander Larsson authored
2005-12-09 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-emblem-utils.c: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-program-choosing.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-error-reporting.c: * src/file-manager/fm-properties-window.c: * src/file-manager/fm-tree-view.c: * src/nautilus-application.c: * src/nautilus-connect-server-dialog-main.c: * src/nautilus-connect-server-dialog.c: * src/nautilus-emblem-sidebar.c: * src/nautilus-information-panel.c: * src/nautilus-navigation-window-menus.c: * src/nautilus-property-browser.c: * src/nautilus-window-bookmarks.c: * src/nautilus-window-manage-views.c: Remove title from alerts. (#323134) Patch from jaap@haitsma.org * libnautilus-private/nautilus-file-queue.c (nautilus_file_queue_enqueue): Fix warning from ignoring g_list_append return value
-
Ignacio Casal Quinteiro authored
-
Francisco Javier F. Serrador authored
2005-12-09 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Alexander Larsson authored
2005-12-09 Alexander Larsson <alexl@redhat.com> * src/nautilus-navigation-window.[ch]: Use combo box instead of option menu (#322567) Patch from jaap@haitsma.org
-
- 08 Dec, 2005 1 commit
-
-
Alexander Larsson authored
2005-12-08 Alexander Larsson <alexl@redhat.com> * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.glade: Use the new combo box code (#322487) Patch from jaap@haitsma.org * configure.in: Require new eel.
-
- 06 Dec, 2005 2 commits
-
-
Žygimantas Beručka authored
2005-12-06 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
-
Ales Nyakhaychyk authored
-
- 04 Dec, 2005 1 commit
-
-
Funda Wang authored
-
- 03 Dec, 2005 2 commits
-
-
Adam Weinberger authored
2005-12-03 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Kjartan Maraas authored
2005-12-03 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same
-
- 02 Dec, 2005 1 commit
-
-
Miloslav Trmac authored
2005-12-02 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
- 01 Dec, 2005 2 commits
-
-
Federico Mena Quintero authored
2005-12-01 Federico Mena Quintero <federico@ximian.com> Fixes bug #318140: * libnautilus-private/nautilus-link-desktop-file.c (nautilus_link_desktop_file_get_link_icon_from_desktop): If the .desktop file doesn't have an Icon property, fall back to some reasonable icons depending on the type of the .desktop file. * libnautilus-private/nautilus-icon-factory.c (nautilus_icon_factory_get_icon_for_file): Clarify what we mean by custom icons vs. special icons.
-
Federico Mena Quintero authored
2005-12-01 Federico Mena Quintero <federico@ximian.com> Fixes bug #317962: * src/nautilus-pathbar.c (get_dir_name): Don't special-case the name for $HOME; just let it be the actual display name of the folder on disk. * src/nautilus-places-sidebar.c (update_places): Likewise, to make this consistent.
-
- 28 Nov, 2005 1 commit
-
-
Martin Wehner authored
2005-11-28 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (done_loading), (display_pending_callback), (schedule_idle_display_of_pending_files), (schedule_timeout_display_of_pending_files), (unschedule_display_of_pending_files), (queue_pending_files), (remove_changes_timeout_callback), (reset_update_interval), (changes_timeout_callback), (schedule_changes), (files_added_callback), (files_changed_callback), (done_loading_callback), (schedule_update_menus), (file_changed_callback), (finish_loading), (fm_directory_view_stop): Schedule the frequency of updates to the view in relation to the activity in a viewed directory instead of simply scheduling everything as idle. Prevents high CPU load from constant updates in busy directories and allows more efficient use of the cached info for the initial display.
-
- 25 Nov, 2005 3 commits
-
-
Francisco Javier F. Serrador authored
2005-11-25 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Theppitak Karoonboonyanan authored
2005-11-25 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-
Alexander Shopov authored
2005-11-25 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
-
- 24 Nov, 2005 6 commits
-
-
Marcel Telka authored
2005-11-24 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Dennis Cranston authored
2005-11-24 Dennis Cranston <dennis_cranston@yahoo.com> * src/file-manager/fm-directory-view.c: (confirm_delete_directly): HIG fixes for the delete confirmation dialog. Remove window title & convert dialog type from question to warning.
-
Ignacio Casal Quinteiro authored
-
Alexander Larsson authored
2005-11-24 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c: Allow shift-delete even if not visible in ui. Patch from Nelson Benítez <gnel@cenobioracing.com>
-
Alexander Larsson authored
2005-11-24 Alexander Larsson <alexl@redhat.com> * icons/knob.png: New knob icon from Luca Ferretti
-
Alexander Larsson authored
2005-11-24 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: Add nautilus_file_list_cancel_call_when_ready. * src/file-manager/fm-directory-view.c: Handle multiple files being activated together. Patch from Christian Neumair with some changes.
-
- 23 Nov, 2005 1 commit
-
-
Alexander Larsson authored
2005-11-23 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-thumbnails.c: (nautilus_thumbnail_load_framed_image): Don't frame thumbnails with alpha channel.
-
- 22 Nov, 2005 2 commits
-
-
Alexander Larsson authored
2005-11-22 Alexander Larsson <alexl@redhat.com> * src/nautilus-file-management-properties.glade: Use pixel offset for indenting, not spaces. Patch from Jaap Haitsma
-
Emmanuele Bassi authored
2005-11-22 Emmanuele Bassi <ebassi@cvs.gnome.org> * libnautilus-private/nautilus-module.c (nautilus_module_load): Use G_MODULE_BIND_LAZY when dlopening a module.
-
- 20 Nov, 2005 3 commits
-
-
Vincent van Adrighem authored
2005-11-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen.
-
Francisco Javier F. Serrador authored
2005-11-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: #321973 Bug fixed
-
Theppitak Karoonboonyanan authored
2005-11-20 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-
- 19 Nov, 2005 2 commits
-
-
Christian Neumair authored
2005-11-19 Christian Neumair <chris@gnome-de.org> * src/file-manager/fm-directory-view.c: (action_location_delete_callback): Ask for confirmation when deleting through the location context menu. Fixes #321584.
-
Ignacio Casal Quinteiro authored
-
- 18 Nov, 2005 1 commit
-
-
Adam Weinberger authored
2005-11-17 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 17 Nov, 2005 4 commits
-
-
Martin Wehner authored
2005-11-17 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-file-management-properties.c: (nautilus_file_management_properties_size_group_create): Don't leak size_group reference. Patch from Jaap Haitsma <jaap@haitsma.org>
-
Francisco Javier F. Serrador authored
2005-11-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Takeshi AIHANA authored
2005-11-17 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v2.13.2.
-
Priit Laes authored
2005-11-17 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
-
- 15 Nov, 2005 1 commit
-
-
Theppitak Karoonboonyanan authored
2005-11-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-