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 353861 - Don't close filechooser dialog box immediatly
Don't close filechooser dialog box immediatly
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.10.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-01 16:27 UTC by Edward Hervey
Modified: 2006-09-06 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2006-09-01 16:27:04 UTC
Allow user to double-click/choose several files without automatically closing the filechooser dialogbox.

From wiki.pitivi.org:

Multiple source importing

A feature lacked by most programs. Users probably want to import several clips or even entire folders.

    * bilboed : you can already do this partially. Just drag several files into the source list. Behaviour for (sub)folders still needs to be implemented : http://bugzilla.gnome.org/show_bug.cgi?id=352400
    * lukus001: I was thinking more on the lines of: File > import sources and being able to click several files in one session instead of repeated sessions. However I didn't know about the drag and drop functionality with the main window *must make sure to document in manual* :)
Comment 1 Edward Hervey 2006-09-06 16:29:58 UTC
2006-09-06  Edward Hervey  <edward@fluendo.com>

        * pitivi/ui/sourcefactories.py:
        Don't close filechooser dialog when adding a file. Instead provide
        both a [ADD] and a [CLOSE] button for the dialogbox.
        Closes #353861