Skip to content

Commit

Permalink
moving files (might be refined later)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent PINON committed Jun 30, 2014
1 parent 5fcf17f commit 5a7add2
Show file tree
Hide file tree
Showing 516 changed files with 510 additions and 774 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,11 @@ set(MLT_PREFIX ${MLT_ROOT_DIR})

add_subdirectory(data)
macro_optional_add_subdirectory(doc)
add_subdirectory(effects)
add_subdirectory(export)
add_subdirectory(icons)
add_subdirectory(lumas)
add_subdirectory(man)
add_subdirectory(plugins)
macro_optional_add_subdirectory(po)
add_subdirectory(renderer)
add_subdirectory(src)
add_subdirectory(thumbnailer)
add_subdirectory(titles)
#add_subdirectory(testingArea)

macro_display_feature_log()
Expand Down
42 changes: 38 additions & 4 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
install(FILES banner.png timeline_nothumbs.png timeline_athumbs.png timeline_vthumbs.png timeline_avthumbs.png metadata.properties blacklisted_effects.txt blacklisted_transitions.txt encodingprofiles.rc meta_ffmpeg.png meta_libav.png meta_magiclantern.png DESTINATION ${DATA_INSTALL_DIR}/kdenlive )
install( FILES kdenliveeffectscategory.rc DESTINATION ${CONFIG_INSTALL_DIR} )
install (FILES kdenlive.xpm DESTINATION share/pixmaps)
install (FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive)
add_subdirectory(effects)
add_subdirectory(icons)
add_subdirectory(lumas)
add_subdirectory(man)
add_subdirectory(titles)
install(FILES
banner.png
blacklisted_effects.txt
blacklisted_transitions.txt
encodingprofiles.rc
kdenliveui.rc
kdenlive.notifyrc
metadata.properties
meta_ffmpeg.png
meta_libav.png
meta_magiclantern.png
timeline_athumbs.png
timeline_avthumbs.png
timeline_nothumbs.png
timeline_vthumbs.png
DESTINATION ${DATA_INSTALL_DIR}/kdenlive)
install(FILES profiles.xml DESTINATION ${DATA_INSTALL_DIR}/kdenlive/export)
install(FILES
kdenliveeffectscategory.rc
kdenlive_projectprofiles.knsrc
kdenlive_renderprofiles.knsrc
kdenlive_titles.knsrc
kdenlive_wipes.knsrc
kdenlivetranscodingrc
DESTINATION ${CONFIG_INSTALL_DIR})
install(FILES kdenlive.xpm DESTINATION share/pixmaps)
install(FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive)
install(FILES kdenlive.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

find_package(SharedMimeInfo REQUIRED)
install(FILES kdenlive.xml westley.xml DESTINATION ${XDG_MIME_INSTALL_DIR})
update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions data/effects/movit_blur.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE kpartgui>
<effect tag="movit.blur" id="movit.blur">
<name>Movit: Blur</name>
<description>Blur</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="radius" default="150" min="0" max="1000" factor="10">
<name>Radius</name>
</parameter>
</effect>
21 changes: 21 additions & 0 deletions data/effects/movit_deconvolution_sharpen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE kpartgui>
<effect tag="movit.sharpen" id="movit.sharpen">
<name>Movit: Deconvolution sharpen</name>
<description>Sharpens in a more intelligent way</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="matrix_size" default="5" min="1" max="10" factor="1">
<name>Matrix size</name>
</parameter>
<parameter type="simplekeyframe" name="circle_radius" default="200" min="0" max="1000" factor="100">
<name>Circle radius</name>
</parameter>
<parameter type="simplekeyframe" name="gaussian_radius" default="0" min="0" max="1000" factor="100">
<name>Gaussian radius</name>
</parameter>
<parameter type="simplekeyframe" name="correlation" default="950" min="0" max="1000" factor="1000">
<name>Correlation</name>
</parameter>
<parameter type="simplekeyframe" name="noise" default="10" min="0" max="1000" factor="1000">
<name>Noise</name>
</parameter>
</effect>
12 changes: 12 additions & 0 deletions data/effects/movit_diffusion.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE kpartgui>
<effect tag="movit.diffusion" id="movit.diffusion">
<name>Movit: Diffusion</name>
<description>Diffusion</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="radius" default="150" min="0" max="1000" factor="10">
<name>Radius</name>
</parameter>
<parameter type="simplekeyframe" name="mix" default="30" min="0" max="1000" factor="100">
<name>Mix amount</name>
</parameter>
</effect>
15 changes: 15 additions & 0 deletions data/effects/movit_glow.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE kpartgui>
<effect tag="movit.glow" id="movit.glow">
<name>Movit: Glow</name>
<description>Glow</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="radius" default="200" min="0" max="1000" factor="10">
<name>Radius</name>
</parameter>
<parameter type="simplekeyframe" name="blur_mix" default="100" min="0" max="1000" factor="100">
<name>Glow strength</name>
</parameter>
<parameter type="simplekeyframe" name="highlight_cutoff" default="20" min="0" max="100" factor="100">
<name>Highlight cutoff threshold</name>
</parameter>
</effect>
33 changes: 33 additions & 0 deletions data/effects/movit_lift_gamma_gain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE kpartgui>
<effect tag="movit.lift_gamma_gain" id="movit.lift_gamma_gain">
<name>Movit: Lift/gamma/gain</name>
<description>Do simple color grading</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="lift_r" default="0" min="0" max="500" factor="100">
<name>Lift: Red</name>
</parameter>
<parameter type="simplekeyframe" name="lift_g" default="0" min="0" max="500" factor="100">
<name>Lift: Green</name>
</parameter>
<parameter type="simplekeyframe" name="lift_b" default="0" min="0" max="500" factor="100">
<name>Lift: Blue</name>
</parameter>
<parameter type="simplekeyframe" name="gamma_r" default="100" min="0" max="500" factor="100">
<name>Gamma: Red</name>
</parameter>
<parameter type="simplekeyframe" name="gamma_g" default="100" min="0" max="500" factor="100">
<name>Gamma: Green</name>
</parameter>
<parameter type="simplekeyframe" name="gamma_b" default="100" min="0" max="500" factor="100">
<name>Gamma: Blue</name>
</parameter>
<parameter type="simplekeyframe" name="gain_r" default="100" min="0" max="500" factor="100">
<name>Gain: Red</name>
</parameter>
<parameter type="simplekeyframe" name="gain_g" default="100" min="0" max="500" factor="100">
<name>Gain: Green</name>
</parameter>
<parameter type="simplekeyframe" name="gain_b" default="100" min="0" max="500" factor="100">
<name>Gain: Blue</name>
</parameter>
</effect>
33 changes: 33 additions & 0 deletions data/effects/movit_lift_gamma_gain2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE kpartgui>
<effect tag="movit.lift_gamma_gain" id="movit.lift_gamma_gain2">
<name>Movit: Lift/gamma/gain (colors)</name>
<description>Do simple color grading</description>
<author>Steinar H. Gunderson</author>
<parameter type="double" name="lift_r" default="0" min="0" max="500" factor="100">
<name>Lift: Red</name>
</parameter>
<parameter type="double" name="lift_g" default="0" min="0" max="500" factor="100">
<name>Lift: Green</name>
</parameter>
<parameter type="double" name="lift_b" default="0" min="0" max="500" factor="100">
<name>Lift: Blue</name>
</parameter>
<parameter type="double" name="gamma_r" default="100" min="0" max="500" factor="100">
<name>Gamma: Red</name>
</parameter>
<parameter type="double" name="gamma_g" default="100" min="0" max="500" factor="100">
<name>Gamma: Green</name>
</parameter>
<parameter type="double" name="gamma_b" default="100" min="0" max="500" factor="100">
<name>Gamma: Blue</name>
</parameter>
<parameter type="double" name="gain_r" default="100" min="0" max="500" factor="100">
<name>Gain: Red</name>
</parameter>
<parameter type="double" name="gain_g" default="100" min="0" max="500" factor="100">
<name>Gain: Green</name>
</parameter>
<parameter type="double" name="gain_b" default="100" min="0" max="500" factor="100">
<name>Gain: Blue</name>
</parameter>
</effect>
6 changes: 6 additions & 0 deletions data/effects/movit_mirror.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE kpartgui>
<effect tag="movit.mirror" id="movit.mirror">
<name>Movit: Mirror</name>
<description>Flips the image horizontally</description>
<author>Steinar H. Gunderson</author>
</effect>
9 changes: 9 additions & 0 deletions data/effects/movit_opacity.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE kpartgui>
<effect tag="movit.opacity" id="movit.opacity">
<name>Movit: Opacity</name>
<description>Change the opacity of the image</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="opacity" default="100" min="0" max="200" factor="100">
<name>Opacity</name>
</parameter>
</effect>
9 changes: 9 additions & 0 deletions data/effects/movit_saturation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE kpartgui>
<effect tag="movit.saturation" id="movit.saturation">
<name>Movit: Saturation</name>
<description>Saturate or desaturate the image</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="saturation" default="100" min="0" max="1000" factor="100">
<name>Saturation</name>
</parameter>
</effect>
12 changes: 12 additions & 0 deletions data/effects/movit_unsharp_mask.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE kpartgui>
<effect tag="movit.unsharp_mask" id="movit.unsharp_mask">
<name>Movit: Unsharp mask</name>
<description>Sharpens the image by subtracting a blurred copy</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="radius" default="150" min="0" max="1000" factor="10">
<name>Radius</name>
</parameter>
<parameter type="simplekeyframe" name="radius" default="50" min="0" max="1000" factor="100">
<name>Amount</name>
</parameter>
</effect>
12 changes: 12 additions & 0 deletions data/effects/movit_vignette.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE kpartgui>
<effect tag="movit.vignette" id="movit.vignette">
<name>Movit: Vignette</name>
<description>Vignette</description>
<author>Steinar H. Gunderson</author>
<parameter type="simplekeyframe" name="radius" default="300" min="0" max="1000" factor="1000">
<name>Radius</name>
</parameter>
<parameter type="simplekeyframe" name="inner_radius" default="300" min="0" max="1000" factor="1000">
<name>Inner radius</name>
</parameter>
</effect>
15 changes: 15 additions & 0 deletions data/effects/movit_white_balance.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE kpartgui>
<group>
<effect tag="movit.white_balance" id="movit.white_balance">
<name>Movit: White balance</name>
<description>Adjust the white balance / color temperature</description>
<author>Steinar H. Gunderson</author>
<parameter type="color" name="neutral_color" default="0xffffffff">
<name>Neutral Color</name>
</parameter>
<parameter type="simplekeyframe" name="color_temperature" default="6500" min="1500" max="15000" factor="1">
<name>Color Temperature</name>
</parameter>
</effect>
</group>

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Loading

0 comments on commit 5a7add2

Please sign in to comment.