Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Farid Abdelnour
kdenlive
Commits
c1f18506
Commit
c1f18506
authored
Jun 07, 2012
by
Simon Eugster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Timeout effect added
parent
1d1760bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
effects/CMakeLists.txt
effects/CMakeLists.txt
+1
-0
effects/frei0r_timeout.xml
effects/frei0r_timeout.xml
+16
-0
No files found.
effects/CMakeLists.txt
View file @
c1f18506
...
...
@@ -90,6 +90,7 @@ frei0r_tehroxx0r.xml
frei0r_three_point_balance.xml
frei0r_threelay0r.xml
frei0r_threshold0r.xml
frei0r_timeout.xml
frei0r_tint0r.xml
frei0r_twolay0r.xml
frei0r_vectorscope.xml
...
...
effects/frei0r_timeout.xml
0 → 100644
View file @
c1f18506
<!DOCTYPE kpartgui>
<group>
<effect
tag=
"frei0r.timeout"
id=
"frei0r.timeout"
>
<name>
Timeout indicator
</name>
<author>
Simon A. Eugster (Granjow)
</author>
<parameter
type=
"color"
name=
"color"
default=
"0x6893C8"
>
<name>
Indicator color
</name>
</parameter>
<parameter
type=
"simplekeyframe"
name=
"time"
default=
"0"
min=
"0"
max=
"1000"
factor=
"1000"
>
<name>
Time
</name>
</parameter>
<parameter
type=
"simplekeyframe"
name=
"transparency"
default=
"0"
min=
"0"
max=
"1000"
factor=
"1000"
>
<name>
Transparency
</name>
</parameter>
</effect>
</group>
Write
Preview
Markdown
is supported
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