GNOME Bugzilla – Bug 334321
Should be possible move the collection in EOG
Last modified: 2007-02-27 20:12:59 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.
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?
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.