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
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
Fixed, thanks