diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-02 04:10:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-02 04:10:42 +0800 |
commit | f82c1236a636c7ccc1d095bc39710c0c43ab1a54 (patch) | |
tree | 2f339e2ca8b7dd41f2614de2ed6226b454f4d7e0 /views | |
parent | aaa36b86af64276fd6697c83e5c26e1711211298 (diff) | |
download | gsoc2013-evolution-f82c1236a636c7ccc1d095bc39710c0c43ab1a54.tar.gz gsoc2013-evolution-f82c1236a636c7ccc1d095bc39710c0c43ab1a54.tar.zst gsoc2013-evolution-f82c1236a636c7ccc1d095bc39710c0c43ab1a54.zip |
add/remove views
2004-04-01 JP Rosevear <jpr@ximian.com>
* tasks/galview.xml: add/remove views
* tasks/With_Status.galview: add a status view
* tasks/With_DueDate.galview: add a due date view
* tasks/Makefile.am (tasksviewsdir): dist/install new views and
don't to an obsolete one
* calendar/galview.xml: list the new list view
* calendar/List_View.galview: default view for Lists
* calendar/Makefile.am (calendarviewsdir): dist and install the
list view
svn path=/trunk/; revision=25285
Diffstat (limited to 'views')
-rw-r--r-- | views/ChangeLog | 18 | ||||
-rw-r--r-- | views/calendar/List_View.galview (renamed from views/tasks/With_Category.galview) | 5 | ||||
-rw-r--r-- | views/calendar/Makefile.am | 2 | ||||
-rw-r--r-- | views/calendar/galview.xml | 2 | ||||
-rw-r--r-- | views/tasks/Makefile.am | 2 | ||||
-rw-r--r-- | views/tasks/Tasks.galview | 6 | ||||
-rw-r--r-- | views/tasks/With_DueDate.galview | 8 | ||||
-rw-r--r-- | views/tasks/With_Status.galview | 8 | ||||
-rw-r--r-- | views/tasks/galview.xml | 3 |
9 files changed, 45 insertions, 9 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index 3f679b9390..983d45093a 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,3 +1,21 @@ +2004-04-01 JP Rosevear <jpr@ximian.com> + + * tasks/galview.xml: add/remove views + + * tasks/With_Status.galview: add a status view + + * tasks/With_DueDate.galview: add a due date view + + * tasks/Makefile.am (tasksviewsdir): dist/install new views and + don't to an obsolete one + + * calendar/galview.xml: list the new list view + + * calendar/List_View.galview: default view for Lists + + * calendar/Makefile.am (calendarviewsdir): dist and install the + list view + 2003-12-05 Hans Petter Jansson <hpj@ximian.com> * addressbook/By_Company.galview: Match new column values, change diff --git a/views/tasks/With_Category.galview b/views/calendar/List_View.galview index 20e672cbd1..83ea13ca59 100644 --- a/views/tasks/With_Category.galview +++ b/views/calendar/List_View.galview @@ -1,8 +1,7 @@ <?xml version="1.0"?> <ETableState state-version="0.100000"> - <column source="5"/> - <column source="8"/> - <column source="6"/> + <column source="2"/> <column source="0"/> + <column source="1"/> <grouping/> </ETableState> diff --git a/views/calendar/Makefile.am b/views/calendar/Makefile.am index 1bb6f67167..5382e5e5f5 100644 --- a/views/calendar/Makefile.am +++ b/views/calendar/Makefile.am @@ -1,5 +1,5 @@ calendarviewsdir = $(viewsdir)/calendar -calendarviews_DATA = galview.xml +calendarviews_DATA = List_View.galview galview.xml EXTRA_DIST = $(calendarviews_DATA) diff --git a/views/calendar/galview.xml b/views/calendar/galview.xml index 572ad0cc87..4654217a29 100644 --- a/views/calendar/galview.xml +++ b/views/calendar/galview.xml @@ -8,4 +8,6 @@ type="week_view"/> <GalView id="Month_View" _title="_Month View" filename="Month_View.galview" type="month_view"/> + <GalView id="List_View" _title="_List View" filename="List_View.galview" + type="etable"/> </GalViewCollection> diff --git a/views/tasks/Makefile.am b/views/tasks/Makefile.am index 834ceb6e7d..7854157f31 100644 --- a/views/tasks/Makefile.am +++ b/views/tasks/Makefile.am @@ -1,3 +1,3 @@ tasksviewsdir = $(viewsdir)/tasks -tasksviews_DATA = Tasks.galview With_Category.galview galview.xml +tasksviews_DATA = Tasks.galview With_DueDate.galview With_Status.galview galview.xml EXTRA_DIST = $(tasksviews_DATA) diff --git a/views/tasks/Tasks.galview b/views/tasks/Tasks.galview index ad521f7f6e..9cbc7f9ce7 100644 --- a/views/tasks/Tasks.galview +++ b/views/tasks/Tasks.galview @@ -1,7 +1,7 @@ <?xml version="1.0"?> <ETableState state-version="0.100000"> - <column source="5"/> - <column source="8"/> - <column source="6"/> + <column source="1"/> + <column source="4"/> + <column source="2"/> <grouping/> </ETableState> diff --git a/views/tasks/With_DueDate.galview b/views/tasks/With_DueDate.galview new file mode 100644 index 0000000000..0b60475cca --- /dev/null +++ b/views/tasks/With_DueDate.galview @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<ETableState state-version="0.100000"> + <column source="1"/> + <column source="4"/> + <column source="2"/> + <column source="5"/> + <grouping/> +</ETableState> diff --git a/views/tasks/With_Status.galview b/views/tasks/With_Status.galview new file mode 100644 index 0000000000..d9978b6b2d --- /dev/null +++ b/views/tasks/With_Status.galview @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<ETableState state-version="0.100000"> + <column source="1"/> + <column source="4"/> + <column source="2"/> + <column source="8"/> + <grouping/> +</ETableState> diff --git a/views/tasks/galview.xml b/views/tasks/galview.xml index 6f32e821f8..0091adc72b 100644 --- a/views/tasks/galview.xml +++ b/views/tasks/galview.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> <GalViewCollection default-view="Tasks"> <GalView id="Tasks" _title="_Tasks" filename="Tasks.galview" type="etable"/> - <GalView id="With_Category" _title="With _Category" filename="With_Category.galview" type="etable"/> + <GalView id="With_DueDate" _title="With _Due Date" filename="With_DueDate.galview" type="etable"/> + <GalView id="With_Status" _title="With _Status" filename="With_Status.galview" type="etable"/> </GalViewCollection> |