Commit graph

13329 commits

Author SHA1 Message Date
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
Alexander Larsson
16ffc26430 Show both unmount and eject in menus. We need to show eject for a lot of
2009-04-11  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c:
	* src/file-manager/fm-tree-view.c:
	* src/nautilus-places-sidebar.c:
	Show both unmount and eject in menus. We need to show eject for
	a lot of devices (that we can't detect ahead of time) so we're
	enabling it much more generally. However, eject sometimes does
	things you don't want (like unmounting all volumes on a drive),
	so we also need to expose unmount.

	For discussion, see bug 574067 and bug 576587.


svn path=/trunk/; revision=15176
2009-04-11 18:45:38 +00:00
Cosimo Cecchi
bca6fc7d2b revert string freeze break.
2009-04-09  Cosimo Cecchi  <cosimoc@gnome.org>

	* cut-n-paste-code/libegg/eggsmclient.c:
	(egg_sm_client_get_option_group): revert string freeze break.

svn path=/trunk/; revision=15175
2009-04-09 07:58:43 +00:00
Cosimo Cecchi
672daf9d85 Update the EggSMClient code from libegg trunk.
2009-04-09  Cosimo Cecchi  <cosimoc@gnome.org>

	* cut-n-paste-code/libegg/eggsmclient-xsmp.c: (save_state),
	(set_properties), (ptrarray_prop):
	* cut-n-paste-code/libegg/eggsmclient.c:
	(egg_sm_client_get_option_group):
	Update the EggSMClient code from libegg trunk.

svn path=/trunk/; revision=15174
2009-04-08 23:28:28 +00:00
Cosimo Cecchi
af3eb62a4a Update the eggtreemultidnd.[ch] from libegg trunk (#560335).
2009-04-08  Cosimo Cecchi  <cosimoc@gnome.org>

	* cut-n-paste-code/libegg/eggtreemultidnd.c:
	(egg_tree_multi_drag_source_get_type),
	(egg_tree_multi_drag_motion_event):
	Update the eggtreemultidnd.[ch] from libegg trunk (#560335).

svn path=/trunk/; revision=15173
2009-04-08 14:29:25 +00:00
Alexander Larsson
f8ed3382e7 Add column for location. (#374661)
2009-04-08  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-column-utilities.c:
	(get_builtin_columns):
	Add column for location. (#374661)


svn path=/trunk/; revision=15172
2009-04-08 13:08:31 +00:00
Alexander Larsson
859ed3fbf6 Make sure PackageKit is active before showing install dialog. Patch from
2009-04-08  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-mime-actions.c:
	Make sure PackageKit is active before showing
	install dialog.
	Patch from  James Westby



svn path=/trunk/; revision=15171
2009-04-08 11:12:07 +00:00
Alexander Larsson
5515869bbe Use gtk_action_group_add_action_with_accel so that we allow users to
2009-04-08  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c:
	(add_script_to_scripts_menus):
	Use gtk_action_group_add_action_with_accel so that we
	allow users to define key shortcuts for scripts.

	Patch from Holger Berndt <berndth@gmx.de>

svn path=/trunk/; revision=15170
2009-04-08 09:39:35 +00:00
Alexander Larsson
0934864e25 Add nautilus_get_accel_map_file
2009-04-08  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-utilities.[ch]:
	* libnautilus-private/nautilus-file-utilities.h:
	Add nautilus_get_accel_map_file

	* src/nautilus-application.[ch]:
	Load accel map on startup, queue save when it changes.

	* src/nautilus-main.c:
	Save accel map on clean exit if it is dirty.

	Patch from Holger Berndt <berndth@gmx.de>


svn path=/trunk/; revision=15169
2009-04-08 08:40:41 +00:00
Philip Withnall
ba25da7d75 Changes by Bruce Cowan <bcowan@fastmail.co.uk> to fix the British English
2009-04-07  Philip Withnall  <philip@tecnocode.co.uk>

	* en_GB.po: Changes by Bruce Cowan <bcowan@fastmail.co.uk> to 
fix the
	British English date formats. (Closes: #578189)


svn path=/trunk/; revision=15168
2009-04-07 17:41:42 +00:00
Alexander Larsson
ece302718a Make sure we save spatial geometry and data on close both via WM close
2009-04-07  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-spatial-window.c:
	Make sure we save spatial geometry and data on close both
	via WM close button and ctrl-w.



svn path=/trunk/; revision=15167
2009-04-07 11:23:54 +00:00
Alexander Larsson
2aeae0db8c Fix up this for RTL in compact mode. We need to look at the right place
2009-04-07  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-container.c:
	(nautilus_icon_container_get_first_visible_icon):
	Fix up this for RTL in compact mode. We need to look
	at the right place and do the right kind of comparison
	on pos.


svn path=/trunk/; revision=15166
2009-04-07 10:39:59 +00:00
Alexander Larsson
f078b08910 Ensure that we've also size-allocated for the new contents. It may happen
2009-04-07  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-container.c:
	(nautilus_icon_container_layout_now):
	Ensure that we've also size-allocated for the new contents.
	It may happen that newly added icons caused the size allocate
	to turn on a scrollbar, which will change the layout.



svn path=/trunk/; revision=15165
2009-04-07 10:06:29 +00:00