From 5e706476c65bb87b1c7e1159a82048067d400bcd Mon Sep 17 00:00:00 2001 From: Marco Gittler Date: Mon, 17 Mar 2008 22:51:25 +0000 Subject: [PATCH] added first icons for transition in trackview svn path=/branches/KDE4/; revision=2071 --- CMakeLists.txt | 3 +- icons/CMakeLists.txt | 2 + icons/kdenlive_trans_down.svg | 85 +++++++++++++++++++++++++++++++++++ icons/kdenlive_trans_up.svg | 85 +++++++++++++++++++++++++++++++++++ 4 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 icons/CMakeLists.txt create mode 100644 icons/kdenlive_trans_down.svg create mode 100644 icons/kdenlive_trans_up.svg diff --git a/CMakeLists.txt b/CMakeLists.txt index cc2e6c7c..5a1f9258 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,4 +19,5 @@ FIND_PACKAGE(LIBFFMPEG REQUIRED) add_subdirectory(src src/cmake_bindir) add_subdirectory(renderer renderer/cmake_bindir) add_subdirectory(effects ) -add_subdirectory(export ) \ No newline at end of file +add_subdirectory(export ) +add_subdirectory(icons ) \ No newline at end of file diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 00000000..70326282 --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,2 @@ +FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.svg*") +install( FILES ${files} DESTINATION ${ICON_INSTALL_DIR} ) \ No newline at end of file diff --git a/icons/kdenlive_trans_down.svg b/icons/kdenlive_trans_down.svg new file mode 100644 index 00000000..a0ceb8d4 --- /dev/null +++ b/icons/kdenlive_trans_down.svg @@ -0,0 +1,85 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/kdenlive_trans_up.svg b/icons/kdenlive_trans_up.svg new file mode 100644 index 00000000..c0b1ec54 --- /dev/null +++ b/icons/kdenlive_trans_up.svg @@ -0,0 +1,85 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + -- 2.39.2