[gnome-builder] appdata: update appdata screenshots and prose



commit 832ec936d22bb1f6be2ad302e91b8aebb73f0c19
Author: Christian Hergert <christian hergert me>
Date:   Mon Apr 13 21:30:41 2015 -0700

    appdata: update appdata screenshots and prose

 data/appdata/global-search.png     |  Bin 0 -> 208424 bytes
 data/appdata/gnome-builder.png     |  Bin 0 -> 339126 bytes
 data/appdata/project-tree.png      |  Bin 0 -> 202108 bytes
 data/appdata/split-view.png        |  Bin 0 -> 377360 bytes
 data/gnome-builder.png             |  Bin 185308 -> 0 bytes
 data/html-preview.png              |  Bin 240445 -> 0 bytes
 data/org.gnome.Builder.appdata.xml |   28 +++++++++++++++++++---------
 7 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/data/appdata/global-search.png b/data/appdata/global-search.png
new file mode 100644
index 0000000..6fa14d6
Binary files /dev/null and b/data/appdata/global-search.png differ
diff --git a/data/appdata/gnome-builder.png b/data/appdata/gnome-builder.png
new file mode 100644
index 0000000..6e72ebe
Binary files /dev/null and b/data/appdata/gnome-builder.png differ
diff --git a/data/appdata/project-tree.png b/data/appdata/project-tree.png
new file mode 100644
index 0000000..a6beb9b
Binary files /dev/null and b/data/appdata/project-tree.png differ
diff --git a/data/appdata/split-view.png b/data/appdata/split-view.png
new file mode 100644
index 0000000..9641dbd
Binary files /dev/null and b/data/appdata/split-view.png differ
diff --git a/data/org.gnome.Builder.appdata.xml b/data/org.gnome.Builder.appdata.xml
index b6c828a..d44ccca 100644
--- a/data/org.gnome.Builder.appdata.xml
+++ b/data/org.gnome.Builder.appdata.xml
@@ -5,7 +5,7 @@
   <metadata_license>CC0</metadata_license>
   <project_license>GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.0+ and MIT</project_license>
   <name>Builder</name>
-  <summary>IDE for GNOME</summary>
+  <summary>An IDE for GNOME</summary>
 
   <description>
     <p>
@@ -16,10 +16,12 @@
     </p>
     <p>Features:</p>
     <ul>
-      <li>HTML/Markdown preview</li>
-      <li>Autocompletion and indentation</li>
-      <li>Code syntax highlighting</li>
-      <li>Split views of a single document</li>
+      <li>Integration with Autotools</li>
+      <li>Clang based auto-completion, semantic highlighting, and diagnostics</li>
+      <li>Auto indentation</li>
+      <li>Side-by-side code editors</li>
+      <li>Syntax highlighting</li>
+      <li>HTML/Markdown live preview</li>
       <li>Optional Vim-style editing</li>
       <li>Integration with Git</li>
     </ul>
@@ -27,11 +29,19 @@
 
   <screenshots>
     <screenshot type="default">
-      <image width="1200" 
height="675">https://git.gnome.org/browse/gnome-builder/plain/data/gnome-builder.png</image>
+      <image width="1600" 
height="900">https://git.gnome.org/browse/gnome-builder/plain/data/appdata/gnome-builder.png</image>
     </screenshot>
-    <screenshot>
-      <caption>HTML Preview</caption>
-      <image width="1200" 
height="675">https://git.gnome.org/browse/gnome-builder/plain/data/html-preview.png</image>
+    <screenshot type="default">
+      <caption>Fast global search</caption>
+      <image width="1600" 
height="900">https://git.gnome.org/browse/gnome-builder/plain/data/appdata/globa-search.png</image>
+    </screenshot>
+    <screenshot type="default">
+      <caption>Integrated project tree</caption>
+      <image width="1600" 
height="900">https://git.gnome.org/browse/gnome-builder/plain/data/appdata/project-tree.png</image>
+    </screenshot>
+    <screenshot type="default">
+      <caption>Side-by-side code editors</caption>
+      <image width="1600" 
height="900">https://git.gnome.org/browse/gnome-builder/plain/data/appdata/split-view.png</image>
     </screenshot>
   </screenshots>
 


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