|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.2"?> |
|
3 <plugin> |
|
4 <extension |
|
5 point="org.eclipse.ui.views.properties.tabbed.propertyContributor"> |
|
6 <propertyContributor |
|
7 contributorId="com.nokia.tools.theme.s60.ui.animation.LayerAnimationControls" |
|
8 labelProvider="com.nokia.tools.theme.s60.ui.animation.controls.LayerControlsSectionLabelProvider"> |
|
9 <propertyCategory category="general"></propertyCategory> |
|
10 <propertyCategory category="static"></propertyCategory> |
|
11 <propertyCategory category="animated"></propertyCategory> |
|
12 </propertyContributor> |
|
13 </extension> |
|
14 <extension |
|
15 point="org.eclipse.ui.views.properties.tabbed.propertyTabs"> |
|
16 <propertyTabs |
|
17 contributorId="com.nokia.tools.theme.s60.ui.animation.LayerAnimationControls"> |
|
18 <propertyTab label="General" category="general" |
|
19 id="LayerEffectAnimationControls.general"> |
|
20 </propertyTab> |
|
21 <propertyTab label="Still" category="static" |
|
22 id="LayerEffectAnimationControls.static"> |
|
23 </propertyTab> |
|
24 <propertyTab label="Animated" category="animated" |
|
25 afterTab="LayerEffectAnimationControls.static" |
|
26 id="LayerEffectAnimationControls.animated"> |
|
27 </propertyTab> |
|
28 </propertyTabs> |
|
29 </extension> |
|
30 <extension |
|
31 point="org.eclipse.ui.views.properties.tabbed.propertySections"> |
|
32 <propertySections |
|
33 contributorId="com.nokia.tools.screen.ui.propertysheet.tabbed.TabbedProperty"> |
|
34 <propertySection |
|
35 class="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.StretchSection" |
|
36 id="com.nokia.tools.screen.ui.propertysheet.tabbed.section.stretch" |
|
37 tab="com.nokia.tools.screen.ui.propertysheet.tabbed.general" |
|
38 filter="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.StretchModeFilter" /> |
|
39 <propertySection |
|
40 class="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.LineCategoryInfoSection" |
|
41 id="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.section.line" |
|
42 tab="com.nokia.tools.screen.ui.propertysheet.tabbed.general" |
|
43 filter="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.LineCategoryFilter" /> |
|
44 <propertySection |
|
45 class="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.PlatformSupportSection" |
|
46 filter="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.PlatformSupportFilter" |
|
47 id="com.nokia.tools.theme.s60.ui.propertysheet.tabbed.section.platform" |
|
48 tab="com.nokia.tools.screen.ui.propertysheet.tabbed.general"/> |
|
49 </propertySections> |
|
50 </extension> |
|
51 |
|
52 <extension |
|
53 point="org.eclipse.ui.views.properties.tabbed.propertySections"> |
|
54 <propertySections |
|
55 contributorId="com.nokia.tools.theme.s60.ui.animation.LayerAnimationControls"> |
|
56 <propertySection |
|
57 class="com.nokia.tools.theme.s60.ui.animation.controls.LayerInfoSection" |
|
58 id="LayerGeneralSection" |
|
59 tab="LayerEffectAnimationControls.general"> |
|
60 <input type="com.nokia.tools.theme.s60.editing.EditableImageLayer" /> |
|
61 </propertySection> |
|
62 <propertySection |
|
63 class="com.nokia.tools.theme.s60.ui.animation.controls.LayerEffectStaticControlsSection" |
|
64 id="LayerEffectStaticControlsSection" |
|
65 tab="LayerEffectAnimationControls.static"> |
|
66 <input type="com.nokia.tools.theme.s60.effects.EffectObject" /> |
|
67 </propertySection> |
|
68 <propertySection |
|
69 class="com.nokia.tools.theme.s60.ui.animation.controls.LayerEffectAnimatedControlsSection" |
|
70 filter="com.nokia.tools.theme.s60.ui.animation.controls.LayerEffectAnimationControlsFilter" |
|
71 id="LayerEffectAnimatedControlsSection" |
|
72 tab="LayerEffectAnimationControls.animated"/> |
|
73 </propertySections> |
|
74 </extension> |
|
75 |
|
76 <extension |
|
77 point = "org.eclipse.ui.preferencePages"> |
|
78 <page |
|
79 category="com.nokia.tools.s60.preferences.S60UICustomizationGeneralPreferencePage" |
|
80 class="com.nokia.tools.theme.s60.ui.preferences.ComponentStorePrefPage" |
|
81 id="com.nokia.tools.s60.preferences.ComponentStorePrefPage" |
|
82 name="Component Store"/> |
|
83 </extension> |
|
84 |
|
85 <extension |
|
86 point="com.nokia.tools.screen.ui.contributors"> |
|
87 <gallery contentType="S60THEME" default="Idle" |
|
88 screens="Active Second Call,Idle,Settings List,Contacts,Calendar Month View,Pinboard,Settings Menu,Form Selection List" /> |
|
89 <packaging contentType="S60THEME" |
|
90 operationClass="com.nokia.tools.theme.s60.ui.wizards.PackagingOperation" |
|
91 helpContextId="com.nokia.tools.s60.ide.createDeploymentPackage_context"> |
|
92 <wizardPage class="com.nokia.tools.theme.s60.ui.wizards.NewPackagePage1" /> |
|
93 <wizardPage class="com.nokia.tools.theme.s60.ui.wizards.NewPackagePage2" /> |
|
94 </packaging> |
|
95 </extension> |
|
96 |
|
97 <extension |
|
98 point="com.nokia.tools.screen.ui.contributors"> |
|
99 <operation |
|
100 createProject="com.nokia.tools.theme.s60.ui.actions.S60CreateProjectAction" |
|
101 exportProject="com.nokia.tools.theme.s60.ui.wizards.S60ExportProjectOperation" |
|
102 importProject="com.nokia.tools.theme.s60.ui.wizards.S60ImportProjectOperation" |
|
103 openProject="com.nokia.tools.theme.s60.ui.actions.S60OpenProjectAction"/> |
|
104 </extension> |
|
105 <extension |
|
106 point="com.nokia.tools.screen.ui.packagingPreProcessingAction"> |
|
107 <packagingPreProcessingAction |
|
108 actionClass="com.nokia.tools.theme.s60.ui.helper.packaging.S60PackagingPreprocessingAction" |
|
109 contentType="S60THEME"> |
|
110 </packagingPreProcessingAction> |
|
111 </extension> |
|
112 <extension |
|
113 point="org.eclipse.ui.actionSets"> |
|
114 <actionSet |
|
115 id="com.nokia.tools.theme.s60.ui.keygeneration.actionset" |
|
116 label="KeyGenerator" |
|
117 visible="true"> |
|
118 <action |
|
119 class="com.nokia.tools.theme.s60.ui.actions.KeyPairsAction" |
|
120 disabledIcon="icons/dtool16/handle_key_pairs16x16.png" |
|
121 icon="icons/etool16/handle_key_pairs16x16.png" |
|
122 id="com.nokia.tools.theme.s60.ui.actions.KeyPairsAction" |
|
123 label="%KeyPairsAction.label" |
|
124 menubarPath="Tools/KeyPairGroup" |
|
125 style="push"/> |
|
126 </actionSet> |
|
127 </extension> |
|
128 </plugin> |