summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-04-02 19:34:17 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-04-02 19:34:17 +0000
commit5634cb189553a78de6c95c4955634a7994687342 (patch)
tree22e7276631764ea6e78bb85770950c5e432bb0e5 /ChangeLog
parentfc1ffaaf3f9df0c5e1968d1e736833634d4afe9d (diff)
downloadgvfs-5634cb189553a78de6c95c4955634a7994687342.tar.gz
Add icon fallbacks for encrypted drives/media. (#525153)
* hal/hal-utils.h: * hal/hal-utils.c: Create new files for utility functions and move get_disc_icon() and get_disc_name() here. Also create get_themed_icon_with_fallbacks() to create GThemedIcons with default fallbacks but with the ability to pass in another name to create the fallbacks from then the icon name. * hal/ghalmount.c: * hal/ghalvolume.c: Use newly created get_themed_icon_with_fallbacks () and pass in custom fallback name for encrypted mounts/volumes (#525153). * hal/Makefile.am: Add hal-utils.[hc] * programs/gvfs-mount.c: Display the icon names for mounts/volumes if the icon is a GThemedIcon. svn path=/branches/gnome-2-22/; revision=1719
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e2d43ac..fe1b3101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-04-02 Christian Kellner <gicmo@gnome.org>
+
+ * hal/hal-utils.h:
+ * hal/hal-utils.c:
+ Create new files for utility functions and move get_disc_icon()
+ and get_disc_name() here.
+ Also create get_themed_icon_with_fallbacks() to create
+ GThemedIcons with default fallbacks but with the ability to
+ pass in another name to create the fallbacks from then the
+ icon name.
+
+ * hal/ghalmount.c:
+ * hal/ghalvolume.c:
+ Use newly created get_themed_icon_with_fallbacks () and pass
+ in custom fallback name for encrypted mounts/volumes (#525153).
+
+ * hal/Makefile.am:
+ Add hal-utils.[hc]
+
+ * programs/gvfs-mount.c:
+ Display the icon names for mounts/volumes if the icon is
+ a GThemedIcon.
+
2008-04-01 Sebastien Bacher <seb128@ubuntu.com>
* hal/ghalmount.c: (format_size_for_display), (do_update_from_hal):