[gnome-software] Better featured data for darktable and mypaint



commit c2b2773e45a81284adbd9064ad68d30f4387697d
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 9 20:57:59 2013 -0400

    Better featured data for darktable and mypaint
    
    Replace the manually cut-to-size images with full renderings
    of these images, and add sizing and positioning parameters
    to make them come out ok in the tile.

 data/Makefile.am            |    4 ++--
 data/darktable.png          |  Bin 0 -> 264460 bytes
 data/featured-darktable.png |  Bin 171594 -> 0 bytes
 data/featured-mypaint.png   |  Bin 241777 -> 0 bytes
 data/featured.ini           |   12 +++++++++---
 data/mypaint.png            |  Bin 0 -> 314346 bytes
 6 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index c0865fa..49ac0ae 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -8,8 +8,8 @@ dist_resources_DATA =                                   \
        featured-xchat.png                              \
        featured-org.gnome.Weather.Application.png      \
        featured-gnome-sudoku.png                       \
-       featured-darktable.png                          \
-       featured-mypaint.png                            \
+       darktable.png                           \
+       mypaint.png                             \
        featured.ini                                    \
        stars0.png                                      \
        stars1.png                                      \
diff --git a/data/darktable.png b/data/darktable.png
new file mode 100644
index 0000000..45f97a3
Binary files /dev/null and b/data/darktable.png differ
diff --git a/data/featured.ini b/data/featured.ini
index afec169..5f188ef 100644
--- a/data/featured.ini
+++ b/data/featured.ini
@@ -1,19 +1,25 @@
 [darktable]
-image=featured-darktable.png
+image=darktable.png
+size=100% auto
+position=center 20%
 gradient1=#393d39
 gradient2=#5a5e58
 stroke=#1f2122
-text=#ffffff
+text=#ffffff;
 
 [gimp]
 image=featured-gimp.png
+size=100% auto
+position=center 20%
 gradient1=#8ac674
 gradient2=#cbddc3
 stroke=#2a6c10
 text=#000000
 
 [mypaint]
-image=featured-mypaint.png
+image=mypaint.png
+size=100% auto
+position=center 67%
 gradient1=#8fa5d9
 gradient2=#d8e0ef
 stroke=#4c52aa
diff --git a/data/mypaint.png b/data/mypaint.png
new file mode 100644
index 0000000..8e1f6f8
Binary files /dev/null and b/data/mypaint.png differ


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