summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-03-16 14:18:13 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-03-16 14:18:13 +0000
commit8bb6faf391ca16f077959a306c2947314dcbb0ef (patch)
treeab650659b9ecbfa05e2f5e4d0621de07fb445242 /ChangeLog
parente2a96cc5f75ce13aa5b490fa25e554bcdb4326f5 (diff)
downloadnautilus-8bb6faf391ca16f077959a306c2947314dcbb0ef.tar.gz
Bug 523883 – Thumbnails for 200% zoom are regenerated each time a folder
2009-03-16 Alexander Larsson <alexl@redhat.com> Bug 523883 – Thumbnails for 200% zoom are regenerated each time a folder is opened. * libnautilus-private/nautilus-file.c: (nautilus_file_get_icon): allow scaling up thumbnails, use the scaled up thumnail for up to 25% size increase. * src/file-manager/fm-icon-container.c: (fm_icon_container_get_icon_images): Force thumbnail size for compact view to avoid loading at wrong size and then rescaling svn path=/trunk/; revision=15122
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ca9eb07a..12a92e852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2009-03-16 Alexander Larsson <alexl@redhat.com>
+ Bug 523883 – Thumbnails for 200% zoom are regenerated each time a folder is opened.
+
+ * libnautilus-private/nautilus-file.c:
+ (nautilus_file_get_icon):
+ allow scaling up thumbnails, use the scaled up thumnail
+ for up to 25% size increase.
+
+ * src/file-manager/fm-icon-container.c:
+ (fm_icon_container_get_icon_images):
+ Force thumbnail size for compact view to avoid loading at wrong size
+ and then rescaling
+
+2009-03-16 Alexander Larsson <alexl@redhat.com>
+
* configure.in:
Post release version bump