aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-04 17:57:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-04 17:57:38 +0800
commitdb3e8ba8175199d0aa5a680a907e170b5aa02111 (patch)
tree8526e8fe6d6f43e15620626ce5c28617ceaff877 /views
parenteca83b21db88e5d9e9ac712bd566942c8b2ff00a (diff)
downloadgsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.gz
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.bz2
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.lz
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.xz
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.zst
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.zip
Added a built in view menu for addressbook.
2001-03-04 Christopher James Lahey <clahey@ximian.com> * addressbook/.cvsignore, addressbook/Makefile.am, addressbook/Phone_List.galview, addressbook/galview.xml: Added a built in view menu for addressbook. svn path=/trunk/; revision=8539
Diffstat (limited to 'views')
-rw-r--r--views/ChangeLog17
-rw-r--r--views/Makefile.am2
-rw-r--r--views/addressbook/.cvsignore2
-rw-r--r--views/addressbook/Makefile.am3
-rw-r--r--views/addressbook/Phone_List.galview11
-rw-r--r--views/addressbook/galview.xml4
6 files changed, 38 insertions, 1 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index 6fdf3b3ce2..65eab52cc0 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,20 @@
+2001-03-04 Christopher James Lahey <clahey@ximian.com>
+
+ * addressbook/.cvsignore, addressbook/Makefile.am,
+ addressbook/Phone_List.galview, addressbook/galview.xml: Added a
+ built in view menu for addressbook.
+
+2001-03-04 Christopher James Lahey <clahey@ximian.com>
+
+ * mail/By_Sender.galview, mail/By_Subject.galview: Corrected these
+ views a bit.
+
+ * mail/By_Status.galview, mail/Messages.galview: New views for "By
+ Status" and "Messages".
+
+ * mail/Makefile.am, mail/galview.xml: Added By_Status.galview and
+ Messages.galview.
+
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* .cvsignore, Makefile.am, mail/.cvsignore,
diff --git a/views/Makefile.am b/views/Makefile.am
index 6742ee1adc..03d536e017 100644
--- a/views/Makefile.am
+++ b/views/Makefile.am
@@ -1 +1 @@
-SUBDIRS = mail tasks
+SUBDIRS = addressbook mail tasks
diff --git a/views/addressbook/.cvsignore b/views/addressbook/.cvsignore
new file mode 100644
index 0000000000..282522db03
--- /dev/null
+++ b/views/addressbook/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/views/addressbook/Makefile.am b/views/addressbook/Makefile.am
new file mode 100644
index 0000000000..b0ec2abecf
--- /dev/null
+++ b/views/addressbook/Makefile.am
@@ -0,0 +1,3 @@
+defaultaddressbookdir = $(datadir)/evolution/views/addressbook
+defaultaddressbook_DATA = Phone_List.galview galview.xml
+EXTRA_DIST = $(defaultaddressbook_DATA)
diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview
new file mode 100644
index 0000000000..369c3690d4
--- /dev/null
+++ b/views/addressbook/Phone_List.galview
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000">
+ <column source="1"/>
+ <column source="9"/>
+ <column source="0"/>
+ <column source="5"/>
+ <column source="14"/>
+ <column source="8"/>
+ <column source="12"/>
+ <grouping/>
+</ETableState>
diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml
new file mode 100644
index 0000000000..b7be72282e
--- /dev/null
+++ b/views/addressbook/galview.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<GalViewCollection>
+ <GalView id="Phone_List" title="Phone List" filename="Phone_List.galview" type="etable"/>
+</GalViewCollection>