Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app / org.gvsig.app.mainplugin / src / main / resources-plugin / config.xml @ 46752

History | View | Annotate | Download (50.2 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40558 jjdelcerro
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27 40435 jjdelcerro
<plugin-config>
28 40568 jjdelcerro
29 40563 jjdelcerro
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30 40568 jjdelcerro
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31 40435 jjdelcerro
  <alternativeNames name="org.gvsig.app"/>
32
  <icon src="gvsig-logo-icon" text="gvSIG"/>
33
  <libraries library-dir="lib"/>
34
  <resourceBundle name="text"/>
35
  <label-set class-name="org.gvsig.app.project.documents.view.gui.DefaultViewPanel">
36
    <label id="units" size="75"/>
37
    <label id="x" size="120"/>
38
    <label id="y" size="120"/>
39
    <label id="4" size="110"/>
40
    <label id="5" size="110"/>
41
    <label id="distancearea" size="30"/>
42
    <label id="projection" size="110"/>
43 41038 jjdelcerro
    <label id="azimut" size="110"/>
44 40435 jjdelcerro
  </label-set>
45 42037 fdiaz
46
  <!--
47 40435 jjdelcerro
  <popup-menus>
48
    <popup-menu name="view.toc.context.menu">
49
      <menu name="view-layer-add"/>
50
    </popup-menu>
51
  </popup-menus>
52
  -->
53 42037 fdiaz
54 40435 jjdelcerro
  <extensions>
55
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
56
      description="Initial warning message"
57
      active="true"
58
      priority="1">
59
    </extension>
60 42037 fdiaz
61 42557 dmartinezizquierdo
    <extension class-name="org.gvsig.app.extension.selectioncount.SelectionCountExtension"
62
      description="Counts selected features"
63 42878 dmartinezizquierdo
      active="false">
64 42557 dmartinezizquierdo
    </extension>
65
66 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
67
      description="Check OS and architecture of installed packages"
68
      active="true"
69
      priority="1">
70
    </extension>
71
72
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
73
      description="Initialize application extension"
74
      active="true"
75
      priority="99999">
76
    </extension>
77
78
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
79
      description="Extensi?n encargada de gestionar los proyectos."
80
      active="true"
81
      priority="10">
82
83 42037 fdiaz
      <action
84 40435 jjdelcerro
        name= "application-project-new"
85
        label="nuevo_proyecto"
86
        tooltip="nuevo_tooltip"
87 42037 fdiaz
        action-command="application-project-new"
88 40435 jjdelcerro
        icon="application-project-new"
89
        position="100100000"
90
        accelerator="Ctrl+N"
91
        />
92
      <action
93
        name="application-project-open"
94
        label="abrir_proyecto"
95
        tooltip="abrir_tooltip"
96 42037 fdiaz
        action-command="application-project-open"
97 40435 jjdelcerro
        icon="application-project-open"
98
        position="100200000"
99
        accelerator="Ctrl+O"
100
        />
101 42037 fdiaz
      <action
102 40435 jjdelcerro
        name="application-project-save"
103
        label="guardar_proyecto"
104
        tooltip="guardar_tooltip"
105 42037 fdiaz
        action-command="application-project-save"
106 40435 jjdelcerro
        icon="application-project-save"
107
        position="100300000"
108
        accelerator="Ctrl+S"
109
        />
110 42037 fdiaz
      <action
111 40435 jjdelcerro
        name="application-project-saveas"
112
        label="guardar_como"
113
        tooltip="guardar_como"
114 42037 fdiaz
        action-command="application-project-save-as"
115 40435 jjdelcerro
        icon="application-project-save-as"
116
        position="100400000"
117
        accelerator="Ctrl+Shift+S"
118
        />
119
120
121 40893 jjdelcerro
122 40435 jjdelcerro
      <menu text="File"
123
        position="100000000"
124
        is_separator="true"/>
125
      <menu text="File/Export"
126
        position="100900000"
127
        is_separator="true"/>
128
      <menu text="Edit"
129
        position="200000000"
130
        is_separator="true"/>
131
      <menu text="Selection"
132
        position="300000000"
133
        is_separator="true"/>
134
      <menu text="Show"
135
        position="400000000"
136
        is_separator="true"/>
137
138
      <menu text="Layer"
139
        position="600000000"
140
        is_separator="true"/>
141
      <menu text="Layer/Set_to"
142
        position="600400000"
143
        is_separator="true"/>
144
145
      <menu text="View"
146
        position="650000000"
147
        is_separator="true"/>
148
      <menu text="View/Navigation"
149
        position="650100000"
150
        is_separator="true"/>
151
      <menu text="View/Query"
152
        position="650700000"
153
        is_separator="true"/>
154 42037 fdiaz
155 40435 jjdelcerro
      <menu text="tools"
156
        position="900000000"
157
        is_separator="true"/>
158 42878 dmartinezizquierdo
159 46499 jjdelcerro
      <menu text="tools/Database"
160
        position="902000000"
161
        is_separator="true"/>
162
163 46641 jjdelcerro
      <menu text="tools/Database/sep0"
164
        position="902002000"
165
        is_separator="true"/>
166
167 46499 jjdelcerro
      <menu text="tools/Database/sep1"
168
        position="902003000"
169
        is_separator="true"/>
170
171
      <menu text="tools/Database/sep2"
172
        position="902006000"
173
        is_separator="true"/>
174
175
      <menu text="tools/Development"
176 42037 fdiaz
        position="908500000"
177 40435 jjdelcerro
        is_separator="true"/>
178 42878 dmartinezizquierdo
179 42731 jjdelcerro
      <menu text="tools/Development/sep1"
180
        position="908500190"
181 40435 jjdelcerro
        is_separator="true"/>
182 42878 dmartinezizquierdo
183 42731 jjdelcerro
      <menu text="tools/Development/sep2"
184
        position="908500290"
185
        is_separator="true"/>
186 42878 dmartinezizquierdo
187 42731 jjdelcerro
      <menu text="tools/Development/sep3"
188
        position="908500590"
189
        is_separator="true"/>
190 42878 dmartinezizquierdo
191 42731 jjdelcerro
      <menu text="tools/Development/sep4"
192
        position="908500690"
193
        is_separator="true"/>
194 42037 fdiaz
195 42731 jjdelcerro
      <menu text="tools/Development/sep5"
196
        position="908500990"
197
        is_separator="true"/>
198 42037 fdiaz
199 42731 jjdelcerro
      <menu text="tools/Development/sep6"
200
        position="908501390"
201
        is_separator="true"/>
202 42878 dmartinezizquierdo
203 42731 jjdelcerro
      <menu text="tools/Development/sep7"
204
        position="908501490"
205
        is_separator="true"/>
206 42878 dmartinezizquierdo
207 40435 jjdelcerro
      <menu text="Window"
208
        position="960000000"
209
        is_separator="true"/>
210
      <menu text="Help"
211
        position="990000000"
212
        is_separator="true"/>
213
214 42037 fdiaz
      <menu
215 40435 jjdelcerro
        text="File/nuevo_proyecto"
216
        name= "application-project-new"
217
        />
218 42037 fdiaz
      <menu
219 40435 jjdelcerro
        text="File/abrir_proyecto"
220
        name="application-project-open"
221
        />
222 42037 fdiaz
      <menu
223 40435 jjdelcerro
        text="File/guardar_proyecto"
224
        name="application-project-save"
225
        />
226 42037 fdiaz
      <menu
227 40435 jjdelcerro
        text="File/guardar_como"
228
        name="application-project-saveas"
229
        />
230 40893 jjdelcerro
231 43099 jjdelcerro
      <tool-bar name="project" position="100" description="Project management tools">
232 40435 jjdelcerro
        <action-tool name="application-project-new"/>
233
        <action-tool name="application-project-open"/>
234
        <action-tool name="application-project-save"/>
235
      </tool-bar>
236 43099 jjdelcerro
237
      <tool-bar name="view" position="200" description="Add layers to the view tools"/>
238
      <tool-bar name="view_navigation" position="300" description="Tools to navigate in the view"/>
239
      <tool-bar name="view_tools" position="400" description="Generics tools for the view"/>
240
      <tool-bar name="view_tools_query" position="500" description="Query tools for the view"/>
241
      <tool-bar name="selection" position="600" description="Selection tools for the view"/>
242 43173 fdiaz
      <tool-bar name="layer" position="650" description="Layer tools"/>
243 43099 jjdelcerro
      <tool-bar name="table" position="700" description="Core table tools"/>
244
      <tool-bar name="table_tools" position="800" description="Generic tools for the table"/>
245
      <tool-bar name="table_tools_addmeasurement" position="900"/>
246
      <tool-bar name="edit" position="1000" description="Edit/copy/paste/undo/redo tools"/>
247
      <tool-bar name="editing" position="1100" description="Tools for editing, start/end editing and vectorial tools"/>
248
      <tool-bar name="core" position="10000" description="Core tools like preferences or console of errores"/>
249 43173 fdiaz
250 40435 jjdelcerro
    </extension>
251
252
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
253
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
254
      active="true">
255
256 42037 fdiaz
      <action
257 40435 jjdelcerro
        name="show-project-manager"
258
        label="_Show_project"
259
        tooltip="_Show_project_window"
260 42037 fdiaz
        action-command="show-project-manager"
261 40435 jjdelcerro
        icon="show-project-manager"
262
        position="400100000"
263
        accelerator="Alt+P"
264
        />
265
266 42037 fdiaz
      <menu
267 40435 jjdelcerro
        text="Show/_Project_manager"
268
        name="show-project-manager"
269
        />
270
    </extension>
271
272 41634 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
273
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
274
      active="true"
275
      priority="20">
276
    </extension>
277
278 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayer"
279
      description="Extensi?n encargada de abrir las diferentes capas."
280
      active="true"
281
      priority="20">
282 42037 fdiaz
      <action
283 40435 jjdelcerro
        name="view-layer-add"
284
        label="Add_layer"
285
        tooltip="Add_layer"
286 42037 fdiaz
        action-command="view-layer-add"
287 40435 jjdelcerro
        icon="view-layer-add"
288
        position="650300000"
289
        accelerator="Alt+O"
290
        />
291
292 42037 fdiaz
      <menu
293 40435 jjdelcerro
        name="view-layer-add"
294 42037 fdiaz
        text="View/Add_layer"
295 40435 jjdelcerro
        />
296 43099 jjdelcerro
      <tool-bar name="view">
297 40435 jjdelcerro
        <action-tool name="view-layer-add"/>
298
      </tool-bar>
299
    </extension>
300
301 42448 dmartinezizquierdo
    <extension class-name="org.gvsig.app.extension.AddToLocatorExtension"
302
      description="Extensi?n encargada de a?adir una capa al locator."
303
      active="true"
304
      priority="20">
305
      <action
306 42506 jjdelcerro
        name="layer-addtolocator"
307 42448 dmartinezizquierdo
        label="add_to_locator"
308
        tooltip="add_to_locator"
309 42506 jjdelcerro
        action-command="layer-addtolocator"
310
        position="606000000"
311
        icon="layer-addtolocator"
312 42448 dmartinezizquierdo
        accelerator=""
313
        />
314
315
      <menu
316 42506 jjdelcerro
        name="layer-addtolocator"
317 42448 dmartinezizquierdo
        text="Layer/add_to_locator"
318
       />
319 43173 fdiaz
      <!--
320 43099 jjdelcerro
      <tool-bar name="view">
321 42448 dmartinezizquierdo
        <action-tool name="add-to-locator"/>
322
      </tool-bar>
323
       -->
324
    </extension>
325
326 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
327
      description="Enables the  symbology."
328
      active="true"
329
      priority="20">
330
    </extension>
331
332
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
333
      description="Extensi?n encargada de gestionar los zooms previos al actual."
334
      active="true">
335 42037 fdiaz
      <action
336 40435 jjdelcerro
        name="view-navigation-zoom-back"
337
        label="Zoom_back"
338
        tooltip="Zoom_back"
339 42037 fdiaz
        action-command="view-navigation-zoom-back"
340 40435 jjdelcerro
        icon="view-navigation-zoom-back"
341
        position="650100700"
342
        accelerator=""
343
        />
344
345 42037 fdiaz
      <menu
346 40435 jjdelcerro
        name="view-navigation-zoom-back"
347 42037 fdiaz
        text="View/Navigation/Zoom_back"
348 40435 jjdelcerro
        />
349 43099 jjdelcerro
      <tool-bar name="view_navigation">
350 40435 jjdelcerro
        <action-tool name="view-navigation-zoom-back"/>
351
      </tool-bar>
352 42448 dmartinezizquierdo
    </extension>
353
354 42170 mcompany
    <extension class-name="org.gvsig.app.extension.ZoomNext"
355
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
356
      active="true">
357
      <action
358
        name="view-navigation-zoom-next"
359
        label="Zoom_next"
360
        tooltip="Zoom_next"
361
        action-command="view-navigation-zoom-next"
362
        icon="view-navigation-zoom-next"
363
        position="650100710"
364
        accelerator=""
365
        />
366
367
      <menu
368
        name="view-navigation-zoom-next"
369
        text="View/Navigation/Zoom_next"
370
        />
371 43099 jjdelcerro
      <tool-bar name="view_navigation">
372 42170 mcompany
        <action-tool name="view-navigation-zoom-next"/>
373
      </tool-bar>
374 40435 jjdelcerro
    </extension>
375 42448 dmartinezizquierdo
376 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
377
      description="Extensi?n encargada de gestionar la herramienta de info."
378
      active="true"
379
      priority="29">
380 42037 fdiaz
      <action
381 40435 jjdelcerro
        name="layer-info-by-point"
382
        label="_Information_by_point"
383
        tooltip="_Information_by_point"
384 42037 fdiaz
        action-command="layer-info-by-point"
385 40435 jjdelcerro
        icon="layer-info-by-point"
386
        position="600200000"
387
        accelerator=""
388
        />
389 42037 fdiaz
      <menu
390 40435 jjdelcerro
        name="layer-info-by-point"
391 42037 fdiaz
        text="Layer/Query/_Information_by_point"
392 40435 jjdelcerro
        />
393 43099 jjdelcerro
      <tool-bar name="view_tools_query">
394 40435 jjdelcerro
        <selectable-tool name="layer-info-by-point" />
395
      </tool-bar>
396
    </extension>
397 42037 fdiaz
398
399 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
400
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
401
      active="true">
402
    </extension>
403
404 42037 fdiaz
405 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewControls"
406
      description="Extensi?n encargada de gestionar la vista."
407
      active="true"
408
      priority="30">
409
      <combo-scale name="view-change-scale"
410
        label="1:"
411
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
412
          value="10000"
413
          action-command="view-change-scale" />
414 42037 fdiaz
415
      <action
416 40435 jjdelcerro
        name="view-change-scale"
417 42037 fdiaz
        label="_Change_scale"
418
        action-command="view-change-scale"
419 40435 jjdelcerro
        />
420
421 42037 fdiaz
      <action
422 40435 jjdelcerro
        name="view-navigation-zoom-in-topoint"
423 42037 fdiaz
        label="Zoom_in"
424
        position="650100400"
425
        action-command="view-navigation-zoom-in-topoint"
426 40435 jjdelcerro
        icon="view-navigation-zoom-in-topoint"
427
        tooltip="Zoom_in"
428
        accelerator=""
429
        />
430 42037 fdiaz
      <action
431 40435 jjdelcerro
        name="view-navigation-zoom-out-topoint"
432 42037 fdiaz
        label="Zoom_out"
433
        position="650100500"
434
        action-command="view-navigation-zoom-out-topoint"
435 40435 jjdelcerro
        icon="view-navigation-zoom-out-topoint"
436
        tooltip="Zoom_out"
437
        accelerator=""
438
        />
439 42037 fdiaz
      <action
440 40435 jjdelcerro
        name="view-navigation-zoom-all"
441 42037 fdiaz
        label="Zoom_all"
442 42099 mcompany
        position="650100600"
443 42037 fdiaz
        action-command="view-navigation-zoom-all"
444 40435 jjdelcerro
        icon="view-navigation-zoom-all"
445 42037 fdiaz
        tooltip="Zoom_all"
446 40435 jjdelcerro
        accelerator=""
447
        />
448 42037 fdiaz
      <action
449 40435 jjdelcerro
        name="view-navigation-zoom-in-center"
450 42037 fdiaz
        label="Zoom_in_to_center"
451
        position="650100200"
452
        action-command="view-navigation-zoom-in-center"
453
        tooltip="Zoom_in_to_center"
454 40435 jjdelcerro
        icon="view-navigation-zoom-in-center"
455
        accelerator=""
456
        />
457 42037 fdiaz
      <action
458 40435 jjdelcerro
        name="view-navigation-zoom-out-center"
459 42037 fdiaz
        label="Zoom_out_to_center"
460
        position="650100300"
461
        action-command="view-navigation-zoom-out-center"
462
        tooltip="Zoom_out_to_center"
463 40435 jjdelcerro
        icon="view-navigation-zoom-out-center"
464
        accelerator=""
465
        />
466 42037 fdiaz
      <action
467 40435 jjdelcerro
        name="view-navigation-pan"
468 42037 fdiaz
        label="Pan"
469
        position="650100100"
470
        action-command="view-navigation-pan"
471 40435 jjdelcerro
        icon="view-navigation-pan"
472
        tooltip="Pan"
473
        accelerator=""
474
        />
475 42037 fdiaz
      <action
476 40435 jjdelcerro
        name="view-navigation-frame-manager"
477 42037 fdiaz
        label="Frame_manager"
478
        position="650109000"
479
        action-command="view-navigation-frame-manager"
480 40435 jjdelcerro
        icon="view-navigation-frame-manager"
481
        tooltip="Frame_manager"
482
        accelerator=""
483
        />
484
485 42037 fdiaz
      <action
486 45128 omartinez
        name="active-layer-set-visible"
487
        label="_Visible_active_layers"
488
        position="600100400"
489
        action-command="active-layer-set-visible"
490
        icon="active-layer-set-visible"
491
        tooltip="_Show_active_layers"
492
        accelerator=""
493
        />
494
            <action
495
        name="active-layer-set-hide"
496
        label="_Hide_active_layers"
497
        position="600100500"
498
        action-command="active-layer-set-hide"
499
        icon="active-layer-set-hide"
500
        tooltip="_Hide_active_layers"
501
        accelerator=""
502
        />
503 46174 jjdelcerro
        <action
504 45128 omartinez
        name="active-layer-bring-front"
505
        label="_Bring_to_front"
506
        position="600100600"
507
        action-command="active-layer-bring-front"
508
        icon="active-layer-bring-front"
509
        tooltip="_Bring_to_front"
510 46184 fdiaz
        accelerator="Alt+PgUp"
511 45128 omartinez
        />
512 46174 jjdelcerro
        <action
513 45128 omartinez
        name="active-layer-send-back"
514
        label="_Send_to_back"
515
        position="600100700"
516
        action-command="active-layer-send-back"
517
        icon="active-layer-send-back"
518
        tooltip="_Send_back"
519 46184 fdiaz
        accelerator="Alt+PgDn"
520 45128 omartinez
        />
521 46174 jjdelcerro
        <action
522 45128 omartinez
        name="active-layer-move-ahead"
523
        label="_Move_ahead"
524
        position="600100800"
525
        action-command="active-layer-move-ahead"
526
        icon="active-layer-move-ahead"
527
        tooltip="_Move_ahead"
528 46184 fdiaz
        accelerator="Alt+Up"
529 45128 omartinez
        />
530 46174 jjdelcerro
        <action
531 45128 omartinez
        name="active-layer-move-behind"
532
        label="_Move_behind"
533
        position="600100900"
534
        action-command="active-layer-move-behind"
535
        icon="active-layer-move-behind"
536
        tooltip="_Move_behind"
537 46184 fdiaz
        accelerator="Alt+Down"
538 45128 omartinez
        />
539
540
      <action
541 40435 jjdelcerro
        name="layer-set-visible"
542 42037 fdiaz
        label="_Show_layers"
543
        position="600400100"
544 40435 jjdelcerro
        action-command="layer-set-visible"
545
        icon="layer-set-visible"
546
        tooltip="_Show_layers"
547
        accelerator=""
548
        />
549 42037 fdiaz
      <action
550 40435 jjdelcerro
        name="layer-set-hide"
551 42037 fdiaz
        label="_Hide_layers"
552 40435 jjdelcerro
        position="600400200"
553
        action-command="layer-set-hide"
554
        icon="layer-set-hide"
555
        tooltip="_Hide_layers"
556
        accelerator=""
557
        />
558 42037 fdiaz
      <action
559 40435 jjdelcerro
        name="layer-set-active"
560 42037 fdiaz
        label="_Set_Layers_active"
561 40435 jjdelcerro
        position="600400300"
562
        action-command="layer-set-active"
563
        icon="layer-set-active"
564
        tooltip="_Set_Layers_active"
565
        accelerator=""
566
        />
567 42037 fdiaz
      <action
568 40435 jjdelcerro
        name="layer-set-inactive"
569 42037 fdiaz
        label="_Set_Layers_inactive"
570
        position="600400400"
571 40435 jjdelcerro
        action-command="layer-set-inactive"
572
        icon="layer-set-inactive"
573
        tooltip="_Set_Layers_inactive"
574
        accelerator=""
575
        />
576 46184 fdiaz
      <action
577
        name="group-set-active-all-layers"
578
        label="_Active_all_layers_of_group"
579
        position="600400500"
580
        action-command="group-set-active-all-layers"
581
        icon="layer-set-active"
582
        tooltip="_Active_all_layers_of_group"
583
        accelerator=""
584
        />
585
      <action
586
        name="group-set-inactive-all-layers"
587
        label="_Inactive_all_layers_of_group"
588
        position="600400600"
589
        action-command="group-set-inactive-all-layers"
590
        icon="layer-set-inactive"
591
        tooltip="_Inactive_all_layers_of_group"
592
        accelerator=""
593
        />
594 40435 jjdelcerro
595 42037 fdiaz
      <action
596 40435 jjdelcerro
        name="view-locator-setup"
597 42037 fdiaz
        label="_Locator_setup"
598
        position="658000000"
599 40435 jjdelcerro
        action-command="view-locator-setup"
600
        icon="view-locator-setup"
601
        tooltip="_Locator_setup"
602
        accelerator=""
603
        />
604
605 42037 fdiaz
      <menu
606 40435 jjdelcerro
        name="view-navigation-zoom-in-topoint"
607 42037 fdiaz
        text="View/Navigation/Zoom_in"
608 40435 jjdelcerro
        />
609 42037 fdiaz
      <menu
610 40435 jjdelcerro
        name="view-navigation-zoom-out-topoint"
611 42037 fdiaz
        text="View/Navigation/Zoom_out"
612 40435 jjdelcerro
        />
613 42037 fdiaz
      <menu
614 40435 jjdelcerro
        name="view-navigation-zoom-all"
615 42037 fdiaz
        text="View/Navigation/Zoom_all"
616 40435 jjdelcerro
        />
617 42037 fdiaz
      <menu
618 40435 jjdelcerro
        name="view-navigation-zoom-in-center"
619 42037 fdiaz
        text="View/Navigation/Zoom_in_to_center"
620 40435 jjdelcerro
        />
621 42037 fdiaz
      <menu
622 40435 jjdelcerro
        name="view-navigation-zoom-out-center"
623 42037 fdiaz
        text="View/Navigation/Zoom_out_to_center"
624 40435 jjdelcerro
        />
625 42037 fdiaz
      <menu
626 40435 jjdelcerro
        name="view-navigation-pan"
627 42037 fdiaz
        text="View/Navigation/Pan"
628 40435 jjdelcerro
        />
629 42037 fdiaz
      <menu
630 40435 jjdelcerro
        name="view-navigation-frame-manager"
631 42037 fdiaz
        text="View/Navigation/Frame_manager"
632 40435 jjdelcerro
        />
633
634 42037 fdiaz
      <menu
635 45128 omartinez
        name="active-layer-set-visible"
636
        text="View/_Set_active_layers_to/visible"
637
        />
638
      <menu
639
        name="active-layer-set-hide"
640
        text="View/_Set_active_layers_to/Hidden"
641
        />
642
643
644
             <menu
645
        name="active-layer-bring-front"
646
        text="View/_Set_active_layers_to/_Bring_to_front"
647
        />
648
        <menu
649
        name="active-layer-send-back"
650 45322 omartinez
        text="View/_Set_active_layers_to/_Send_to_back"
651 45128 omartinez
        />
652
        <menu
653
        name="active-layer-move-ahead"
654
        text="View/_Set_active_layers_to/_Move_ahead"
655
        />
656
        <menu
657
        name="active-layer-move-behind"
658
        text="View/_Set_active_layers_to/_Move_behind"
659
        />
660
661
      <menu
662 40435 jjdelcerro
        name="layer-set-visible"
663 42037 fdiaz
        text="View/_Set_all_layers_to/visible"
664 40435 jjdelcerro
        />
665 42037 fdiaz
      <menu
666 40435 jjdelcerro
        name="layer-set-hide"
667 42037 fdiaz
        text="View/_Set_all_layers_to/Hidden"
668 40435 jjdelcerro
        />
669 42037 fdiaz
      <menu
670 40435 jjdelcerro
        name="layer-set-active"
671 42037 fdiaz
        text="View/_Set_all_layers_to/Active"
672 40435 jjdelcerro
        />
673 42037 fdiaz
      <menu
674 40435 jjdelcerro
        name="layer-set-inactive"
675 42037 fdiaz
        text="View/_Set_all_layers_to/Inactive"
676 40435 jjdelcerro
        />
677
678 42037 fdiaz
      <menu
679 46184 fdiaz
        name="group-set-active-all-layers"
680
        text="View/_Set_all_layers_of_group_to/Active"
681
        />
682
      <menu
683
        name="group-set-inactive-all-layers"
684
        text="View/_Set_all_layers_of_group_to/Inactive"
685
        />
686
687
      <menu
688 40435 jjdelcerro
        name="view-locator-setup"
689 42037 fdiaz
        text="View/Locator_setup"
690 40435 jjdelcerro
        />
691 42037 fdiaz
692
693 43099 jjdelcerro
      <tool-bar name="view_navigation">
694 40435 jjdelcerro
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
695
        <selectable-tool name="view-navigation-zoom-out-topoint" />
696
        <action-tool name="view-navigation-zoom-all"  />
697
        <action-tool name="view-navigation-zoom-in-center"  />
698
        <action-tool name="view-navigation-zoom-out-center"  />
699 45128 omartinez
        <action-tool name="active-layer-set-visible" dropdowngroup="toc-layers-visibility"/>
700
        <action-tool name="active-layer-set-hide" dropdowngroup="toc-layers-visibility"/>
701
        <action-tool name="active-layer-bring-front" dropdowngroup="toc-layers-visibility"/>
702
        <action-tool name="active-layer-send-back" dropdowngroup="toc-layers-visibility"/>
703
        <action-tool name="active-layer-move-ahead" dropdowngroup="toc-layers-visibility"/>
704
        <action-tool name="active-layer-move-behind" dropdowngroup="toc-layers-visibility"/>
705 40435 jjdelcerro
      </tool-bar>
706 42037 fdiaz
707 43099 jjdelcerro
      <tool-bar name="view_navigation">
708 40435 jjdelcerro
        <selectable-tool name="view-navigation-pan"/>
709
        <action-tool name="view-navigation-frame-manager" />
710
      </tool-bar>
711 45128 omartinez
712 40435 jjdelcerro
    </extension>
713
714
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
715
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
716
      active="true"
717
      priority="30">
718 42037 fdiaz
      <action
719 40435 jjdelcerro
        name="view-query-distance"
720 42037 fdiaz
        label="_Query_distance"
721
        position="650700200"
722
        action-command="view-query-distance"
723 40435 jjdelcerro
        icon="view-query-distance"
724 42037 fdiaz
        tooltip="_Query_distance"
725 40435 jjdelcerro
        accelerator=""
726
        />
727 42037 fdiaz
      <action
728 40435 jjdelcerro
        name="view-query-area"
729 42037 fdiaz
        label="_Query_area"
730
        position="650700100"
731
        action-command="view-query-area"
732 40435 jjdelcerro
        icon="view-query-area"
733
        tooltip="_Query_area"
734
        accelerator=""
735
        />
736 45130 omartinez
      <action
737
        name="view-query-feature-angle"
738
        label="_Query_features_angles"
739
        position="650700300"
740
        action-command="view-query-feature-angle"
741
        icon="view-query-feature-angle"
742
        tooltip="_Query_feature_angle"
743
        accelerator=""
744
        />
745 40435 jjdelcerro
746 42037 fdiaz
      <menu
747 40435 jjdelcerro
        name="view-query-distance"
748 42105 mcompany
        text="Layer/Query/Distance"
749 40435 jjdelcerro
        />
750 42037 fdiaz
      <menu
751 40435 jjdelcerro
        name="view-query-area"
752 42105 mcompany
        text="Layer/Query/Area"
753 40435 jjdelcerro
        />
754 45130 omartinez
      <menu
755
        name="view-query-feature-angle"
756
        text="Layer/Query/Angle"
757
        />
758 43099 jjdelcerro
      <tool-bar name="view_tools_query">
759 40435 jjdelcerro
        <selectable-tool name="view-query-distance" />
760
        <selectable-tool name="view-query-area" />
761 45130 omartinez
        <selectable-tool name="view-query-feature-angle" />
762 40435 jjdelcerro
      </tool-bar>
763
764
    </extension>
765
766
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
767
      description="Extensi?n encargada de gestionar la vista."
768
      active="true"
769
      priority="30">
770 41066 jldominguez
771 42037 fdiaz
      <action
772 40435 jjdelcerro
        name="selection-select-by-rectangle-view"
773 42037 fdiaz
        label="Select_by_rectangle"
774 42142 mcompany
        position="300020000"
775 42037 fdiaz
        action-command="selection-select-by-rectangle-view"
776 40435 jjdelcerro
        icon="selection-select-by-rectangle"
777 42037 fdiaz
        tooltip="Select_by_rectangle"
778 40435 jjdelcerro
        accelerator=""
779
        />
780
      <action
781
        name="selection-select-by-polygon"
782 42037 fdiaz
        label="Select_by_polygon"
783 42142 mcompany
        position="300030000"
784 42037 fdiaz
        action-command="selection-select-by-polygon"
785 40435 jjdelcerro
        icon="selection-select-by-polygon"
786 42037 fdiaz
        tooltip="Select_by_polygon"
787 40435 jjdelcerro
        accelerator=""
788
        />
789
790 42037 fdiaz
      <menu
791 40435 jjdelcerro
        name="selection-select-by-rectangle-view"
792 42037 fdiaz
        text="Selection/Select_by_rectangle"
793 40435 jjdelcerro
        />
794 42037 fdiaz
      <menu
795 40435 jjdelcerro
        name="selection-select-by-polygon"
796 42037 fdiaz
        text="Selection/Select_by_polygon"
797 40435 jjdelcerro
        />
798
799 43099 jjdelcerro
      <tool-bar name="selection">
800 40435 jjdelcerro
        <selectable-tool name="selection-select-by-rectangle-view" />
801
        <selectable-tool name="selection-select-by-polygon" />
802
      </tool-bar>
803
804
    </extension>
805 42037 fdiaz
806
807
808 41066 jldominguez
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
809
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
810
      active="true"
811
      priority="30">
812 42037 fdiaz
      <action
813 41066 jldominguez
        name="selection-simple-select-view"
814 42037 fdiaz
        label="_Simple_select"
815 42142 mcompany
        position="300010000"
816 42037 fdiaz
        action-command="selection-simple-select-view"
817 41066 jldominguez
        icon="selection-simple-select"
818 42037 fdiaz
        tooltip="_Simple_select"
819 41066 jldominguez
        accelerator=""
820
        />
821
822 42037 fdiaz
      <menu
823 41066 jldominguez
        name="selection-simple-select-view"
824 42037 fdiaz
        text="Selection/Simple"
825 41066 jldominguez
        />
826
827 43099 jjdelcerro
      <tool-bar name="selection">
828 41963 jjdelcerro
        <selectable-tool name="selection-simple-select-view" />
829 41066 jldominguez
      </tool-bar>
830
831 42037 fdiaz
    </extension>
832
833
834 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
835
      description="Extensi?n encargada de la selecci?n por tema."
836
      active="true"
837
      priority="30">
838 42037 fdiaz
      <action
839 40435 jjdelcerro
        name="selection-select-by-layer"
840 42142 mcompany
        position="300070000"
841 42227 mcompany
        label="Select_by_layer"
842 40435 jjdelcerro
        action-command="selection-select-by-layer"
843
        icon="selection-select-by-layer"
844 42227 mcompany
        tooltip="Select_by_layer"
845 40435 jjdelcerro
        accelerator=""
846
        />
847
848 42037 fdiaz
      <menu
849 40435 jjdelcerro
        name="selection-select-by-layer"
850 42037 fdiaz
        text="Selection/Select_by_layer"
851 40435 jjdelcerro
        />
852 42227 mcompany
853 43099 jjdelcerro
      <tool-bar name="selection">
854 42227 mcompany
        <action-tool name="selection-select-by-layer" />
855
      </tool-bar>
856 40435 jjdelcerro
    </extension>
857 42037 fdiaz
858 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
859
      description="Extensi?n encargada de hacer la selecci?n inversa."
860
      active="true"
861
      priority="30">
862 42037 fdiaz
      <action
863 40435 jjdelcerro
        name="selection-reverse-view"
864 42037 fdiaz
        label="_Reverse_selection"
865 42142 mcompany
        position="300100000"
866 42037 fdiaz
        action-command="selection-reverse-view"
867 40435 jjdelcerro
        icon="selection-reverse"
868 42037 fdiaz
        tooltip="_Reverse_selection"
869 40435 jjdelcerro
        accelerator=""
870
        />
871
872 42037 fdiaz
      <menu
873 40435 jjdelcerro
        name="selection-reverse-view"
874 42037 fdiaz
        text="Selection/Reverse"
875 40435 jjdelcerro
        />
876
877 43099 jjdelcerro
      <tool-bar name="selection">
878 40435 jjdelcerro
          <action-tool name="selection-reverse-view" />
879
      </tool-bar>
880
881
    </extension>
882 42037 fdiaz
883 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
884
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
885
      active="true">
886 42037 fdiaz
      <action
887 40435 jjdelcerro
        name="view-properties"
888 42037 fdiaz
        label="_View_properties"
889
        position="659000000"
890 40435 jjdelcerro
        action-command="view-properties"
891
        icon="view-properties"
892 42037 fdiaz
        tooltip="_Show_view_properties"
893 40435 jjdelcerro
        accelerator=""
894
        />
895
896
897 42037 fdiaz
      <menu
898 40435 jjdelcerro
        name="view-properties"
899 42037 fdiaz
        text="View/Properties"
900 40435 jjdelcerro
        />
901
902
    </extension>
903 45537 jolivas
904 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
905
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
906
      active="true">
907
908 42037 fdiaz
      <action
909 40435 jjdelcerro
        name="view-navigation-zoom-to-selection"
910 42037 fdiaz
        label="Zoom_to_selection"
911
        position="650100900"
912
        action-command="view-navigation-zoom-to-selection"
913 40435 jjdelcerro
        icon="view-navigation-zoom-to-selection"
914 42037 fdiaz
        tooltip="Zoom_to_selection"
915 40435 jjdelcerro
        accelerator=""
916
        />
917
918 42037 fdiaz
      <menu
919 40435 jjdelcerro
        name="view-navigation-zoom-to-selection"
920 42037 fdiaz
        text="View/Navigation/Zoom_to_selection"
921 40435 jjdelcerro
        />
922
923 43099 jjdelcerro
      <tool-bar name="view_navigation">
924 40435 jjdelcerro
        <action-tool name="view-navigation-zoom-to-selection" />
925
      </tool-bar>
926
927
    </extension>
928
929
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
930
      description="Extensi?n encargada de limpiar la selecci?n."
931
      active="true">
932
933 42037 fdiaz
      <action
934 40435 jjdelcerro
        name="selection-clear-view"
935 42037 fdiaz
        label="_Clear_selection"
936 42142 mcompany
        position="300110000"
937 42037 fdiaz
        action-command="selection-clear-view"
938 40435 jjdelcerro
        icon="edit-clear"
939 42037 fdiaz
        tooltip="_Clear_selection"
940 40435 jjdelcerro
        accelerator=""
941
        />
942
943 42037 fdiaz
      <menu
944 40435 jjdelcerro
        name="selection-clear-view"
945 42731 jjdelcerro
        text="Selection/_Clear"
946 40435 jjdelcerro
        />
947
948 43099 jjdelcerro
      <tool-bar name="selection" position="6">
949 40435 jjdelcerro
        <action-tool name="selection-clear-view" />
950
      </tool-bar>
951
952
    </extension>
953
954 41641 jjdelcerro
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
955 40435 jjdelcerro
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
956
      active="true">
957
958 42037 fdiaz
      <action
959 44011 jjdelcerro
        name="selection-by-attributes-layer-old"
960
        label="_Select_by_attributes_old"
961 42142 mcompany
        position="300080000"
962 42037 fdiaz
        icon="selection-by-attributes"
963 44011 jjdelcerro
        tooltip="_Select_by_attributes_old"
964
        action-command="selection-by-attributes-layer-old"
965 40435 jjdelcerro
        accelerator=""
966
        />
967
968 43987 jjdelcerro
      <action
969 44011 jjdelcerro
        name="selection-by-attributes-layer"
970 43987 jjdelcerro
        label="_Select_by_attributes"
971
        position="300080001"
972
        icon="selection-by-attributes"
973
        tooltip="_Select_by_attributes"
974 44011 jjdelcerro
        action-command="selection-by-attributes-layer"
975 43987 jjdelcerro
        accelerator=""
976
        />
977
978 42037 fdiaz
      <menu
979 44011 jjdelcerro
        name="selection-by-attributes-layer-old"
980 43987 jjdelcerro
        text="Selection/_Select_by_attributes_old"
981
        />
982
983
      <menu
984 44011 jjdelcerro
        name="selection-by-attributes-layer"
985 42037 fdiaz
        text="Selection/_Select_by_attributes"
986 40435 jjdelcerro
        />
987
988 43099 jjdelcerro
      <tool-bar name="selection">
989 44012 jjdelcerro
        <action-tool name="selection-by-attributes-layer" />
990 40435 jjdelcerro
      </tool-bar>
991
992
    </extension>
993
994 44259 jjdelcerro
    <extension class-name="org.gvsig.app.extension.SearchByAttributesExtension"
995
      description=""
996
      active="true">
997
998
      <action
999
        name="search-by-attributes-layer"
1000
        label="_Search_by_attributes"
1001 44372 jjdelcerro
        position="601400000"
1002 44259 jjdelcerro
        icon="search-by-attributes-layer"
1003
        tooltip="_Search_by_attributes"
1004
        action-command="search-by-attributes-layer"
1005
        accelerator=""
1006
        />
1007 45537 jolivas
1008
      <action
1009
        name="filter-by-attributes-layer"
1010
        label="_Filter_by_attributes"
1011
        position="601400001"
1012
        icon="filter-by-attributes-layer"
1013
        tooltip="_Filter_by_attributes"
1014
        action-command="filter-by-attributes-layer"
1015
        accelerator=""
1016
        />
1017 44259 jjdelcerro
1018
      <menu
1019
        name="search-by-attributes-layer"
1020 44372 jjdelcerro
        text="Layer/_Search_by_attributes"
1021 44259 jjdelcerro
        />
1022 45537 jolivas
1023
      <menu
1024
        name="filter-by-attributes-layer"
1025
        text="Layer/_Filter_by_attributes"
1026
        />
1027 44259 jjdelcerro
1028
      <tool-bar name="edit">
1029
        <action-tool name="search-by-attributes-layer" />
1030
      </tool-bar>
1031
1032
    </extension>
1033
1034 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
1035
      description="Extensi?n con informaci?n sobre disposables."
1036
      active="true"
1037
      priority="1000">
1038
1039 42037 fdiaz
      <action
1040 40435 jjdelcerro
        name="tools-devel-disposables-show-pendings"
1041 42037 fdiaz
        label="_Show_pendings_disposables"
1042 42731 jjdelcerro
        position="908500701"
1043 42037 fdiaz
        tooltip="_Show_pendings_disposables"
1044 40435 jjdelcerro
        action-command="tools-devel-disposables-show-pendings"
1045
        icon="tools-devel-disposables-show-pendings"
1046
        accelerator=""
1047
        />
1048 42037 fdiaz
      <action
1049 40435 jjdelcerro
        name="tools-devel-disposables-free-all"
1050 42037 fdiaz
        label="_Free_all_disposables"
1051 42731 jjdelcerro
        position="908500702"
1052 40435 jjdelcerro
        action-command="tools-devel-disposables-free-all"
1053
        icon="tools-devel-disposables-free-all"
1054 42037 fdiaz
        tooltip="_Free_all_disposables"
1055 40435 jjdelcerro
        accelerator=""
1056
        />
1057
1058 42037 fdiaz
      <menu
1059 40435 jjdelcerro
        name="tools-devel-disposables-show-pendings"
1060 42037 fdiaz
        text="tools/Development/Disposables/Show_pendings"
1061 40435 jjdelcerro
        />
1062 42037 fdiaz
      <menu
1063 40435 jjdelcerro
        name="tools-devel-disposables-free-all"
1064 42037 fdiaz
        text="tools/Development/Disposables/Free_all"
1065 40435 jjdelcerro
        />
1066
1067
    </extension>
1068
1069 41280 jjdelcerro
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
1070
      description="Extensi?n para la creacion de paquetes de traducciones."
1071
      active="true"
1072
      priority="1000">
1073
1074 42037 fdiaz
      <action
1075 41280 jjdelcerro
        name="tools-devel-translations-package"
1076 42037 fdiaz
        label="_Translations_package"
1077 42731 jjdelcerro
        position="908500300"
1078 42037 fdiaz
        tooltip="_Translations_package"
1079 41280 jjdelcerro
        action-command="tools-devel-translations-package"
1080
        icon="tools-devel-translations-package"
1081
        accelerator=""
1082
        />
1083
1084 41284 jjdelcerro
1085 42037 fdiaz
      <menu
1086 41280 jjdelcerro
        name="tools-devel-translations-package"
1087 42037 fdiaz
        text="tools/Development/_Translations_package"
1088 41280 jjdelcerro
        />
1089
1090 41284 jjdelcerro
1091 41280 jjdelcerro
    </extension>
1092
1093 41323 jjdelcerro
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
1094
      description="Monitor de operaciones de edition."
1095
      active="true"
1096
      priority="1000">
1097
1098 42037 fdiaz
      <action
1099 41323 jjdelcerro
        name="tools-devel-show-editing-listener"
1100 42037 fdiaz
        label="Show editing monitor"
1101 42731 jjdelcerro
        position="908500600"
1102 42037 fdiaz
        tooltip="Show editing monitor"
1103 41323 jjdelcerro
        action-command="tools-devel-show-editing-listener"
1104
        icon="tools-devel-show-editing-listener"
1105
        accelerator=""
1106
        />
1107
1108 42037 fdiaz
      <menu
1109 41323 jjdelcerro
        name="tools-devel-show-editing-listener"
1110 42078 jbadia
        text="tools/Development/Show_editing_monitor"
1111 41323 jjdelcerro
        />
1112
    </extension>
1113
1114 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
1115
      description="Presenta informacion relevante para debug."
1116
      active="true"
1117
      priority="30">
1118 42037 fdiaz
      <action
1119 40435 jjdelcerro
        name="tools-devel-show-persistencefactories"
1120 42037 fdiaz
        label="_Show_persistence_factories"
1121
        tooltip="_Show_persistence_factories"
1122 42731 jjdelcerro
        position="908501500"
1123 40435 jjdelcerro
        action-command="tools-devel-show-persistencefactories"
1124
        icon="tools-devel-show-persistencefactories"
1125
        accelerator=""
1126
        />
1127 42037 fdiaz
      <action
1128 40435 jjdelcerro
        name="tools-devel-show-icontheme"
1129 42037 fdiaz
        label="_Show_icon_theme_information"
1130
        tooltip="_Show_icon_theme_information"
1131 42731 jjdelcerro
        position="908501400"
1132 40435 jjdelcerro
        action-command="tools-devel-show-icontheme"
1133
        icon="tools-devel-show-icontheme"
1134
        accelerator=""
1135
        />
1136 42037 fdiaz
      <action
1137 40435 jjdelcerro
        name="tools-devel-show-actions"
1138 42037 fdiaz
        label="_Show_actions_information"
1139
        tooltip="_Show_actions_information"
1140 42731 jjdelcerro
        position="908501000"
1141 40435 jjdelcerro
        action-command="tools-devel-show-actions"
1142
        icon="tools-devel-show-actions"
1143
        accelerator=""
1144
        />
1145 42037 fdiaz
      <action
1146 43099 jjdelcerro
        name="tools-devel-show-toolbars"
1147
        label="_Show_toolbars_information"
1148
        tooltip="_Show_toolbars_information"
1149
        position="908501001"
1150
        action-command="tools-devel-show-toolbars"
1151
        icon="tools-devel-show-toolbars"
1152
        accelerator=""
1153
        />
1154
      <action
1155 40435 jjdelcerro
        name="tools-devel-show-plugin-report"
1156 42037 fdiaz
        label="_Show_plugin_report"
1157
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
1158 42731 jjdelcerro
        position="908501300"
1159 40435 jjdelcerro
        action-command="tools-devel-show-plugin-report"
1160
        icon="tools-devel-show-plugin-report"
1161
        accelerator=""
1162
        />
1163 42037 fdiaz
      <action
1164 40435 jjdelcerro
        name="tools-devel-show-menus"
1165 42037 fdiaz
        label="_Show_menu_information"
1166
        tooltip="_Show_menu_information"
1167 42731 jjdelcerro
        position="908501100"
1168 40435 jjdelcerro
        action-command="tools-devel-show-menus"
1169
        icon="tools-devel-show-menus"
1170
        accelerator=""
1171
        />
1172 42037 fdiaz
      <action
1173 40435 jjdelcerro
        name="tools-devel-show-menus-by-plugin"
1174 42037 fdiaz
        label="_Show_menu_by_plugin_information"
1175
        tooltip="_Show_menu_ordered_by_plugin_information"
1176 42731 jjdelcerro
        position="908501200"
1177 40435 jjdelcerro
        action-command="tools-devel-show-menus-by-plugin"
1178
        icon="tools-devel-show-menus-by-plugin"
1179
        accelerator=""
1180
        />
1181 42037 fdiaz
      <menu
1182 40435 jjdelcerro
        name="tools-devel-show-persistencefactories"
1183 42078 jbadia
        text="tools/Development/Show_persistence_factories"
1184 40435 jjdelcerro
        />
1185 42037 fdiaz
      <menu
1186 40435 jjdelcerro
        name="tools-devel-show-icontheme"
1187 42078 jbadia
        text="tools/Development/Show_icon_theme_information"
1188 40435 jjdelcerro
        />
1189 42037 fdiaz
      <menu
1190 40435 jjdelcerro
        name="tools-devel-show-plugin-report"
1191 42078 jbadia
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
1192 40435 jjdelcerro
        />
1193 42037 fdiaz
      <menu
1194 40435 jjdelcerro
        name="tools-devel-show-actions"
1195 42078 jbadia
        text="tools/Development/Show_actions_information"
1196 43173 fdiaz
        />
1197 43099 jjdelcerro
      <menu
1198
        name="tools-devel-show-toolbars"
1199
        text="tools/Development/Show_toolbars_information"
1200 40435 jjdelcerro
        />
1201 42037 fdiaz
      <menu
1202 40435 jjdelcerro
        name="tools-devel-show-menus"
1203 42078 jbadia
        text="tools/Development/Show_menu_information"
1204 40435 jjdelcerro
        />
1205 42037 fdiaz
      <menu
1206 40435 jjdelcerro
        name="tools-devel-show-menus-by-plugin"
1207 42078 jbadia
        text="tools/Development/Show_menu_by_plugin_information"
1208 40435 jjdelcerro
        />
1209
1210
    </extension>
1211
1212
1213
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
1214
      description="Extensi?n encargada transformar la ventana activa en palette."
1215
      active="true">
1216
1217 42037 fdiaz
      <action
1218 40435 jjdelcerro
        name="window-convert-to-tool"
1219 42037 fdiaz
        label="_Convert_to_tool"
1220
        tooltip="_Convert_regular_window_to_tool_window"
1221
        position="960300000"
1222 40435 jjdelcerro
        action-command="window-convert-to-tool"
1223
        icon="window-convert-to-tool"
1224
        accelerator=""
1225
        />
1226
1227 42037 fdiaz
      <menu
1228 40435 jjdelcerro
        name="window-convert-to-tool"
1229 42037 fdiaz
        text="Window/Convert_to_tool"
1230 40435 jjdelcerro
        />
1231
1232
    </extension>
1233
1234
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
1235
      description="Extensi?n encargada transformar la ventana palette en su original."
1236
      active="true">
1237
1238
      <action
1239
        name="window-restore-from-tool"
1240 42037 fdiaz
        label="_Restore_tool"
1241
        tooltip="_Restore_tool_window_to_regular_window"
1242
        position="960400000"
1243 40435 jjdelcerro
        action-command="window-restore-from-tool"
1244
        icon="window-restore-from-tool"
1245
        accelerator=""
1246
        />
1247
1248
1249 42037 fdiaz
      <menu
1250 40435 jjdelcerro
        name="window-restore-from-tool"
1251 42037 fdiaz
        text="Window/Restore_from_tool"
1252 40435 jjdelcerro
        />
1253
1254
    </extension>
1255
1256
    <extension class-name="org.gvsig.app.extension.About"
1257
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
1258
      active="true"
1259
      priority="90090">
1260
1261
      <action
1262
        name="help-about"
1263 42037 fdiaz
        label="_About"
1264
        tooltip="_Show_about"
1265
        position="999000000"
1266 40435 jjdelcerro
        action-command="help-about"
1267
        icon="help-about"
1268
        accelerator=""
1269
        />
1270
1271 42037 fdiaz
      <menu
1272 40435 jjdelcerro
        name="help-about"
1273 42037 fdiaz
        text="Help/About"
1274 40435 jjdelcerro
        />
1275
1276
    </extension>
1277 42878 dmartinezizquierdo
1278 43404 jjdelcerro
    <extension class-name="org.gvsig.app.extension.HelpExtension"
1279
      description="Extensi?n encargada presentar la ayuda en linea."
1280
      active="true"
1281
      priority="90090">
1282
1283
      <action
1284
        name="help-contents"
1285
        label="_Help_contents"
1286
        tooltip="_Show_help_contents"
1287
        position="996000000"
1288
        action-command="help-contents"
1289
        icon="help-contents"
1290
        accelerator=""
1291
        />
1292
1293
      <action
1294
        name="help-search"
1295
        label="_Help_search"
1296
        tooltip="_Show_help_search_page"
1297
        position="997000000"
1298
        action-command="help-search"
1299
        icon="help-search"
1300
        accelerator=""
1301
        />
1302
1303
      <menu
1304
        name="help-contents"
1305
        text="Help/_Help_contents"
1306
        />
1307
1308
      <menu
1309
        name="help-search"
1310
        text="Help/_Help_contents_search"
1311
        />
1312
1313
    </extension>
1314
1315 42621 jjdelcerro
    <extension class-name="org.gvsig.app.extension.logviewer.LogViewerExtension"
1316
      description="Muestra el registro de errores de la aplicacion."
1317
      active="true"
1318
      priority="90090">
1319 42037 fdiaz
1320 42621 jjdelcerro
      <action
1321
        name="help-logview"
1322
        label="_Log_view"
1323
        tooltip="_Log_view"
1324 42731 jjdelcerro
        position="908500100"
1325 42621 jjdelcerro
        action-command="log-view"
1326
        icon="help-logview"
1327
        accelerator=""
1328
        />
1329
1330
      <menu
1331
        name="help-logview"
1332 42731 jjdelcerro
        text="tools/Development/Show error log"
1333 42621 jjdelcerro
        />
1334
1335
    </extension>
1336 42878 dmartinezizquierdo
1337 40435 jjdelcerro
    <extension
1338
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
1339
            description="" active="true">
1340
1341 42037 fdiaz
            <action
1342
                 name="tools-symbology-browse-symbols"
1343 40435 jjdelcerro
                 label="_Browse_symbols"
1344 42037 fdiaz
                 tooltip="_Browse_symbols"
1345 40435 jjdelcerro
                 action-command="tools-symbology-browse-symbols"
1346 42037 fdiaz
                 icon="tools-symbology-browse-symbols"
1347
                 position="900400050"
1348
                 accelerator=""
1349 40435 jjdelcerro
            />
1350
            <menu
1351 42037 fdiaz
                 name="tools-symbology-browse-symbols"
1352 41816 jjdelcerro
                 text="tools/Symbols/Browse_symbols"
1353 40435 jjdelcerro
            />
1354
        </extension>
1355
1356 42037 fdiaz
1357 46039 fdiaz
    <extension class-name="org.gvsig.app.extension.UndoRedoViewExtension"
1358
            description="Extensi?n encargada de hacer/deshacer la edici?n sobre la capa activa y mostrar el hist?rico."
1359
            active="true" >
1360 42037 fdiaz
1361
            <action
1362
                name="edit-undo-layer"
1363
                label="_Undo"
1364
                tooltip="_Undo_last_modification_in_the_active_layer"
1365
                position="200100000"
1366
                action-command="edit-undo-layer"
1367
                icon="edit-undo"
1368
                accelerator=""
1369
                />
1370
1371
            <action
1372
                name="edit-redo-layer"
1373
                label="_Redo"
1374
                tooltip="_Redo_last_modification_in_the_active_layer"
1375
                position="200200000"
1376
                action-command="edit-redo-layer"
1377
                icon="edit-redo"
1378
                accelerator=""
1379
                />
1380
1381 46039 fdiaz
                <action
1382 42037 fdiaz
                name="edit-undo-redo-actions-layer"
1383
                label="_Undo_redo_history"
1384
                tooltip="_Undo_redo_history"
1385
                position="200300000"
1386
                action-command="edit-undo-redo-actions-layer"
1387
                icon="edit-undo-redo-actions"
1388
                accelerator=""
1389
                />
1390
1391
            <menu
1392 46039 fdiaz
                name="edit-undo-layer"
1393
                text="Edit/_Undo"
1394
                />
1395
1396
            <menu
1397
                name="edit-redo-layer"
1398
                text="Edit/_Redo"
1399
                />
1400
1401
            <menu
1402 42037 fdiaz
                name="edit-undo-redo-actions-layer"
1403
                text="Edit/_Undo_redo_history"
1404
                />
1405 46039 fdiaz
1406 43099 jjdelcerro
            <tool-bar name="edit">
1407 46039 fdiaz
                <action-tool name="edit-undo-layer"/>
1408
                <action-tool name="edit-redo-layer"/>
1409 42037 fdiaz
                <action-tool name="edit-undo-redo-actions-layer"/>
1410
            </tool-bar>
1411
    </extension>
1412
1413
1414
        <!--
1415
        ***********************************
1416
        Copy/paste features between layers
1417
        using system clipboard
1418
        ***********************************
1419
        -->
1420
1421
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1422
            description="Copy selected features to system clipboard"
1423
            active="true">
1424
1425
            <action
1426
                name="layer-modify-clipboard-copy"
1427
                label="_Copy_selected_features_to_clipboard"
1428
                tooltip="_Copy_selected_features_to_clipboard"
1429
                position="601105000"
1430
                action-command="layer-modify-clipboard-copy"
1431
                icon="layer-modify-clipboard-copy"
1432
                accelerator=""
1433
                />
1434
1435
            <menu
1436
                name="layer-modify-clipboard-copy"
1437
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1438
                />
1439
1440 43099 jjdelcerro
            <tool-bar name="edit">
1441 42037 fdiaz
                <action-tool
1442
                    name="layer-modify-clipboard-copy"
1443
                    />
1444
            </tool-bar>
1445
        </extension>
1446
1447 45101 omartinez
       <extension class-name="org.gvsig.app.extension.clipboard.PasteAlphanumericValuesFromClipboardExtension"
1448
            description="Paste alphanumeric values from system clipboard into editing feature"
1449
            active="true">
1450 42037 fdiaz
1451 45101 omartinez
            <action
1452
                name="layer-modify-clipboard-paste-alphanumeric"
1453
                label="_Paste_alphanumeric_values_from_clipboard"
1454
                tooltip="_Paste_alphanumeric_values_from_clipboard"
1455
                position="601105200"
1456
                action-command="layer-modify-clipboard-paste-alphanumeric"
1457
                icon="layer-modify-clipboard-paste-alphanumeric"
1458
                accelerator=""
1459
                />
1460
1461
            <menu
1462
                name="layer-modify-clipboard-paste-alphanumeric"
1463
                text="Layer/Modify/_Paste_alphanumeric_values_from_clipboard"
1464
                />
1465
1466
            <tool-bar name="edit">
1467
                <action-tool
1468
                    name="layer-modify-clipboard-paste-alphanumeric"
1469
                    />
1470
            </tool-bar>
1471
        </extension>
1472
1473 42175 jjdelcerro
        <extension class-name="org.gvsig.app.extension.LayerPropertiesExtension"
1474
            description=""
1475
            active="true">
1476 42037 fdiaz
1477 42175 jjdelcerro
            <action
1478
                name="layer-properties"
1479
                label="propiedades"
1480
                tooltip="_Layer_properties"
1481
                position="609000000"
1482
                action-command="layer-properties"
1483
                icon="layer-properties"
1484
                accelerator=""
1485
                />
1486
1487
            <menu
1488
                name="layer-properties"
1489
                text="Layer/propiedades"
1490
                />
1491
1492
        </extension>
1493 42489 jjdelcerro
1494 43475 jjdelcerro
        <extension class-name="org.gvsig.app.extension.CreateSpatialIndexExtension"
1495
            description=""
1496
            active="true">
1497
1498
            <action
1499
                name="layer-create-spatialindex"
1500
                label="_Create_spatial_index"
1501
                tooltip="_Create_spatial_index"
1502
                position="608000000"
1503
                action-command="layer-create-spatialindex"
1504
                icon="layer-create-spatialindex"
1505
                accelerator=""
1506
                />
1507
1508
            <menu
1509
                name="layer-create-spatialindex"
1510
                text="Layer/_Create_spatial_index"
1511
                />
1512
1513
        </extension>
1514
1515 42489 jjdelcerro
        <extension class-name="org.gvsig.app.extension.ShowLayerAsForm"
1516
                           description="Muestra la tabla asociada a la capa en modo formulario."
1517 42775 jjdelcerro
                           active="true">
1518 42489 jjdelcerro
1519
            <action
1520
                name="layer-show-form"
1521
                label="_Show_layer_form"
1522
                tooltip="_Show_layer_form"
1523 42506 jjdelcerro
                position="601300000"
1524 42489 jjdelcerro
                action-command="layer-show-form"
1525
                icon="layer-show-form"
1526
                accelerator=""
1527
            />
1528
1529
            <menu
1530
                name="layer-show-form"
1531 45970 jjdelcerro
                text="Layer/_Show_form"
1532 42489 jjdelcerro
            />
1533
1534
        </extension>
1535 45788 jjdelcerro
1536
        <extension class-name="org.gvsig.app.extension.ShowEditedFeatures"
1537
                           description="Muestra las features editadas en la sesion de edicion."
1538
                           active="true">
1539
1540
            <action
1541
                name="layer-show-editedfeatures"
1542
                label="_Show_edited_features"
1543
                tooltip="_Show_edited_features"
1544
                position="601300001"
1545
                action-command="layer-show-editedfeatures"
1546
                icon="layer-show-editedfeatures"
1547
                accelerator=""
1548
            />
1549
1550
            <menu
1551
                name="layer-show-editedfeatures"
1552 45970 jjdelcerro
                text="Layer/_Show_edited_features"
1553 45788 jjdelcerro
            />
1554
1555
        </extension>
1556
1557
1558
        <extension
1559 45739 jjdelcerro
            class-name="org.gvsig.app.extension.geometriespalette.GeometriesPaletteExtension"
1560 46417 jjdelcerro
            description="" active="true">
1561 42557 dmartinezizquierdo
1562 45739 jjdelcerro
            <action
1563
                 name="tools-open-geometriespalette"
1564
                 label="_Open_geometries_palette"
1565
                 tooltip="_Open_geometries_palette"
1566
                 action-command="tools-open-geometriespalette"
1567
                 icon="tools-open-geometriespalette"
1568
                 position="900400100"
1569
                 accelerator=""
1570
            />
1571
            <menu
1572
                 name="tools-open-geometriespalette"
1573
                 text="tools/_Open_palette_from_layer"
1574
            />
1575
        </extension>
1576
1577 46049 jjdelcerro
        <extension
1578
            class-name="org.gvsig.app.extension.evalexpression.EvaluateExpressionExtension"
1579
            description="" active="true">
1580
1581
            <action
1582
                name="tools-scripting-evaluateexpression"
1583
                label="_Evaluate_expression"
1584
                position="908300050"
1585
                tooltip="_Show_scripting_launcher"
1586
                action-command="tools-scripting-evaluateexpression"
1587
                icon="tools-scripting-evaluateexpression"
1588
                accelerator=""
1589
            />
1590
1591
            <menu text="tools/_Scripting"
1592
                              position="908300000"
1593
                              is_separator="true"/>
1594
            <menu text="tools/_Scripting/Evaluate expression"  name="tools-scripting-evaluateexpression"/>
1595
        </extension>
1596 46338 fdiaz
        <extension
1597
            class-name="org.gvsig.app.extension.resourcesmanager.ResourcesLoaderExtension"
1598
            description="" active="true">
1599
1600
            <action
1601
                name="tools-resourcesloader-show"
1602
                label="_Resources_loader"
1603 46499 jjdelcerro
                position="902000300"
1604 46338 fdiaz
                tooltip="_Resources_loader"
1605
                action-command="tools-resourcesloader-show"
1606
                icon="tools-resourcesloader-show"
1607
                accelerator=""
1608
            />
1609
1610 46499 jjdelcerro
            <menu text="tools/Database/_Resources_loader"  name="tools-resourcesloader-show"/>
1611 46338 fdiaz
        </extension>
1612 46049 jjdelcerro
1613 46375 jjdelcerro
    <extension class-name="org.gvsig.app.extension.IdentifyLayerExtension"
1614
      description="Extensi?n encargada de gestionar la herramienta de identificacion de capa."
1615
      active="true"
1616
      priority="29">
1617
      <action
1618
        name="layer-identify"
1619
        label="_Identify_layer"
1620
        tooltip="_Identify_layer"
1621
        action-command="layer-identify"
1622
        icon="layer-identify"
1623
        position="600200001"
1624
        accelerator=""
1625
        />
1626
      <menu
1627
        name="layer-identify"
1628
        text="Layer/Query/_Identify_layer"
1629
        />
1630
      <tool-bar name="view_tools_query">
1631
        <selectable-tool name="layer-identify" />
1632
      </tool-bar>
1633
    </extension>
1634
1635 46403 jjdelcerro
        <extension
1636
            class-name="org.gvsig.app.extension.copytable.CopyTableExtension"
1637
            description="" active="true">
1638
1639
            <action
1640
                name="tools-copytable"
1641
                label="_Copy_table"
1642 46499 jjdelcerro
                position="902000200"
1643 46403 jjdelcerro
                tooltip="_Copy_table"
1644
                action-command="tools-copytable"
1645
                icon="tools-copytable"
1646
                accelerator=""
1647
            />
1648 46641 jjdelcerro
            <action
1649
                name="tools-dbconnections"
1650
                label="_Database_connections"
1651
                position="902002300"
1652
                tooltip="_Database_connections"
1653
                action-command="tools-dbconnections"
1654
                icon="tools-dbconnections"
1655
                accelerator=""
1656
            />
1657 46403 jjdelcerro
1658 46499 jjdelcerro
            <menu text="tools/Database/_Copy_table"  name="tools-copytable"/>
1659 46641 jjdelcerro
            <menu text="tools/Database/_Connections"  name="tools-dbconnections"/>
1660 46403 jjdelcerro
        </extension>
1661
1662 46448 jjdelcerro
        <extension
1663 46475 jjdelcerro
            class-name="org.gvsig.app.extension.updatetable.UpdateTableExtension"
1664 46448 jjdelcerro
            description="" active="true">
1665
1666
            <action
1667 46475 jjdelcerro
                name="tools-updatetable"
1668
                label="_Update_table"
1669 46499 jjdelcerro
                position="902000100"
1670 46475 jjdelcerro
                tooltip="_Update_table"
1671
                action-command="tools-updatetable"
1672
                icon="tools-updatetable"
1673 46448 jjdelcerro
                accelerator=""
1674
            />
1675
1676 46499 jjdelcerro
            <menu text="tools/Database/_Update_table"  name="tools-updatetable"/>
1677 46448 jjdelcerro
        </extension>
1678
1679 40435 jjdelcerro
  </extensions>
1680
1681
</plugin-config>