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:
committed by
Chris Lahey
parent
db3e8ba817
commit
2a548d8fdc
@ -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,
|
||||
|
||||
16
views/addressbook/By_Company.galview
Normal file
16
views/addressbook/By_Company.galview
Normal 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>
|
||||
@ -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)
|
||||
|
||||
@ -7,5 +7,7 @@
|
||||
<column source="14"/>
|
||||
<column source="8"/>
|
||||
<column source="12"/>
|
||||
<grouping/>
|
||||
<grouping>
|
||||
<leaf column="0" ascending="true"/>
|
||||
</grouping>
|
||||
</ETableState>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user