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 650806 - Better layout design / sizing and space usage for the importing file chooser's previewer widget
Better layout design / sizing and space usage for the importing file chooser'...
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal enhancement
: 2.0
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on: 586003 740569
Blocks:
 
 
Reported: 2011-05-22 17:22 UTC by Jean-François Fortin Tam
Modified: 2015-10-20 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2011-05-22 17:22:38 UTC
+++ This bug was initially created as a clone of Bug #586003 +++

When clicking "import", the file chooser now has a media previewer to make it easier for users to find what clip they want to import.

Currently, users can make the size of the preview widget bigger by clicking the zoom in/out buttons.

However, it would be more elegant and flexible if, instead of those buttons, the whole thing was inside a "hpaned" widget, and that whenever this widget is resized, the preview is resized to fit the available width.
Comment 1 Jean-François Fortin Tam 2014-11-23 04:06:50 UTC
So, AFAIK it's actually impossible to replace the zoom buttons by a draggable divider pane because in GTK we just call gtk_file_chooser_set_preview_widget() and let the child's width/size requests "force" the preview area to expand and contract as needed.

But generally speaking, that's not the biggest problem... the biggest problem for me is that the whole preview area shouldn't be in a "column" anyway, it should be in a "row", because our content is fundamentall widescreen and would be much more space-efficient if it was laid out horizontally below the file list, I think. So I filed bug #740569 in GTK about this. If someone implements that, or provides a significantly better (third) alternative, beer will be provided.
Comment 2 Thibault Saunier 2015-10-20 13:29:46 UTC
This bug has been migrated to https://phabricator.freedesktop.org/T2796.

Please use the Phabricator interface to report further bugs by creating a task and associating it with Project: Pitivi.

See http://wiki.pitivi.org/wiki/Bug_reporting for details.