aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-07 19:24:08 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-07 19:24:08 +0800
commitb7ac37f6b1b54cf9262958a4419f00d00dea554e (patch)
tree5abf2d84a4d38a3904c579d60599404428641ec4 /views
parent9f83d6d31872f5bce584c52738385bc2ae568a05 (diff)
downloadgsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.tar
gsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.tar.gz
gsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.tar.bz2
gsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.tar.lz
gsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.tar.xz
gsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.tar.zst
gsoc2013-evolution-b7ac37f6b1b54cf9262958a4419f00d00dea554e.zip
Bumped the required version of gal.
2002-02-07 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. From addressbook/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-view.c (e_addressbook_view_setup_menus): Changed this function to use the new GalViewMenus which takes a GalViewInstance, instead of a GalViewCollection. From calendar/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/e-tasks.c (e_tasks_setup_view_menus), gui/gnome-cal.c (gnome_calendar_setup_view_menus): Made these use the new GalViewMenus stuff. From mail/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * folder-browser.c, folder-browser.h, folder-browser-ui.c, folder-browser-ui.h (folder_browser_ui_setup_view_menus, folder_browser_ui_discard_view_menus): Changed this to use the new GalViewMenus stuff. Made these exported functions. * mail-callbacks.c, message-browser.c: Changed these to not pass the now removed row parameter to message_list_select. * mail-config.c, mail-config.h (mail_config_folder_to_safe_url): Refactored this out of mail_config_folder_to_cachename. * message-list.c, message-list.h (message_list_select): Removed the row argument. Changed this to use the new function in ETree for finding the next cursor row that matches a test. (message_list_construct): Handle a failed construction of the ETree here. (message_list_setup_etree, save_tree_state): Don't load or save the header state. folder-browser-ui.c deals with this now. From views/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml, tasks/galview.xml: Added default-view parameters. * mail/As_Sent_Folder.galview: New galview. * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder galview. From widgets/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * menus/gal-view-menus.c, menus/gal-view-menus.h (gal_view_menus_new): Made this take a GalViewInstance instead of a GalViewCollection. Reworked most of this to utilize the interfaces provided by GalViewInstance. svn path=/trunk/; revision=15592
Diffstat (limited to 'views')
-rw-r--r--views/ChangeLog10
-rw-r--r--views/addressbook/galview.xml2
-rw-r--r--views/calendar/galview.xml2
-rw-r--r--views/mail/As_Sent_Folder.galview10
-rw-r--r--views/mail/Makefile.am2
-rw-r--r--views/mail/galview.xml3
-rw-r--r--views/tasks/galview.xml2
7 files changed, 26 insertions, 5 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index 79b101c889..c190e27d5a 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,13 @@
+2002-02-07 Christopher James Lahey <clahey@ximian.com>
+
+ * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml,
+ tasks/galview.xml: Added default-view parameters.
+
+ * mail/As_Sent_Folder.galview: New galview.
+
+ * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder
+ galview.
+
2001-10-21 Christopher James Lahey <clahey@ximian.com>
* addressbook/By_Company.galview: Group by the correct column.
diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml
index b59aeb8fd0..dcf91542ec 100644
--- a/views/addressbook/galview.xml
+++ b/views/addressbook/galview.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<GalViewCollection>
+<GalViewCollection default-view="Address_Cards">
<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"/>
diff --git a/views/calendar/galview.xml b/views/calendar/galview.xml
index f82acf528a..36cc68c684 100644
--- a/views/calendar/galview.xml
+++ b/views/calendar/galview.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<GalViewCollection>
+<GalViewCollection default-view="Day_View">
<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"
diff --git a/views/mail/As_Sent_Folder.galview b/views/mail/As_Sent_Folder.galview
new file mode 100644
index 0000000000..3842efd560
--- /dev/null
+++ b/views/mail/As_Sent_Folder.galview
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000">
+ <column source="0"/>
+ <column source="3"/>
+ <column source="1"/>
+ <column source="8"/>
+ <column source="5"/>
+ <column source="6"/>
+ <grouping/>
+</ETableState>
diff --git a/views/mail/Makefile.am b/views/mail/Makefile.am
index 1df68eb6b5..88c764dfe7 100644
--- a/views/mail/Makefile.am
+++ b/views/mail/Makefile.am
@@ -1,3 +1,3 @@
defaultmaildir = $(datadir)/evolution/views/mail
-defaultmail_DATA = By_Sender.galview By_Status.galview By_Subject.galview Messages.galview galview.xml
+defaultmail_DATA = As_Sent_Folder.galview By_Sender.galview By_Status.galview By_Subject.galview Messages.galview galview.xml
EXTRA_DIST = $(defaultmail_DATA)
diff --git a/views/mail/galview.xml b/views/mail/galview.xml
index bea63babee..f019da7d54 100644
--- a/views/mail/galview.xml
+++ b/views/mail/galview.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
-<GalViewCollection>
+<GalViewCollection default-view="Messages">
<GalView id="Messages" _title="Messages" filename="Messages.galview" type="etable"/>
+ <GalView id="As_Sent_Folder" _title="As Sent Folder" filename="As_Sent_Folder.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"/>
diff --git a/views/tasks/galview.xml b/views/tasks/galview.xml
index 83f396b371..4f7e7c9b1d 100644
--- a/views/tasks/galview.xml
+++ b/views/tasks/galview.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<GalViewCollection>
+<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"/>
</GalViewCollection>