Commit graph

12418 commits

Author SHA1 Message Date
Hans Petter Jansson 12d248d565 If we get a NULL exifdata, don't try to dereference it. Fixes BGO #530851.
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
2008-05-03 23:59:23 +00:00
Christian Neumair b2b0b4bae3 Use 12 pixels of list column page indentation. Fixes #514415. Thanks to
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
2008-05-03 13:08:11 +00:00
Jorge Gonzalez Gonzalez 8bdfa77a6a Updated Spanish translation
svn path=/trunk/; revision=14127
2008-05-03 11:20:13 +00:00
Cosimo Cecchi 35a00d6fc6 Reverted last update of Occitan translation, it was breaking the build.
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
2008-05-02 12:46:39 +00:00
Matej Urbančič 69881a37c3 Updated Slovenian translation
svn path=/trunk/; revision=14125
2008-05-02 09:17:05 +00:00
Claude Paroz b6411252a5 Removed duplicate "and" in description. Fixes #516906.
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
2008-05-01 20:03:27 +00:00
Jorge Gonzalez Gonzalez 203eda6d49 Updated Spanish translation
svn path=/trunk/; revision=14119
2008-04-30 19:23:21 +00:00
Andre Klapper 3532670f99 Added Friulian translation on behalf of the Friulian team. Fixes bug
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
2008-04-30 18:12:16 +00:00
Cosimo Cecchi 568b6d298a Do not unref the file info before checking the mime type, otherwise the
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
2008-04-30 09:28:35 +00:00
A. Walton f5c16e3dff Remove false dependency for ESound. Closes bug #311445.
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
2008-04-30 05:02:06 +00:00
A. Walton a9b02ab3f9 Replace g_return_*() with g_assert() in private, internal functions.
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
2008-04-30 04:56:59 +00:00
David Zeuthen 0e85a1cae0 Fix how autorunning works. Instead of inhibiting autorunning every time we
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
2008-04-30 01:09:55 +00:00
Kjartan Maraas fe93322d03 Updated Norwegian bokmål translation.
2008-04-30  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=14111
2008-04-30 00:17:15 +00:00
Ignacio Casal Quinteiro e780d47b6c Updated Galician Translation.
svn path=/trunk/; revision=14110
2008-04-29 19:43:51 +00:00
Yannig MARCHEGAY a92fb2f9b8 Updated Occitan translation
svn path=/trunk/; revision=14109
2008-04-29 08:14:46 +00:00
Matej Urbančič 1e9f809ab0 Updated Slovenian translation
svn path=/trunk/; revision=14108
2008-04-28 12:54:46 +00:00
Cosimo Cecchi dbd34bda1a Report user cancel when all the files we're about to trash or delete are
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
2008-04-27 19:28:22 +00:00
Christian Neumair 60ee1e4982 Correct typo.
svn path=/trunk/; revision=14105
2008-04-27 19:26:31 +00:00
Christian Neumair 082c843ce1 Quote schema. Fixes #522029.
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
2008-04-27 19:24:21 +00:00
Cosimo Cecchi 1699ec31d4 Always use single click policy in the Places sidebar. (#355760).
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
2008-04-27 19:03:13 +00:00
Cosimo Cecchi 5bbc8307e1 Always properly remember window size, also in the case the window is
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
2008-04-27 18:16:40 +00:00
Cosimo Cecchi 60328a4327 Reverse the order in which the keybindings are processed by the
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
2008-04-27 17:59:50 +00:00
Christian Neumair c2305aff96 Do not activate twice if the activated paths are already selected. Always
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
2008-04-27 08:07:42 +00:00
A. Walton f78a979958 reviewed by: Christian Neumair
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
2008-04-27 01:04:59 +00:00
Christian Neumair a6f7e3a263 Properly handle selection changes when using keyboard navigation. We did
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
2008-04-26 22:34:37 +00:00
Matej Urbančič d3050ae8da Updated Slovenian translation
svn path=/trunk/; revision=14091
2008-04-26 13:38:51 +00:00
Cosimo Cecchi 0b6a721e0d Properly handle Ctrl+F10 keybinding in List View. Patch by Paweł Paprota.
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
2008-04-23 22:23:07 +00:00
Alexander Shopov 8344e161b7 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2008-04-24  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=14087
2008-04-23 21:00:35 +00:00
Jorge Gonzalez Gonzalez 23b5c2265d Updated Spanish translation
svn path=/trunk/; revision=14085
2008-04-23 20:46:38 +00:00
Michael J. Chudobiak e9f1c74192 Bump default thumbnailing size limit from 5 MB to 10 MB (#421342).
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
2008-04-23 15:05:05 +00:00
Yannig MARCHEGAY 002295835e Updated Occitan translation
svn path=/trunk/; revision=14082
2008-04-23 08:36:05 +00:00
Kjartan Maraas 3e36132b0f Updated Norwegian bokmål translation.
2008-04-22  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=14081
2008-04-22 19:44:01 +00:00
Christian Neumair 29ecc40ebd Post release version bump.
2008-04-21  Christian Neumair  <cneumair@gnome.org>

	* configure.in:
	Post release version bump.

svn path=/trunk/; revision=14080
2008-04-21 21:46:40 +00:00
Christian Neumair 2b1c0c4318 Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix distcheck.
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
2008-04-21 21:30:33 +00:00
Christian Neumair bfccd65541 Update for release.
2008-04-21  Christian Neumair  <cneumair@gnome.org>

	* NEWS:
	Update for release.

svn path=/trunk/; revision=14078
2008-04-21 21:05:40 +00:00
Christian Neumair a11996b8b9 Support new gnome-session autostart semantics (#525056). Thanks to Lucas
2008-04-21  Christian Neumair  <cneumair@gnome.org>

	* nautilus.desktop.in.in:
	* src/nautilus-main.c (main):
	Support new gnome-session autostart semantics (#525056). Thanks to
	Lucas Rocha.

svn path=/trunk/; revision=14077
2008-04-21 20:57:47 +00:00
Yair Hershkovitz 715b12daef updated hebrew translation
svn path=/trunk/; revision=14076
2008-04-21 09:00:35 +00:00
Daniel Nylander 1dbb1f12cc sv.po: Updated Swedish translation
svn path=/trunk/; revision=14075
2008-04-19 12:13:08 +00:00
Matej Urbančič b0081e13bf Updated Slovenian translation
svn path=/trunk/; revision=14074
2008-04-17 15:39:39 +00:00
Cosimo Cecchi 81357b16f8 Initialize two vars to get rid of a warning with gcc 4.3. Patch by Paweł
2008-04-15  Cosimo Cecchi  <cosimoc@gnome.org>

	* libnautilus-private/nautilus-file.c: (compare_by_time):
	Initialize two vars to get rid of a warning with gcc 4.3.
	Patch by Paweł Paprota. (#528081).

svn path=/trunk/; revision=14072
2008-04-15 09:44:28 +00:00
Michael Terry 21d794f027 Added partial Ido (io) translation
svn path=/trunk/; revision=14071
2008-04-15 01:52:29 +00:00
Jorge Gonzalez Gonzalez 7b03920e09 Updated Spanish translation, fixes bug #526626
svn path=/trunk/; revision=14069
2008-04-13 10:43:45 +00:00
Marcel Telka 1f9c6d7c4a Updated.
2008-04-11  Marcel Telka  <marcel@telka.sk>

	* POTFILES.in: Updated.

svn path=/trunk/; revision=14068
2008-04-11 04:48:44 +00:00
Vladimer Sichinava 06177101a4 some updates
svn path=/trunk/; revision=14067
2008-04-10 23:36:32 +00:00
Vladimer Sichinava ae18227878 some updates
svn path=/trunk/; revision=14066
2008-04-10 23:27:42 +00:00
Jorge Gonzalez Gonzalez 038bc50a73 Updated Spanish translation
svn path=/trunk/; revision=14065
2008-04-10 22:23:32 +00:00
A. Walton 23b84c87c6 Remove GSequence directory and files (for real this time).
2008-04-10  A. Walton  <awalton@svn.gnome.org>
	Remove GSequence directory and files (for real this time).


svn path=/trunk/; revision=14064
2008-04-10 21:02:30 +00:00
Andrew Walton 6f6c45c0dc Remove empty GSequence files
svn path=/trunk/; revision=14063
2008-04-10 20:49:08 +00:00
A. Walton 8542712471 Remove GSequence hack as it is no longer necessary; we require a newer
2008-04-10  A. Walton  <awalton@svn.gnome.org>

	* configure.in:
	* cut-n-paste-code/Makefile.am:
	* cut-n-paste-code/gsequence/Makefile.am:
	* cut-n-paste-code/gsequence/gsequence.c:
	* cut-n-paste-code/gsequence/gsequence.h:
	* src/Makefile.am:
	* src/file-manager/fm-list-model.c:
	Remove GSequence hack as it is no longer necessary;
	we require a newer GLib in order to support GIO.
	More work towards bug #520773.


svn path=/trunk/; revision=14062
2008-04-10 19:48:29 +00:00
A. Walton 6eb74f5955 Remove the first-time-druid dead code (#520773).
2008-04-10  A. Walton  <awalton@svn.gnome.org>

	* src/Makefile.am:
	* src/nautilus-application.c: (nautilus_application_startup):
	* src/nautilus-application.h:
	* src/nautilus-first-time-druid.c:
	* src/nautilus-first-time-druid.h:
	* src/nautilus-main.c: (main):
	Remove the first-time-druid dead code (#520773).


svn path=/trunk/; revision=14061
2008-04-10 19:40:56 +00:00