~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-06-24 00:27:53 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20110624002753-2vh1vjavlya7r103
Tags: 3.1.2-0ubuntu1
* New upstream release 3.1.2.
* debian/control: adjust Build-Depends to match new upstream requirements for
  the new release.
* debian/control: update evolution and evolution-dev Depends to require the
  right versions of e-d-s (>= 3.1, << 3.2), and drop libunique-3.0-dev.
* debian/control,
  debian/evolution.install: remove groupwise-features from the plugin list,
  it's now split out into a separate module.
* debian/patches/03_lpi.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<e-plugin-list>
3
 
        <e-plugin id="org.gnome.evolution.groupwise_features" type="shlib" _name="GroupWise Features" 
4
 
                location="@PLUGINDIR@/liborg-gnome-groupwise-features@SOEXT@" load-on-startup="true" system_plugin="true">
5
 
 
6
 
                <author name="Sivaiah Nallagatla" email="snallagatla@novell.com" />
7
 
                <author name="Vivek Jain" email="jvivek@novell.com" />
8
 
                <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/>
9
 
                <author name="Parthasarathi Susarla" email="sparthasarathi@novell.com"/>
10
 
                <author name="Sankar P" email="psankar@novell.com"/>
11
 
                <author name="Shreyas Srinivasan" email="sshreyas@novell.com"/>
12
 
                <author name="Raghavendran R" email="raghavguru7@gmail.com"/>
13
 
 
14
 
                <_description>Fine-tune your GroupWise accounts.</_description>
15
 
 
16
 
                <hook class="org.gnome.evolution.mail.config:1.0">
17
 
                        <group id="org.gnome.evolution.mail.folderConfig" target="folder" check= "shared_folder_check" commit="shared_folder_commit" abort ="shared_folder_abort">
18
 
                                <item type="page" path="10.shared" label="Shared" factory="org_gnome_shared_folder_factory"/>
19
 
                        </group>
20
 
                        <group id="org.gnome.evolution.mail.config.accountEditor" target="account" check  = "send_options_changed" commit = "send_options_commit" abort  = "send_options_abort">
21
 
                                <item type="section" path="40.defaults/50.send_options" label="Send Options" factory="org_gnome_send_options" />
22
 
                        </group>
23
 
                        <group id="org.gnome.evolution.mail.config.accountEditor" target="account" commit = "proxy_commit" abort="proxy_abort">
24
 
                                <item type="page" path="60.proxy" factory="org_gnome_proxy"/>
25
 
                        </group>
26
 
 
27
 
                        <group target="account" id="org.gnome.evolution.mail.config.accountAssistant">
28
 
                                <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
29
 
                        </group>
30
 
                        <group target="account" id="org.gnome.evolution.mail.config.accountEditor">
31
 
                                <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
32
 
                        </group>
33
 
                        <group target="account" id="org.gnome.evolution.mail.config.accountWizard">
34
 
                                <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
35
 
                        </group>
36
 
                </hook>
37
 
 
38
 
                <!-- cannot have one hook with two same ui-manager id-s, thus splitting here -->
39
 
                <hook class="org.gnome.evolution.ui:1.0">
40
 
                        <ui-manager id="org.gnome.evolution.mail" callback="gw_ui_mail_folder_popup">
41
 
                                <popup name="mail-folder-popup">
42
 
                                        <placeholder name="mail-folder-popup-actions">
43
 
                                                <menuitem action="gw-new-shared-folder"/>
44
 
                                                <menuitem action="gw-proxy-login"/>
45
 
                                        </placeholder>
46
 
                                </popup>
47
 
                        </ui-manager>
48
 
                </hook>
49
 
 
50
 
                <hook class="org.gnome.evolution.ui:1.0">
51
 
                        <ui-manager id="org.gnome.evolution.mail" callback="gw_ui_mail_message_popup">
52
 
                                <popup name="mail-message-popup">
53
 
                                        <placeholder name="mail-message-popup-actions">
54
 
                                                <separator />
55
 
                                                <menuitem action="gw-junk-mail-settings"/>
56
 
                                                <menuitem action="gw-track-message-status"/>
57
 
                                                <separator />
58
 
                                                <menuitem action="gw-retract-mail"/>
59
 
                                        </placeholder>
60
 
                                </popup>
61
 
                        </ui-manager>
62
 
 
63
 
                        <ui-manager id="org.gnome.evolution.calendars" callback="gw_ui_calendar_event_popup">
64
 
                                <popup name="calendar-event-popup">
65
 
                                        <placeholder name="event-popup-actions">
66
 
                                                <menuitem action="gw-meeting-accept"/>
67
 
                                                <menuitem action="gw-meeting-accept-tentative"/>
68
 
                                                <menuitem action="gw-meeting-decline"/>
69
 
                                                <menuitem action="gw-resend-meeting"/>
70
 
                                        </placeholder>
71
 
                                </popup>
72
 
                        </ui-manager>
73
 
                </hook>
74
 
 
75
 
                <hook class="org.gnome.evolution.ui:1.0">
76
 
                        <ui-manager id="org.gnome.evolution.composer" callback="gw_ui_composer_actions">
77
 
                                <menubar name="main-menu">
78
 
                                        <menu action="insert-menu">
79
 
                                                <placeholder name="insert-menu-top">
80
 
                                                        <placeholder name="send-options">
81
 
                                                                <menuitem action="gw-send-options"/>
82
 
                                                        </placeholder>
83
 
                                                </placeholder>
84
 
                                        </menu>
85
 
                                </menubar>
86
 
                        </ui-manager>
87
 
                </hook>
88
 
 
89
 
                <hook class="org.gnome.evolution.mail.events:1.0">
90
 
                        <event target="message" id="message.reading" type="pass" handle="org_gnome_popup_wizard"/>
91
 
                        <event id="message.replying" handle="org_gnome_composer_message_reply" target="message" enable="reply"/>
92
 
                </hook>
93
 
 
94
 
                <hook class="org.gnome.evolution.addressbook.config:1.0">
95
 
                        <group id="com.novell.evolution.addressbook.config.accountEditor" target="source" commit="commit_groupwise_addressbook">
96
 
                                <item type="item" path="00.general/10.display/00.gw_dummy" factory="e_book_groupwise_dummy"/>
97
 
                        </group>
98
 
                        <group id="com.novell.evolution.addressbook.config.accountEditor" target="source" commit="commit_groupwise_addressbook">
99
 
                                <item type="item" path="00.general/10.display/00.gw_dummy" factory="e_book_groupwise_dummy"/>
100
 
                        </group>
101
 
                </hook>
102
 
 
103
 
                <hook class="org.gnome.evolution.shell.events:1.0">
104
 
                        <event id="upgrade.done" handle="ensure_mandatory_esource_properties" target="upgrade"/>
105
 
                </hook>
106
 
        </e-plugin>
107
 
 
108
 
</e-plugin-list>