After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 441138 - use nautilus thumbnails in the image pane
use nautilus thumbnails in the image pane
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: collection
2.19.x
Other Linux
: Normal enhancement
: ---
Assigned To: Lucas Rocha
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-25 09:22 UTC by Sebastien Bacher
Modified: 2007-06-21 22:50 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
mockup of eog using nautilus frame (757.74 KB, image/png)
2007-05-25 16:47 UTC, Claudio Saavedra
Details

Description Sebastien Bacher 2007-05-25 09:22:03 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"
Comment 1 Claudio Saavedra 2007-05-25 16:47:08 UTC
Created attachment 88809 [details]
mockup of eog using nautilus frame
Comment 2 Claudio Saavedra 2007-05-25 17:10:28 UTC
I think it may be a nice change. Lucas?
Comment 3 Lucas Rocha 2007-05-25 19:51:16 UTC
The nautilus frame are really nicer. I don't like the nautilus background image in the thumbnails pane though.
Comment 4 Claudio Saavedra 2007-05-25 20:25:28 UTC
Agreed.
Comment 5 Lucas Rocha 2007-06-21 22:50:58 UTC
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.