aboutsummaryrefslogtreecommitdiffstats
path: root/views/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'views/tasks')
-rw-r--r--views/tasks/.cvsignore2
-rw-r--r--views/tasks/Makefile.am3
-rw-r--r--views/tasks/Tasks.galview7
-rw-r--r--views/tasks/With_Category.galview8
-rw-r--r--views/tasks/galview.xml5
5 files changed, 25 insertions, 0 deletions
diff --git a/views/tasks/.cvsignore b/views/tasks/.cvsignore
new file mode 100644
index 0000000000..282522db03
--- /dev/null
+++ b/views/tasks/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/views/tasks/Makefile.am b/views/tasks/Makefile.am
new file mode 100644
index 0000000000..306e63cbca
--- /dev/null
+++ b/views/tasks/Makefile.am
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000000..090c3e524e
--- /dev/null
+++ b/views/tasks/Tasks.galview
@@ -0,0 +1,7 @@
+<?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
new file mode 100644
index 0000000000..270bd2ea3f
--- /dev/null
+++ b/views/tasks/With_Category.galview
@@ -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>
diff --git a/views/tasks/galview.xml b/views/tasks/galview.xml
new file mode 100644
index 0000000000..d5490d4b20
--- /dev/null
+++ b/views/tasks/galview.xml
@@ -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>