Skip to content
GitLab
Menu
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
013649ec
Commit
013649ec
authored
Jan 29, 2021
by
Jean-Baptiste Mardelle
Browse files
Switch to updated subtitle icon - should be working now
parent
a1fd3fd7
Pipeline
#49020
passed with stage
in 10 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/icons/CMakeLists.txt
View file @
013649ec
...
...
@@ -86,7 +86,7 @@ ecm_install_icons(ICONS
sc-actions-kdenlive-zone-start.svgz
sc-actions-kdenlive-zoom-large.svgz
sc-actions-kdenlive-zoom-small.svgz
sc-actions-
kdenlive-
add-subtitle.svg
sc-actions-add-subtitle.svg
sc-mimetypes-application-x-kdenlive.svgz
sc-mimetypes-application-x-kdenlivetitle.svgz
sc-mimetypes-video-mlt-playlist.svgz
...
...
data/icons/sc-actions-
kdenlive-
add-subtitle.svg
→
data/icons/sc-actions-add-subtitle.svg
View file @
013649ec
<svg
xmlns=
"http://www.w3.org/2000/svg"
id=
"svg17"
viewBox=
"0 0 22 22"
height=
"22"
width=
"22"
><defs
id=
"defs3051"
><style
id=
"current-color-scheme"
>
.ColorScheme-Text{color:#232629}
</style></defs><g
id=
"g15"
class=
"ColorScheme-Text"
fill=
"currentColor"
><g
id=
"g13"
class=
"ColorScheme-Text"
><path
id=
"path5490-6-3-0-1-7"
class=
"ColorScheme-Text"
d=
"M2.99 5.018v11.964h16.02V5.018zm1.336 1h13.348v9.99H4.326z"
color=
"currentColor"
stroke-width=
".324"
/><g
id=
"g11"
class=
"ColorScheme-Text"
><g
id=
"g9"
class=
"ColorScheme-Text"
color=
"currentColor"
><path
id=
"path5"
class=
"ColorScheme-Text"
d=
"M5.506 9.906v1.558h10.988V9.906zm0 3.115v1.56H11v-1.56z"
stroke-width=
".687"
/><path
id=
"path7"
class=
"ColorScheme-Text"
d=
"M12.997 13.02v1.56h3.497v-1.56z"
stroke-width=
".548"
/></g></g></g></g></svg>
\ No newline at end of file
<svg
xmlns=
"http://www.w3.org/2000/svg"
id=
"svg17"
viewBox=
"0 0 22 22"
height=
"22"
width=
"22"
><defs
id=
"defs3051"
><style
id=
"current-color-scheme"
>
.ColorScheme-Text{color:#232629}
</style></defs><g
id=
"g15"
class=
"ColorScheme-Text"
fill=
"currentColor"
><g
id=
"g13"
class=
"ColorScheme-Text"
><path
id=
"path5490-6-3-0-1-7"
class=
"ColorScheme-Text"
d=
"M2.99 5.018v11.964h16.02V5.018zm1.336 1h13.348v9.99H4.326z"
color=
"currentColor"
stroke-width=
".324"
/><g
id=
"g11"
class=
"ColorScheme-Text"
><g
id=
"g9"
class=
"ColorScheme-Text"
color=
"currentColor"
><path
id=
"path5"
class=
"ColorScheme-Text"
d=
"M5.506 9.906v1.558h10.988V9.906zm0 3.115v1.56H11v-1.56z"
stroke-width=
".687"
/><path
id=
"path7"
class=
"ColorScheme-Text"
d=
"M12.997 13.02v1.56h3.497v-1.56z"
stroke-width=
".548"
/></g></g></g></g></svg>
src/mainwindow.cpp
View file @
013649ec
...
...
@@ -1734,7 +1734,7 @@ void MainWindow::setupActions()
addAction
(
QStringLiteral
(
"edit_guide"
),
i18n
(
"Edit Guide"
),
this
,
SLOT
(
slotEditGuide
()),
QIcon
::
fromTheme
(
QStringLiteral
(
"document-properties"
)));
addAction
(
QStringLiteral
(
"delete_all_guides"
),
i18n
(
"Delete All Guides"
),
this
,
SLOT
(
slotDeleteAllGuides
()),
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-delete"
)));
addAction
(
QStringLiteral
(
"add_subtitle"
),
i18n
(
"Add Subtitle"
),
this
,
SLOT
(
slotAddSubtitle
()),
QIcon
::
fromTheme
(
QStringLiteral
(
"
list-add
"
)),
Qt
::
SHIFT
+
Qt
::
Key_S
);
addAction
(
QStringLiteral
(
"add_subtitle"
),
i18n
(
"Add Subtitle"
),
this
,
SLOT
(
slotAddSubtitle
()),
QIcon
::
fromTheme
(
QStringLiteral
(
"
add-subtitle
"
)),
Qt
::
SHIFT
+
Qt
::
Key_S
);
addAction
(
QStringLiteral
(
"disable_subtitle"
),
i18n
(
"Disable Subtitle"
),
this
,
SLOT
(
slotDisableSubtitle
()),
QIcon
::
fromTheme
(
QStringLiteral
(
"view-hidden"
)));
addAction
(
QStringLiteral
(
"lock_subtitle"
),
i18n
(
"Lock Subtitle"
),
this
,
SLOT
(
slotLockSubtitle
()),
QIcon
::
fromTheme
(
QStringLiteral
(
"kdenlive-lock"
)));
...
...
Jean-Baptiste Mardelle
@mardelle
mentioned in issue
#794
·
Jan 29, 2021
mentioned in issue
#794
mentioned in issue #794
Toggle commit list
Julius Künzel
@jlskuz
mentioned in merge request
!175 (merged)
·
Feb 14, 2021
mentioned in merge request
!175 (merged)
mentioned in merge request !175
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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