Builtin View menus for tasks and mail.
2001-03-01 Christopher James Lahey <clahey@ximian.com> * .cvsignore, Makefile.am, mail/.cvsignore, mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am, mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am, tasks/Tasks.galview, tasks/With_Category.galview, tasks/galview.xml: Builtin View menus for tasks and mail. svn path=/trunk/; revision=8460
This commit is contained in:

committed by
Chris Lahey

parent
ce67772c53
commit
3274711d7e
2
views/.cvsignore
Normal file
2
views/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
7
views/ChangeLog
Normal file
7
views/ChangeLog
Normal file
@ -0,0 +1,7 @@
|
||||
2001-03-01 Christopher James Lahey <clahey@ximian.com>
|
||||
|
||||
* .cvsignore, Makefile.am, mail/.cvsignore,
|
||||
mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am,
|
||||
mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am,
|
||||
tasks/Tasks.galview, tasks/With_Category.galview,
|
||||
tasks/galview.xml: Builtin View menus for tasks and mail.
|
1
views/Makefile.am
Normal file
1
views/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
SUBDIRS = mail tasks
|
2
views/mail/.cvsignore
Normal file
2
views/mail/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
10
views/mail/By_Sender.galview
Normal file
10
views/mail/By_Sender.galview
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<ETableState state-version="0.100000">
|
||||
<column source="0"/>
|
||||
<column source="3"/>
|
||||
<column source="1"/>
|
||||
<column source="4"/>
|
||||
<column source="5"/>
|
||||
<column source="6"/>
|
||||
<grouping/>
|
||||
</ETableState>
|
12
views/mail/By_Subject.galview
Normal file
12
views/mail/By_Subject.galview
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<ETableState state-version="0.100000">
|
||||
<column source="0"/>
|
||||
<column source="3"/>
|
||||
<column source="1"/>
|
||||
<column source="4"/>
|
||||
<column source="5"/>
|
||||
<column source="6"/>
|
||||
<grouping>
|
||||
<group column="5" ascending="true"/>
|
||||
</grouping>
|
||||
</ETableState>
|
3
views/mail/Makefile.am
Normal file
3
views/mail/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
defaultmaildir = $(datadir)/evolution/views/mail
|
||||
defaultmail_DATA = By_Subject.galview By_Sender.galview galview.xml
|
||||
EXTRA_DIST = $(defaultmail_DATA)
|
5
views/mail/galview.xml
Normal file
5
views/mail/galview.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<GalViewCollection>
|
||||
<GalView id="By_Subject" title="By Subject" filename="By_Subject.galview" type="etable"/>
|
||||
<GalView id="By_Sender" title="By Sender" filename="By_Sender.galview" type="etable"/>
|
||||
</GalViewCollection>
|
2
views/tasks/.cvsignore
Normal file
2
views/tasks/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
3
views/tasks/Makefile.am
Normal file
3
views/tasks/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
defaulttasksdir = $(datadir)/evolution/views/tasks
|
||||
defaulttasks_DATA = Tasks.galview With_Category.galview galview.xml
|
||||
EXTRA_DIST = $(defaulttasks_DATA)
|
7
views/tasks/Tasks.galview
Normal file
7
views/tasks/Tasks.galview
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<ETableState state-version="0.100000">
|
||||
<column source="13"/>
|
||||
<column source="14"/>
|
||||
<column source="9"/>
|
||||
<grouping/>
|
||||
</ETableState>
|
8
views/tasks/With_Category.galview
Normal file
8
views/tasks/With_Category.galview
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<ETableState state-version="0.100000">
|
||||
<column source="13"/>
|
||||
<column source="14"/>
|
||||
<column source="9"/>
|
||||
<column source="0"/>
|
||||
<grouping/>
|
||||
</ETableState>
|
5
views/tasks/galview.xml
Normal file
5
views/tasks/galview.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<GalViewCollection>
|
||||
<GalView id="Tasks" title="Tasks" filename="Tasks.galview" type="etable"/>
|
||||
<GalView id="With_Category" title="With Category" filename="With_Category.galview" type="etable"/>
|
||||
</GalViewCollection>
|
Reference in New Issue
Block a user