2007-08-25 [paul] 2.10.0cvs171
* src/Makefile.am * src/stock_pixmap.c * src/pixmaps/insert_file.xpm add a new pixmap instead of re-using paste.xpm. (easier for icon theme authors)
This commit is contained in:
parent
d6de7531bf
commit
bba892fc08
6 changed files with 150 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-08-25 [paul] 2.10.0cvs171
|
||||
|
||||
* src/Makefile.am
|
||||
* src/stock_pixmap.c
|
||||
* src/pixmaps/insert_file.xpm
|
||||
add a new pixmap instead of re-using
|
||||
paste.xpm. (easier for icon theme authors)
|
||||
|
||||
2007-08-24 [holger] 2.10.0cvs170
|
||||
|
||||
* src/plugins/trayicon/trayicon.c
|
||||
|
|
|
@ -2825,3 +2825,4 @@
|
|||
( cvs diff -u -r 1.87.2.46 -r 1.87.2.47 src/folder.h; ) > 2.10.0cvs168.patchset
|
||||
( cvs diff -u -r 1.14.2.56 -r 1.14.2.57 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs169.patchset
|
||||
( cvs diff -u -r 1.14.2.57 -r 1.14.2.58 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs170.patchset
|
||||
( cvs diff -u -r 1.155.2.73 -r 1.155.2.74 src/Makefile.am; cvs diff -u -r 1.25.2.46 -r 1.25.2.47 src/stock_pixmap.c; diff -u /dev/null src/pixmaps/insert_file.xpm; ) > 2.10.0cvs171.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=10
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=170
|
||||
EXTRA_VERSION=171
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -346,6 +346,7 @@ EXTRA_DIST = \
|
|||
pixmaps/inbox_close_hrm.xpm \
|
||||
pixmaps/inbox_close.xpm \
|
||||
pixmaps/interface.xpm \
|
||||
pixmaps/insert_file.xpm \
|
||||
pixmaps/jpilot.xpm \
|
||||
pixmaps/key.xpm \
|
||||
pixmaps/ldap.xpm \
|
||||
|
|
137
src/pixmaps/insert_file.xpm
Normal file
137
src/pixmaps/insert_file.xpm
Normal file
|
@ -0,0 +1,137 @@
|
|||
/* XPM */
|
||||
static char * insert_file_xpm[] = {
|
||||
"24 24 110 2",
|
||||
" c None",
|
||||
". c #ABABAB",
|
||||
"+ c #141414",
|
||||
"@ c #191919",
|
||||
"# c #101010",
|
||||
"$ c #0D0D0D",
|
||||
"% c #B9B9B9",
|
||||
"& c #000000",
|
||||
"* c #FEFEFE",
|
||||
"= c #F9F9F9",
|
||||
"- c #757575",
|
||||
"; c #AFAFAF",
|
||||
"> c #F5F5E8",
|
||||
", c #565651",
|
||||
"' c #FFFFFF",
|
||||
") c #A0A0A0",
|
||||
"! c #939393",
|
||||
"~ c #7C7C7C",
|
||||
"{ c #C5C5BB",
|
||||
"] c #CFC6A0",
|
||||
"^ c #D7CEAA",
|
||||
"/ c #ADA689",
|
||||
"( c #4B483C",
|
||||
"_ c #6D6D6D",
|
||||
": c #6C6C6C",
|
||||
"< c #A9A9A9",
|
||||
"[ c #3D3A30",
|
||||
"} c #979178",
|
||||
"| c #C1B898",
|
||||
"1 c #8A793D",
|
||||
"2 c #C3BB9A",
|
||||
"3 c #AFA78A",
|
||||
"4 c #444236",
|
||||
"5 c #FAFAFA",
|
||||
"6 c #EFEFEF",
|
||||
"7 c #C7C7C7",
|
||||
"8 c #D8D8D8",
|
||||
"9 c #D2D2D2",
|
||||
"0 c #7B7B7B",
|
||||
"a c #302E26",
|
||||
"b c #89846C",
|
||||
"c c #C4BC9A",
|
||||
"d c #847235",
|
||||
"e c #C5C5C5",
|
||||
"f c #A7A7A7",
|
||||
"g c #ADADAD",
|
||||
"h c #9A9A9A",
|
||||
"i c #9B9B9B",
|
||||
"j c #868686",
|
||||
"k c #424242",
|
||||
"l c #847033",
|
||||
"m c #C9C09E",
|
||||
"n c #464337",
|
||||
"o c #35332A",
|
||||
"p c #2D2B23",
|
||||
"q c #C6BE9D",
|
||||
"r c #826F33",
|
||||
"s c #7F7964",
|
||||
"t c #4C493C",
|
||||
"u c #171612",
|
||||
"v c #13120F",
|
||||
"w c #3E3B31",
|
||||
"x c #282210",
|
||||
"y c #404040",
|
||||
"z c #363636",
|
||||
"A c #252525",
|
||||
"B c #B0B0B0",
|
||||
"C c #474438",
|
||||
"D c #B3B3B3",
|
||||
"E c #D6D6D6",
|
||||
"F c #1B1B1B",
|
||||
"G c #B7AE90",
|
||||
"H c #B1AA8C",
|
||||
"I c #37352B",
|
||||
"J c #151410",
|
||||
"K c #8F8F8F",
|
||||
"L c #989898",
|
||||
"M c #C6C6C6",
|
||||
"N c #020202",
|
||||
"O c #B9B293",
|
||||
"P c #11100D",
|
||||
"Q c #434035",
|
||||
"R c #636363",
|
||||
"S c #767676",
|
||||
"T c #131313",
|
||||
"U c #AAA48B",
|
||||
"V c #A5A086",
|
||||
"W c #A19A7F",
|
||||
"X c #312F26",
|
||||
"Y c #121212",
|
||||
"Z c #AFA88C",
|
||||
"` c #050403",
|
||||
" . c #12110E",
|
||||
".. c #030303",
|
||||
"+. c #A9A489",
|
||||
"@. c #A39E85",
|
||||
"#. c #EBE7D0",
|
||||
"$. c #D2C9A5",
|
||||
"%. c #A29053",
|
||||
"&. c #8E7C3D",
|
||||
"*. c #88793B",
|
||||
"=. c #806C2F",
|
||||
"-. c #78652B",
|
||||
";. c #251F0C",
|
||||
">. c #222222",
|
||||
",. c #969696",
|
||||
"'. c #3D3D3D",
|
||||
"). c #0B0B0B",
|
||||
"!. c #060606",
|
||||
"~. c #929292",
|
||||
" . + @ # $ % ",
|
||||
"% & & & & & & % * = - & & & & & & ; ",
|
||||
"& > > > > > , ' ) ! ~ , { > > > ] & ",
|
||||
"& > ^ ^ ^ / ( ' _ : < [ } | ^ ^ 1 & ",
|
||||
"& > 2 2 3 4 5 6 7 8 9 0 a b 3 c d & ",
|
||||
"& > ^ ^ ( e f f g h i j k ( / ^ l & ",
|
||||
"& > m 2 b n o p p p p p a b 3 q r & ",
|
||||
"& > ^ ^ ^ } } } } } } } } | ^ ^ r & ",
|
||||
"& > m 2 2 2 2 s t u v v v v [ w x & y z A B ",
|
||||
"& > ^ ^ ^ ^ ^ C D ' ' ' ' ' ' ' ' ' ' ' E F ",
|
||||
"& > G H H H H I ' ' ' ' ' ' ' ' ' ' ' ' ' + ",
|
||||
"& > ^ ^ ^ ^ ^ J ' f K K L ' ' M K ' K M ' N ",
|
||||
"& > O H H H H P ' ' ' ' ' ' ' ' ' ' ' ' ' N ",
|
||||
"& > ^ ^ ^ ^ ^ Q ' _ R ' S K K M ' M K ' ' T ",
|
||||
"& > U V W W W X ' ' ' ' ' ' ' ' ' ' ' ' ' Y ",
|
||||
"& > ^ ^ ^ ^ ^ Q ' f K K ' K K K M ' L K ' T ",
|
||||
"& > Z V W W W ` ' ' ' ' ' ' ' ' ' ' ' ' ' & ",
|
||||
"& > ^ ^ ^ ^ ^ .' _ R ' S K K M ' M K ' ' .. ",
|
||||
"& > +.@.W W W X ' ' ' ' ' ' ' ' ' ' ' ' ' Y ",
|
||||
"& #.^ ^ ^ ^ ^ Q ' f K K ' K K K M ' L K ' T ",
|
||||
"& $.%.&.*.=.-.;.' ' ' ' ' ' ' ' ' ' ' ' ' T ",
|
||||
"% & & & & & & & E ' ' ' ' ' ' ' ' ' ' ' E >. ",
|
||||
" ,.'.T Y T ).!.>.>.>.>.>.>.A ~. ",
|
||||
" "};
|
|
@ -45,6 +45,7 @@
|
|||
#include "pixmaps/edit_extern.xpm"
|
||||
#include "pixmaps/forwarded.xpm"
|
||||
#include "pixmaps/group.xpm"
|
||||
#include "pixmaps/insert_file.xpm"
|
||||
#include "pixmaps/interface.xpm"
|
||||
#include "pixmaps/jpilot.xpm"
|
||||
#include "pixmaps/key.xpm"
|
||||
|
@ -249,7 +250,7 @@ static StockPixmapData pixmaps[] =
|
|||
{inbox_close_hrm_mark_xpm , NULL, NULL, "inbox_close_hrm_mark", NULL},
|
||||
{inbox_open_mark_xpm , NULL, NULL, "inbox_open_mark", NULL},
|
||||
{inbox_open_hrm_mark_xpm , NULL, NULL, "inbox_open_hrm_mark", NULL},
|
||||
{paste_xpm , NULL, NULL, "insert_file", NULL},
|
||||
{insert_file_xpm , NULL, NULL, "insert_file", NULL},
|
||||
{interface_xpm , NULL, NULL, "interface", NULL},
|
||||
{jpilot_xpm , NULL, NULL, "jpilot", NULL},
|
||||
{key_xpm , NULL, NULL, "key", NULL},
|
||||
|
|
Loading…
Reference in a new issue