diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | art/Makefile.am | 7 | ||||
-rw-r--r-- | art/score-high.xpm | 26 | ||||
-rw-r--r-- | art/score-higher.xpm | 26 | ||||
-rw-r--r-- | art/score-highest.xpm | 26 | ||||
-rw-r--r-- | art/score-low.xpm | 26 | ||||
-rw-r--r-- | art/score-lower.xpm | 26 | ||||
-rw-r--r-- | art/score-lowest.xpm | 26 | ||||
-rw-r--r-- | art/score-normal.xpm | 24 |
9 files changed, 192 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-09-18 Jeffrey Stedfast <fejj@helixcode.com> + + * art/score-*.xpm: retarded looking icons for use with displaying + scores in the message-list view. These need a makeover BADLY ;-) + 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added check for gnome-app-lib. Removed diff --git a/art/Makefile.am b/art/Makefile.am index 62107f9e90..e903fe8c0a 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -48,4 +48,11 @@ EXTRA_DIST = \ reply-to-all.png \ tree-expanded.xpm \ tree-unexpanded.xpm \ + score-lowest.xpm \ + score-lower.xpm \ + score-low.xpm \ + score-normal.xpm \ + score-high.xpm \ + score-higher.xpm \ + score-highest.xpm \ $(images_DATA) diff --git a/art/score-high.xpm b/art/score-high.xpm new file mode 100644 index 0000000000..bb7bd47562 --- /dev/null +++ b/art/score-high.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_high_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #00FF00", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .+ ", +" @@@ .++ ", +" @#@#@ .++ ", +" @$%$@ .++ ", +" @$$$@ . + ", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; diff --git a/art/score-higher.xpm b/art/score-higher.xpm new file mode 100644 index 0000000000..696e74bed5 --- /dev/null +++ b/art/score-higher.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_higher_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #00FF00", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .++ ", +" @@@ .++++", +" @#@#@ .++++", +" @$%$@ .++++", +" @$$$@ . ++", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; diff --git a/art/score-highest.xpm b/art/score-highest.xpm new file mode 100644 index 0000000000..d8dab65079 --- /dev/null +++ b/art/score-highest.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_highest_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #00FF00", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .++++", +" @@@ .++++", +" @#@#@ .++++", +" @$%$@ .++++", +" @$$$@ . ", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; diff --git a/art/score-low.xpm b/art/score-low.xpm new file mode 100644 index 0000000000..e071741adc --- /dev/null +++ b/art/score-low.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_low_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #FF0000", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .+ ", +" @@@ .++ ", +" @#@#@ .++ ", +" @$%$@ .++ ", +" @$$$@ . + ", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; diff --git a/art/score-lower.xpm b/art/score-lower.xpm new file mode 100644 index 0000000000..74da90d670 --- /dev/null +++ b/art/score-lower.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_lower_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #FF0000", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .++ ", +" @@@ .++++", +" @#@#@ .++++", +" @$%$@ .++++", +" @$$$@ . ++", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; diff --git a/art/score-lowest.xpm b/art/score-lowest.xpm new file mode 100644 index 0000000000..9beee1849f --- /dev/null +++ b/art/score-lowest.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * score_lowest_xpm[] = { +"16 16 7 1", +" c None", +". c #BCBCBC", +"+ c #FF0000", +"@ c #000000", +"# c #17D1EA", +"$ c #FFFFFF", +"% c #EF9815", +" ", +" .++++", +" @@@ .++++", +" @#@#@ .++++", +" @$%$@ .++++", +" @$$$@ . ", +" @@$@@ . ", +" @@$$$@@ . ", +" @@$$$$$@@@@ ", +" @@$$$$$@@ . ", +" @@$$$$$@ . ", +" @@$$$$$@ . ", +" @$$$$$@ . ", +" %%$%% . ", +" %% %% . ", +" "}; diff --git a/art/score-normal.xpm b/art/score-normal.xpm new file mode 100644 index 0000000000..82b618cb8d --- /dev/null +++ b/art/score-normal.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * score_normal_xpm[] = { +"16 16 5 1", +" c None", +". c #000000", +"+ c #17D1EA", +"@ c #FFFFFF", +"# c #EF9815", +" ", +" ", +" ... ", +" .+.+. ", +" .@#@. ", +" .@@@. ", +" ..@.. ", +" ..@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" .@@@@@. ", +" ##@## ", +" ## ## ", +" "}; |