Bug 360177 - git master 2016-03-07 - Proxy clips not deleted by project
Summary: git master 2016-03-07 - Proxy clips not deleted by project
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Other
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-06 23:47 UTC by Evert Vorster
Modified: 2016-03-08 01:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2016-03-06 23:47:17 UTC
When deleting proxy clips, there is no option to just delete the proxy clips for one project. 
If you have many different projects working concurrently, this is painful. 


Reproducible: Always

Steps to Reproduce:
1.Select project settings. 
2. Click on project Files tab.
3. Notice that the Delete Proxies deletes ALL proxies, not only the ones associated with the project,

Actual Results:  
All proxies are deleted. 

Expected Results:  
Expected to have an option to just delete the proxies that are associated with current project
Comment 1 Jean-Baptiste Mardelle 2016-03-07 21:24:37 UTC
Git commit 908736d6516c3ccae61bbb3816a3e624142afc77 by Jean-Baptiste Mardelle.
Committed on 07/03/2016 at 21:24.
Pushed by mardelle into branch 'master'.

Project Settings: delete thumbs and proxies by project only

M  +2    -2    src/effectstack/parametercontainer.cpp
M  +26   -0    src/mltcontroller/bincontroller.cpp
M  +18   -6    src/mltcontroller/bincontroller.h
M  +5    -1    src/mltcontroller/clipcontroller.cpp
M  +3    -0    src/mltcontroller/producerqueue.cpp
M  +45   -24   src/project/dialogs/projectsettings.cpp
M  +4    -0    src/project/dialogs/projectsettings.h
M  +3    -1    src/renderer.cpp

http://commits.kde.org/kdenlive/908736d6516c3ccae61bbb3816a3e624142afc77
Comment 2 Evert Vorster 2016-03-08 01:29:08 UTC
Fixed, thanks