mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
5d1ba62516
with a capital T, localized) * libnautilus-extensions/nautilus-directory-private.h: Added prototype for nautilus_directory_get_ name_for_self_as_new_file * libnautilus-extensions/nautilus-directory.h, * libnautilus-extensions/nautilus-directory.c: (nautilus_directory_initialize_class), (nautilus_directory_get_name_for_self_as_new_file), (real_get_name_for_self_as_new_file): wired up new overridable function pointer "get_name_for_self_as_new_file" that's used to get the name from directories that aren't vfs directories. Default implementation returns the scheme. * libnautilus-extensions/nautilus-file.c: (nautilus_file_get_internal): Use nautilus_directory_ get_name_for_self_as_new_file instead of hardwiring scheme-getting logic here. * libnautilus-extensions/nautilus-trash-directory.c: (trash_get_name_for_self_as_new_file), (nautilus_trash_directory_initialize_class): Override get_name_for_self_as_new_file to return _("Trash"). * src/nautilus-window-manage-views.c: (compute_default_title): Use NautilusFile to get the default window title. Formerly it was using some similar but slightly different logic to what nautilus_file uses to get a name to display. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): * AUTHORS: Gave credit where credit was due.
26 lines
875 B
Text
26 lines
875 B
Text
Ali Abdin <aliabdin@aucegypt.edu>
|
|
Andy Hertzfeld <andy@eazel.com>
|
|
Arlo Rose <arlo@eazel.com>
|
|
Bud Tribble <bud@eazel.com>
|
|
Darin Adler <darin@eazel.com>
|
|
Elliot Lee <sopwith@redhat.com>
|
|
Eskil Heyn Olsen <eskil@eazel.com>
|
|
Ettore Perazzoli <ettore@helixcode.com>
|
|
Gene Z. Ragan <gzr@eazel.com>
|
|
George Lebl <jirka@5z.com>
|
|
Ian McKellar <yakk@yakk.net.au>
|
|
John Sullivan <sullivan@eazel.com>
|
|
Josh Barrow <linuxfan@ionet.net>
|
|
J Shane Culpepper <pepper@eazel.com>
|
|
Maciej Stachowiak <mjs@eazel.com>
|
|
Mathieu Lacage <mathieu@eazel.com>
|
|
Michael Engber <engber@eazel.com>
|
|
Mike Fleming <mfleming@eazel.com>
|
|
Pavel Císler <pavel@eazel.com>
|
|
Ramiro Estrugo <ramiro@eazel.com>
|
|
Raph Levien <raph@acm.org>
|
|
Rebecca Schulman <rebecka@eazel.com>
|
|
Robey Pointer <robey@eazel.com>
|
|
Robin * Slomkowski <rslomkow@eazel.com>
|
|
Seth Nickell <seth@eazel.com>
|
|
Susan Kare <susan@eazel.com>
|