From kde-commits Mon Dec 05 20:27:08 2016 From: Jean-Baptiste Mardelle Date: Mon, 05 Dec 2016 20:27:08 +0000 To: kde-commits Subject: [kdenlive/Applications/16.12] /: Downloadable Title templates and render profiles are back online, t Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=148096963619157 Git commit 26a7fafec6da88eaa8b87b05c21ace04d0e80659 by Jean-Baptiste Mardel= le. Committed on 05/12/2016 at 20:26. Pushed by mardelle into branch 'Applications/16.12'. Downloadable Title templates and render profiles are back online, thanks to= the KDE Store M +2 -1 data/kdenlive_renderprofiles.knsrc M +2 -1 data/kdenlive_titles.knsrc M +1 -1 src/mainwindow.cpp https://commits.kde.org/kdenlive/26a7fafec6da88eaa8b87b05c21ace04d0e80659 diff --git a/data/kdenlive_renderprofiles.knsrc b/data/kdenlive_renderprofi= les.knsrc index b893e729b..1a02403c8 100644 --- a/data/kdenlive_renderprofiles.knsrc +++ b/data/kdenlive_renderprofiles.knsrc @@ -4,6 +4,7 @@ TargetDir=3Dkdenlive/export Uncompress=3Darchive = [KNewStuff3] -ProvidersUrl=3Dhttps://kdenlive.org/data/rendersources.xml +ProvidersUrl=3Dhttp://download.kde.org/ocs/providers.xml +Categories=3DKdenlive Profile TargetDir=3Dkdenlive/export Uncompress=3Darchive diff --git a/data/kdenlive_titles.knsrc b/data/kdenlive_titles.knsrc index 575ca0e4f..22405a532 100644 --- a/data/kdenlive_titles.knsrc +++ b/data/kdenlive_titles.knsrc @@ -4,6 +4,7 @@ TargetDir=3Dkdenlive/titles Uncompress=3Darchive = [KNewStuff3] -ProvidersUrl=3Dhttps://kdenlive.org/data/titletemplates.xml +ProvidersUrl=3Dhttp://download.kde.org/ocs/providers.xml +Categories=3DKdenlive Template TargetDir=3Dkdenlive/titles Uncompress=3Darchive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b6026065a..bcbca7fcb 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1219,7 +1219,7 @@ void MainWindow::setupActions() = KNS3::standardAction(i18n("Download New Wipes..."), this, S= LOT(slotGetNewLumaStuff()), actionCollection(), "get_new_lumas"); KNS3::standardAction(i18n("Download New Render Profiles..."), this, S= LOT(slotGetNewRenderStuff()), actionCollection(), "get_new_profiles"); - KNS3::standardAction(i18n("Download New Project Profiles..."), this, S= LOT(slotGetNewMltProfileStuff()), actionCollection(), "get_new_mlt_profiles= "); + //KNS3::standardAction(i18n("Download New Project Profiles..."), this,= SLOT(slotGetNewMltProfileStuff()), actionCollection(), "get_new_mlt_profil= es"); KNS3::standardAction(i18n("Download New Title Templates..."), this, S= LOT(slotGetNewTitleStuff()), actionCollection(), "get_new_titles"); = addAction(QStringLiteral("run_wizard"), i18n("Run Config Wizard"), thi= s, SLOT(slotRunWizard()), KoIconUtils::themedIcon(QStringLiteral("tools-wiz= ard")));