aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-10-10 13:29:36 +0800
committerHans Petter <hansp@src.gnome.org>2003-10-10 13:29:36 +0800
commit907f7999167285dcb8bb680d93da09eab94d794c (patch)
tree2ba2d97798520128ffb1f264e6a28351de9a867f /art
parent6cccb0c60fca242f9c34f161abede3515986e23e (diff)
downloadgsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.tar
gsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.tar.gz
gsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.tar.bz2
gsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.tar.lz
gsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.tar.xz
gsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.tar.zst
gsoc2013-evolution-907f7999167285dcb8bb680d93da09eab94d794c.zip
Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add
2003-10-10 Hans Petter Jansson <hpj@ximian.com> * calendar/gui/Makefile.am (etspec_DATA): Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add e-cal-list-view.[ch]. * calendar/gui/calendar-commands.c (show_list_view_clicked): Implement. (calendar_get_text_for_folder_bar_label): Add case for list view. Use month case and tweak it so it doesn't show "%d - %d" if the time span contains only one day. (verbs): Add list view. (pixmaps): Add list view. * calendar/gui/calendar-view-factory.c (calendar_view_factory_get_title): Add list view case. (calendar_view_factory_get_type_code): Add list view case. * calendar/gui/control-factory.c (get_prop): Add list view case. * calendar/gui/e-cal-model.c (get_classification): Fix to conform to updated libical. (ecm_set_value_at): Add missing break statements. (ecm_get_color_for_component): Add braces for clarity. * calendar/gui/gnome-cal.c (gnome_calendar_get_current_view_widget): Add list view case. (get_focus_location): Add list view case. (connect_list_view_focus): Implement. (setup_widgets): Set up list view. (gnome_calendar_direction): Add list view case. (set_view): Add list view case. (gnome_calendar_setup_view_menus): Add list view factory. (gnome_calendar_construct): Account for list view. (gnome_calendar_update_config_settings): Account for list view. (get_days_shown): Implement list view case. * calendar/gui/gnome-cal.h (GnomeCalendarViewType): Add list view. * calendar/gui/e-cal-list-view.[ch]: Implement ECalListView, subclassing ECalView. * ui/evolution-calendar.xml: Add calendar list view task button. * art/listview.xpm: Add calendar list view icon. svn path=/trunk/; revision=22850
Diffstat (limited to 'art')
-rw-r--r--art/ChangeLog4
-rw-r--r--art/Makefile.am1
-rw-r--r--art/listview.xpm34
3 files changed, 39 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index 5c12dae5f5..9ea16ee481 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-10 Hans Petter Jansson <hpj@ximian.com>
+
+ * listview.xpm: Add calendar list view icon.
+
2003-09-24 Ettore Perazzoli <ettore@ximian.com>
* about-box.png: More artwork from Jakub.
diff --git a/art/Makefile.am b/art/Makefile.am
index 88f9a25442..bd96fd0759 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -183,6 +183,7 @@ buttons_DATA = \
fetch-mail.png \
forward.png \
goto-24.png \
+ listview.xpm \
monthview.xpm \
move-message.png \
next-message.png \
diff --git a/art/listview.xpm b/art/listview.xpm
new file mode 100644
index 0000000000..56d4a7fd64
--- /dev/null
+++ b/art/listview.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * listview_xpm[] = {
+"24 24 7 1",
+" c None",
+". c #000000",
+"+ c #D8D8D4",
+"@ c #919191",
+"# c #666666",
+"$ c #FFFFFF",
+"% c #F2F1ED",
+"....................... ",
+".++++++++++++++++++++@. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+".@####################. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".@@@@@@@@@@@@@@@@@@@@#. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".$%%%%%%%%%%%%%%%%%%%@. ",
+".+@@@@@@@@@@@@@@@@@@@#. ",
+"....................... ",
+" "};