[giggle] Added browse view page and some history view fixes



commit ec8f03716041738a2f54da15678d564d3f39f690
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date:   Sat Feb 6 16:13:20 2010 +0100

    Added browse view page and some history view fixes

 help/C/browse-view.page                            |   79 ++++++++++++++++++++
 help/C/figures/giggle-browse_view_sections.png     |  Bin 0 -> 136795 bytes
 ...ctions.png => giggle-history_view_sections.png} |  Bin 180679 -> 180679 bytes
 help/C/history-view.page                           |   10 +--
 4 files changed, 83 insertions(+), 6 deletions(-)
---
diff --git a/help/C/browse-view.page b/help/C/browse-view.page
new file mode 100644
index 0000000..0f5125a
--- /dev/null
+++ b/help/C/browse-view.page
@@ -0,0 +1,79 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="browse-view">
+  <info>
+    <link type="guide" xref="index#views"/>
+    <desc>
+      Viewing the contents of the repository
+    </desc>
+
+    <credit type="author">
+      <name>Å?ukasz JernaÅ?</name>
+      <email>deejay1 srem org</email>
+    </credit>
+
+<!--
+    <copyright>
+      <year>2010</year>
+      <name>GNOME Documentation Project</name>
+    </copyright>
+-->
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+  <title>Browse view</title>
+   <section id="overview">
+   <title>Overview</title>
+   <figure>
+    <desc>Giggle in Browse view mode</desc>
+    <media type="image" src="figures/giggle-browse_view_sections.png" alt="Giggle main window in Browse mode"/>
+   </figure>
+    <p><app>Giggle</app>'s browse view is set up in three main parts:</p>
+     <list type="numbered">
+       <item>
+        <p>Project tree</p>
+        <p>Displays all the files included in the current repository.</p>
+       </item>
+       <item>
+        <p>File preview</p>
+        <p>Displays the contents of the currently selected file according as of the selected revision.</p>
+       </item>
+       <item>
+        <p>History graph</p>
+        <p>Displays a visual representation of the currently selected file's history</p>
+       </item>
+     </list>
+    </section>
+    <section id="project_tree">
+    <title>About the Project tree</title>
+    <p>The Project tree is a powerful part of Giggle's interface, of course if you know about it. By default it doesn't display files hidden by <file>.gitignore</file>. You can change this behaviour by using the right-click context menu option <gui>Show all files</gui>. Files which are not part of your repository are greyed out.</p>
+    <p>The Project tree offers you the following:</p>
+     <list>
+       <item>
+        <p>Adding files to the repository.</p>
+        <p>By using the <gui>Add file to repository</gui> context menu option.</p>
+       </item>
+       <item>
+        <p>Adding/removing files to <file>.gitignore</file>.</p>
+        <p>By using the <gui>Add to .gitignore</gui> or <gui>Remove from .gitignore</gui> context menu options.</p>
+       </item>
+       <item>
+         <p>Editing files</p>
+       </item>
+       <item>
+         <p>Committing</p>
+       </item>
+       <item>
+         <p>Creating patches</p>
+         <p>When there are any unstaged changes in the file list, you can create a patch by using the <gui>Create patch</gui> context menu option.</p>
+       </item>
+     </list>
+
+    </section>
+<!-- FIXME: I don't really know what's going on in this section so somebody please fill in
+    <section id="file_preview">
+      <title>About the File preview</title>
+    </section>
+-->
+
+</page>
diff --git a/help/C/figures/giggle-browse_view_sections.png b/help/C/figures/giggle-browse_view_sections.png
new file mode 100644
index 0000000..075fa90
Binary files /dev/null and b/help/C/figures/giggle-browse_view_sections.png differ
diff --git a/help/C/figures/giggle-main_window_sections.png b/help/C/figures/giggle-history_view_sections.png
similarity index 100%
rename from help/C/figures/giggle-main_window_sections.png
rename to help/C/figures/giggle-history_view_sections.png
diff --git a/help/C/history-view.page b/help/C/history-view.page
index f8b0c1d..2be05ec 100644
--- a/help/C/history-view.page
+++ b/help/C/history-view.page
@@ -20,12 +20,12 @@
 -->
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
-
   <title>History view</title>
+  <section id="overview">
+   <title>Overview</title>
    <figure>
-    <title>History view set up</title>
     <desc>Giggle in History view mode</desc>
-    <media type="image" src="figures/giggle-main_window_sections.png"/>
+    <media type="image" src="figures/giggle-history_view_sections.png" alt="Giggle main window in History mode"/>
    </figure>
     <p><app>Giggle</app>'s history view is set up in three main parts: </p>
      <list type="numbered">
@@ -45,7 +45,5 @@
         </note>
        </item>
      </list>
-    
-    
-
+    </section>
 </page>



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