[pitivi] help: Create a new page in the user manual to explain grouping



commit f7d182fecb56f2d245fd0a87766a7204374eaa27
Author: Tomas Karger <tomkarger gmail com>
Date:   Thu Dec 19 09:50:38 2013 +0100

    help: Create a new page in the user manual to explain grouping

 help/C/grouping.page |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am     |    1 +
 2 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/help/C/grouping.page b/help/C/grouping.page
new file mode 100644
index 0000000..d79e8f2
--- /dev/null
+++ b/help/C/grouping.page
@@ -0,0 +1,47 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="topic"
+      id="grouping">
+
+  <info>
+    <link type="guide" xref="index#timeline"/>
+    <revision pkgversion="0.92" version="0.1" date="2013-12-19" status="complete"/>
+    <credit type="author">
+      <name>Tomáš Karger</name>
+      <email>tomkarger gmail com</email>
+    </credit>
+    <credit type="contributor">
+      <name>Jean-François Fortin Tam</name>
+      <email>nekohayo gmail com</email>
+    </credit>
+    <desc>
+      Grouping and ungrouping clips in timeline.
+    </desc>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+    <title>Grouping and ungrouping clips</title>
+        <p>The grouping and ungrouping functions are useful when you want to add or separate audio tracks 
from video clips, or when you want to create a block of clips that you can select, edit and move all at 
once.</p>
+
+      <section>
+      <title>Grouping clips in timeline</title>
+        <list>
+        <item><p>Select multiple clips in the timeline (see the <link xref="makeselections">Selecting 
multiple items</link> section for more detailed instructions).</p></item>
+        <item><p>Click the <gui>Group clips</gui> button on the timeline toolbar.</p></item>
+        </list>
+        <p>You can now select, edit and move the clips all at once.</p>
+      </section>
+
+      <section>
+      <title>Ungrouping clips in timeline</title>
+        <list>
+        <item><p>Select a group of clips in the timeline.</p></item>
+        <item><p>Click the <gui>Ungroup clips</gui> button on the timeline toolbar.</p></item>
+        </list>
+        <p>You can now select, edit and move the clips independently.</p>
+      </section>
+
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 48a2c3b..aee9e9a 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -28,6 +28,7 @@ HELP_FILES = \
     effects.page \
     effectsanimation.page \
     fadeinfadeout.page \
+    grouping.page \
     gstreamer.page \
     importingmpegts.page \
     importing.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]