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 144337 - add preview to filechoosers
add preview to filechoosers
Status: RESOLVED WONTFIX
Product: epiphany
Classification: Core
Component: Interface
unspecified
Other Linux
: Low enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-06-14 14:02 UTC by Christian Persch
Modified: 2018-02-27 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
copied from galeon (23.34 KB, patch)
2004-07-01 13:55 UTC, Christian Persch
none Details | Review
simplified the code some more (22.14 KB, patch)
2004-07-01 14:19 UTC, Christian Persch
none Details | Review
updated to apply cleanly to cvs HEAD (22.57 KB, patch)
2004-07-02 15:36 UTC, Christian Persch
none Details | Review

Description Christian Persch 2004-06-14 14:02:31 UTC
For the filechoosers in open mode (File->Open, and "Browse" on a web form file
input field), we should have add a preview; especially now that people seem to
work on HTML thumbnailers :)

The code can just be copied from galeon which has all we need.
Comment 1 Marco Pesenti Gritti 2004-06-14 22:19:42 UTC
Yeah, let's steal that ! ;)
Comment 2 Christian Persch 2004-07-01 13:55:25 UTC
Created attachment 29134 [details] [review]
copied from galeon
Comment 3 Christian Persch 2004-07-01 14:19:45 UTC
Created attachment 29135 [details] [review]
simplified the code some more
Comment 4 Marco Pesenti Gritti 2004-07-01 17:02:22 UTC
ephy-file-chooser.c:27:31: ephy-file-preview.h: No such file or directory

I'd like to try it out before reviewing ...
Comment 5 Christian Persch 2004-07-01 17:06:11 UTC
Oops,forgot to diff lib/Makefile.am; add
-I$(top_srcdir)/lib/widgets     \
to INCLUDES
Comment 6 Marco Pesenti Gritti 2004-07-01 17:45:41 UTC
That's prolly wrong. We should move the file picker in lib/widgets
Comment 7 Christian Persch 2004-07-01 18:37:43 UTC
This is just to get it to compile :)

I plan to move ephy-file-chooser.[ch] to lib/widgets, but only when I commit
(otherwise the diff wouldn't be useful). Should I just cvs remove/cvs add, or
ask someone to do cvs surgery?
Comment 8 Christian Persch 2004-07-02 15:36:33 UTC
Created attachment 29162 [details] [review]
updated to apply cleanly to cvs HEAD
Comment 9 Christian Persch 2004-07-02 23:19:28 UTC
Comment on attachment 29162 [details] [review]
updated to apply cleanly to cvs HEAD

This is good to commit, but we decided to punt this until a HTML thumbnailer is
available.
Comment 10 Christian Persch 2004-10-13 10:53:50 UTC
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Comment 11 spark 2004-12-16 00:21:13 UTC
chpe, do you have a bug # for the HTML thumbnailer?
Comment 12 Christian Persch 2004-12-16 13:33:38 UTC
AFAIK there's not bug, but you can get the code here:
http://www.netsonic.fi/~temaatti/galeon-html-thumbnailer/
Comment 13 Diego Escalante Urrelo (not reading bugmail) 2006-09-09 07:16:12 UTC
I tried that galeon stolen code but couldn't make it work, actually I was trying to solve the bug about thumbnails for bookmarks.
Comment 14 Diego Escalante Urrelo (not reading bugmail) 2007-05-24 04:52:02 UTC
*** Bug 440859 has been marked as a duplicate of this bug. ***
Comment 15 Jean-François Fortin Tam 2007-05-24 16:47:59 UTC
Isn't this part of GTK, from my limited understanding? (like, just passing one or two commands to the file chooser widget and it shows the preview?) I'm not sure to understand what is the current status of this bug.
Comment 16 Jean-François Fortin Tam 2007-05-24 16:51:46 UTC
Woops, discard my comment #15, I thought my bug #440859 was a dupe of this, turns out it is not ;)
Comment 17 Jan-Michael Brummer 2018-02-27 18:30:44 UTC
Is this ticket still necessary? In my opinion there shouldn't be a special preview widget as gtk file chooser already shows images. Furthermore additional types should be handled there and not in epiphany.
Comment 18 Michael Catanzaro 2018-02-27 18:52:47 UTC
In fact, it's no longer possible. We can't add preview widgets to native file choosers, which are needed for Flatpak support. The file chooser is no longer run by the epiphany process at all.