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
140cb8be
Commit
140cb8be
authored
Oct 03, 2022
by
Yuri Chornoivan
Browse files
Fix minor typos
parent
b98c2355
Pipeline
#240936
passed with stage
in 5 minutes and 3 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.h
View file @
140cb8be
...
...
@@ -367,7 +367,7 @@ signals:
void
loadingMessageUpdated
(
const
QString
&
,
int
progress
=
0
,
int
max
=
-
1
);
/** @brief Opening finished, close splash screen */
void
closeSplash
();
/** @brief Trigger an update of the
the
speech models list */
/** @brief Trigger an update of the speech models list */
void
voskModelUpdate
(
const
QStringList
models
);
/** @brief Update current effect zone */
void
updateEffectZone
(
const
QPoint
p
,
bool
withUndo
);
...
...
src/docktitlebarmanager.h
View file @
140cb8be
...
...
@@ -36,6 +36,6 @@ private slots:
void
slotUpdateDockLocation
(
Qt
::
DockWidgetArea
dockLocationArea
);
/** @brief Set the global visible state of the DockWidget title bars and update them afterwards */
void
slotShowTitleBars
(
bool
show
);
/** @brief Toggles the
the
global visible state of the DockWidget title bars */
/** @brief Toggles the global visible state of the DockWidget title bars */
void
slotSwitchTitleBars
();
};
src/timeline2/view/qmltypes/thumbnailprovider.cpp
View file @
140cb8be
...
...
@@ -36,7 +36,7 @@ QImage ThumbnailProvider::requestImage(const QString &id, QSize *size, const QSi
if
(
binClip
)
{
int
duration
=
binClip
->
frameDuration
();
if
(
frameNumber
>
duration
)
{
// for endless loopable clips, we rewrite the
the
position
// for endless loopable clips, we rewrite the position
frameNumber
=
frameNumber
-
((
frameNumber
/
duration
)
*
duration
);
}
result
=
ThumbnailCache
::
get
()
->
getThumbnail
(
binClip
->
hashForThumbs
(),
binId
,
frameNumber
);
...
...
src/ui/configproject_ui.ui
View file @
140cb8be
...
...
@@ -17,7 +17,7 @@
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"KMessageWidget"
name=
"kmessagewidget"
>
<property
name=
"text"
>
<string>
These are the
the
default settings for new projects. To edit the parameters of the current project, use the project settings.
</string>
<string>
These are the default settings for new projects. To edit the parameters of the current project, use the project settings.
</string>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
...
...
src/ui/configproxy_ui.ui
View file @
140cb8be
...
...
@@ -6,7 +6,7 @@
<item>
<widget
class=
"KMessageWidget"
name=
"kmessagewidget"
>
<property
name=
"text"
>
<string>
These are the
the
default settings for new projects. To edit the parameters of the current project, use the project settings.
</string>
<string>
These are the default settings for new projects. To edit the parameters of the current project, use the project settings.
</string>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
...
...
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