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 334321 - Should be possible move the collection in EOG
Should be possible move the collection in EOG
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: collection
2.14.x
Other All
: Normal enhancement
: ---
Assigned To: Lucas Rocha
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-12 14:34 UTC by Aldo "Xoen" Giambelluca
Modified: 2007-02-27 20:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Aldo "Xoen" Giambelluca 2006-03-12 14:34:31 UTC
I'm using EOG 2.13.92 and today I've tryed to show the list of the images on
left and not on bottom as default, I've tryed but I've seen isn't possible.

This seems to be stupid but I think can be comfortable (especially on wide
display) see the thumbs on left/right and the big image on "center".

Other information:
Can be done? I've tried to drag the list on bottom for instinct, maybe this is
the good way of make it possible. Of course EOG needs also a menu/preference
option for this thing.
Comment 1 Teppo Turtiainen 2006-03-19 09:10:57 UTC
Confirming because this makes sense to me. How about even having a side pane like Evince and a combobox to select between image collection and image information?
Comment 2 Lucas Rocha 2007-02-27 20:12:59 UTC
Commited in eog-ng branch. It doesn't have a UI to set the position. For now, we'll just have hidden gconf keys for doing that. Maybe in the future we'll add this to the preferences dialog if we find a user-friendly way for doing so. 

Closing report as there are no plans to implement this in trunk. Thanks!

2007-02-27  Lucas Rocha  <lucasr@gnome.org>

        Added support for placing the collection on top/bottom/right/left
        sides of the window. Also, the collection pane can be resizable or
        not. Fixes bug #334321.

        * src/eog-thumb-nav.[ch] (eog_thumb_nav_set_mode): added mode for 
        multiple columns.
        * src/eog-window.c (eog_window_init,
        eog_window_collection_mode_changed_cb, eog_window_construct_ui): keep
        track of changes in GConf keys related to collection pane layout and
        change the UI accordingly.
        * data/eog.schema.in, src/eog-config-keys.c: added GConf keys to
        define collection pane position and whether it's resizable.
        * src/Makefile.am: removed unused constants.