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 352400 - [importing] Allow importing (sub)folders
[importing] Allow importing (sub)folders
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-08-22 14:31 UTC by Edward Hervey
Modified: 2006-11-26 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch for recursive folder importing in Pitivi (7.93 KB, patch)
2006-11-24 17:47 UTC, Laszlo Pandy
committed Details | Review

Description Edward Hervey 2006-08-22 14:31:10 UTC
Currently it isn't possible to import folders or their contents.
Comment 1 Laszlo Pandy 2006-11-24 17:47:53 UTC
Created attachment 77103 [details] [review]
Proposed patch for recursive folder importing in Pitivi

Everything works except I'm not sure if the disappearing and reappearing button is the best solution. I also takes up too much room and overlaps with other GUI elements, but at least its a start.
Comment 2 Edward Hervey 2006-11-26 13:23:42 UTC
Thanks for the patch, I cleaned it up and it's now in cvs.

2006-11-26  Laszlo Pandy <laszlok2@gmail.com>

        reviewed by: Edward Hervey  <edward@fluendo.com>

        * pitivi/ui/actions.xml:
        * pitivi/ui/mainwindow.py:
        * pitivi/ui/sourcefactories.py:
        Added new option for recursively importing sources from folders.
        Don't automatically display the error dialog box, instead show a
        warning button which the user can click on. This makes the whole process
        less obstrusive.
        Added proper credits to About dialog box.