aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-02-14 07:50:25 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-02-14 07:50:25 +0800
commita74d594e2fcea73193b8ab208b0d333c76e9ece0 (patch)
tree01431b9cfa846c486b6cf1cd3f06fb204bcfe2ca /art
parent1cd5f1093b9803a0598d4aac1c1e03a49df94108 (diff)
downloadgsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.tar
gsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.tar.gz
gsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.tar.bz2
gsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.tar.lz
gsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.tar.xz
gsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.tar.zst
gsoc2013-evolution-a74d594e2fcea73193b8ab208b0d333c76e9ece0.zip
Set toolbar new appointment icon (set_pixmap): load files rather than
2001-02-13 JP Rosevear <jpr@ximian.com> * gui/calendar-commands.c (update_pixmaps): Set toolbar new appointment icon (set_pixmap): load files rather than create from xpm file * gui/*view.xpm: move to the art directory 2001-02-13 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install new files * art/*view.xpm: add files from calendar/gui svn path=/trunk/; revision=8216
Diffstat (limited to 'art')
-rw-r--r--art/Makefile.am10
-rw-r--r--art/dayview.xpm34
-rw-r--r--art/monthview.xpm34
-rw-r--r--art/weekview.xpm34
-rw-r--r--art/workweekview.xpm34
-rw-r--r--art/yearview.xpm44
6 files changed, 189 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am
index 97856c5884..cb5161dbb7 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -37,6 +37,7 @@ images_DATA = \
globe.png \
house.png \
malehead.png \
+ new_contact.xpm \
service-close.png \
service-configure.png \
service-down.png \
@@ -54,11 +55,18 @@ buttons_DATA = \
add-service.png \
compose-message.png \
copy-message.png \
+ dayview.xpm \
fetch-mail.png \
forward.png \
+ monthview.xpm \
move-message.png \
+ new_appointment.png \
reply-to-all.png \
- reply.png
+ reply.png \
+ weekview.xpm \
+ workweekview.xpm \
+ yearview.xpm
+
EXTRA_DIST = \
add-service.png \
diff --git a/art/dayview.xpm b/art/dayview.xpm
new file mode 100644
index 0000000000..dbabb24c5c
--- /dev/null
+++ b/art/dayview.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * dayview_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #000000",
+"+ c #D8D8D4",
+"@ c #919191",
+"# c #666666",
+"$ c #FFFFFF",
+"% c #F2F1ED",
+"....................... ",
+".++++++++++++++++++++@. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".@####################. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".$++@%%%%%%%%%%%%%%%%@. ",
+".+@@#@@@@@@@@@@@@@@@@#. ",
+"....................... ",
+" "};
diff --git a/art/monthview.xpm b/art/monthview.xpm
new file mode 100644
index 0000000000..21c76151d5
--- /dev/null
+++ b/art/monthview.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * monthview_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #666666",
+"# c #919191",
+"$ c #F2F1ED",
+"% c #D8D8D4",
+"....................... ",
+".+++++++++++++++++++++. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+####################. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+####################. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+####################. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".+$$$#$$$#$$$#$$$#$$$#. ",
+".%###################@. ",
+"....................... ",
+" "};
diff --git a/art/weekview.xpm b/art/weekview.xpm
new file mode 100644
index 0000000000..869b9e722a
--- /dev/null
+++ b/art/weekview.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * weekview_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #D8D8D4",
+"# c #F2F1ED",
+"$ c #919191",
+"% c #666666",
+"....................... ",
+".++++++++++@++++++++++. ",
+".+#..$.$###$#..$.$###$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+$$$$$$$$$$$$$$$$$$$$. ",
+".+#..$.$###$#..$.$###$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+$$$$$$$$$$$$$$$$$$$$. ",
+".+#..$.$###$#..$.$###$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".+#########$$$$$$$$$$$. ",
+".+#########$#..$.$###$. ",
+".+#########$#########$. ",
+".+#########$#########$. ",
+".@$$$$$$$$$%$$$$$$$$$%. ",
+"....................... ",
+" "};
diff --git a/art/workweekview.xpm b/art/workweekview.xpm
new file mode 100644
index 0000000000..35cceedbdc
--- /dev/null
+++ b/art/workweekview.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * workweekview_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #D8D8D4",
+"# c #B5B4AF",
+"$ c #666666",
+"% c #F2F1ED",
+"....................... ",
+".++++@+++@+++@+++@++++. ",
+".+###$###$###$###$###$. ",
+".+###$###$###$###$###$. ",
+".@$$$$$$$$$$$$$$$$$$$$. ",
+".++++#+++#+++#+++#+++#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".+%%%#%%%#%%%#%%%#%%%#. ",
+".@###$###$###$###$####. ",
+"....................... ",
+" "};
diff --git a/art/yearview.xpm b/art/yearview.xpm
new file mode 100644
index 0000000000..0d4fa4135b
--- /dev/null
+++ b/art/yearview.xpm
@@ -0,0 +1,44 @@
+/* XPM */
+static char * yearview_xpm[] = {
+"24 24 17 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #F2F1ED",
+"# c #AAA9A6",
+"$ c #D7D6D2",
+"% c #92918E",
+"& c #B7B6B3",
+"* c #CBCAC6",
+"= c #919191",
+"- c #888785",
+"; c #B6B6B2",
+"> c #888884",
+", c #C1C1BD",
+"' c #A7A6A3",
+") c #D8D8D4",
+"! c #666666",
+"....................... ",
+".+++++++++++++++++++++. ",
+".+@@@@@@@#$%&*@@@@@@@=. ",
+".+@@@@@@@-;>,'@@@@@@@=. ",
+".+====================. ",
+".+@@@@@@@@@@@@@@@@@@@=. ",
+".+===@===@===@===@====. ",
+".+)=)@)=)@)=)@)=)@)=)=. ",
+".+=)=@=)=@=)=@=)=@=)==. ",
+".+@@@@@@@@@@@@@@@@@@@=. ",
+".+===@===@===@===@====. ",
+".+)=)@)=)@)=)@)=)@)=)=. ",
+".+=)=@=)=@=)=@=)=@=)==. ",
+".+@@@@@@@@@@@@@@@@@@@=. ",
+".+===@===@===@===@====. ",
+".+)=)@)=)@)=)@)=)@)=)=. ",
+".+=)=@=)=@=)=@=)=@=)==. ",
+".+@@@@@@@@@@@@@@@@@@@=. ",
+".+===@===@===@===@====. ",
+".+)=)@)=)@)=)@)=)@)=)=. ",
+".+=)=@=)=@=)=@=)=@=)==. ",
+".)===================!. ",
+"....................... ",
+" "};