Commit graph

14977 commits

Author SHA1 Message Date
Cosimo Cecchi
8853b7bf92 Move EelRectCanvasItem to its own object in libnautilus-private/
eel-canvas-rect-ellipse has quite some unused code that make it hard to
modify.
2011-02-01 11:47:52 -05:00
Cosimo Cecchi
67687dd504 desktop-metadata: initialize a variable 2011-02-01 10:21:14 -05:00
Cosimo Cecchi
513e94c31e desktop-metadata: append a terminator for single-length strv values
This is needed so that we can differentiate between single-length strv
and regular string values when reading them back from the keyfile, which
does not store the type of its values. This way, we make sure that we
always respect the actual metadata type in GFileInfo.
2011-02-01 10:14:11 -05:00
Cosimo Cecchi
25754a54bb desktop-metadata: group multiple desktop metadata saving calls 2011-02-01 09:19:44 -05:00
Cosimo Cecchi
aa55211360 Release 2.91.8 2011-01-31 13:35:55 -05:00
Cosimo Cecchi
3f55f369c0 build: remove GConf dependency altogether 2011-01-31 12:26:19 -05:00
Cosimo Cecchi
4227f0b170 convert-metadata: don't migrate the desktop metadata to GConf 2011-01-31 12:26:19 -05:00
Cosimo Cecchi
389789e8f1 preferences: don't use GConfClient anymore 2011-01-31 12:26:19 -05:00
Cosimo Cecchi
632bf39a23 desktop-metadata: use a keyfile instead of GConf to store it 2011-01-31 12:26:19 -05:00
Cosimo Cecchi
c62a8ff915 desktop-directory-file: don't use eel boilerplate 2011-01-31 12:26:19 -05:00
Gabor Kelemen
3d0dc4d6d7 Fix a mistranslation 2011-01-31 13:15:28 +01:00
Cosimo Cecchi
678c5216eb sort-order: resync sort order property with NautilusFileSortType
This makes the sorting preference reliably work again.
2011-01-30 17:31:29 -05:00
Cosimo Cecchi
6a6c18d4d6 icon-view: save sort metadata only when the user explicitly changes it 2011-01-30 17:31:29 -05:00
Cosimo Cecchi
c1fa2a49e0 eel: remove eel_g_settings_add_auto_* functions 2011-01-30 17:31:29 -05:00
Cosimo Cecchi
253345f084 all: don't use eel_g_settings_add_auto_* methods
It makes no sense to use caching now with GSettings, as lookup
operations are fast enough.
2011-01-30 17:31:29 -05:00
Cosimo Cecchi
e14351baf9 icon-view: move desktop view's get_view_id to a proper implementation
Instead of hardcoding IS_DESKTOP_ICON_VIEW() checks in the parent class.
2011-01-30 17:31:29 -05:00
A S Alam
fdf30fd8c5 update Punjabi Translation by A S Alam 2011-01-29 07:51:13 +05:30
Cosimo Cecchi
b97ee5da0b Update MAINTAINERS and DOAP files 2011-01-28 17:11:44 -05:00
Cosimo Cecchi
454b2caf1b application: don't call mount_removed_callback() on pre-unmount
The unmount process follows this flow:
- pre-unmount is emitted
- GIO performs checks to see whether the volume is safe to unmount, and
  spawns GtkMountOperation dialogues accordingly
- if everything is fine, the unmount signal is emitted

