~ubuntu-branches/ubuntu/utopic/freemind/utopic

« back to all changes in this revision

Viewing changes to freemind/accessories/plugins/TimeManagement.xml

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-03 14:19:19 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100103141919-m5az7dkicy21hqop
Tags: 0.9.0~rc6+dfsg-1ubuntu1
* Merge from Debian unstable (LP: #182927), remaining changes:
  - debian/copyright: add license/copyright for
    freemind/freemind/main/ExampleFileFilter.java

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
2
<plugin label="plugins/TimeManagement">
 
3
        <plugin_registration isPluginBase="true" 
 
4
                class_name="accessories.plugins.time.TimeManagementOrganizer">
 
5
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
6
        </plugin_registration>
 
7
        <plugin_action documentation="%plugins/TimeManagement.xml_documentation" 
 
8
                name="%plugins/TimeManagement.xml_name" 
 
9
                base="freemind.extensions.ModeControllerHookAdapter" 
 
10
                label="plugins/TimeManagement.xml" 
 
11
                class_name="accessories.plugins.time.TimeManagement" 
 
12
                key_stroke="%keystroke_plugins/TimeManagement.xml_key"
 
13
                >
 
14
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
15
                <plugin_menu location="menu_bar/extras/first/time_management/start"/>
 
16
        </plugin_action>
 
17
        <plugin_action documentation="%plugins/TimeList.xml_documentation" 
 
18
                name="%plugins/TimeList.xml_name" 
 
19
                base="freemind.extensions.ModeControllerHookAdapter" 
 
20
                label="plugins/TimeList.xml" class_name="accessories.plugins.time.TimeList">
 
21
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
22
                <plugin_menu location="menu_bar/extras/first/time_management/timelist"/>
 
23
                <plugin_property name="show_all_nodes" value="false"/>
 
24
        </plugin_action>
 
25
        <plugin_action documentation="%plugins/NodeList.xml_documentation" 
 
26
                name="%plugins/NodeList.xml_name" 
 
27
                base="freemind.extensions.ModeControllerHookAdapter" 
 
28
                label="plugins/NodeList.xml" class_name="accessories.plugins.time.TimeList"
 
29
                key_stroke="%keystroke_plugins/TimeList.xml_key">
 
30
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
31
<!--            <plugin_menu location="menu_bar/extras/first/time_management/nodelist"/> -->
 
32
                <plugin_menu location="menu_bar/edit/find/nodelist"/>
 
33
                <plugin_property name="show_all_nodes" value="true"/>
 
34
        </plugin_action>
 
35
        <plugin_action 
 
36
                documentation="%plugins/TimeManagementReminder.xml_documentation" 
 
37
                name="%plugins/TimeManagementReminder.xml_name" 
 
38
                base="freemind.extensions.PermanentNodeHookAdapter" 
 
39
                label="plugins/TimeManagementReminder.xml" 
 
40
                class_name="accessories.plugins.time.ReminderHook" instanciation="Once">
 
41
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
42
                <!--<plugin_menu location="menu_bar/extras/first/time_management_reminder"/> -->
 
43
        </plugin_action>
 
44
        <!-- Remove reminder is only visible when in suitable context.-->
 
45
        <plugin_action documentation="%plugins/RemoveReminder.xml_documentation" 
 
46
                name="%plugins/RemoveReminder.xml_name" 
 
47
                base="freemind.extensions.NodeHookAdapter" 
 
48
                label="plugins/time/RemoveReminderHook.java" 
 
49
                class_name="accessories.plugins.time.RemoveReminderHook">
 
50
                <plugin_mode class_name="freemind.modes.mindmapmode"/>
 
51
                <plugin_menu 
 
52
                        location="menu_bar/extras/first/time_management/remove_reminder"/>
 
53
                <plugin_menu location="mindmapmode_popup/context/remove_reminder"/>
 
54
        </plugin_action>
 
55
</plugin>
 
 
b'\\ No newline at end of file'