aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
Diffstat (limited to 'art')
-rw-r--r--art/Makefile.am64
-rw-r--r--art/bell.xpm83
-rw-r--r--art/check-filled.xpm21
-rw-r--r--art/evolution.pngbin0 -> 4281 bytes
-rw-r--r--art/jump.xpm14
-rw-r--r--art/recur.xpm21
-rw-r--r--art/task-assigned-to.xpm30
-rw-r--r--art/task-assigned.xpm30
-rw-r--r--art/task-recurring.xpm59
-rw-r--r--art/task.xpm27
10 files changed, 320 insertions, 29 deletions
diff --git a/art/Makefile.am b/art/Makefile.am
index c0ef0a2ab3..fddb9fbbc6 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -1,5 +1,4 @@
imagesdir = $(datadir)/images/evolution
-
images_DATA = \
16_configure_addressbook.xpm \
16_configure_addressbook.xpm \
@@ -61,8 +60,8 @@ buttons_DATA = \
monthview.xpm \
move-message.png \
new_appointment.png \
- reply-to-all.png \
reply.png \
+ reply-to-all.png \
weekview.xpm \
workweekview.xpm \
yearview.xpm
@@ -76,31 +75,38 @@ conduits_DATA = \
48_evo-address-conduit.png \
48_evo-todo-conduit.png
+appicondir = $(datadir)/pixmaps
+appicon_DATA = evolution.png
+
EXTRA_DIST = \
- add-service.png \
- attachment.xpm \
- compose-message.png \
- copy-message.png \
- empty.xpm \
- fetch-mail.png \
- forward.png \
- mail-new.xpm \
- mail-read.xpm \
- mail-replied.xpm \
- mark.xpm \
- meeting.xpm \
- move-message.png \
- priority-high.xpm \
- priority-low.xpm \
- reply.png \
- 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)
+ attachment.xpm \
+ bell.xpm \
+ check-filled.xpm \
+ empty.xpm \
+ jump.xpm \
+ mail-new.xpm \
+ mail-read.xpm \
+ mail-replied.xpm \
+ mark.xpm \
+ meeting.xpm \
+ priority-high.xpm \
+ priority-low.xpm \
+ recur.xpm \
+ score-higher.xpm \
+ score-highest.xpm \
+ score-high.xpm \
+ score-lower.xpm \
+ score-lowest.xpm \
+ score-low.xpm \
+ score-normal.xpm \
+ task-assigned-to.xpm \
+ task-assigned.xpm \
+ task-recurring.xpm \
+ task.xpm \
+ tree-expanded.xpm \
+ tree-unexpanded.xpm \
+ $(images_DATA) \
+ $(buttons_DATA) \
+ $(conduits_DATA) \
+ $(appicon_DATA)
+
diff --git a/art/bell.xpm b/art/bell.xpm
new file mode 100644
index 0000000000..b1ab537a17
--- /dev/null
+++ b/art/bell.xpm
@@ -0,0 +1,83 @@
+/* XPM */
+static char * bell_xpm[] = {
+"16 16 64 1",
+" c None",
+". c #000000",
+"+ c #E3BB43",
+"@ c #E6C049",
+"# c #EED275",
+"$ c #F4E193",
+"% c #F4DF8C",
+"& c #EAC95C",
+"* c #EFD57A",
+"= c #FAEFBB",
+"- c #FDF6D3",
+"; c #FDF5C6",
+"> c #F4E18F",
+", c #E4BD43",
+"' c #F6E295",
+") c #FEF9D8",
+"! c #FFFFFF",
+"~ c #FFFADA",
+"{ c #FCEEAA",
+"] c #EBCA5A",
+"^ c #E9C550",
+"/ c #FAEA9C",
+"( c #FEF7CB",
+"_ c #FFF8CC",
+": c #FDF1A8",
+"< c #EED060",
+"[ c #D39D12",
+"} c #F2D55D",
+"| c #FCEC91",
+"1 c #FFF4AE",
+"2 c #FFF5B6",
+"3 c #FEEF97",
+"4 c #F3D65E",
+"5 c #D5A216",
+"6 c #FAE05C",
+"7 c #FFED7C",
+"8 c #FFEF8C",
+"9 c #FFF092",
+"0 c #FDEB7A",
+"a c #F4D750",
+"b c #D8A717",
+"c c #EAC01D",
+"d c #F6D83E",
+"e c #FAE255",
+"f c #FAE362",
+"g c #F9E161",
+"h c #F6DE5B",
+"i c #F1D145",
+"j c #E6BE28",
+"k c #D09B09",
+"l c #B67E00",
+"m c #CE9100",
+"n c #D69F04",
+"o c #E0B011",
+"p c #E6BA1D",
+"q c #E3B721",
+"r c #E0B21E",
+"s c #DCAB16",
+"t c #D7A20D",
+"u c #CC9303",
+"v c #BE8400",
+"w c #AC7500",
+"x c #A06B00",
+"y c #FFDD00",
+" ",
+" .. ",
+" .+@. ",
+" .#$%&. ",
+" .*=-;>,. ",
+" .')!~{]. ",
+" .^/(~_:<[. ",
+" .}|121345. ",
+" .678980ab. ",
+" .cdefghijkl. ",
+" .mnopqrstuvwx. ",
+" .............. ",
+" .8y. ",
+" .. ",
+" ",
+" "};
diff --git a/art/check-filled.xpm b/art/check-filled.xpm
new file mode 100644
index 0000000000..c0468fc25b
--- /dev/null
+++ b/art/check-filled.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static const char * check_filled_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ............ ",
+" . . ",
+" . . . ",
+" . .. . ",
+" . ... . ",
+" . . ... . ",
+" . .. ... . ",
+" . ..... . ",
+" . ... . ",
+" . . . ",
+" . . ",
+" ............ ",
+" ",
+" "};
diff --git a/art/evolution.png b/art/evolution.png
new file mode 100644
index 0000000000..3b0f90b292
--- /dev/null
+++ b/art/evolution.png
Binary files differ
diff --git a/art/jump.xpm b/art/jump.xpm
new file mode 100644
index 0000000000..d974142d9a
--- /dev/null
+++ b/art/jump.xpm
@@ -0,0 +1,14 @@
+/* XPM */
+static char * jump_xpm[] = {
+"16 8 3 1",
+" c None",
+". c #000000",
+"+ c #FFFF00",
+"................",
+".++++++++++++++.",
+".++++++++++++++.",
+".++..++..++..++.",
+".++..++..++..++.",
+".++++++++++++++.",
+".++++++++++++++.",
+"................"};
diff --git a/art/recur.xpm b/art/recur.xpm
new file mode 100644
index 0000000000..bb34fa4568
--- /dev/null
+++ b/art/recur.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * recur_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #333366",
+" ",
+" ",
+" .. ..... ",
+" ... .... ",
+" .. .... ",
+" .. ..... ",
+" .. . .. ",
+" .. .. ",
+" .. . .. ",
+" ..... .. ",
+" .... .. ",
+" .... ... ",
+" ..... .. ",
+" ",
+" ",
+" "};
diff --git a/art/task-assigned-to.xpm b/art/task-assigned-to.xpm
new file mode 100644
index 0000000000..d60eeafa2d
--- /dev/null
+++ b/art/task-assigned-to.xpm
@@ -0,0 +1,30 @@
+/* XPM */
+static char * task_assigned_to_xpm[] = {
+"16 16 11 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #F3F3F3",
+"# c #CCCCCC",
+"$ c #B2B2B2",
+"% c #ECECEC",
+"& c #ABCCAB",
+"* c #768E76",
+"= c #5E705E",
+"- c #EEEEEE",
+" . . . . . ",
+" ........... ",
+" .+.+.+.+.+.@. ",
+" .+.#.#.#.#.$. ",
+" .+%%%%%%%%%$. ",
+" .+#######..$. ",
+" .+%%%%%%%.&.. ",
+" .+##......&&. ",
+" .+%%.&&&&&&&&. ",
+" .+##.&*&*&*&*&.",
+" .+%%.========. ",
+" .+##......==. ",
+" .+%%%%%%%.=.. ",
+" .-$$$$$$$..$. ",
+" ........... ",
+" "};
diff --git a/art/task-assigned.xpm b/art/task-assigned.xpm
new file mode 100644
index 0000000000..9b245c0c49
--- /dev/null
+++ b/art/task-assigned.xpm
@@ -0,0 +1,30 @@
+/* XPM */
+static char * task_assigned_xpm[] = {
+"16 16 11 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #F3F3F3",
+"# c #CCCCCC",
+"$ c #B2B2B2",
+"% c #ECECEC",
+"& c #FFCC66",
+"* c #CC9933",
+"= c #996600",
+"- c #EEEEEE",
+" . . . . . ",
+" ........... ",
+" .+.+.+.+.+.@. ",
+" .+.#.#.#.#.$. ",
+" .+%%%%%%%%%$. ",
+" .+##..#####$. ",
+" .+%%.&.%%%%$. ",
+"......&&.###$. ",
+".&&&&&&&&.%%$. ",
+".&*&*&*&*&.#$. ",
+".========.%%$. ",
+"......==.###$. ",
+" .+%%.=.%%%%$. ",
+" .-$$..$$$$$$. ",
+" ........... ",
+" "};
diff --git a/art/task-recurring.xpm b/art/task-recurring.xpm
new file mode 100644
index 0000000000..634cd87a84
--- /dev/null
+++ b/art/task-recurring.xpm
@@ -0,0 +1,59 @@
+/* XPM */
+static char * task_recurring_xpm[] = {
+"16 16 40 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #F3F3F3",
+"# c #CCCCCC",
+"$ c #B2B2B2",
+"% c #ECECEC",
+"& c #BFBFC3",
+"* c #A2A2B0",
+"= c #454572",
+"- c #9898A9",
+"; c #85859C",
+"> c #333366",
+", c #4F4F79",
+"' c #B3B3C3",
+") c #A3A3B7",
+"! c #9696AD",
+"~ c #464672",
+"{ c #7F7F99",
+"] c #C9C9CA",
+"^ c #3D3D6D",
+"/ c #3B3B6B",
+"( c #A4A4B8",
+"_ c #B5B5C4",
+": c #D1D1D8",
+"< c #9191A4",
+"[ c #B5B5BD",
+"} c #9F9FAE",
+"| c #4A4A76",
+"1 c #40406F",
+"2 c #E9E9E9",
+"3 c #8F8FA9",
+"4 c #9D9DAC",
+"5 c #9090A4",
+"6 c #55557F",
+"7 c #ADADBE",
+"8 c #484875",
+"9 c #B9B9C7",
+"0 c #DCDCE0",
+"a c #EEEEEE",
+" . . . . . ",
+" ........... ",
+" .+.+.+.+.+.@. ",
+" .+.#.#.#.#.$. ",
+" .+%%%%%%%%%$. ",
+" .+&*=-#;>>,$. ",
+" .+'>)%%!>>'$. ",
+" .+~{]##;^/~$. ",
+" .+>(%%%_:(>$. ",
+" .+><[}###<>$. ",
+" .+|^1!%%23|$. ",
+" .+4>>;##5>4$. ",
+" .+6>>!%7890$. ",
+" .a$$$$$$$$$$. ",
+" ........... ",
+" "};
diff --git a/art/task.xpm b/art/task.xpm
new file mode 100644
index 0000000000..4a53c3e9ab
--- /dev/null
+++ b/art/task.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * task_xpm[] = {
+"16 16 8 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #F3F3F3",
+"# c #CCCCCC",
+"$ c #B2B2B2",
+"% c #ECECEC",
+"& c #EEEEEE",
+" . . . . . ",
+" ........... ",
+" .+.+.+.+.+.@. ",
+" .+.#.#.#.#.$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .&$$$$$$$$$$. ",
+" ........... ",
+" "};
4/cgit/cgit.cgi/freebsd-ports-gnome/commit/devel?h=gnome-3.24&id=44828009c13ddb248f04ca79b17638214a4e6108'>- Update to 3.24jadawin2014-05-222-4/+8 * - Add licencejadawin2014-05-221-0/+3 * - Update to 0.200006jadawin2014-05-223-3/+6 * - Update to 1.14jadawin2014-05-222-3/+3 * - Update to 0.300jadawin2014-05-222-3/+3 * - Fix buildmiwi2014-05-221-0/+21 * Update to 0.5.2bapt2014-05-222-4/+4 * LGPL was invalid and this is actually ISC.bdrewery2014-05-222-2/+2 * Add missing LICENSEbdrewery2014-05-221-0/+2 * statsd is a client for Etsy's statsd server, a front end/proxy for the Graphitemiwi2014-05-224-0/+25 * Daemons is a resource library for Python developers that want to create daemonmiwi2014-05-224-0/+26 * Fix pkg-plist.mandree2014-05-221-1/+2 * Update to 0.11milki2014-05-223-6/+5 * Update to version 1.7.7skreuzer2014-05-222-7/+6 * - Support STAGEDIRsbz2014-05-213-25/+27 * devel/valgrind: USES=tar:bzip2, shebangfixpi2014-05-211-2/+2 * Stageify.delphij2014-05-211-3/+2 * - Update to 0.7.0miwi2014-05-216-105/+50 * - Update to 3.7miwi2014-05-212-3/+3 * - Resurrect devel/asl: Assembler for a variety of microcontrollers/-processorsamdmi32014-05-219-0/+240 * Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1 * - Use libtoolantoine2014-05-212-9/+4 * - Update to 0.023sunpoet2014-05-212-3/+3 * Add libdevq 0.0.2.kwm2014-05-215-0/+35 * - Update to 1.005004jadawin2014-05-202-3/+3 * - Update to 0.11jadawin2014-05-202-3/+3 * - Update to 0.18jadawin2014-05-202-3/+3 * - Update to 0.21jadawin2014-05-202-4/+3 * - Update to 0.200011jadawin2014-05-202-3/+3 * - Update to 2.0.4sbz2014-05-204-56/+9 * - Update to 0.29jadawin2014-05-202-3/+3 * - Update to 1.70culot2014-05-202-3/+3 * - Update to 0.42jadawin2014-05-202-3/+3 * - Chase devel/ucommon shlib version bumpgahr2014-05-202-2/+2 * - Update to 0.63jadawin2014-05-202-3/+3 * - Update to 6.1.4gahr2014-05-206-81/+6 * - Update to 0.33jadawin2014-05-202-3/+3 * - Update to 0.11jadawin2014-05-202-3/+3 * - Update to 0.55jadawin2014-05-202-3/+3 * - Update to 1.102jadawin2014-05-202-3/+3 * devel/py-boto: update to 2.28.0rm2014-05-202-3/+3 * devel/py-manuel: update to 1.7.2rm2014-05-202-4/+3 * devel/py-diazo: update to 1.0.5rm2014-05-202-5/+4 * - update to 1.7.17ohauer2014-05-204-66/+73 * - Update to 0.9.6 releasemiwi2014-05-202-5/+6 * - Update to 0.054sunpoet2014-05-202-3/+3 * - Update to 1.01sunpoet2014-05-202-3/+6 * - Update to 0.01025sunpoet2014-05-202-3/+3 * - Update to 0.12sunpoet2014-05-202-4/+4 * Add dash-functional.el.rpaulo2014-05-201-0/+1 * Remove the 'lang' category.rpaulo2014-05-191-1/+1 * Remove .la files again now that abiword has been fixed.tijl2014-05-192-12/+2 * - Finally fix buildgahr2014-05-191-2/+2 * - Attempt to fix buildgahr2014-05-192-2/+21 * Update to 1.9.3.wxs2014-05-193-7/+8 * - Update to 0.42jadawin2014-05-192-3/+3 * - Update to 0.05jadawin2014-05-192-4/+8 * - Update to 1.10 [1]culot2014-05-192-3/+6 * - Update to 2.056jadawin2014-05-192-3/+3 * - Update to 0.28jadawin2014-05-192-3/+3 * - Update to 0.101343culot2014-05-193-4/+7 * - Update to 0.08culot2014-05-192-3/+3 * Add rubygem-kensa v2.0.2.rpaulo2014-05-194-0/+33 * Improve the COMMENT.rpaulo2014-05-191-1/+1 * - Update to 0.2.5nivit2014-05-192-4/+4 * - Update to 1.11.6nivit2014-05-192-3/+3 * - Update to 1.5.6nivit2014-05-193-8/+9 * Enable clojure-cider, dash.el, epl.el, pkg-info.el.rpaulo2014-05-191-0/+4 * Add devel/clojure-cider.rpaulo2014-05-194-0/+75 * Add devel/pkg-info.el.rpaulo2014-05-194-0/+33 * Add devel/epl.el.rpaulo2014-05-194-0/+34 * devel/bugzilla44: Better the descriptioneadler2014-05-191-1/+1 * Add devel/dash.elrpaulo2014-05-194-0/+34 * Delete devel/msp430-gcc3, gcc3 is not actual anymore for many years.lev2014-05-198-170/+0 * STAGEfy msp430 toolchain ports, un-break msp430-gdb with clang.lev2014-05-1914-100/+108 * (1) Update to latest 1.8.9lev2014-05-189-62/+36 * Switch to USES=libtool:keepla instead of plain USES=libtool.kwm2014-05-182-2/+12 * Depend on newer flex on FreeBSD 8 and 9.tijl2014-05-181-0/+11 * - Update to 1.5.3miwi2014-05-183-4/+4 * Update gitolite to 3.5.3.1,1milki2014-05-183-12/+13 * - USES=libtool tar:xz.tijl2014-05-182-18/+5 * Enable colors by defaultbdrewery2014-05-181-1/+2 * - Update devel/librelp from 1.2.0 to 1.2.7brd2014-05-183-6/+26 * Make devel/lutok use USES+=libtool.jmmv2014-05-182-3/+4 * Update devel/atf to 0.20 and modernize the port.jmmv2014-05-184-195/+122 * - Update to version 1.6.1miwi2014-05-182-15/+9 * - Update to version 4.0.4miwi2014-05-182-23/+10 * - Update to version 109.60.01miwi2014-05-183-22/+10 * - Update to version 111.03.00miwi2014-05-183-19/+12 * - Update to version 7.0.13miwi2014-05-183-28/+15 * Update to GPUTILS 1.3.0:tijl2014-05-173-5/+72 * - Update to version 4.00miwi2014-05-174-26/+16 * - Fix PORTEXAMPLESsunpoet2014-05-172-23/+25 * Horde package update:mm2014-05-174-6/+6 * Creates a temporary instance of OpenLDAP's slapd daemon to run tests against.kuriyama2014-05-175-0/+44 * - Update to 1.10jadawin2014-05-172-3/+3 * - Update to 1.31jadawin2014-05-172-4/+3