summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for releaseNAUTILUS_2_10_1Alexander Larsson2005-04-112-0/+11
| | | | | | | 2005-04-11 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release
* Remember if the current selection was already removed and don't try toMartin Wehner2005-04-103-25/+53
| | | | | | | | | | | | | | 2005-04-11 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (trash_or_delete_selected_files), (fm_directory_view_notify_selection_changed): Remember if the current selection was already removed and don't try to remove it again. * src/file-manager/fm-list-view.c: (fm_list_view_remove_file): Only set a new selection if the removal affects the current selection. Free the stored selection path only when setting a new one.
* Translation updated by Maarten Grachten.Vincent van Adrighem2005-04-102-1448/+1452
| | | | | | 2005-04-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Maarten Grachten.
* Unset selection so the same file won't be deleted twice via a binding.Martin Wehner2005-04-103-5/+43
| | | | | | | | | | | | | | | 2005-04-10 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (trash_or_delete_selected_files): Unset selection so the same file won't be deleted twice via a binding. * src/file-manager/fm-list-view.c: (fm_list_view_end_file_changes), (fm_list_view_remove_file), (fm_list_view_finalize), (fm_list_view_class_init): Store the new selection and set it after a batch of changes, not on every removal. Speeds up deleting from the list view by preventing a redraw for each removed file.
* Don't leak file_uri.Martin Wehner2005-04-042-0/+6
| | | | | | | 2005-04-04 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-file.c: (nautilus_file_matches_uri): Don't leak file_uri.
* Added new Language, Kinyarwanda (rw), to this packageSteven Michael Murphy2005-04-014-1/+6879
|
* Plug a leak.Kjartan Maraas2005-03-312-0/+6
| | | | | | | 2005-03-31 Kjartan Maraas <kmaraas@gnome.org> * libnautilus-private/nautilus-file-utilities.c: (nautilus_get_uri_shortname_for_display): Plug a leak.
* Updated Catalan translacion.Josep Puigdemont i Casamajó2005-03-302-105/+117
|
* Updated Xhosa translation.Adi Attar2005-03-292-226/+166
| | | | | | 2005-03-29 Adi Attar <aattar@cvs.gnome.org> * xh.po: Updated Xhosa translation.
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-03-292-14/+29
|
* Updated traditional Chinese translation from GNOME HK TeamKwok-Koon Cheung2005-03-282-145/+89
| | | | * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-03-252-6363/+519
|
* call gnome_authentication_manager_init to use gnome-vfs auth callbacks.Fernando Herrera2005-03-233-212/+9
| | | | | | | | 2005-03-22 Fernando Herrera <fherrera onirica com> * src/nautilus-connect-server-dialog-main.c: (main): call gnome_authentication_manager_init to use gnome-vfs auth callbacks.
* Minor cleanup from Jaap Haitsma <jaap@haitsma.org>GNOME_2_10_BRANCHPOINTAlexander Larsson2005-03-222-15/+17
| | | | | | | 2005-03-22 Alexander Larsson <alexl@redhat.com> * src/nautilus-location-entry.c: Minor cleanup from Jaap Haitsma <jaap@haitsma.org>
* Add nautilus_window_info_show_window call.Alexander Larsson2005-03-227-8/+51
| | | | | | | | | | | | | | | | 2005-03-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-window-info.[ch]: Add nautilus_window_info_show_window call. * src/file-manager/fm-directory-view.c: * src/nautilus-window-manage-views.c: * src/nautilus-window.[ch]: Implement and call the new show_window call. This allows us to set up the EelBackground before showing the window, causing less flicker (#169347) Patch from Nickolay V. Shmyrev
* Fixed wrong translations for v2.10.0.Takeshi AIHANA2005-03-212-350/+339
| | | | | 2005-03-21 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Fixed wrong translations for v2.10.0.
* Updated Canadian English translation.Adam Weinberger2005-03-172-2/+6
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Persian translation by Behnam Pournader <bp@farsiweb.info>.Roozbeh Pournader2005-03-162-375/+404
| | | | | | | 2005-03-16 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Behnam Pournader <bp@farsiweb.info>.
* Require eel 2.10.1 (for EelBackground changes)Alexander Larsson2005-03-164-264/+41
| | | | | | | | | | | | | | | 2005-03-16 Alexander Larsson <alexl@redhat.com> * configure.in: Require eel 2.10.1 (for EelBackground changes) * libnautilus-private/nautilus-icon-dnd.c: * libnautilus-private/nautilus-directory-background.c: Use the background setting now in eel. Delay background setting slightly after gconf change to group together multiple changes. (#169347) Patch from Nickolay V. Shmyrev
* Require gtk 2.6.0Alexander Larsson2005-03-152-1/+6
| | | | | | | 2005-03-15 Alexander Larsson <alexl@redhat.com> * configure.in: Require gtk 2.6.0
* Updated Danish translation.Martin Willemoes Hansen2005-03-142-28/+32
| | | | * da.po: Updated Danish translation.
* Updated Turkish TranslationBaris Cicek2005-03-132-1064/+357
| | | | * tr.po: Updated Turkish Translation
* Re-add keybinding to "Show Hidden Files". Patch from Dave AhlswedeMartin Wehner2005-03-122-1/+7
| | | | | | | | 2005-03-12 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: Re-add keybinding to "Show Hidden Files". Patch from Dave Ahlswede <mightyquinn@letterboxes.org>
* Disable "Select Pattern" for empty folders. (#169817) Patch from RajMartin Wehner2005-03-123-0/+12
| | | | | | | | | 2005-03-12 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-actions.h: * src/file-manager/fm-directory-view.c: (real_update_menus): Disable "Select Pattern" for empty folders. (#169817) Patch from Raj <ringuva@novell.com>
* Use GTK_ICON_SIZE_MENU for the location button icon instead ofVincent Noel2005-03-102-2/+10
| | | | | | | | | | 2005-03-10 Vincent Noel <vnoel@cox.net> * src/nautilus-spatial-window.c: (location_button_clicked_callback), (nautilus_spatial_window_instance_init): Use GTK_ICON_SIZE_MENU for the location button icon instead of GTK_ICON_SIZE_BUTTON (#169669).
* Added Xhosa translation. Added "xh" to ALL_LINGUAS.Adi Attar2005-03-104-1/+6535
| | | | | | | 2005-03-10 Adi Attar <aattar@cvs.gnome.org> * xh.po: Added Xhosa translation. * configure.in: Added "xh" to ALL_LINGUAS.
* Updated Thai translation by Supranee Thirawatthanasuk.Theppitak Karoonboonyanan2005-03-072-2446/+743
| | | | | | 2005-03-07 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation by Supranee Thirawatthanasuk.
* Updated Danish translation.Martin Willemoes Hansen2005-03-072-241/+230
| | | | * da.po: Updated Danish translation.
* Post release version bumpAlexander Larsson2005-03-073-1/+10
| | | | | | | | | 2005-03-07 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.10.0 ===
* Update for releaseNAUTILUS_2_10_0Martin Wehner2005-03-073-8/+179
| | | | | | | | | | | 2005-03-07 Martin Wehner <martin.wehner@gmail.com> * THANKS: Update for release * check-THANKS.pl: Extract names from ChangeLog bodies too. (#43452) Patch from Richard Hoelscher <rah@rahga.com>
* Update for 2.10.0Alexander Larsson2005-03-073-2/+14
| | | | | | | | | | 2005-03-07 Alexander Larsson <alexl@redhat.com> * NEWS: Update for 2.10.0 * configure.in: Bump version to 2.10.0, require eel 2.10.0
* Updated Romanian translationMugurel Tudor2005-03-062-985/+363
| | | | | | 2005-03-07 Mugurel Tudor <mugurelu@go.ro> * ro.po: Updated Romanian translation
* Oops.Dafydd Harries2005-03-041-1/+1
|
* Updated Welsh translation.Dafydd Harries2005-03-042-25/+32
|
* Updated vi.poNguyen Thai Ngoc Duy2005-03-041-2142/+83
|
* Updated Lithuanian translation by Gintautas Miliauskas.Žygimantas Beručka2005-03-042-1833/+1577
| | | | | | 2005-03-04 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation by Gintautas Miliauskas.
* If launched without startup-notification, make an approximation to whenElijah Newren2005-03-033-10/+85
| | | | | | | | | | | | | | | | 2005-03-03 Elijah Newren <newren@gmail.com> If launched without startup-notification, make an approximation to when the launch occurred so that focus-stealing-prevention will work better. * src/nautilus-main.c: (slowly_and_stupidly_obtain_timestamp): new function, (main): if no startup id provided, ping xserver for a timestamp and make a dummy startup_id with it. * src/nautilus-application.c: (end_startup_notification): don't set _NET_STARTUP_ID if given a fake startup_id, remove commented out warning that should now no longer be needed
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-03-032-1540/+1501
| | | | | | | 2005-03-03 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Fixed Russian translationLeonid Kanter2005-03-031-142/+42
|
* Updated Serbian translation.Danilo Šegan2005-03-023-843/+835
|
* Updated Italian translation.Alessio Frusciante2005-03-012-293/+284
|
* Center dialog. Patch from Christian Neumair <chris@gnome-de.org>.Alexander Larsson2005-03-012-1/+6
| | | | | | | 2005-03-01 Alexander Larsson <alexl@redhat.com> * src/nautilus-file-management-properties.glade: Center dialog. Patch from Christian Neumair <chris@gnome-de.org>.
* Move some old unused files to .skip for nowAlexander Larsson2005-03-013-6/+12
| | | | | | | | 2005-03-01 Alexander Larsson <alexl@redhat.com> * POTFILES.skip: * POTFILES.in: Move some old unused files to .skip for now
* Post release version bumpAlexander Larsson2005-03-013-1/+10
| | | | | | | | | 2005-03-01 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.9.92 ===
* Remove old files.NAUTILUS_2_9_92Alexander Larsson2005-03-016-21/+12
| | | | | | | | | | | | | | | | 2005-03-01 Alexander Larsson <alexl@redhat.com> * data/applications.desktop.in: * data/favorites.desktop.in: Remove old files. * docs/Makefile.am (EXTRA_DIST): Remove nautilus-context-menus.txt from makefile 2005-03-01 Alexander Larsson <alexl@redhat.com> * POTFILES.in: Remove old files
* Update for releaseAlexander Larsson2005-03-012-1/+13
| | | | | | | 2005-03-01 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release
* Updated traditional Chinese translation from GNOME HK TeamKwok-Koon Cheung2005-03-012-2016/+1527
| | | | * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
* Updated Greek Translation.Kostas Papadimas2005-02-282-7/+11
|
* Make the backspace key open the parent folder in the list view like itMartin Wehner2005-02-272-0/+13
| | | | | | | | | 2005-02-27 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-list-view.c: (create_and_set_up_tree_view): Make the backspace key open the parent folder in the list view like it does in the icon view. (#142891) Patch from Christian Neumair <chris@gnome-de.org>
* Make Computer icon renameable. (#154122) Patch from Tim SavannahMartin Wehner2005-02-272-1/+9
| | | | | | | | | 2005-02-27 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-desktop-link.c: (nautilus_desktop_link_can_rename): Make Computer icon renameable. (#154122) Patch from Tim Savannah <opticcow@linux-militia.net>