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 @ 42173

History | View | Annotate | Download (33.6 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
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
<plugin-config>
28

    
29
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31
  <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
    <label id="azimut" size="110"/>
44
  </label-set>
45

    
46
  <!--
47
  <popup-menus>
48
    <popup-menu name="view.toc.context.menu">
49
      <menu name="view-layer-add"/>
50
    </popup-menu>
51
  </popup-menus>
52
  -->
53

    
54
  <extensions>
55
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
56
      description="Initial warning message"
57
      active="true"
58
      priority="1">
59
    </extension>
60

    
61
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
62
      description="Check OS and architecture of installed packages"
63
      active="true"
64
      priority="1">
65
    </extension>
66

    
67
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
68
      description="Initialize application extension"
69
      active="true"
70
      priority="99999">
71
    </extension>
72

    
73
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
74
      description="Extensi?n encargada de gestionar los proyectos."
75
      active="true"
76
      priority="10">
77

    
78
      <action
79
        name= "application-project-new"
80
        label="nuevo_proyecto"
81
        tooltip="nuevo_tooltip"
82
        action-command="application-project-new"
83
        icon="application-project-new"
84
        position="100100000"
85
        accelerator="Ctrl+N"
86
        />
87
      <action
88
        name="application-project-open"
89
        label="abrir_proyecto"
90
        tooltip="abrir_tooltip"
91
        action-command="application-project-open"
92
        icon="application-project-open"
93
        position="100200000"
94
        accelerator="Ctrl+O"
95
        />
96
      <action
97
        name="application-project-save"
98
        label="guardar_proyecto"
99
        tooltip="guardar_tooltip"
100
        action-command="application-project-save"
101
        icon="application-project-save"
102
        position="100300000"
103
        accelerator="Ctrl+S"
104
        />
105
      <action
106
        name="application-project-saveas"
107
        label="guardar_como"
108
        tooltip="guardar_como"
109
        action-command="application-project-save-as"
110
        icon="application-project-save-as"
111
        position="100400000"
112
        accelerator="Ctrl+Shift+S"
113
        />
114

    
115

    
116

    
117
      <menu text="File"
118
        position="100000000"
119
        is_separator="true"/>
120
      <menu text="File/Export"
121
        position="100900000"
122
        is_separator="true"/>
123
      <menu text="Edit"
124
        position="200000000"
125
        is_separator="true"/>
126
      <menu text="Selection"
127
        position="300000000"
128
        is_separator="true"/>
129
      <menu text="Show"
130
        position="400000000"
131
        is_separator="true"/>
132

    
133
      <menu text="Layer"
134
        position="600000000"
135
        is_separator="true"/>
136
      <menu text="Layer/Set_to"
137
        position="600400000"
138
        is_separator="true"/>
139

    
140
      <menu text="View"
141
        position="650000000"
142
        is_separator="true"/>
143
      <menu text="View/Navigation"
144
        position="650100000"
145
        is_separator="true"/>
146
      <menu text="View/Query"
147
        position="650700000"
148
        is_separator="true"/>
149

    
150
      <menu text="tools"
151
        position="900000000"
152
        is_separator="true"/>
153
      <menu text="tools/Development"
154
        position="908500000"
155
        is_separator="true"/>
156
      <menu text="tools/Development/Disposables"
157
        position="908500200"
158
        is_separator="true"/>
159

    
160

    
161
      <menu text="Window"
162
        position="960000000"
163
        is_separator="true"/>
164
      <menu text="Help"
165
        position="990000000"
166
        is_separator="true"/>
167

    
168
      <menu
169
        text="File/nuevo_proyecto"
170
        name= "application-project-new"
171
        />
172
      <menu
173
        text="File/abrir_proyecto"
174
        name="application-project-open"
175
        />
176
      <menu
177
        text="File/guardar_proyecto"
178
        name="application-project-save"
179
        />
180
      <menu
181
        text="File/guardar_como"
182
        name="application-project-saveas"
183
        />
184

    
185
      <tool-bar name="project" position="1">
186
        <action-tool name="application-project-new"/>
187
        <action-tool name="application-project-open"/>
188
        <action-tool name="application-project-save"/>
189
      </tool-bar>
190
    </extension>
191

    
192
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
193
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
194
      active="true">
195

    
196
      <action
197
        name="show-project-manager"
198
        label="_Show_project"
199
        tooltip="_Show_project_window"
200
        action-command="show-project-manager"
201
        icon="show-project-manager"
202
        position="400100000"
203
        accelerator="Alt+P"
204
        />
205

    
206
      <menu
207
        text="Show/_Project_manager"
208
        name="show-project-manager"
209
        />
210
    </extension>
211

    
212
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
213
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
214
      active="true"
215
      priority="20">
216
    </extension>
217

    
218
    <extension class-name="org.gvsig.app.extension.AddLayer"
219
      description="Extensi?n encargada de abrir las diferentes capas."
220
      active="true"
221
      priority="20">
222
      <action
223
        name="view-layer-add"
224
        label="Add_layer"
225
        tooltip="Add_layer"
226
        action-command="view-layer-add"
227
        icon="view-layer-add"
228
        position="650300000"
229
        accelerator="Alt+O"
230
        />
231

    
232
      <menu
233
        name="view-layer-add"
234
        text="View/Add_layer"
235
        />
236
      <tool-bar name="view" position="30010">
237
        <action-tool name="view-layer-add"/>
238
      </tool-bar>
239
    </extension>
240

    
241
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
242
      description="Enables the  symbology."
243
      active="true"
244
      priority="20">
245
    </extension>
246

    
247
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
248
      description="Extensi?n encargada de gestionar los zooms previos al actual."
249
      active="true">
250
      <action
251
        name="view-navigation-zoom-back"
252
        label="Zoom_back"
253
        tooltip="Zoom_back"
254
        action-command="view-navigation-zoom-back"
255
        icon="view-navigation-zoom-back"
256
        position="650100700"
257
        accelerator=""
258
        />
259

    
260
      <menu
261
        name="view-navigation-zoom-back"
262
        text="View/Navigation/Zoom_back"
263
        />
264
      <tool-bar name="view_navigation" position ="3">
265
        <action-tool name="view-navigation-zoom-back"/>
266
      </tool-bar>
267
    </extension>    
268
    
269
    <extension class-name="org.gvsig.app.extension.ZoomNext"
270
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
271
      active="true">
272
      <action
273
        name="view-navigation-zoom-next"
274
        label="Zoom_next"
275
        tooltip="Zoom_next"
276
        action-command="view-navigation-zoom-next"
277
        icon="view-navigation-zoom-next"
278
        position="650100710"
279
        accelerator=""
280
        />
281

    
282
      <menu
283
        name="view-navigation-zoom-next"
284
        text="View/Navigation/Zoom_next"
285
        />
286
      <tool-bar name="view_navigation" position ="3">
287
        <action-tool name="view-navigation-zoom-next"/>
288
      </tool-bar>
289
    </extension>
290
    
291
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
292
      description="Extensi?n encargada de gestionar la herramienta de info."
293
      active="true"
294
      priority="29">
295
      <action
296
        name="layer-info-by-point"
297
        label="_Information_by_point"
298
        tooltip="_Information_by_point"
299
        action-command="layer-info-by-point"
300
        icon="layer-info-by-point"
301
        position="600200000"
302
        accelerator=""
303
        />
304
      <menu
305
        name="layer-info-by-point"
306
        text="Layer/Query/_Information_by_point"
307
        />
308
      <tool-bar name="view_tools_query" position="5">
309
        <selectable-tool name="layer-info-by-point" />
310
      </tool-bar>
311
    </extension>
312

    
313

    
314
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
315
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
316
      active="true">
317
    </extension>
318

    
319

    
320
    <extension class-name="org.gvsig.app.extension.ViewControls"
321
      description="Extensi?n encargada de gestionar la vista."
322
      active="true"
323
      priority="30">
324
      <combo-scale name="view-change-scale"
325
        label="1:"
326
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
327
          value="10000"
328
          action-command="view-change-scale" />
329

    
330
      <action
331
        name="view-change-scale"
332
        label="_Change_scale"
333
        action-command="view-change-scale"
334
        />
335

    
336
      <action
337
        name="view-navigation-zoom-in-topoint"
338
        label="Zoom_in"
339
        position="650100400"
340
        action-command="view-navigation-zoom-in-topoint"
341
        icon="view-navigation-zoom-in-topoint"
342
        tooltip="Zoom_in"
343
        accelerator=""
344
        />
345
      <action
346
        name="view-navigation-zoom-out-topoint"
347
        label="Zoom_out"
348
        position="650100500"
349
        action-command="view-navigation-zoom-out-topoint"
350
        icon="view-navigation-zoom-out-topoint"
351
        tooltip="Zoom_out"
352
        accelerator=""
353
        />
354
      <action
355
        name="view-navigation-zoom-all"
356
        label="Zoom_all"
357
        position="650100600"
358
        action-command="view-navigation-zoom-all"
359
        icon="view-navigation-zoom-all"
360
        tooltip="Zoom_all"
361
        accelerator=""
362
        />
363
      <action
364
        name="view-navigation-zoom-in-center"
365
        label="Zoom_in_to_center"
366
        position="650100200"
367
        action-command="view-navigation-zoom-in-center"
368
        tooltip="Zoom_in_to_center"
369
        icon="view-navigation-zoom-in-center"
370
        accelerator=""
371
        />
372
      <action
373
        name="view-navigation-zoom-out-center"
374
        label="Zoom_out_to_center"
375
        position="650100300"
376
        action-command="view-navigation-zoom-out-center"
377
        tooltip="Zoom_out_to_center"
378
        icon="view-navigation-zoom-out-center"
379
        accelerator=""
380
        />
381
      <action
382
        name="view-navigation-pan"
383
        label="Pan"
384
        position="650100100"
385
        action-command="view-navigation-pan"
386
        icon="view-navigation-pan"
387
        tooltip="Pan"
388
        accelerator=""
389
        />
390
      <action
391
        name="view-navigation-frame-manager"
392
        label="Frame_manager"
393
        position="650109000"
394
        action-command="view-navigation-frame-manager"
395
        icon="view-navigation-frame-manager"
396
        tooltip="Frame_manager"
397
        accelerator=""
398
        />
399

    
400

    
401
      <action
402
        name="layer-set-visible"
403
        label="_Show_layers"
404
        position="600400100"
405
        action-command="layer-set-visible"
406
        icon="layer-set-visible"
407
        tooltip="_Show_layers"
408
        accelerator=""
409
        />
410
      <action
411
        name="layer-set-hide"
412
        label="_Hide_layers"
413
        position="600400200"
414
        action-command="layer-set-hide"
415
        icon="layer-set-hide"
416
        tooltip="_Hide_layers"
417
        accelerator=""
418
        />
419
      <action
420
        name="layer-set-active"
421
        label="_Set_Layers_active"
422
        position="600400300"
423
        action-command="layer-set-active"
424
        icon="layer-set-active"
425
        tooltip="_Set_Layers_active"
426
        accelerator=""
427
        />
428
      <action
429
        name="layer-set-inactive"
430
        label="_Set_Layers_inactive"
431
        position="600400400"
432
        action-command="layer-set-inactive"
433
        icon="layer-set-inactive"
434
        tooltip="_Set_Layers_inactive"
435
        accelerator=""
436
        />
437

    
438
      <action
439
        name="view-locator-setup"
440
        label="_Locator_setup"
441
        position="658000000"
442
        action-command="view-locator-setup"
443
        icon="view-locator-setup"
444
        tooltip="_Locator_setup"
445
        accelerator=""
446
        />
447

    
448
      <menu
449
        name="view-navigation-zoom-in-topoint"
450
        text="View/Navigation/Zoom_in"
451
        />
452
      <menu
453
        name="view-navigation-zoom-out-topoint"
454
        text="View/Navigation/Zoom_out"
455
        />
456
      <menu
457
        name="view-navigation-zoom-all"
458
        text="View/Navigation/Zoom_all"
459
        />
460
      <menu
461
        name="view-navigation-zoom-in-center"
462
        text="View/Navigation/Zoom_in_to_center"
463
        />
464
      <menu
465
        name="view-navigation-zoom-out-center"
466
        text="View/Navigation/Zoom_out_to_center"
467
        />
468
      <menu
469
        name="view-navigation-pan"
470
        text="View/Navigation/Pan"
471
        />
472
      <menu
473
        name="view-navigation-frame-manager"
474
        text="View/Navigation/Frame_manager"
475
        />
476

    
477

    
478
      <menu
479
        name="layer-set-visible"
480
        text="View/_Set_all_layers_to/visible"
481
        />
482
      <menu
483
        name="layer-set-hide"
484
        text="View/_Set_all_layers_to/Hidden"
485
        />
486
      <menu
487
        name="layer-set-active"
488
        text="View/_Set_all_layers_to/Active"
489
        />
490
      <menu
491
        name="layer-set-inactive"
492
        text="View/_Set_all_layers_to/Inactive"
493
        />
494

    
495
      <menu
496
        name="view-locator-setup"
497
        text="View/Locator_setup"
498
        />
499

    
500

    
501
      <tool-bar name="view_navigation" position="3">
502
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
503
        <selectable-tool name="view-navigation-zoom-out-topoint" />
504
        <action-tool name="view-navigation-zoom-all"  />
505
        <action-tool name="view-navigation-zoom-in-center"  />
506
        <action-tool name="view-navigation-zoom-out-center"  />
507
      </tool-bar>
508

    
509
      <tool-bar name="view_navigation" position ="4">
510
        <selectable-tool name="view-navigation-pan"/>
511
        <action-tool name="view-navigation-frame-manager" />
512
      </tool-bar>
513

    
514
    </extension>
515

    
516
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
517
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
518
      active="true"
519
      priority="30">
520
      <action
521
        name="view-query-distance"
522
        label="_Query_distance"
523
        position="650700200"
524
        action-command="view-query-distance"
525
        icon="view-query-distance"
526
        tooltip="_Query_distance"
527
        accelerator=""
528
        />
529
      <action
530
        name="view-query-area"
531
        label="_Query_area"
532
        position="650700100"
533
        action-command="view-query-area"
534
        icon="view-query-area"
535
        tooltip="_Query_area"
536
        accelerator=""
537
        />
538

    
539

    
540
      <menu
541
        name="view-query-distance"
542
        text="Layer/Query/Distance"
543
        />
544
      <menu
545
        name="view-query-area"
546
        text="Layer/Query/Area"
547
        />
548

    
549
      <tool-bar name="view_tools_query" position="5">
550
        <selectable-tool name="view-query-distance" />
551
        <selectable-tool name="view-query-area" />
552
      </tool-bar>
553

    
554
    </extension>
555

    
556
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
557
      description="Extensi?n encargada de gestionar la vista."
558
      active="true"
559
      priority="30">
560

    
561
      <action
562
        name="selection-select-by-rectangle-view"
563
        label="Select_by_rectangle"
564
        position="300020000"
565
        action-command="selection-select-by-rectangle-view"
566
        icon="selection-select-by-rectangle"
567
        tooltip="Select_by_rectangle"
568
        accelerator=""
569
        />
570
      <action
571
        name="selection-select-by-polygon"
572
        label="Select_by_polygon"
573
        position="300030000"
574
        action-command="selection-select-by-polygon"
575
        icon="selection-select-by-polygon"
576
        tooltip="Select_by_polygon"
577
        accelerator=""
578
        />
579

    
580
      <menu
581
        name="selection-select-by-rectangle-view"
582
        text="Selection/Select_by_rectangle"
583
        />
584
      <menu
585
        name="selection-select-by-polygon"
586
        text="Selection/Select_by_polygon"
587
        />
588

    
589
      <tool-bar name="view_selection" position="6">
590
        <selectable-tool name="selection-select-by-rectangle-view" />
591
        <selectable-tool name="selection-select-by-polygon" />
592
      </tool-bar>
593

    
594
    </extension>
595

    
596

    
597

    
598
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
599
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
600
      active="true"
601
      priority="30">
602
      <action
603
        name="selection-simple-select-view"
604
        label="_Simple_select"
605
        position="300010000"
606
        action-command="selection-simple-select-view"
607
        icon="selection-simple-select"
608
        tooltip="_Simple_select"
609
        accelerator=""
610
        />
611

    
612
      <menu
613
        name="selection-simple-select-view"
614
        text="Selection/Simple"
615
        />
616

    
617
      <tool-bar name="view_selection" position="6">
618
        <selectable-tool name="selection-simple-select-view" />
619
      </tool-bar>
620

    
621
    </extension>
622

    
623

    
624
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
625
      description="Extensi?n encargada de la selecci?n por tema."
626
      active="true"
627
      priority="30">
628
      <action
629
        name="selection-select-by-layer"
630
        position="300070000"
631
        label="_Select_by_layer"
632
        action-command="selection-select-by-layer"
633
        icon="selection-select-by-layer"
634
        tooltip="_Select_by_layer"
635
        accelerator=""
636
        />
637

    
638
      <menu
639
        name="selection-select-by-layer"
640
        text="Selection/Select_by_layer"
641
        />
642
    </extension>
643

    
644
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
645
      description="Extensi?n encargada de hacer la selecci?n inversa."
646
      active="true"
647
      priority="30">
648
      <action
649
        name="selection-reverse-view"
650
        label="_Reverse_selection"
651
        position="300100000"
652
        action-command="selection-reverse-view"
653
        icon="selection-reverse"
654
        tooltip="_Reverse_selection"
655
        accelerator=""
656
        />
657

    
658
      <menu
659
        name="selection-reverse-view"
660
        text="Selection/Reverse"
661
        />
662

    
663
      <tool-bar name="view_selection" position="6">
664
          <action-tool name="selection-reverse-view" />
665
      </tool-bar>
666

    
667
    </extension>
668

    
669
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
670
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
671
      active="true">
672
      <action
673
        name="view-properties"
674
        label="_View_properties"
675
        position="659000000"
676
        action-command="view-properties"
677
        icon="view-properties"
678
        tooltip="_Show_view_properties"
679
        accelerator=""
680
        />
681

    
682

    
683
      <menu
684
        name="view-properties"
685
        text="View/Properties"
686
        />
687

    
688
    </extension>
689

    
690
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
691
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
692
      active="true">
693

    
694
      <action
695
        name="view-navigation-zoom-to-selection"
696
        label="Zoom_to_selection"
697
        position="650100900"
698
        action-command="view-navigation-zoom-to-selection"
699
        icon="view-navigation-zoom-to-selection"
700
        tooltip="Zoom_to_selection"
701
        accelerator=""
702
        />
703

    
704
      <menu
705
        name="view-navigation-zoom-to-selection"
706
        text="View/Navigation/Zoom_to_selection"
707
        />
708

    
709
      <tool-bar name="view_navigation" position="3">
710
        <action-tool name="view-navigation-zoom-to-selection" />
711
      </tool-bar>
712

    
713
    </extension>
714

    
715
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
716
      description="Extensi?n encargada de limpiar la selecci?n."
717
      active="true">
718

    
719
      <action
720
        name="selection-clear-view"
721
        label="_Clear_selection"
722
        position="300110000"
723
        action-command="selection-clear-view"
724
        icon="edit-clear"
725
        tooltip="_Clear_selection"
726
        accelerator=""
727
        />
728

    
729
      <menu
730
        name="selection-clear-view"
731
        text="Selection/_Clear"
732
        />
733

    
734
      <tool-bar name="view_selection" position="6">
735
        <action-tool name="selection-clear-view" />
736
      </tool-bar>
737

    
738
    </extension>
739

    
740
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
741
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
742
      active="true">
743

    
744
      <action
745
        name="selection-by-attributes-layer"
746
        label="_Select_by_attributes"
747
        position="300080000"
748
        icon="selection-by-attributes"
749
        tooltip="_Select_by_attributes"
750
        action-command="selection-by-attributes-layer"
751
        accelerator=""
752
        />
753

    
754
      <menu
755
        name="selection-by-attributes-layer"
756
        text="Selection/_Select_by_attributes"
757
        />
758

    
759
      <tool-bar name="view_selection" position="12">
760
        <action-tool name="selection-by-attributes-layer" />
761
      </tool-bar>
762

    
763
    </extension>
764

    
765
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
766
      description="Extensi?n con informaci?n sobre disposables."
767
      active="true"
768
      priority="1000">
769

    
770
      <action
771
        name="tools-devel-disposables-show-pendings"
772
        label="_Show_pendings_disposables"
773
        position="908500200"
774
        tooltip="_Show_pendings_disposables"
775
        action-command="tools-devel-disposables-show-pendings"
776
        icon="tools-devel-disposables-show-pendings"
777
        accelerator=""
778
        />
779
      <action
780
        name="tools-devel-disposables-free-all"
781
        label="_Free_all_disposables"
782
        position="908500201"
783
        action-command="tools-devel-disposables-free-all"
784
        icon="tools-devel-disposables-free-all"
785
        tooltip="_Free_all_disposables"
786
        accelerator=""
787
        />
788

    
789
      <menu
790
        name="tools-devel-disposables-show-pendings"
791
        text="tools/Development/Disposables/Show_pendings"
792
        />
793
      <menu
794
        name="tools-devel-disposables-free-all"
795
        text="tools/Development/Disposables/Free_all"
796
        />
797

    
798
    </extension>
799

    
800
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
801
      description="Extensi?n para la creacion de paquetes de traducciones."
802
      active="true"
803
      priority="1000">
804

    
805
      <action
806
        name="tools-devel-translations-package"
807
        label="_Translations_package"
808
        position="908500200"
809
        tooltip="_Translations_package"
810
        action-command="tools-devel-translations-package"
811
        icon="tools-devel-translations-package"
812
        accelerator=""
813
        />
814

    
815

    
816
      <menu
817
        name="tools-devel-translations-package"
818
        text="tools/Development/_Translations_package"
819
        />
820

    
821

    
822
    </extension>
823

    
824
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
825
      description="Monitor de operaciones de edition."
826
      active="true"
827
      priority="1000">
828

    
829
      <action
830
        name="tools-devel-show-editing-listener"
831
        label="Show editing monitor"
832
        position="908500200"
833
        tooltip="Show editing monitor"
834
        action-command="tools-devel-show-editing-listener"
835
        icon="tools-devel-show-editing-listener"
836
        accelerator=""
837
        />
838

    
839
      <menu
840
        name="tools-devel-show-editing-listener"
841
        text="tools/Development/Show_editing_monitor"
842
        />
843
    </extension>
844

    
845
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
846
      description="Presenta informacion relevante para debug."
847
      active="true"
848
      priority="30">
849
      <action
850
        name="tools-devel-show-persistencefactories"
851
        label="_Show_persistence_factories"
852
        tooltip="_Show_persistence_factories"
853
        position="908500400"
854
        action-command="tools-devel-show-persistencefactories"
855
        icon="tools-devel-show-persistencefactories"
856
        accelerator=""
857
        />
858
      <action
859
        name="tools-devel-show-icontheme"
860
        label="_Show_icon_theme_information"
861
        tooltip="_Show_icon_theme_information"
862
        position="908500300"
863
        action-command="tools-devel-show-icontheme"
864
        icon="tools-devel-show-icontheme"
865
        accelerator=""
866
        />
867
      <action
868
        name="tools-devel-show-actions"
869
        label="_Show_actions_information"
870
        tooltip="_Show_actions_information"
871
        position="908500100"
872
        action-command="tools-devel-show-actions"
873
        icon="tools-devel-show-actions"
874
        accelerator=""
875
        />
876
      <action
877
        name="tools-devel-show-plugin-report"
878
        label="_Show_plugin_report"
879
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
880
        position="908500100"
881
        action-command="tools-devel-show-plugin-report"
882
        icon="tools-devel-show-plugin-report"
883
        accelerator=""
884
        />
885
      <action
886
        name="tools-devel-show-menus"
887
        label="_Show_menu_information"
888
        tooltip="_Show_menu_information"
889
        position="908500200"
890
        action-command="tools-devel-show-menus"
891
        icon="tools-devel-show-menus"
892
        accelerator=""
893
        />
894
      <action
895
        name="tools-devel-show-menus-by-plugin"
896
        label="_Show_menu_by_plugin_information"
897
        tooltip="_Show_menu_ordered_by_plugin_information"
898
        position="908500300"
899
        action-command="tools-devel-show-menus-by-plugin"
900
        icon="tools-devel-show-menus-by-plugin"
901
        accelerator=""
902
        />
903
      <menu
904
        name="tools-devel-show-persistencefactories"
905
        text="tools/Development/Show_persistence_factories"
906
        />
907
      <menu
908
        name="tools-devel-show-icontheme"
909
        text="tools/Development/Show_icon_theme_information"
910
        />
911
      <menu
912
        name="tools-devel-show-plugin-report"
913
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
914
        />
915
      <menu
916
        name="tools-devel-show-actions"
917
        text="tools/Development/Show_actions_information"
918
        />
919
      <menu
920
        name="tools-devel-show-menus"
921
        text="tools/Development/Show_menu_information"
922
        />
923
      <menu
924
        name="tools-devel-show-menus-by-plugin"
925
        text="tools/Development/Show_menu_by_plugin_information"
926
        />
927

    
928
    </extension>
929

    
930

    
931
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
932
      description="Extensi?n encargada transformar la ventana activa en palette."
933
      active="true">
934

    
935
      <action
936
        name="window-convert-to-tool"
937
        label="_Convert_to_tool"
938
        tooltip="_Convert_regular_window_to_tool_window"
939
        position="960300000"
940
        action-command="window-convert-to-tool"
941
        icon="window-convert-to-tool"
942
        accelerator=""
943
        />
944

    
945
      <menu
946
        name="window-convert-to-tool"
947
        text="Window/Convert_to_tool"
948
        />
949

    
950
    </extension>
951

    
952
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
953
      description="Extensi?n encargada transformar la ventana palette en su original."
954
      active="true">
955

    
956
      <action
957
        name="window-restore-from-tool"
958
        label="_Restore_tool"
959
        tooltip="_Restore_tool_window_to_regular_window"
960
        position="960400000"
961
        action-command="window-restore-from-tool"
962
        icon="window-restore-from-tool"
963
        accelerator=""
964
        />
965

    
966

    
967
      <menu
968
        name="window-restore-from-tool"
969
        text="Window/Restore_from_tool"
970
        />
971

    
972
    </extension>
973

    
974
    <extension class-name="org.gvsig.app.extension.About"
975
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
976
      active="true"
977
      priority="90090">
978

    
979
      <action
980
        name="help-about"
981
        label="_About"
982
        tooltip="_Show_about"
983
        position="999000000"
984
        action-command="help-about"
985
        icon="help-about"
986
        accelerator=""
987
        />
988

    
989
      <menu
990
        name="help-about"
991
        text="Help/About"
992
        />
993

    
994
    </extension>
995

    
996
    <extension
997
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
998
            description="" active="true">
999

    
1000
            <action
1001
                 name="tools-symbology-browse-symbols"
1002
                 label="_Browse_symbols"
1003
                 tooltip="_Browse_symbols"
1004
                 action-command="tools-symbology-browse-symbols"
1005
                 icon="tools-symbology-browse-symbols"
1006
                 position="900400050"
1007
                 accelerator=""
1008
            />
1009
            <menu
1010
                 name="tools-symbology-browse-symbols"
1011
                 text="tools/Symbols/Browse_symbols"
1012
            />
1013
        </extension>
1014

    
1015

    
1016
            <extension class-name="org.gvsig.app.extension.UndoViewExtension"
1017
      description="Extensi?n encargada de deshacer la edici?n sobre la capa activa."
1018
      active="true" >
1019

    
1020
            <action
1021
                name="edit-undo-layer"
1022
                label="_Undo"
1023
                tooltip="_Undo_last_modification_in_the_active_layer"
1024
                position="200100000"
1025
                action-command="edit-undo-layer"
1026
                icon="edit-undo"
1027
                accelerator=""
1028
                />
1029

    
1030
            <menu
1031
                name="edit-undo-layer"
1032
                text="Edit/_Undo"
1033
                />
1034

    
1035
            <tool-bar name="edit_tools">
1036
                <action-tool name="edit-undo-layer"/>
1037
            </tool-bar>
1038

    
1039
    </extension>
1040

    
1041
    <extension class-name="org.gvsig.app.extension.RedoViewExtension"
1042
            description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
1043
            active="true">
1044

    
1045
            <action
1046
                name="edit-redo-layer"
1047
                label="_Redo"
1048
                tooltip="_Redo_last_modification_in_the_active_layer"
1049
                position="200200000"
1050
                action-command="edit-redo-layer"
1051
                icon="edit-redo"
1052
                accelerator=""
1053
                />
1054

    
1055
            <menu
1056
                name="edit-redo-layer"
1057
                text="Edit/_Redo"
1058
                />
1059

    
1060
            <tool-bar name="edit_tools">
1061
                <action-tool name="edit-redo-layer"/>
1062
            </tool-bar>
1063

    
1064
        </extension>
1065

    
1066
    <extension class-name="org.gvsig.app.extension.ViewCommandStackExtension"
1067
      description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
1068
      active="true">
1069

    
1070
            <action
1071
                name="edit-undo-redo-actions-layer"
1072
                label="_Undo_redo_history"
1073
                tooltip="_Undo_redo_history"
1074
                position="200300000"
1075
                action-command="edit-undo-redo-actions-layer"
1076
                icon="edit-undo-redo-actions"
1077
                accelerator=""
1078
                />
1079

    
1080
            <menu
1081
                name="edit-undo-redo-actions-layer"
1082
                text="Edit/_Undo_redo_history"
1083
                />
1084

    
1085
            <tool-bar name="edit_tools">
1086
                <action-tool name="edit-undo-redo-actions-layer"/>
1087
            </tool-bar>
1088

    
1089
    </extension>
1090

    
1091

    
1092
        <!--
1093
        ***********************************
1094
        Copy/paste features between layers
1095
        using system clipboard
1096
        ***********************************
1097
        -->
1098

    
1099
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1100
            description="Copy selected features to system clipboard"
1101
            active="true">
1102

    
1103
            <action
1104
                name="layer-modify-clipboard-copy"
1105
                label="_Copy_selected_features_to_clipboard"
1106
                tooltip="_Copy_selected_features_to_clipboard"
1107
                position="601105000"
1108
                action-command="layer-modify-clipboard-copy"
1109
                icon="layer-modify-clipboard-copy"
1110
                accelerator=""
1111
                />
1112

    
1113
            <menu
1114
                name="layer-modify-clipboard-copy"
1115
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1116
                />
1117

    
1118
            <tool-bar name="layer_modify">
1119
                <action-tool
1120
                    name="layer-modify-clipboard-copy"
1121
                    />
1122
            </tool-bar>
1123
        </extension>
1124

    
1125
        <extension class-name="org.gvsig.app.extension.clipboard.PasteFeaturesFromClipboardExtension"
1126
            description="Paste features from system clipboard into editing layer"
1127
            active="true">
1128

    
1129
            <action
1130
                name="layer-modify-clipboard-paste"
1131
                label="_Paste_features_from_clipboard"
1132
                tooltip="_Paste_features_from_clipboard"
1133
                position="601105100"
1134
                action-command="layer-modify-clipboard-paste"
1135
                icon="layer-modify-clipboard-paste"
1136
                accelerator=""
1137
                />
1138

    
1139
            <menu
1140
                name="layer-modify-clipboard-paste"
1141
                text="Layer/Modify/_Paste_features_from_clipboard"
1142
                />
1143

    
1144
            <tool-bar name="layer_modify">
1145
                <action-tool
1146
                    name="layer-modify-clipboard-paste"
1147
                    />
1148
            </tool-bar>
1149
        </extension>
1150

    
1151

    
1152
  </extensions>
1153

    
1154
</plugin-config>