So, it's wrong to close or redirect windows from pre-unmount, as the
mount could actually not be unmounted after that.
2011-01-28 16:18:02 -05:00
Cosimo Cecchi
35bf6c86b5 Clean up our desktop file (#640687)
- remove the 'System' category
- remove autostart interactions with gnome-session
2011-01-27 12:27:16 -05:00
Tomas Bzatek
e7b6fd0e59 Clarify the reason for recent nautilus_file_peek_display_name() workaround 2011-01-27 14:38:44 +01:00
Tomas Bzatek
8f6245a80c Prevent a crash in nautilus_file_peek_display_name() on invalid NautilusFile
This is more a workaround only, expect assert failures at other
places when something bad happens. There's a race condition somewhere,
this patch only prevents immediate crash.

Patch by Marcus Husar <marcus.husar@rose.uni-heidelberg.de>

https://bugzilla.gnome.org/show_bug.cgi?id=602500
2011-01-27 11:22:10 +01:00
Stefano Teso
fd03c910a7 places-sidebar: allow keyboard navigation with Enter/Space (#637768) 2011-01-26 22:45:05 -05:00
Fran Diéguez
4f4c07b1f9 Get Galician translations back from wrong commit 2011-01-27 04:01:38 +01:00
Fran Diéguez
dace8ba5c2 QA of Galician translations 2011-01-27 03:14:50 +01:00
Fran Diéguez
17793d3bb9 QA of Galician translations 2011-01-27 00:57:50 +01:00
Cosimo Cecchi
a63aaa68f1 desktop-background: make sure to hold a ref in the 'changed' idle
Otherwise we might end up accessing object fields after it was
destroyed.

https://bugzilla.gnome.org/show_bug.cgi?id=640420
2011-01-25 13:28:09 -05:00
Cosimo Cecchi
6d079cc40a editable-label: fix some drawing regressions
Also, remove the copy/pasted gtkpango code again, as we can have a
better rendering without it.
2011-01-25 09:21:07 -05:00
Cosimo Cecchi
d4230de866 all: silence new warnings from GCC 4.6
GCC 4.6 introduced a new warning about variables declared and
initialized, but not really used in the function body. Remove all of
these occurrences to build cleanly.
2011-01-25 09:21:07 -05:00
Funda Wang
155cc03271 Updated zh_CN translation. 2011-01-23 09:54:40 +01:00
Piotr Eljasiak
7e47ccdee2 Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE) 2011-01-22 22:32:59 +01:00
Kristjan SCHMIDT
0b4bb326ca Updated Esperanto translation 2011-01-22 22:15:40 +01:00
Alexander Shopov
9f539e6fa5 Updated Bulgarian translation 2011-01-21 21:43:36 +02:00
Chao-Hsiung Liao
187dc50c76 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-01-20 22:48:41 +08:00
Cosimo Cecchi
484c9a1bac eel: remove eel-gdk-pixbuf-extensions 2011-01-20 14:35:16 +01:00
Cosimo Cecchi
129d90ebcd all: remove unused includes of eel-gdk-pixbuf-extensions 2011-01-20 14:34:44 +01:00
Cosimo Cecchi
83a83e3a22 icon-info: use gdk_pixbuf_new_from_stream_at_scale() 2011-01-20 14:34:17 +01:00
Cosimo Cecchi
2103a49026 icon-canvas-item: simplify the code a bit 2011-01-20 13:02:18 +01:00
Cosimo Cecchi
f58a70a92a eel: remove unused eel_pixbuf_render() 2011-01-20 12:57:43 +01:00
Cosimo Cecchi
8b13a044cc general: use eel_create_spotlight_pixbuf() 2011-01-20 12:57:25 +01:00
Cosimo Cecchi
09f0b79d85 icon-canvas-item: remove an useless snippet of drawing code 2011-01-20 12:50:05 +01:00
Cosimo Cecchi
a083fa0d0b icon-container: hook to style_updated instead of style_set 2011-01-20 12:42:22 +01:00
Cosimo Cecchi
e652eb0795 icon-container: remove unused style properties 2011-01-20 12:41:52 +01:00
Cosimo Cecchi
a1fa4eaa03 icon-canvas-item: use eel_create_spotlight_pixbuf()
Instead of passing eel_pixbuf_render() always the same values
2011-01-20 12:39:16 +01:00
Cosimo Cecchi
207a2499a3 css: move the style properties from adwaita here 2011-01-20 12:38:46 +01:00
Cosimo Cecchi
2a1fbaf839 canvas: fix an ACTIVE -> NORMAL typo from GtkStyleContext conversion 2011-01-19 19:44:48 +01:00
Cosimo Cecchi
d0d9059947 icon-container: fix a couple of ACTIVE -> NORMAL typos 2011-01-19 19:43:02 +01:00
Cosimo Cecchi
e2ca42cac7 icon-container: remove useless theming properties 2011-01-19 19:31:20 +01:00
Cosimo Cecchi
5bfc3e50c9 views: use proper background color for inactive panes 2011-01-19 18:12:50 +01:00
Marios Zindilis
d55ca5df61 Updated Greek translation 2011-01-19 18:08:22 +02:00