Commit graph

13341 commits

Author SHA1 Message Date
Claude Paroz
7e17224a1e Updated French translation 2009-04-30 14:26:58 +02:00
Gabor Kelemen
c51ac9926e Mark strings as translatable, fix bug #579769 2009-04-30 11:43:22 +02:00
Gabor Kelemen
23ff2a21d2 Update POTFILES.*, close bug #580784 2009-04-30 11:39:20 +02:00
Shankar Prasad
a1a5012249 Updated Kannada translation 2009-04-30 12:41:55 +05:30
Maxim V. Dziumanenko
90e5e1720d Updated Ukrainian translation 2009-04-28 15:56:10 +03:00
Cosimo Cecchi
48ed43f326 Reverse the order for folder icons overrides
Use the correct order for folder icons overrides, so that we can
keep track of things like "folder-visiting" or "folder-drag-accept".
Patch by Krzysztof Kosiński (#567254).
2009-04-27 18:34:18 +02:00
Cosimo Cecchi
43c9802d61 Don't display accelerators in Tabs menu
Set use_underline == FALSE for items in the "Tabs" menu, so that
folders with underscores in their names will be displayed properly
in the menu items (#580392).
2009-04-27 16:44:04 +02:00
Cosimo Cecchi
9c0dddfbad Display the application icon in the popup menu
If available, display the application icon next to the "Open with"
item in the file manager window menus (#546916).
2009-04-27 15:37:39 +02:00
Cosimo Cecchi
fe4ca76584 Fix DOAP file
Add "mailto:" prefixes to email addresses in the DOAP file.
2009-04-27 13:33:47 +02:00
Ivar Smolin
7f404a39f6 Updating Estonian translation 2009-04-25 18:19:56 +03:00
Cosimo Cecchi
cffb9cf702 Don't show autorun hints for Win32 software media
Now that shared-mime-info supports "x-content/win32-software" vs
"x-content/unix-software", use this distinction to inhibit autorun
prompts/hints for media containing Win32 software (#524270).
2009-04-23 20:01:18 +02:00
Olav Vitters
7f74d06e27 doap: Add desktop category 2009-04-23 19:36:28 +02:00
Cosimo Cecchi
9f1c7d03c4 Add shave to the autotools setup
Use shave to have some more meaningful build messages.
It can be turned off by using 'make V=1'.
2009-04-23 14:40:00 +02:00
Cosimo Cecchi
06dda37076 Move desktop files into data/
Move desktop files into data/ subdirectory, so that they not clutter
the top source dir.
2009-04-23 14:29:21 +02:00
Cosimo Cecchi
dd10aa3618 Fix typo in ChangeLog generation script
Set the right name for the start tag in the ChangeLog
generation script.
2009-04-23 14:20:27 +02:00
Matej Urban
c0b27cce8d Updated Slovenian translation 2009-04-22 12:19:25 +02:00
Andrew Walton
9826f177cb Let forward/back mouse buttons work
Install a handler to link forward/back mouse buttons to
forward/back actions in NautilusNavigationWindow, with a preference
to set the right X button number in GConf.

Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
2009-04-22 10:57:05 +02:00
Cosimo Cecchi
b02ef0a7ec Remove useless function
Remove nautilus_has_valid_failed_thumbnail(), as that's not used
anymore after the last commit.
2009-04-22 10:46:39 +02:00
Matthias Clasen
20f4389f7c Avoid duplicate function call
Don't call nautilus_has_valid_failed_thumbnail, as
nautilus_can_thumbnail will eventually call the same gnome_desktop
function (#574205).

Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
2009-04-22 10:44:29 +02:00
Cosimo Cecchi
3ffebcdbf5 Remove some more GTK+ deprecated macros
Remove some other bits (hopefully the last) of deprecated GTK+ macros.
2009-04-22 10:35:41 +02:00
Cosimo Cecchi
c308f7f3e9 Remove other deprecated GTK+ symbols
There were still some references to deprecated GTK+ symbols in some
files, or in some comments. Let's drop them all.
2009-04-22 00:38:43 +02:00
Jorge Gonzalez
4485d32d41 Updated Spanish translation 2009-04-21 21:22:23 +02:00
Cosimo Cecchi
7da1601ba6 Check for NULL when sorting columns
Check for a NULL value of the order array when sorting the columns.
This might help when dealing with strange GConf setup issues (#524341).
2009-04-21 15:49:31 +02:00
Cosimo Cecchi
3b5af96a5f Update EggSMClient from libegg
Re-apply the reverted string freeze break commit now that we branched.
Don't check if the desktop file exists ourselves, as the Egg code will
take care of that itself.
Thanks to Christian Persch (#576619).
2009-04-21 15:44:30 +02:00
Nelson Benitez
60e58366e0 Use g_timeout_add_seconds where appropriate
Use g_timeout_add_seconds instead of g_timeout_add where appropriate.
Fix bug #574033.

Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
2009-04-21 15:37:34 +02:00
Matthias Clasen
99e66a9360 Avoid delays in background switching
Don't delay background switching, so that users will immediately see
it changing when browsing the background list (#330168).

Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
2009-04-21 15:27:45 +02:00
Cosimo Cecchi
979d877c18 Enforce {GDK,GTK}_DISABLE_DEPRECATED cflags
Now that we build cleanly without deprecated symbols, widen the
deprecated check policy to GDK/GTK+.
2009-04-21 15:15:27 +02:00
Cosimo Cecchi
b695c97018 Remove deprecated GDK/GTK+ symbols
Remove all uses of deprecated GDK and GTK+ symbols, replacing them
with the currently supported equivalents.
Based on a patch from Tal Benavidor (#565038).
2009-04-21 15:06:23 +02:00
Alexander Larsson
e2f711533e Fix broken pofile
Lots of duplicated strings that makes msgfmt -c check fail.
2009-04-20 20:13:34 +02:00
Alexander Larsson
42bea16f00 Comment out invalid pofile strings
msgfmt -c bs.po said:
bs.po:3783: number of format specifications in 'msgid' and 'msgstr[0]'
does not match msgfmt: found 1 fatal error
which meant branching was impossible
2009-04-20 19:57:09 +02:00
Jonathon Jongsma
f9585e4f48 Allow shift+return during typeahead find
Allow shift+rename to close parent + open when typeahead find window
is active. (#579551)
2009-04-20 13:02:11 +02:00
Khaled Hosny
1f9ed9598a Updated Arabic translation 2009-04-17 23:52:01 +02:00
Alexander Larsson
9c4c0254d4 Preload /desktop/gnome/background from gconf
We'll be reading a lot of background settings, so we want to preload
(and thus also add_dir) the gconf directory. (Fixes #578993)
2009-04-17 15:34:15 +02:00
Cosimo Cecchi
e61a17f344 Fix a copy/paste typo. 2009-04-17 15:24:02 +02:00
Alexander Larsson
bad7749c6c Add .gitignore files 2009-04-17 14:30:05 +02:00
Alexander Larsson
8acf8338c9 Add makefile rules to generate ChangeLog 2009-04-17 13:58:30 +02:00
Alexander Larsson
3f4a5c97a2 Add doap file with name, description and developer info 2009-04-17 13:48:03 +02:00
Alexander Larsson
a867c35e83 Add README.commits, update HACKING for git 2009-04-17 13:44:19 +02:00
Alexander Larsson
4a78eabc71 Move ChangeLog to ChangeLog-20090417
With the switch to git we're moving to an autogenerated ChangeLog.
2009-04-17 13:32:24 +02:00
Alexander Larsson
6a8673c780 Reversed check in last commit, fixed.
2009-04-16  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Reversed check in last commit, fixed.



svn path=/trunk/; revision=15188
2009-04-16 13:27:02 +00:00
Alexander Larsson
ab550c2233 Bug 578983 – set_more_warnings check of WARNING_CFLAGS doesn't work
2009-04-16  Alexander Larsson  <alexl@redhat.com>

	Bug 578983 – set_more_warnings check of WARNING_CFLAGS doesn't work
	
	* configure.in:
	Actually check the options.


svn path=/trunk/; revision=15187
2009-04-16 13:18:47 +00:00
Alexander Larsson
9870d42d67 Set typeahead column to the name column.
2009-04-16  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-places-sidebar.c (nautilus_places_sidebar_init):
	Set typeahead column to the name column.


svn path=/trunk/; revision=15186
2009-04-16 13:03:24 +00:00
Alexander Larsson
3125825a1c Bug 578468 – Change of font DPI setting does not effect desktop icons
2009-04-16  Alexander Larsson  <alexl@redhat.com>

	Bug 578468 – Change of font DPI setting does not effect desktop icons

	* libnautilus-private/nautilus-icon-canvas-item.c:
	(nautilus_icon_canvas_item_invalidate_label_size):
	Invalidate pango layouts since the context could have changed
	For instance the font DPI.



svn path=/trunk/; revision=15185
2009-04-16 12:56:02 +00:00
Alexander Larsson
4323f9b472 Bug 579086 – Excessive white-space on right-hand side in icon view
2009-04-16  Alexander Larsson  <alexl@redhat.com>

	Bug 579086 – Excessive white-space on right-hand side in icon view
	
	* libnautilus-private/nautilus-icon-container.c:
	(nautilus_icon_container_update_scroll_region):
	When using at allocation->width, take zoom into account


svn path=/trunk/; revision=15184
2009-04-16 08:34:19 +00:00
Alexander Larsson
649c39c7d8 Post release version bump
2009-04-13  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Post release version bump

=== nautilus 2.26.2 ===


svn path=/trunk/; revision=15183
2009-04-13 18:20:43 +00:00
Alexander Larsson
99e702d497 Don't show eject if not mounted.
2009-04-13  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-places-sidebar.c:
	(add_place):
	Don't show eject if not mounted.



svn path=/trunk/; revision=15181
2009-04-13 18:11:52 +00:00
Alexander Larsson
cb087ce4d1 Update for release
2009-04-13  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update for release


svn path=/trunk/; revision=15180
2009-04-13 17:54:53 +00:00
Reşat SABIQ
3152ed9f37 Updated Crimean Tatar (Crimean Turkish) translation.
2009-04-13  Reşat SABIQ <tilde.birlik@gmail.com>

        * crh.po: Updated Crimean Tatar (Crimean Turkish) translation.

svn path=/trunk/; revision=15179
2009-04-13 12:11:14 +00:00
Jorge Gonzalez Gonzalez
4791b0a1e6 Updated Spanish translation
svn path=/trunk/; revision=15178
2009-04-12 14:54:11 +00:00
Priit Laes
3789b4d615 Translation updated by Mattias Põldaru
2009-04-12  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Mattias Põldaru

svn path=/trunk/; revision=15177
2009-04-12 10:09:53 +00:00