mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-09-22 Fred Gleason <fredg@paravelsystems.com>
* Replaced the feed summary status icon with the feed image in the feed list in rdcastmanager(1). * Moved the post status icon to a new 'Status' column in the item list on the 'Podcast Item List' dialog in rdcastmanager(1). * Added the item icon to the start of each entry in the item list on the 'Podcast Item List' dialog in rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -466,6 +466,9 @@ EXTRA_DIST = admin.xpm\
|
||||
rml3.xpm\
|
||||
rml5.png\
|
||||
rml5.xpm\
|
||||
rss.png\
|
||||
rss.xcf\
|
||||
rss.xpm\
|
||||
split.xpm\
|
||||
switch.xpm\
|
||||
switch2.xpm\
|
||||
|
||||
BIN
icons/rss.png
Normal file
BIN
icons/rss.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 706 B |
BIN
icons/rss.xcf
Normal file
BIN
icons/rss.xcf
Normal file
Binary file not shown.
115
icons/rss.xpm
Normal file
115
icons/rss.xpm
Normal file
@@ -0,0 +1,115 @@
|
||||
/* XPM */
|
||||
const static char * rss_xpm[] = {
|
||||
"32 32 80 1",
|
||||
" c None",
|
||||
". c #FEFEFF",
|
||||
"+ c #F6F6FF",
|
||||
"@ c #F7F7FF",
|
||||
"# c #F5F5FF",
|
||||
"$ c #F4F4FF",
|
||||
"% c #F3F3FF",
|
||||
"& c #F2F2FF",
|
||||
"* c #0000F9",
|
||||
"= c #0101F9",
|
||||
"- c #0202F9",
|
||||
"; c #E3E3FF",
|
||||
"> c #FAFAFF",
|
||||
", c #FFFFFF",
|
||||
"' c #1B1BF9",
|
||||
") c #0202F8",
|
||||
"! c #1616F9",
|
||||
"~ c #5353FA",
|
||||
"{ c #E2E2FD",
|
||||
"] c #A3A3FC",
|
||||
"^ c #F6F6FE",
|
||||
"/ c #5656FA",
|
||||
"( c #4C4CFA",
|
||||
"_ c #9898FC",
|
||||
": c #2626F9",
|
||||
"< c #F9F9FF",
|
||||
"[ c #7272FB",
|
||||
"} c #4747FA",
|
||||
"| c #FCFCFE",
|
||||
"1 c #DDDDFD",
|
||||
"2 c #8B8BFB",
|
||||
"3 c #9292FB",
|
||||
"4 c #0F0FF8",
|
||||
"5 c #F5F5FE",
|
||||
"6 c #F1F1FE",
|
||||
"7 c #0B0BF8",
|
||||
"8 c #9C9CFC",
|
||||
"9 c #6363FA",
|
||||
"0 c #3434F9",
|
||||
"a c #DFDFFD",
|
||||
"b c #5252FA",
|
||||
"c c #1515F8",
|
||||
"d c #0404F8",
|
||||
"e c #1010F8",
|
||||
"f c #2D2DF9",
|
||||
"g c #DCDCFD",
|
||||
"h c #F8F8FF",
|
||||
"i c #3232F9",
|
||||
"j c #C2C2FD",
|
||||
"k c #CBCBFD",
|
||||
"l c #5D5DFA",
|
||||
"m c #D2D2FD",
|
||||
"n c #EBEBFE",
|
||||
"o c #0707F8",
|
||||
"p c #F4F4FE",
|
||||
"q c #0303F8",
|
||||
"r c #1F1FF9",
|
||||
"s c #7070FB",
|
||||
"t c #B4B4FC",
|
||||
"u c #F7F7FE",
|
||||
"v c #8080FB",
|
||||
"w c #1D1DF9",
|
||||
"x c #D3D3FD",
|
||||
"y c #CECEFD",
|
||||
"z c #7979FB",
|
||||
"A c #2F2FF9",
|
||||
"B c #5959FA",
|
||||
"C c #F0F0FE",
|
||||
"D c #4242FA",
|
||||
"E c #B1B1FC",
|
||||
"F c #E8E8FD",
|
||||
"G c #5454FA",
|
||||
"H c #8F8FFB",
|
||||
"I c #4949FA",
|
||||
"J c #0A0AF8",
|
||||
"K c #0808F8",
|
||||
"L c #2525F9",
|
||||
"M c #8282FB",
|
||||
"N c #FDFDFE",
|
||||
"O c #EBEBFF",
|
||||
".+@@@++++#####$$$$%%%%%&&%%%%%%&",
|
||||
"$*======================------*;",
|
||||
">*,,,,,,,,,,,,,,,,,,,,,,,,,,,,*$",
|
||||
">*,,,,,,,,,,,,,,,,,,,,,,,,,,,,*$",
|
||||
">*,,'**)!~{,,,,,,,,,,,,,,,,,,,*$",
|
||||
">*,,'*]^/*(,,,,,,,,,,,,,,,,,,,*$",
|
||||
">*,,'*],_*:,,,,,,,,,,,,,,,,,,,*$",
|
||||
"<*,,'*]^/*[,,,,,,,,,,,,,,,,,,,*$",
|
||||
"<*,,'****}|,,,,,,,,,,,,,,,,,,,*$",
|
||||
"<*,,'*]1'*2,,,,,,,,,,,,,,,,,,,*$",
|
||||
"<*,,'*],3*45,,,,,,,,,,,,,,,,,,*$",
|
||||
"<*,,'*],67*8,,,,,,,,,,,,,,,,,,*$",
|
||||
"<*,,'*],,9*0,abcdefg,,,,,,,,,,*$",
|
||||
"h*,,,,,,,,,,,i)j5klm,,,,,,,,,,*$",
|
||||
"h*,,,,,,,,,,n*o6,,,,,,,,,,,,,,*$",
|
||||
"h*,,,,,,,,,,pq*rstu,,,,,,,,,,,*$",
|
||||
"h*,,,,,,,,,,,v****wx,,,,,,,,,,*%",
|
||||
"h*,,,,,,,,,,,,yzA**B,,,,,,,,,,*$",
|
||||
"h*,,,,,,,,,,,,,,,[*(,,,,,,,,,,*$",
|
||||
"h*,,,,,,,,,,CDEFCG*H,abcdefg,,*$",
|
||||
"@*,,,,,,,,,,^IrJKLMN,i)j5klm,,*$",
|
||||
"@*,,,,,,,,,,,,,,,,,,n*o6,,,,,,*#",
|
||||
"@*,,,,,,,,,,,,,,,,,,pq*rstu,,,*#",
|
||||
"@*,,,,,,,,,,,,,,,,,,,v****wx,,*#",
|
||||
"@*,,,,,,,,,,,,,,,,,,,,yzA**B,,*#",
|
||||
"@*,,,,,,,,,,,,,,,,,,,,,,,[*(,,*#",
|
||||
"+*,,,,,,,,,,,,,,,,,,CDEFCG*H,,*#",
|
||||
"+*,,,,,,,,,,,,,,,,,,^IrJKLMN,,*#",
|
||||
"+*,,,,,,,,,,,,,,,,,,,,,,,,,,,,*#",
|
||||
"+*,,,,,,,,,,,,,,,,,,,,,,,,,,,,*#",
|
||||
"+******************************O",
|
||||
",#####+++++################$$###"};
|
||||
Reference in New Issue
Block a user