- 02 Apr, 2006 1 commit
-
-
Francisco Javier F. Serrador authored
2006-04-02 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated SPanish translation.
-
- 01 Apr, 2006 1 commit
-
-
Yair Hershkovitz authored
-
- 30 Mar, 2006 4 commits
-
-
Guntupalli Karunakar authored
-
Christian Neumair authored
2006-03-30 Christian Neumair <chris@gnome-de.org> * src/file-manager/fm-directory-view.c: (fm_directory_view_get_loading): * src/file-manager/fm-directory-view.h: Add fm_directory_view_get_loading(). * src/file-manager/fm-icon-view.c: (file_has_lazy_position), (fm_icon_view_add_file), (fm_icon_view_screen_changed): Use fm_directory_view_get_loading() to determine whether view is loaded. If it is not yet loaded, don't position icons lazily.
-
Lukas Novotny authored
2006-03-30 Lukas Novotny <lukasnov@cvs.gnome.org> * cs.po: Updated Czech translation.
-
Clytie Siddall authored
-
- 28 Mar, 2006 1 commit
-
-
Rhys Jones authored
2006-03-28 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
-
- 27 Mar, 2006 1 commit
-
-
Ole Laursen authored
2006-03-28 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a few strings in Danish translation.
-
- 25 Mar, 2006 2 commits
-
-
Amanpreet Singh Alam authored
-
Nikos Charonitakis authored
-
- 24 Mar, 2006 1 commit
-
-
Martin Wehner authored
2006-03-24 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-connect-server-dialog-main.c: (main): Get the command line options and pass them on to the dialog. * src/nautilus-connect-server-dialog.c: (connect_to_server), (nautilus_connect_server_dialog_init), (setup_for_type): Use new MethodInfo struct to construct the UI. (display_server_uri): New function for initialising the UI based on the broken down parts of the URI. (nautilus_connect_server_dialog_new): Use display_server_uri. (get_method_description): New helper function. (port_insert_text): Accept more than one digit at a time. Display broken down URIs in 'Connect to Server' properly. (#332848) Patch from Nate Nielsen <nielsen@memberwebs.com>
-
- 22 Mar, 2006 4 commits
-
-
Kostas Papadimas authored
-
Daniel Drake authored
* libnautilus-private/nautilus-icon-factory.c: Only consider the filename suffix when deciding if a file is an SVG image. Bug #330019.
-
Paolo Borelli authored
2006-03-22 Paolo Borelli <pborelli@katamail.com> * src/nautilus-application.c: use g_strv_length instead of a private copy and gnome_vfs_make_uri_from_shell_arg instead of the old eel_make_uri_from_shell_arg. Bug #334077.
-
Martin Wehner authored
2006-03-22 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (pattern_select_response_cb), (select_pattern): Add help button to the Select Pattern dialog. (#331443) * src/nautilus-connect-server-dialog.c: (response_callback), (nautilus_connect_server_dialog_init): Add help button to the Connect to Server dialog. (#334330) * src/nautilus-location-dialog.c: (response_callback), (nautilus_location_dialog_init): Add help button to the Open Location dialog (#334293)
-
- 21 Mar, 2006 2 commits
-
-
Arangel Angov authored
-
Gabor Kelemen authored
2006-03-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated by Mate ORY.
-
- 20 Mar, 2006 7 commits
-
-
Federico Mena Quintero authored
2006-03-14 Federico Mena Quintero <federico@novell.com> * src/nautilus-window-menus.c: (nautilus_window_initialize_menus): Don't set the visibility of the "burn CD" action here. (nautilus_window_initialize_menus_constructed): New public function. Only disable NAUTILUS_ACTION_GO_TO_BURN_CD if we are in a window which has a menubar. This prevents calling have_burn_uri() unnecessarily for the desktop window, as this is an expensive operation during login (up to 1 second!). The way have_burn_uri() works is by creating a "burn:///" URI and seeing if it is valid, but this makes gnome-vfs load libmapping.so from nautilus-cd-burner; this takes a long time during login. * src/nautilus-window-private.h: Added prototype for nautilus_window_initialize_menus_constructed(). * src/nautilus-window.h: New prototype for nautilus_window_has_menubar_and_statusbar(). * src/nautilus-window.c (nautilus_window_has_menubar_and_statusbar): New function; returns whether the window should have a menubar and statusbar. This depends on the window_type from the class structure. (nautilus_window_constructor): Call nautilus_window_initialize_menus_constructed(). We do it here so that its own call to nautilus_window_has_menubar_and_statusbar() will already have the right value for class->window_type.
-
Christian Neumair authored
2006-03-19 Christian Neumair <chris@gnome-de.org> * src/nautilus-main.c: (register_icons): Speed up stock icon registration, as discussed on the mailing list: http://mail.gnome.org/archives/nautilus-list/2006-March/msg00036.html Also fixes #335158. * src/nautilus-spatial-window.c: (action_add_bookmark_callback): Don't add location bookmark for desktop windows. Fixes #334860. * libnautilus-private/nautilus-file-operations.c: (nautilus_file_operations_copy_move): Check whether enclosing volume for any of the source files is read-only, and set GNOME_VFS_XFER_TARGET_DEFAULT_PERMS in this case. Fixes #167102. * libnautilus-private/nautilus-file-utilities.c: * libnautilus-private/nautilus-file-utilities.h: Add nautilus_get_enclosing_volume.
-
Francisco Javier F. Serrador authored
2006-03-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Žygimantas Beručka authored
2006-03-20 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
-
Laurent Dhima authored
2006-03-20 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
-
Alexander Shopov authored
2006-03-20 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
-
Ankitkumar Rameshchandra Patel authored
-
- 19 Mar, 2006 7 commits
-
-
Ignacio Casal Quinteiro authored
-
Josep Puigdemont i Casamajó authored
-
Priit Laes authored
2006-03-19 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
-
Martin Wehner authored
2006-03-19 Martin Wehner <martin.wehner@gmail.com> * nautilus-computer.desktop.in: * nautilus-folder-handler.desktop.in: * nautilus-home.desktop.in: * src/network-scheme.desktop.in: Add --no-desktop to the Exec command line options. (#326338) Patch from Saleem Abdulrasool * nautilus-computer.desktop.in: * nautilus-folder-handler.desktop.in: * nautilus-home.desktop.in: * nautilus.desktop.in: Remove obsolete X-Gnome-Bugzilla-OtherBinaries entry, none of the listed binaries does exist anymore.
-
Vincent van Adrighem authored
2006-03-19 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Daniel Nylander authored
2006-03-19 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish Translation.
-
Kostas Papadimas authored
-
- 18 Mar, 2006 6 commits
-
-
Ilkka Tuohela authored
-
Guilherme de S. Pastore authored
-
Luca Ferretti authored
2006-03-18 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation.
-
Theppitak Karoonboonyanan authored
2006-03-18 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-
Martin Wehner authored
-
Martin Wehner authored
2006-03-18 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/*.c: * src/file-manager/*.c: * src/*.c: Use gi18n.h instead of deprecated gnome-i18n.h header. * libnautilus-private/nautilus-query.c: (nautilus_query_to_readable_string): Mark string for translation. * po/POTFILES.in: Add nautilus-query.c Patch from Wouter Bolsterlee <uws+gnome@xs4all.nl>
-
- 17 Mar, 2006 3 commits
-
-
Priit Laes authored
2006-03-17 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
-
Priit Laes authored
2006-03-17 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
-
Priit Laes authored
2006-03-17 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
-