summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for release.NAUTILUS_2_23_2Martin Wehner2008-05-132-0/+27
| | | | | | | | | 2008-05-13 Martin Wehner <martin.wehner@gmail.com> * NEWS: Update for release. svn path=/trunk/; revision=14153
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-102-348/+368
| | | | svn path=/trunk/; revision=14152
* Ellipsize and HIG-ify some menu items. (#335112).Cosimo Cecchi2008-05-095-5/+13
| | | | | | | | | | | | 2008-05-09 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-directory-view.c: (select_pattern): * src/file-manager/fm-icon-view.c: * src/nautilus-navigation-window-menus.c: * src/nautilus-spatial-window.c: Ellipsize and HIG-ify some menu items. (#335112). svn path=/trunk/; revision=14151
* Use the right type for all_columns_have_same_width key in the schemasCosimo Cecchi2008-05-092-2/+8
| | | | | | | | | | 2008-05-09 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/apps_nautilus_preferences.schemas.in: Use the right type for all_columns_have_same_width key in the schemas description file. (#532363). svn path=/trunk/; revision=14150
* Plugged some leaks around. Cleaned up this bit of code.Cosimo Cecchi2008-05-087-5/+33
| | | | | | | | | | | | | | | | | | | | | | 2008-05-09 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/nautilus-dnd.c: (nautilus_drag_file_local_internal), (nautilus_drag_drag_data_get): * libnautilus-private/nautilus-open-with-dialog.c: (add_or_find_application): * libnautilus-private/nautilus-program-choosing.c: (nautilus_launch_application): * src/nautilus-sidebar-title.c: (update_icon): * src/nautilus-spatial-window.c: (got_file_info_for_location_menu_callback): * libnautilus-private/nautilus-file.c: (get_custom_icon): Plugged some leaks around. * libnautilus-private/nautilus-file.c: (is_uri_relative): Cleaned up this bit of code. Bug #532126. svn path=/trunk/; revision=14149
* bgo364843 - Don't exceed max path len when forming filenames for duplicatesFederico Mena Quintero2008-05-082-53/+204
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-08 Federico Mena Quintero <federico@novell.com> http://bugzilla.gnome.org/show_bug.cgi?id=364843 Keep the generated names for "reallylongfilename (copy).txt" from overflowing the maximum allowed length for path names. Original patch by Dave Camp <campd@campd.org> * libnautilus-private/nautilus-file-operations.c (shorten_utf8_string): New function; takes an UTF8 string and hygienically truncates it to a given number of bytes. (get_link_name): Ensure the final name doesn't exceed a maximum length. (make_next_duplicate_name): Likewise. (get_max_name_length): Wrapper around pathconf() for basename lengths. (get_unique_target_file): Use a maximum length for the target name. (get_target_file_for_link): Likewise. Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=14147
* Use text width of 150 pixels in vertical layout mode, instead of 300.Christian Neumair2008-05-072-1/+6
| | | | | | | | | 2008-05-07 Christian Neumair <cneumair@gnome.org> * libnautilus-private/nautilus-icon-canvas-item.c: Use text width of 150 pixels in vertical layout mode, instead of 300. svn path=/trunk/; revision=14145
* Wrap to next row/column when pressing arrow key, except if a11y is used.Christian Neumair2008-05-062-1/+169
| | | | | | | | | | | | | | | | 2008-05-06 Christian Neumair <cneumair@gnome.org> * libnautilus-private/nautilus-icon-container.c (next_row_leftmost), (previous_row_rightmost), (next_column_highest), (previous_column_lowest), (last_column_lowest), (keyboard_end), (keyboard_arrow_key), (keyboard_right), (keyboard_left), (keyboard_down), (keyboard_up): Wrap to next row/column when pressing arrow key, except if a11y is used. Fixes #526802. For vertical layout, make the "End" key select bottom item in last column, instead of the last item in the bottom row. svn path=/trunk/; revision=14143
* Updated Norwegian bokmål translation.Kjartan Maraas2008-05-062-282/+296
| | | | | | | | 2008-05-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=14142
* Fixup broken GConf key define. Patch from Stephane Demurget.A. Walton2008-05-052-1/+6
| | | | | | | | | | 2008-05-05 A. Walton <awalton@gnome.org> * libnautilus-private/nautilus-global-preferences.h: Fixup broken GConf key define. Patch from Stephane Demurget. svn path=/trunk/; revision=14141
* reviewed by: Cosimo CecchiA. Walton2008-05-054-4/+14
| | | | | | | | | | | | | | | 2008-05-05 A. Walton <awalton@gnome.org> reviewed by: Cosimo Cecchi * libnautilus-private/nautilus-module.c (nautilus_module_load): * src/file-manager/fm-ditem-page.c (save_entry): * src/nautilus-autorun-software.c (autorun): Fixes build on toolchains with -Wformat enabled. Closes bug #531562. svn path=/trunk/; revision=14140
* Update FSF address, bump the copyright year to 2008, and remove aA. Walton2008-05-052-6/+9
| | | | | | | | | | | | 2008-05-05 A. Walton <awalton@gnome.org> * src/nautilus-window-menus.c (action_about_nautilus_callback): Update FSF address, bump the copyright year to 2008, and remove a unnecessary version test macro (we require a later Gtk+ now, making this test unnecessary). Closes bug #409038. svn path=/trunk/; revision=14139
* Use -Wstrict-aliasing=0 instead of -Wno-strict-aliasing, known to beA. Walton2008-05-052-1/+8
| | | | | | | | | | | | 2008-05-05 A. Walton <awalton@gnome.org> * configure.in: Use -Wstrict-aliasing=0 instead of -Wno-strict-aliasing, known to be broken on GCC 4.3.x < r130902 (GCC Bug #34973). Closes GNOME bug #528081. svn path=/trunk/; revision=14137
* Revert the patch for bug #314431 as it seems to break cut and paste.Cosimo Cecchi2008-05-052-50/+26
| | | | | | | | | 2008-05-05 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window.c: (nautilus_window_key_press_event): Revert the patch for bug #314431 as it seems to break cut and paste. svn path=/trunk/; revision=14134
* Do not error out if the remote share is already mounted. Fixes #531508.Paolo Borelli2008-05-052-7/+21
| | | | | | | | | | | 2008-05-05 Paolo Borelli <pborelli@katamail.com> * src/nautilus-connect-server-dialog-main.c: Do not error out if the remote share is already mounted. Fixes #531508. svn path=/trunk/; revision=14132
* Don't allow recursive move/copy into itself. Fixes #530720.Tomas Bzatek2008-05-052-0/+95
| | | | | | | | | | 2008-05-05 Tomas Bzatek <tbzatek@redhat.com> * libnautilus-private/nautilus-file-operations.c: Don't allow recursive move/copy into itself. Fixes #530720. svn path=/trunk/; revision=14131
* If we get a NULL exifdata, don't try to dereference it. Fixes BGO #530851.Hans Petter Jansson2008-05-032-1/+7
| | | | | | | | | | 2008-05-03 Hans Petter Jansson <hpj@novell.com> * src/nautilus-image-properties-page.c (append_exifdata_string): If we get a NULL exifdata, don't try to dereference it. Fixes BGO #530851. svn path=/trunk/; revision=14129
* Use 12 pixels of list column page indentation. Fixes #514415. Thanks toChristian Neumair2008-05-032-33/+15
| | | | | | | | | | 2008-05-03 Christian Neumair <cneumair@gnome.org> * src/nautilus-file-management-properties.glade: Use 12 pixels of list column page indentation. Fixes #514415. Thanks to Marcin Galazka. svn path=/trunk/; revision=14128
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-032-231/+235
| | | | svn path=/trunk/; revision=14127
* Reverted last update of Occitan translation, it was breaking the build.Cosimo Cecchi2008-05-022-64/+111
| | | | | | | | | 2008-05-02 Cosimo Cecchi <cosimoc@gnome.org> * oc.po: Reverted last update of Occitan translation, it was breaking the build. (#530970). svn path=/trunk/; revision=14126
* Updated Slovenian translationMatej Urbančič2008-05-021-220/+220
| | | | svn path=/trunk/; revision=14125
* Removed duplicate "and" in description. Fixes #516906.Claude Paroz2008-05-012-1/+6
| | | | | | | | | 2008-05-01 Claude Paroz <claude@2xlibre.net> * libnautilus-private/apps_nautilus_preferences.schemas.in: Removed duplicate "and" in description. Fixes #516906. svn path=/trunk/; revision=14123
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-302-81/+85
| | | | svn path=/trunk/; revision=14119
* Added Friulian translation on behalf of the Friulian team. Fixes bugAndre Klapper2008-04-303-0/+6356
| | | | | | | | | | | 2008-04-30 Andre Klapper <a9016009@gmx.de> * LINGUAS: * fur.po: Added Friulian translation on behalf of the Friulian team. Fixes bug #530509. svn path=/trunk/; revision=14118
* Do not unref the file info before checking the mime type, otherwise theCosimo Cecchi2008-04-302-4/+13
| | | | | | | | | | 2008-04-30 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-property-browser.c: (ensure_file_is_image): Do not unref the file info before checking the mime type, otherwise the mime_type string will be invalidated. (#530549). svn path=/trunk/; revision=14117
* Remove false dependency for ESound. Closes bug #311445.A. Walton2008-04-303-5/+7
| | | | | | | | | | | 2008-04-30 A. Walton <awalton@gnome.org> * configure.in: * src/file-manager/fm-icon-view.c: Remove false dependency for ESound. Closes bug #311445. svn path=/trunk/; revision=14115
* Replace g_return_*() with g_assert() in private, internal functions.A. Walton2008-04-3017-108/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-30 A. Walton <awalton@gnome.org> * libnautilus-private/nautilus-clipboard.c: * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-directory.c: * libnautilus-private/nautilus-entry.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-horizontal-splitter.c: * libnautilus-private/nautilus-icon-canvas-item.c: * libnautilus-private/nautilus-icon-container.c: * libnautilus-private/nautilus-metafile.c: * libnautilus-private/nautilus-users-groups-cache.c: * libnautilus-private/nautilus-vfs-directory.c: * src/nautilus-emblem-sidebar.c: * src/nautilus-file-management-properties.c: * src/nautilus-window-manage-views.c: * src/nautilus-window.c: * src/nautilus-zoom-control.c: Replace g_return_*() with g_assert() in private, internal functions. Closes #530321. svn path=/trunk/; revision=14114
* Fix how autorunning works. Instead of inhibiting autorunning every time weDavid Zeuthen2008-04-3011-77/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-29 David Zeuthen <davidz@redhat.com> * libnautilus-private/nautilus-autorun.c: * libnautilus-private/nautilus-autorun.h: * libnautilus-private/nautilus-file-operations.c: (volume_mount_cb), (nautilus_file_operations_mount_volume): * libnautilus-private/nautilus-file-operations.h: * libnautilus-private/nautilus-mime-actions.c: (activation_mount_not_mounted_callback): * libnautilus-private/nautilus-vfs-file.c: (vfs_file_mount_callback): * src/nautilus-application.c: (startup_volume_mount_cb), (volume_added_callback): * src/nautilus-places-sidebar.c: (open_selected_bookmark), (mount_shortcut_cb): * src/nautilus-window-manage-views.c: (mount_not_mounted_callback): Fix how autorunning works. Instead of inhibiting autorunning every time we run something, we turn things around and instead allow automounting only in the instance where Nautilus automounted something itself. So in essence this patch is s/inhibit/allow/. This fixes an annoying problem where Nautilus would do autorun everytime something was mounted even from the command line. A consequence of this are windows popping up and other annoyances. This patch fixes that problem. * src/nautilus-x-content-bar.c: (nautilus_x_content_bar_init): Make sure the label is ellipsized. svn path=/trunk/; revision=14112
* Updated Norwegian bokmål translation.Kjartan Maraas2008-04-302-289/+317
| | | | | | | | 2008-04-30 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=14111
* Updated Galician Translation.Ignacio Casal Quinteiro2008-04-292-991/+1067
| | | | svn path=/trunk/; revision=14110
* Updated Occitan translationYannig MARCHEGAY2008-04-292-106/+68
| | | | svn path=/trunk/; revision=14109
* Updated Slovenian translationMatej Urbančič2008-04-281-184/+184
| | | | svn path=/trunk/; revision=14108
* Report user cancel when all the files we're about to trash or delete areCosimo Cecchi2008-04-272-6/+27
| | | | | | | | | | | | 2008-04-27 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/nautilus-file-operations.c: (delete_files), (trash_files), (delete_job): Report user cancel when all the files we're about to trash or delete are skipped in the operation. This allows to use the same selection for requesting another deletion from the view. (#519746). svn path=/trunk/; revision=14106
* Correct typo.Christian Neumair2008-04-271-1/+1
| | | | svn path=/trunk/; revision=14105
* Quote schema. Fixes #522029.Christian Neumair2008-04-272-1/+7
| | | | | | | | | | 2008-04-27 Christian Neumair <cneumair@gnome.org> * src/nautilus-window-manage-views.c (display_view_selection_failure): Quote schema. Fixes #522029. svn path=/trunk/; revision=14104
* Always use single click policy in the Places sidebar. (#355760).Cosimo Cecchi2008-04-272-26/+7
| | | | | | | | | 2008-04-27 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-places-sidebar.c: (nautilus_places_sidebar_init): Always use single click policy in the Places sidebar. (#355760). svn path=/trunk/; revision=14102
* Always properly remember window size, also in the case the window isCosimo Cecchi2008-04-272-2/+13
| | | | | | | | | | | 2008-04-27 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-navigation-window.c: (nautilus_navigation_window_save_geometry): Always properly remember window size, also in the case the window is closed being maximized. (#385176). svn path=/trunk/; revision=14100
* Reverse the order in which the keybindings are processed by theCosimo Cecchi2008-04-272-21/+58
| | | | | | | | | | | | 2008-04-27 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window.c: (nautilus_window_key_press_event): Reverse the order in which the keybindings are processed by the NautilusWindow, and use the same approach as GEdit. This fixes some bugs where the GtkWindow accelerators were executed before the focused widget one. (#314431). svn path=/trunk/; revision=14098
* Do not activate twice if the activated paths are already selected. AlwaysChristian Neumair2008-04-272-11/+25
| | | | | | | | | | | | | 2008-04-27 Christian Neumair <cneumair@gnome.org> * src/file-manager/fm-list-view.c (button_press_callback): Do not activate twice if the activated paths are already selected. Always expand when an expander is clicked, even when the activation paths are already selected. Add 4 to the GtkTreeView's claimed expander size, which accounts for hard coded internal GtkTreeView expander padding. Fixes #448562. Thanks to Paweł Paprota. svn path=/trunk/; revision=14095
* reviewed by: Christian NeumairA. Walton2008-04-275-3/+45
| | | | | | | | | | | | | | | | | | 2008-04-26 A. Walton <awalton@gnome.org> reviewed by: Christian Neumair * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file-utilities.c (nautilus_compute_title_for_location): * libnautilus-private/nautilus-file.c (update_info_internal), (nautilus_file_get_description): * libnautilus-private/nautilus-file.h: Use standard::description in the window title when it's available. Closes bug #516007. svn path=/trunk/; revision=14094
* Properly handle selection changes when using keyboard navigation. We didChristian Neumair2008-04-262-9/+24
| | | | | | | | | | | | | | | 2008-04-27 Christian Neumair <cneumair@gnome.org> * libnautilus-private/nautilus-icon-container.c (emit_atk_focus_tracker_notify), (set_keyboard_focus), (select_range), (select_one_unselect_others), (rubberband_select), (keyboard_move_to): Properly handle selection changes when using keyboard navigation. We did not emit a "selection-change" signal when keyboard rubberbanding was used, and all except one icon were deselected. Fixes #509432. Thanks to Paweł Paprota. svn path=/trunk/; revision=14092
* Updated Slovenian translationMatej Urbančič2008-04-261-109/+113
| | | | svn path=/trunk/; revision=14091
* Properly handle Ctrl+F10 keybinding in List View. Patch by Paweł Paprota.Cosimo Cecchi2008-04-232-0/+7
| | | | | | | | | | 2008-04-24 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-list-view.c: (key_press_callback): Properly handle Ctrl+F10 keybinding in List View. Patch by Paweł Paprota. (#385896). svn path=/trunk/; revision=14088
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-04-232-2058/+1688
| | | | | | | | | 2008-04-24 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=14087
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-232-109/+118
| | | | svn path=/trunk/; revision=14085
* Bump default thumbnailing size limit from 5 MB to 10 MB (#421342).Michael J. Chudobiak2008-04-233-3/+10
| | | | | | | | | | | 2008-04-23 Michael J. Chudobiak <mjc@svn.gnome.org> * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-global-preferences.c: Bump default thumbnailing size limit from 5 MB to 10 MB (#421342). svn path=/trunk/; revision=14083
* Updated Occitan translationYannig MARCHEGAY2008-04-231-985/+1078
| | | | svn path=/trunk/; revision=14082
* Updated Norwegian bokmål translation.Kjartan Maraas2008-04-222-1017/+1038
| | | | | | | | 2008-04-22 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=14081
* Post release version bump.Christian Neumair2008-04-212-1/+8
| | | | | | | | | 2008-04-21 Christian Neumair <cneumair@gnome.org> * configure.in: Post release version bump. svn path=/trunk/; revision=14080
* Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix distcheck.Christian Neumair2008-04-213-3/+8
| | | | | | | | | | | 2008-04-21 Christian Neumair <cneumair@gnome.org> * Makefile.am: * configure.in: Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix distcheck. svn path=/trunk/; revision=14079