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 500819 - Thumbnails should have a frame like in nautilus
Thumbnails should have a frame like in nautilus
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-12-01 08:38 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2007-12-07 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Updates eog-thumb-shadow to eog-thumbnail for better thumbnails and code (27.64 KB, patch)
2007-12-07 21:39 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review
Forgotten file (908 bytes, image/png)
2007-12-07 22:13 UTC, Diego Escalante Urrelo (not reading bugmail)
  Details
How it looks. (399.23 KB, image/png)
2007-12-07 22:33 UTC, Diego Escalante Urrelo (not reading bugmail)
  Details

Description Diego Escalante Urrelo (not reading bugmail) 2007-12-01 08:38:55 UTC
iirc the code is stolen code from eog, eog sidebar currently uses frames, I think it didn't some weeks ago, maybe you want to update? or if i'm wrong about the stealing, then you want to consider the frames :).
Comment 1 Jaap A. Haitsma 2007-12-01 09:09:53 UTC
We don't use the eog sidebar. Just some drop shadow code was copied.

Closing as invalid
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2007-12-01 20:28:42 UTC
Would you consider adding the frame anyway? (like nautilus' thumbnails)
Comment 3 daniel g. siegel 2007-12-01 20:37:22 UTC
any reason for this?
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2007-12-02 04:52:36 UTC
For consistency with the rest of the desktop and because it looks nice :). The bg is white and the shadow is black, the edges of the picture are not clear.
It just looks better.
Comment 5 Jaap A. Haitsma 2007-12-02 09:58:06 UTC
Good point. Reopening the bug
Comment 6 Diego Escalante Urrelo (not reading bugmail) 2007-12-07 09:49:47 UTC
You should just grab eog-thumbnail.c from eog trunk. It's the same as thumb-shadow but updated and with easier and better eye candy.

Above that, it's maintained.
Comment 7 Diego Escalante Urrelo (not reading bugmail) 2007-12-07 21:39:02 UTC
Created attachment 100555 [details] [review]
Updates eog-thumb-shadow to eog-thumbnail for better thumbnails and code

An update!.
Comment 8 Diego Escalante Urrelo (not reading bugmail) 2007-12-07 22:13:51 UTC
Created attachment 100558 [details]
Forgotten file

The needed .png.
Comment 9 Diego Escalante Urrelo (not reading bugmail) 2007-12-07 22:33:07 UTC
Created attachment 100560 [details]
How it looks.

The important aesthetic thing to note is that there's a white border on the original image followed by a black border. This makes the image nicely framed :).

I honestly think it looks better and it's a good idea to have up-to-date code (eog-thumb-shadow is dead nowadays in eog). But this is subjetive.
Comment 10 daniel g. siegel 2007-12-07 22:40:55 UTC
diego, please stop using dark themes, just because they were populated on the planet ;)
Comment 11 Jaap A. Haitsma 2007-12-07 23:17:03 UTC
Woohaa, we convinced daniel

2007-12-08  Jaap Haitsma <jaap@haitsma.org>

        * configure.ac,
          data/Makefile.am,
          data/pixmaps,
          data/pixmaps/Makefile.am,
          data/pixmaps/thumbnail-frame.png,
          data/wscript_build,
          src/cheese-thumb-view.c,
          src/eog-thumbnail.c,
          src/eog-thumbnail.h,
          src/eog-thumb-shadow.c,
          src/eog-thumb-shadow.h,
          src/Makefile.am:
          Give thumbnails frame like in nautilus and eog
          Fixes bug #500819 Patch by  Diego Escalante Urrelo <diegoe@gnome.org>