New view.

2001-03-04  Christopher James Lahey  <clahey@ximian.com>

	* addressbook/By_Company.galview: New view.

	* addressbook/Makefile.am: Added By_Company.galview.

	* addressbook/Phone_List.galview: Updated this a bit.

	* addressbook/galview.xml: Added By Company and Address Cards (No
	Address_Cards.galview is required for now.)

svn path=/trunk/; revision=8540
This commit is contained in:
Christopher James Lahey
2001-03-04 10:24:00 +00:00
committed by Chris Lahey
parent db3e8ba817
commit 2a548d8fdc
5 changed files with 33 additions and 2 deletions

View File

@ -1,3 +1,14 @@
2001-03-04 Christopher James Lahey <clahey@ximian.com>
* addressbook/By_Company.galview: New view.
* addressbook/Makefile.am: Added By_Company.galview.
* addressbook/Phone_List.galview: Updated this a bit.
* addressbook/galview.xml: Added By Company and Address Cards (No
Address_Cards.galview is required for now.)
2001-03-04 Christopher James Lahey <clahey@ximian.com>
* addressbook/.cvsignore, addressbook/Makefile.am,

View File

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<ETableState state-version="0.100000">
<column source="1"/>
<column source="31"/>
<column source="9"/>
<column source="0"/>
<column source="29"/>
<column source="5"/>
<column source="14"/>
<column source="8"/>
<column source="12"/>
<grouping>
<group column="10" ascending="true"/>
<leaf column="0" ascending="true"/>
</grouping>
</ETableState>

View File

@ -1,3 +1,3 @@
defaultaddressbookdir = $(datadir)/evolution/views/addressbook
defaultaddressbook_DATA = Phone_List.galview galview.xml
defaultaddressbook_DATA = By_Company.galview Phone_List.galview galview.xml
EXTRA_DIST = $(defaultaddressbook_DATA)

View File

@ -7,5 +7,7 @@
<column source="14"/>
<column source="8"/>
<column source="12"/>
<grouping/>
<grouping>
<leaf column="0" ascending="true"/>
</grouping>
</ETableState>

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<GalViewCollection>
<GalView id="Address_Cards" title="Adress Cards" filename="Address_Cards.galview" type="minicard"/>
<GalView id="Phone_List" title="Phone List" filename="Phone_List.galview" type="etable"/>
<GalView id="By_Company" title="By Company" filename="By_Company.galview" type="etable"/>
</GalViewCollection>