diff options
author | nobody <nobody@localhost> | 2002-01-20 21:41:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-01-20 21:41:39 +0800 |
commit | 173f27236bbb289557da6f173704ced70aa73564 (patch) | |
tree | 32cb6f4702fe446ea804947fa4479b5431a3d24a /views | |
parent | 7a987fd4d3a3a860a34ef061d62f1ef780e1a0b4 (diff) | |
download | gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.tar gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.tar.gz gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.tar.bz2 gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.tar.lz gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.tar.xz gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.tar.zst gsoc2013-evolution-173f27236bbb289557da6f173704ced70aa73564.zip |
This commit was manufactured by cvs2svn to create tag 'Release103'.Release103
svn path=/tags/Release103/; revision=15390
Diffstat (limited to 'views')
-rw-r--r-- | views/.cvsignore | 2 | ||||
-rw-r--r-- | views/ChangeLog | 60 | ||||
-rw-r--r-- | views/Makefile.am | 1 | ||||
-rw-r--r-- | views/addressbook/.cvsignore | 2 | ||||
-rw-r--r-- | views/addressbook/By_Company.galview | 16 | ||||
-rw-r--r-- | views/addressbook/Makefile.am | 3 | ||||
-rw-r--r-- | views/addressbook/Phone_List.galview | 13 | ||||
-rw-r--r-- | views/addressbook/galview.xml | 6 | ||||
-rw-r--r-- | views/calendar/.cvsignore | 2 | ||||
-rw-r--r-- | views/calendar/Makefile.am | 5 | ||||
-rw-r--r-- | views/calendar/galview.xml | 11 | ||||
-rw-r--r-- | views/mail/.cvsignore | 2 | ||||
-rw-r--r-- | views/mail/By_Sender.galview | 12 | ||||
-rw-r--r-- | views/mail/By_Status.galview | 12 | ||||
-rw-r--r-- | views/mail/By_Subject.galview | 12 | ||||
-rw-r--r-- | views/mail/Makefile.am | 3 | ||||
-rw-r--r-- | views/mail/Messages.galview | 10 | ||||
-rw-r--r-- | views/mail/galview.xml | 7 | ||||
-rw-r--r-- | views/tasks/.cvsignore | 2 | ||||
-rw-r--r-- | views/tasks/Makefile.am | 3 | ||||
-rw-r--r-- | views/tasks/Tasks.galview | 7 | ||||
-rw-r--r-- | views/tasks/With_Category.galview | 8 | ||||
-rw-r--r-- | views/tasks/galview.xml | 5 |
23 files changed, 0 insertions, 204 deletions
diff --git a/views/.cvsignore b/views/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/views/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/views/ChangeLog b/views/ChangeLog deleted file mode 100644 index 79b101c889..0000000000 --- a/views/ChangeLog +++ /dev/null @@ -1,60 +0,0 @@ -2001-10-21 Christopher James Lahey <clahey@ximian.com> - - * addressbook/By_Company.galview: Group by the correct column. - - * addressbook/By_Company.galview, addressbook/Phone_List.galview: - Updated both sets of columns here to make more sense. - -2001-10-05 Christopher James Lahey <clahey@ximian.com> - - * mail/By_Sender.galview, mail/By_Status.galview, - mail/By_Subject.galview: Fixed these. Fixes Ximian bug #6803. - -2001-06-15 Federico Mena Quintero <federico@ximian.com> - - * calendar/galview.xml: New list of the default calendar views. - -2001-05-21 Chris Toshok <toshok@ximian.com> - - * addressbook/galview.xml: correct typo. - -2001-04-11 Christopher James Lahey <clahey@ximian.com> - - * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: - Translate the titles here. - -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, - 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, - 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. diff --git a/views/Makefile.am b/views/Makefile.am deleted file mode 100644 index f6439105cc..0000000000 --- a/views/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = addressbook mail tasks calendar diff --git a/views/addressbook/.cvsignore b/views/addressbook/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/views/addressbook/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview deleted file mode 100644 index e658639226..0000000000 --- a/views/addressbook/By_Company.galview +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0"?> -<ETableState state-version="0.100000"> - <column source="1"/> - <column source="31"/> - <column source="8"/> - <column source="0"/> - <column source="29"/> - <column source="5"/> - <column source="14"/> - <column source="8"/> - <column source="12"/> - <grouping> - <group column="9" ascending="true"/> - <leaf column="0" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/addressbook/Makefile.am b/views/addressbook/Makefile.am deleted file mode 100644 index b4df38bcfa..0000000000 --- a/views/addressbook/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -defaultaddressbookdir = $(datadir)/evolution/views/addressbook -defaultaddressbook_DATA = By_Company.galview Phone_List.galview galview.xml -EXTRA_DIST = $(defaultaddressbook_DATA) diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview deleted file mode 100644 index b9e2b1a553..0000000000 --- a/views/addressbook/Phone_List.galview +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0"?> -<ETableState state-version="0.100000"> - <column source="0"/> - <column source="9"/> - <column source="2"/> - <column source="5"/> - <column source="14"/> - <column source="8"/> - <column source="12"/> - <grouping> - <leaf column="0" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml deleted file mode 100644 index b59aeb8fd0..0000000000 --- a/views/addressbook/galview.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<GalViewCollection> - <GalView id="Address_Cards" _title="Address 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> diff --git a/views/calendar/.cvsignore b/views/calendar/.cvsignore deleted file mode 100644 index 3dda72986f..0000000000 --- a/views/calendar/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile.in -Makefile diff --git a/views/calendar/Makefile.am b/views/calendar/Makefile.am deleted file mode 100644 index f993c4e036..0000000000 --- a/views/calendar/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -defaultcalendardir = $(datadir)/evolution/views/calendar - -defaultcalendar_DATA = galview.xml - -EXTRA_DIST = $(defaultcalendar_DATA) diff --git a/views/calendar/galview.xml b/views/calendar/galview.xml deleted file mode 100644 index f82acf528a..0000000000 --- a/views/calendar/galview.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?> -<GalViewCollection> - <GalView id="Day_View" _title="Day View" filename="Day_View.galview" - type="day_view"/> - <GalView id="Work_Week_View" _title="Work Week View" filename="Work_Week_View.galview" - type="work_week_view"/> - <GalView id="Week_View" _title="Week View" filename="Week_View.galview" - type="week_view"/> - <GalView id="Month_View" _title="Month View" filename="Month_View.galview" - type="month_view"/> -</GalViewCollection> diff --git a/views/mail/.cvsignore b/views/mail/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/views/mail/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/views/mail/By_Sender.galview b/views/mail/By_Sender.galview deleted file mode 100644 index 3cd14800ee..0000000000 --- a/views/mail/By_Sender.galview +++ /dev/null @@ -1,12 +0,0 @@ -<?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> - <leaf column="4" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/mail/By_Status.galview b/views/mail/By_Status.galview deleted file mode 100644 index 771dde1de1..0000000000 --- a/views/mail/By_Status.galview +++ /dev/null @@ -1,12 +0,0 @@ -<?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> - <leaf column="0" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/mail/By_Subject.galview b/views/mail/By_Subject.galview deleted file mode 100644 index 22c9258d2f..0000000000 --- a/views/mail/By_Subject.galview +++ /dev/null @@ -1,12 +0,0 @@ -<?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> - <leaf column="5" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/mail/Makefile.am b/views/mail/Makefile.am deleted file mode 100644 index 1df68eb6b5..0000000000 --- a/views/mail/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -defaultmaildir = $(datadir)/evolution/views/mail -defaultmail_DATA = By_Sender.galview By_Status.galview By_Subject.galview Messages.galview galview.xml -EXTRA_DIST = $(defaultmail_DATA) diff --git a/views/mail/Messages.galview b/views/mail/Messages.galview deleted file mode 100644 index 943e7574d0..0000000000 --- a/views/mail/Messages.galview +++ /dev/null @@ -1,10 +0,0 @@ -<?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> diff --git a/views/mail/galview.xml b/views/mail/galview.xml deleted file mode 100644 index bea63babee..0000000000 --- a/views/mail/galview.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0"?> -<GalViewCollection> - <GalView id="Messages" _title="Messages" filename="Messages.galview" type="etable"/> - <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"/> - <GalView id="By_Status" _title="By Status" filename="By_Status.galview" type="etable"/> -</GalViewCollection> diff --git a/views/tasks/.cvsignore b/views/tasks/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/views/tasks/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/views/tasks/Makefile.am b/views/tasks/Makefile.am deleted file mode 100644 index 306e63cbca..0000000000 --- a/views/tasks/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -defaulttasksdir = $(datadir)/evolution/views/tasks -defaulttasks_DATA = Tasks.galview With_Category.galview galview.xml -EXTRA_DIST = $(defaulttasks_DATA) diff --git a/views/tasks/Tasks.galview b/views/tasks/Tasks.galview deleted file mode 100644 index 090c3e524e..0000000000 --- a/views/tasks/Tasks.galview +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0"?> -<ETableState state-version="0.100000"> - <column source="13"/> - <column source="14"/> - <column source="9"/> - <grouping/> -</ETableState> diff --git a/views/tasks/With_Category.galview b/views/tasks/With_Category.galview deleted file mode 100644 index 270bd2ea3f..0000000000 --- a/views/tasks/With_Category.galview +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0"?> -<ETableState state-version="0.100000"> - <column source="13"/> - <column source="14"/> - <column source="9"/> - <column source="0"/> - <grouping/> -</ETableState> diff --git a/views/tasks/galview.xml b/views/tasks/galview.xml deleted file mode 100644 index 83f396b371..0000000000 --- a/views/tasks/galview.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?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> |