Summary: | git master 2015-07-28 - unable to import multiple files with dates in their names. | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Evert Vorster <evorster> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kio/b684fa02ec7bd6b791682aaeb76398ce2cc87b03 | Version Fixed In: | |
Sentry Crash Report: |
Description
Evert Vorster
2015-07-28 08:34:03 UTC
I am able to import multiple files by selecting them in Dolphin and just dragging them into the Project Bin This is a KDE libs issue. The bug is caused by having a semi-colon (":") in the file names. A fix is being prepared, but this will require a KDE Frameworks update, nothing we can do on the Kdenlive side. However, I am leaving it open since the Folder opening stuff is interesting, will work on dropping a folder. Dropping a folder into Kdenlive's bin should work now if you want to test it. I can confirm that dragging a folder into the project bin from Dolphin works, now. I can even drag a folder from kdenlive's internal file open dialog on to the project bin, and that appears to work as well. I have not done too much testing on it. However, kdenlive still complains if a directory and some files are selected and then clicked on the OK button. If I just select a directory and then click on the OK button, the file add dialog just opens the folder, rather than load all the clips in the folder to the project bin. Can you point me to the bug report for the kdelibs issue on the filenames? This is a pretty silly limitation to have Hi there... Looking at this thing again. When a folder is highlighted, and the OK button clicked, the folder should be loaded, not opened. Funnily enough, as I was preparing a video to show this, I discovered another bug related to how we handle folders. Files automatically added to the project, also ends up in a folder. For instance, the file created by the capture ended up in one of the folders I dragged in, instead of the root of the Project Bin Video: http://youtu.be/ufTcrJXPTVk After looking in the bugtracker, seems like this issue was not reported. I created a patch proposal to fix the issue: https://git.reviewboard.kde.org/r/125051/ Git commit b684fa02ec7bd6b791682aaeb76398ce2cc87b03 by David Faure. Committed on 07/09/2015 at 07:47. Pushed by dfaure into branch 'master'. Fix path/URL confusion again in this code. Change-Id: I65d623220b295c8606fe375fb4659554dd50ac2d REVIEW: 125051 M +3 -5 src/filewidgets/kfilewidget.cpp http://commits.kde.org/kio/b684fa02ec7bd6b791682aaeb76398ce2cc87b03 |