GNOME Bugzilla – Bug 441138
use nautilus thumbnails in the image pane
Last modified: 2007-06-21 22:50:58 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/eog/+bug/111761 "Binary package hint: eog The new image pane in EOG 2.19 is cool, but it could be improved if it used the same thumbnails used by nautilus, instead of its own ones. That's it, make the thumbnails look like this: http://img454.imageshack.us/img454/2489/pantallazoimg0424jpg2eq6.png Instead of this: http://img297.imageshack.us/img297/5430/pantallazoimg0424jpgco2.png Maybe even cooler would be if the pane could inherit nautilus' background instead of just adopting a white background. Something like this: http://img244.imageshack.us/img244/3332/pantallazoimg0424jpg3hs9.png http://librarian.launchpad.net/7514377/mockups.tar.bz2 attached mockups ... I think it should use the same frame Nautilus uses to display thumbnails. That is, /usr/share/pixmaps/nautilus/thumbnail_frame.png"
Created attachment 88809 [details] mockup of eog using nautilus frame
I think it may be a nice change. Lucas?
The nautilus frame are really nicer. I don't like the nautilus background image in the thumbnails pane though.
Agreed.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. 2007-06-22 Lucas Rocha <lucasr@gnome.org> Use the same thumbnail frame than nautilus. Fixes bug #441138. Change alignment in thumbnail pane to make it work better on vertical and horizontal orientations. Fixes bug #440168. * src/eog-thumbnail.[ch] (eog_thumbnail_add_frame, eog_thumbnail_fit_to_size): added functions to add shadow frame and thumbnail resizing. * src/eog-thumb-view.c (eog_thumb_view_init): changed the pixbuf cell renderer to make improve the aligment among thumbnails. * src/eog-plugin-engine.c, src/eog-application.c, src/eog-window.c, src/eog-dialog.c, src/Makefile.am: renamed EOG_DATADIR and EOG_PLUGINDIR to EOG_DATA_DIR and EOG_PLUGIN_DIR respectively. * configure.ac, data/Makefile, data/pixmaps/*: added new pixmap for thumbnail frame. * src/eog-thumb-shadow.[ch]: removed.