Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
26a7fafe
Commit
26a7fafe
authored
Dec 05, 2016
by
Jean-Baptiste Mardelle
Browse files
Downloadable Title templates and render profiles are back online, thanks to the KDE Store
parent
07702138
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/kdenlive_renderprofiles.knsrc
View file @
26a7fafe
...
...
@@ -4,6 +4,7 @@ TargetDir=kdenlive/export
Uncompress=archive
[KNewStuff3]
ProvidersUrl=https://kdenlive.org/data/rendersources.xml
ProvidersUrl=http://download.kde.org/ocs/providers.xml
Categories=Kdenlive Profile
TargetDir=kdenlive/export
Uncompress=archive
data/kdenlive_titles.knsrc
View file @
26a7fafe
...
...
@@ -4,6 +4,7 @@ TargetDir=kdenlive/titles
Uncompress=archive
[KNewStuff3]
ProvidersUrl=https://kdenlive.org/data/titletemplates.xml
ProvidersUrl=http://download.kde.org/ocs/providers.xml
Categories=Kdenlive Template
TargetDir=kdenlive/titles
Uncompress=archive
src/mainwindow.cpp
View file @
26a7fafe
...
...
@@ -1219,7 +1219,7 @@ void MainWindow::setupActions()
KNS3
::
standardAction
(
i18n
(
"Download New Wipes..."
),
this
,
SLOT
(
slotGetNewLumaStuff
()),
actionCollection
(),
"get_new_lumas"
);
KNS3
::
standardAction
(
i18n
(
"Download New Render Profiles..."
),
this
,
SLOT
(
slotGetNewRenderStuff
()),
actionCollection
(),
"get_new_profiles"
);
KNS3
::
standardAction
(
i18n
(
"Download New Project Profiles..."
),
this
,
SLOT
(
slotGetNewMltProfileStuff
()),
actionCollection
(),
"get_new_mlt_profiles"
);
//
KNS3::standardAction(i18n("Download New Project Profiles..."), this, SLOT(slotGetNewMltProfileStuff()), actionCollection(), "get_new_mlt_profiles");
KNS3
::
standardAction
(
i18n
(
"Download New Title Templates..."
),
this
,
SLOT
(
slotGetNewTitleStuff
()),
actionCollection
(),
"get_new_titles"
);
addAction
(
QStringLiteral
(
"run_wizard"
),
i18n
(
"Run Config Wizard"
),
this
,
SLOT
(
slotRunWizard
()),
KoIconUtils
::
themedIcon
(
QStringLiteral
(
"tools-wizard"
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment