Bug 360177

Summary: git master 2016-03-07 - Proxy clips not deleted by project
Product: [Applications] kdenlive Reporter: Evert Vorster <evorster>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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