* etc/images/README: Add GIMP script.
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 7 Mar 2006 14:53:32 +0000 (14:53 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 7 Mar 2006 14:53:32 +0000 (14:53 +0000)
(attach.xpm): Move to top level.
(sort-*.xpm) Add.

* etc/images/sort-ascending.xpm,
etc/images/sort-column-ascending.xpm,
etc/images/sort-criteria.xpm, etc/images/sort-descending.xpm,
etc/images/sort-row-ascending.xpm: New icons from GNOME 2.6.

ChangeLog
etc/images/README
etc/images/attach.xpm [moved from etc/images/mail/attach.xpm with 100% similarity]
etc/images/sort-ascending.xpm [new file with mode: 0644]
etc/images/sort-column-ascending.xpm [new file with mode: 0644]
etc/images/sort-criteria.xpm [new file with mode: 0644]
etc/images/sort-descending.xpm [new file with mode: 0644]
etc/images/sort-row-ascending.xpm [new file with mode: 0644]

index 434833d..ab1d80c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * etc/images/README: Add GIMP script.
+       (attach.xpm): Move to top level.
+       (sort-*.xpm) Add.
+
+       * etc/images/sort-ascending.xpm,
+       etc/images/sort-column-ascending.xpm,
+       etc/images/sort-criteria.xpm, etc/images/sort-descending.xpm,
+       etc/images/sort-row-ascending.xpm: New icons from GNOME 2.6.
+
 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * GNUS-NEWS: Generated.
index 2e6f162..6d9ce61 100644 (file)
@@ -1,5 +1,6 @@
 The following icons are from GNOME 2.6:
 
+    attach.xpm (stock_attach)
     connect.xpm (stock_connect)
     contact.xpm (stock_contact)
     delete.xpm (stock_delete)
@@ -11,11 +12,14 @@ The following icons are from GNOME 2.6:
     lock.xpm (stock_lock)
     next-page.xpm (stock_next-page)
     refresh.xpm (stock_refresh)
-
+    sort-ascending.xpm (stock_sort-ascending)
+    sort-column-ascending.xpm (stock_sort-column-ascending)
+    sort-criteria.xpm (stock_sort-criteria)
+    sort-descending.xpm (stock_sort-descending)
+    sort-row-ascending.xpm (stock_sort-row-ascending)
 
     gnus/toggle-subscription.xpm (stock_task-recurring)
 
-    mail/attach.xpm (stock_attach)
     mail/compose.xpm (stock_mail-compose)
     mail/copy.xpm (stock_mail-copy)
     mail/forward.xpm (stock_mail-forward)
@@ -29,11 +33,13 @@ The following icons are from GNOME 2.6:
     mail/send.xpm (stock_mail-send)
     mail/spam.xpm (stock_spam)
 
-The following icons were contributed by from Adam Sjøgren <asjo@koldfront.dk>:
+
+The following icons were contributed by Adam Sjøgren <asjo@koldfront.dk>:
 
     mail/preview.xpm (combining stock_mail and stock_zoom)
     mail/save.xpm    (combining stock_mail, stock_save and stock_convert) 
 
+
 The following icon is from AUCTeX:
 
     separator.xpm (sep.xpm)
@@ -54,3 +60,17 @@ Emacs 21 or look different there.
     save.xpm
     search.xpm
 
+
+The GNOME's stock_*.png files were converted to XPM using the following GIMP
+script:
+
+;; -*- scheme -*-
+;; Put this file in ~/.gimp-*/scripts/
+;; gimp -i -b '(rs-save-as-xpm "foo.png" "foo.xpm" 127)'  '(gimp-quit 0)'
+(define (rs-save-as-xpm filename filename2 threshold)
+  (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
+        (drawable (car (gimp-image-get-active-layer image))))
+    (file-xpm-save RUN-NONINTERACTIVE image drawable
+                  filename2 filename2 threshold)
+    (gimp-image-delete image)))
+;; end
diff --git a/etc/images/sort-ascending.xpm b/etc/images/sort-ascending.xpm
new file mode 100644 (file)
index 0000000..5a47e5c
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stock_sort_ascending_xpm[] = {
+"23 23 7 1",
+"      c None",
+".     c #314E6C",
+"+     c #000000",
+"@     c #D1DECF",
+"#     c #7DA377",
+"$     c #E4ECE3",
+"%     c #B3C9AF",
+"                       ",
+"   ....                ",
+"  ..  ..               ",
+"  ..  ..               ",
+"  ......               ",
+"  ..  ..               ",
+"  ..  ..               ",
+"                       ",
+"          +            ",
+"                       ",
+"            +          ",
+"                       ",
+"    +         +        ",
+"   +@+   +             ",
+"  +@##+ ++      ++++++ ",
+"   +###+$+         +++ ",
+"    +##%#+        +++  ",
+"     +%##+       +++   ",
+"    +$###+      +++    ",
+"   +++++++      ++++++ ",
+"                       ",
+"                       ",
+"                       "};
diff --git a/etc/images/sort-column-ascending.xpm b/etc/images/sort-column-ascending.xpm
new file mode 100644 (file)
index 0000000..76d7f93
--- /dev/null
@@ -0,0 +1,29 @@
+/* XPM */
+static char * stock_sort_column_ascending_xpm[] = {
+"24 24 2 1",
+"      c None",
+".     c #000000",
+"                        ",
+"                        ",
+"    ...                 ",
+"   . ..                 ",
+"     ..                 ",
+"     ..                 ",
+"     ..                 ",
+"     ..                 ",
+"     ..                 ",
+"   .....   .            ",
+"                        ",
+"           .            ",
+"                        ",
+"           .            ",
+"    ....                ",
+"   ..  ..               ",
+"   ..  ..               ",
+"   ..  ..               ",
+"    .....               ",
+"       ..               ",
+"   .  ...               ",
+"   .....                ",
+"                        ",
+"                        "};
diff --git a/etc/images/sort-criteria.xpm b/etc/images/sort-criteria.xpm
new file mode 100644 (file)
index 0000000..d1c83b8
--- /dev/null
@@ -0,0 +1,55 @@
+/* XPM */
+static char * stock_sort_criteria_xpm[] = {
+"24 24 28 1",
+"      c None",
+".     c #000000",
+"+     c #FFFFFF",
+"@     c #D3D3D3",
+"#     c #F2ECE1",
+"$     c #F4EFE5",
+"%     c #DFDAD2",
+"&     c #C9C4BD",
+"*     c #74716E",
+"=     c #FAFAFA",
+"-     c #EADFC9",
+";     c #ECE2CF",
+">     c #EEE5D4",
+",     c #4C4B48",
+"'     c #F5F5F5",
+")     c #C9C9C9",
+"!     c #E2D2B1",
+"~     c #CFC4B1",
+"{     c #BFBFBF",
+"]     c #C0C0C0",
+"^     c #C7B99C",
+"/     c #F0F0F0",
+"(     c #B7B7B7",
+"_     c #9A8F78",
+":     c #877E69",
+"<     c #AFA389",
+"[     c #A09889",
+"}     c #314E6C",
+"                        ",
+"                        ",
+"                ......  ",
+"                   ...  ",
+"                  ...   ",
+"                 ...    ",
+"  .........     ...     ",
+"  .+@.#$%&*.    ......  ",
+"  .=@.-;;;>,            ",
+"  .').!!!!.~.           ",
+"  .{].^^!.^.~.          ",
+"  ./(.._.^.:.~.         ",
+"   .....<.:...[.        ",
+"        .:..  ..        ",
+"         ..             ",
+"                        ",
+"                 }}}}   ",
+"                }}  }}  ",
+"                }}  }}  ",
+"                }}}}}}  ",
+"                }}  }}  ",
+"                }}  }}  ",
+"                        ",
+"                        "};
diff --git a/etc/images/sort-descending.xpm b/etc/images/sort-descending.xpm
new file mode 100644 (file)
index 0000000..90127ac
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * stock_sort_descending_xpm[] = {
+"24 23 7 1",
+"      c None",
+".     c #000000",
+"+     c #D1DECF",
+"@     c #7DA377",
+"#     c #314E6C",
+"$     c #E4ECE3",
+"%     c #B3C9AF",
+"                        ",
+"                        ",
+"  ......                ",
+"     ...                ",
+"    ...                 ",
+"   ...                  ",
+"  ...                   ",
+"  ......                ",
+"          .             ",
+"                        ",
+"            .           ",
+"                        ",
+"    .         .         ",
+"   .+.   .              ",
+"  .+@@. ..       ####   ",
+"   .@@@.$.      ##  ##  ",
+"    .@@%@.      ##  ##  ",
+"     .%@@.      ######  ",
+"    .$@@@.      ##  ##  ",
+"   .......      ##  ##  ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/sort-row-ascending.xpm b/etc/images/sort-row-ascending.xpm
new file mode 100644 (file)
index 0000000..5200b97
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * stock_sort_row_ascending_xpm[] = {
+"21 17 2 1",
+"      c None",
+".     c #000000",
+"                     ",
+"                     ",
+"                     ",
+"                     ",
+"  ...         ....   ",
+" . ..        ..  ..  ",
+"   ..        ..  ..  ",
+"   ..        ..  ..  ",
+"   ..         .....  ",
+"   ..            ..  ",
+"   ..        .   ..  ",
+" ..... . . . .....   ",
+"                     ",
+"                     ",
+"                     ",
+"                     ",
+"                     "};