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

History | View | Annotate | Download (35.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.AddToLocatorExtension"
242
      description="Extensi?n encargada de a?adir una capa al locator."
243
      active="true"
244
      priority="20">
245
      <action
246
        name="layer-addtolocator"
247
        label="add_to_locator"
248
        tooltip="add_to_locator"
249
        action-command="layer-addtolocator"
250
        position="606000000"
251
        icon="layer-addtolocator"
252
        accelerator=""
253
        />
254

    
255
      <menu
256
        name="layer-addtolocator"
257
        text="Layer/add_to_locator"
258
       />
259
      <!-- <tool-bar name="view" position="30010">
260
        <action-tool name="add-to-locator"/>
261
      </tool-bar>
262
       -->
263
    </extension>
264

    
265
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
266
      description="Enables the  symbology."
267
      active="true"
268
      priority="20">
269
    </extension>
270

    
271
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
272
      description="Extensi?n encargada de gestionar los zooms previos al actual."
273
      active="true">
274
      <action
275
        name="view-navigation-zoom-back"
276
        label="Zoom_back"
277
        tooltip="Zoom_back"
278
        action-command="view-navigation-zoom-back"
279
        icon="view-navigation-zoom-back"
280
        position="650100700"
281
        accelerator=""
282
        />
283

    
284
      <menu
285
        name="view-navigation-zoom-back"
286
        text="View/Navigation/Zoom_back"
287
        />
288
      <tool-bar name="view_navigation" position ="3">
289
        <action-tool name="view-navigation-zoom-back"/>
290
      </tool-bar>
291
    </extension>
292

    
293
    <extension class-name="org.gvsig.app.extension.ZoomNext"
294
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
295
      active="true">
296
      <action
297
        name="view-navigation-zoom-next"
298
        label="Zoom_next"
299
        tooltip="Zoom_next"
300
        action-command="view-navigation-zoom-next"
301
        icon="view-navigation-zoom-next"
302
        position="650100710"
303
        accelerator=""
304
        />
305

    
306
      <menu
307
        name="view-navigation-zoom-next"
308
        text="View/Navigation/Zoom_next"
309
        />
310
      <tool-bar name="view_navigation" position ="3">
311
        <action-tool name="view-navigation-zoom-next"/>
312
      </tool-bar>
313
    </extension>
314

    
315
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
316
      description="Extensi?n encargada de gestionar la herramienta de info."
317
      active="true"
318
      priority="29">
319
      <action
320
        name="layer-info-by-point"
321
        label="_Information_by_point"
322
        tooltip="_Information_by_point"
323
        action-command="layer-info-by-point"
324
        icon="layer-info-by-point"
325
        position="600200000"
326
        accelerator=""
327
        />
328
      <menu
329
        name="layer-info-by-point"
330
        text="Layer/Query/_Information_by_point"
331
        />
332
      <tool-bar name="view_tools_query" position="5">
333
        <selectable-tool name="layer-info-by-point" />
334
      </tool-bar>
335
    </extension>
336

    
337

    
338
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
339
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
340
      active="true">
341
    </extension>
342

    
343

    
344
    <extension class-name="org.gvsig.app.extension.ViewControls"
345
      description="Extensi?n encargada de gestionar la vista."
346
      active="true"
347
      priority="30">
348
      <combo-scale name="view-change-scale"
349
        label="1:"
350
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
351
          value="10000"
352
          action-command="view-change-scale" />
353

    
354
      <action
355
        name="view-change-scale"
356
        label="_Change_scale"
357
        action-command="view-change-scale"
358
        />
359

    
360
      <action
361
        name="view-navigation-zoom-in-topoint"
362
        label="Zoom_in"
363
        position="650100400"
364
        action-command="view-navigation-zoom-in-topoint"
365
        icon="view-navigation-zoom-in-topoint"
366
        tooltip="Zoom_in"
367
        accelerator=""
368
        />
369
      <action
370
        name="view-navigation-zoom-out-topoint"
371
        label="Zoom_out"
372
        position="650100500"
373
        action-command="view-navigation-zoom-out-topoint"
374
        icon="view-navigation-zoom-out-topoint"
375
        tooltip="Zoom_out"
376
        accelerator=""
377
        />
378
      <action
379
        name="view-navigation-zoom-all"
380
        label="Zoom_all"
381
        position="650100600"
382
        action-command="view-navigation-zoom-all"
383
        icon="view-navigation-zoom-all"
384
        tooltip="Zoom_all"
385
        accelerator=""
386
        />
387
      <action
388
        name="view-navigation-zoom-in-center"
389
        label="Zoom_in_to_center"
390
        position="650100200"
391
        action-command="view-navigation-zoom-in-center"
392
        tooltip="Zoom_in_to_center"
393
        icon="view-navigation-zoom-in-center"
394
        accelerator=""
395
        />
396
      <action
397
        name="view-navigation-zoom-out-center"
398
        label="Zoom_out_to_center"
399
        position="650100300"
400
        action-command="view-navigation-zoom-out-center"
401
        tooltip="Zoom_out_to_center"
402
        icon="view-navigation-zoom-out-center"
403
        accelerator=""
404
        />
405
      <action
406
        name="view-navigation-pan"
407
        label="Pan"
408
        position="650100100"
409
        action-command="view-navigation-pan"
410
        icon="view-navigation-pan"
411
        tooltip="Pan"
412
        accelerator=""
413
        />
414
      <action
415
        name="view-navigation-frame-manager"
416
        label="Frame_manager"
417
        position="650109000"
418
        action-command="view-navigation-frame-manager"
419
        icon="view-navigation-frame-manager"
420
        tooltip="Frame_manager"
421
        accelerator=""
422
        />
423

    
424

    
425
      <action
426
        name="layer-set-visible"
427
        label="_Show_layers"
428
        position="600400100"
429
        action-command="layer-set-visible"
430
        icon="layer-set-visible"
431
        tooltip="_Show_layers"
432
        accelerator=""
433
        />
434
      <action
435
        name="layer-set-hide"
436
        label="_Hide_layers"
437
        position="600400200"
438
        action-command="layer-set-hide"
439
        icon="layer-set-hide"
440
        tooltip="_Hide_layers"
441
        accelerator=""
442
        />
443
      <action
444
        name="layer-set-active"
445
        label="_Set_Layers_active"
446
        position="600400300"
447
        action-command="layer-set-active"
448
        icon="layer-set-active"
449
        tooltip="_Set_Layers_active"
450
        accelerator=""
451
        />
452
      <action
453
        name="layer-set-inactive"
454
        label="_Set_Layers_inactive"
455
        position="600400400"
456
        action-command="layer-set-inactive"
457
        icon="layer-set-inactive"
458
        tooltip="_Set_Layers_inactive"
459
        accelerator=""
460
        />
461

    
462
      <action
463
        name="view-locator-setup"
464
        label="_Locator_setup"
465
        position="658000000"
466
        action-command="view-locator-setup"
467
        icon="view-locator-setup"
468
        tooltip="_Locator_setup"
469
        accelerator=""
470
        />
471

    
472
      <menu
473
        name="view-navigation-zoom-in-topoint"
474
        text="View/Navigation/Zoom_in"
475
        />
476
      <menu
477
        name="view-navigation-zoom-out-topoint"
478
        text="View/Navigation/Zoom_out"
479
        />
480
      <menu
481
        name="view-navigation-zoom-all"
482
        text="View/Navigation/Zoom_all"
483
        />
484
      <menu
485
        name="view-navigation-zoom-in-center"
486
        text="View/Navigation/Zoom_in_to_center"
487
        />
488
      <menu
489
        name="view-navigation-zoom-out-center"
490
        text="View/Navigation/Zoom_out_to_center"
491
        />
492
      <menu
493
        name="view-navigation-pan"
494
        text="View/Navigation/Pan"
495
        />
496
      <menu
497
        name="view-navigation-frame-manager"
498
        text="View/Navigation/Frame_manager"
499
        />
500

    
501

    
502
      <menu
503
        name="layer-set-visible"
504
        text="View/_Set_all_layers_to/visible"
505
        />
506
      <menu
507
        name="layer-set-hide"
508
        text="View/_Set_all_layers_to/Hidden"
509
        />
510
      <menu
511
        name="layer-set-active"
512
        text="View/_Set_all_layers_to/Active"
513
        />
514
      <menu
515
        name="layer-set-inactive"
516
        text="View/_Set_all_layers_to/Inactive"
517
        />
518

    
519
      <menu
520
        name="view-locator-setup"
521
        text="View/Locator_setup"
522
        />
523

    
524

    
525
      <tool-bar name="view_navigation" position="3">
526
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
527
        <selectable-tool name="view-navigation-zoom-out-topoint" />
528
        <action-tool name="view-navigation-zoom-all"  />
529
        <action-tool name="view-navigation-zoom-in-center"  />
530
        <action-tool name="view-navigation-zoom-out-center"  />
531
      </tool-bar>
532

    
533
      <tool-bar name="view_navigation" position ="4">
534
        <selectable-tool name="view-navigation-pan"/>
535
        <action-tool name="view-navigation-frame-manager" />
536
      </tool-bar>
537

    
538
    </extension>
539

    
540
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
541
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
542
      active="true"
543
      priority="30">
544
      <action
545
        name="view-query-distance"
546
        label="_Query_distance"
547
        position="650700200"
548
        action-command="view-query-distance"
549
        icon="view-query-distance"
550
        tooltip="_Query_distance"
551
        accelerator=""
552
        />
553
      <action
554
        name="view-query-area"
555
        label="_Query_area"
556
        position="650700100"
557
        action-command="view-query-area"
558
        icon="view-query-area"
559
        tooltip="_Query_area"
560
        accelerator=""
561
        />
562

    
563

    
564
      <menu
565
        name="view-query-distance"
566
        text="Layer/Query/Distance"
567
        />
568
      <menu
569
        name="view-query-area"
570
        text="Layer/Query/Area"
571
        />
572

    
573
      <tool-bar name="view_tools_query" position="5">
574
        <selectable-tool name="view-query-distance" />
575
        <selectable-tool name="view-query-area" />
576
      </tool-bar>
577

    
578
    </extension>
579

    
580
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
581
      description="Extensi?n encargada de gestionar la vista."
582
      active="true"
583
      priority="30">
584

    
585
      <action
586
        name="selection-select-by-rectangle-view"
587
        label="Select_by_rectangle"
588
        position="300020000"
589
        action-command="selection-select-by-rectangle-view"
590
        icon="selection-select-by-rectangle"
591
        tooltip="Select_by_rectangle"
592
        accelerator=""
593
        />
594
      <action
595
        name="selection-select-by-polygon"
596
        label="Select_by_polygon"
597
        position="300030000"
598
        action-command="selection-select-by-polygon"
599
        icon="selection-select-by-polygon"
600
        tooltip="Select_by_polygon"
601
        accelerator=""
602
        />
603

    
604
      <menu
605
        name="selection-select-by-rectangle-view"
606
        text="Selection/Select_by_rectangle"
607
        />
608
      <menu
609
        name="selection-select-by-polygon"
610
        text="Selection/Select_by_polygon"
611
        />
612

    
613
      <tool-bar name="view_selection" position="6">
614
        <selectable-tool name="selection-select-by-rectangle-view" />
615
        <selectable-tool name="selection-select-by-polygon" />
616
      </tool-bar>
617

    
618
    </extension>
619

    
620

    
621

    
622
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
623
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
624
      active="true"
625
      priority="30">
626
      <action
627
        name="selection-simple-select-view"
628
        label="_Simple_select"
629
        position="300010000"
630
        action-command="selection-simple-select-view"
631
        icon="selection-simple-select"
632
        tooltip="_Simple_select"
633
        accelerator=""
634
        />
635

    
636
      <menu
637
        name="selection-simple-select-view"
638
        text="Selection/Simple"
639
        />
640

    
641
      <tool-bar name="view_selection" position="6">
642
        <selectable-tool name="selection-simple-select-view" />
643
      </tool-bar>
644

    
645
    </extension>
646

    
647

    
648
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
649
      description="Extensi?n encargada de la selecci?n por tema."
650
      active="true"
651
      priority="30">
652
      <action
653
        name="selection-select-by-layer"
654
        position="300070000"
655
        label="Select_by_layer"
656
        action-command="selection-select-by-layer"
657
        icon="selection-select-by-layer"
658
        tooltip="Select_by_layer"
659
        accelerator=""
660
        />
661

    
662
      <menu
663
        name="selection-select-by-layer"
664
        text="Selection/Select_by_layer"
665
        />
666

    
667
      <tool-bar name="view_selection" position="6">
668
        <action-tool name="selection-select-by-layer" />
669
      </tool-bar>
670
    </extension>
671

    
672
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
673
      description="Extensi?n encargada de hacer la selecci?n inversa."
674
      active="true"
675
      priority="30">
676
      <action
677
        name="selection-reverse-view"
678
        label="_Reverse_selection"
679
        position="300100000"
680
        action-command="selection-reverse-view"
681
        icon="selection-reverse"
682
        tooltip="_Reverse_selection"
683
        accelerator=""
684
        />
685

    
686
      <menu
687
        name="selection-reverse-view"
688
        text="Selection/Reverse"
689
        />
690

    
691
      <tool-bar name="view_selection" position="6">
692
          <action-tool name="selection-reverse-view" />
693
      </tool-bar>
694

    
695
    </extension>
696

    
697
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
698
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
699
      active="true">
700
      <action
701
        name="view-properties"
702
        label="_View_properties"
703
        position="659000000"
704
        action-command="view-properties"
705
        icon="view-properties"
706
        tooltip="_Show_view_properties"
707
        accelerator=""
708
        />
709

    
710

    
711
      <menu
712
        name="view-properties"
713
        text="View/Properties"
714
        />
715

    
716
    </extension>
717

    
718
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
719
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
720
      active="true">
721

    
722
      <action
723
        name="view-navigation-zoom-to-selection"
724
        label="Zoom_to_selection"
725
        position="650100900"
726
        action-command="view-navigation-zoom-to-selection"
727
        icon="view-navigation-zoom-to-selection"
728
        tooltip="Zoom_to_selection"
729
        accelerator=""
730
        />
731

    
732
      <menu
733
        name="view-navigation-zoom-to-selection"
734
        text="View/Navigation/Zoom_to_selection"
735
        />
736

    
737
      <tool-bar name="view_navigation" position="3">
738
        <action-tool name="view-navigation-zoom-to-selection" />
739
      </tool-bar>
740

    
741
    </extension>
742

    
743
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
744
      description="Extensi?n encargada de limpiar la selecci?n."
745
      active="true">
746

    
747
      <action
748
        name="selection-clear-view"
749
        label="_Clear_selection"
750
        position="300110000"
751
        action-command="selection-clear-view"
752
        icon="edit-clear"
753
        tooltip="_Clear_selection"
754
        accelerator=""
755
        />
756

    
757
      <menu
758
        name="selection-clear-view"
759
        text="Selection/_Clear"
760
        />
761

    
762
      <tool-bar name="view_selection" position="6">
763
        <action-tool name="selection-clear-view" />
764
      </tool-bar>
765

    
766
    </extension>
767

    
768
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
769
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
770
      active="true">
771

    
772
      <action
773
        name="selection-by-attributes-layer"
774
        label="_Select_by_attributes"
775
        position="300080000"
776
        icon="selection-by-attributes"
777
        tooltip="_Select_by_attributes"
778
        action-command="selection-by-attributes-layer"
779
        accelerator=""
780
        />
781

    
782
      <menu
783
        name="selection-by-attributes-layer"
784
        text="Selection/_Select_by_attributes"
785
        />
786

    
787
      <tool-bar name="view_selection" position="12">
788
        <action-tool name="selection-by-attributes-layer" />
789
      </tool-bar>
790

    
791
    </extension>
792

    
793
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
794
      description="Extensi?n con informaci?n sobre disposables."
795
      active="true"
796
      priority="1000">
797

    
798
      <action
799
        name="tools-devel-disposables-show-pendings"
800
        label="_Show_pendings_disposables"
801
        position="908500200"
802
        tooltip="_Show_pendings_disposables"
803
        action-command="tools-devel-disposables-show-pendings"
804
        icon="tools-devel-disposables-show-pendings"
805
        accelerator=""
806
        />
807
      <action
808
        name="tools-devel-disposables-free-all"
809
        label="_Free_all_disposables"
810
        position="908500201"
811
        action-command="tools-devel-disposables-free-all"
812
        icon="tools-devel-disposables-free-all"
813
        tooltip="_Free_all_disposables"
814
        accelerator=""
815
        />
816

    
817
      <menu
818
        name="tools-devel-disposables-show-pendings"
819
        text="tools/Development/Disposables/Show_pendings"
820
        />
821
      <menu
822
        name="tools-devel-disposables-free-all"
823
        text="tools/Development/Disposables/Free_all"
824
        />
825

    
826
    </extension>
827

    
828
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
829
      description="Extensi?n para la creacion de paquetes de traducciones."
830
      active="true"
831
      priority="1000">
832

    
833
      <action
834
        name="tools-devel-translations-package"
835
        label="_Translations_package"
836
        position="908500200"
837
        tooltip="_Translations_package"
838
        action-command="tools-devel-translations-package"
839
        icon="tools-devel-translations-package"
840
        accelerator=""
841
        />
842

    
843

    
844
      <menu
845
        name="tools-devel-translations-package"
846
        text="tools/Development/_Translations_package"
847
        />
848

    
849

    
850
    </extension>
851

    
852
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
853
      description="Monitor de operaciones de edition."
854
      active="true"
855
      priority="1000">
856

    
857
      <action
858
        name="tools-devel-show-editing-listener"
859
        label="Show editing monitor"
860
        position="908500200"
861
        tooltip="Show editing monitor"
862
        action-command="tools-devel-show-editing-listener"
863
        icon="tools-devel-show-editing-listener"
864
        accelerator=""
865
        />
866

    
867
      <menu
868
        name="tools-devel-show-editing-listener"
869
        text="tools/Development/Show_editing_monitor"
870
        />
871
    </extension>
872

    
873
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
874
      description="Presenta informacion relevante para debug."
875
      active="true"
876
      priority="30">
877
      <action
878
        name="tools-devel-show-persistencefactories"
879
        label="_Show_persistence_factories"
880
        tooltip="_Show_persistence_factories"
881
        position="908500400"
882
        action-command="tools-devel-show-persistencefactories"
883
        icon="tools-devel-show-persistencefactories"
884
        accelerator=""
885
        />
886
      <action
887
        name="tools-devel-show-icontheme"
888
        label="_Show_icon_theme_information"
889
        tooltip="_Show_icon_theme_information"
890
        position="908500300"
891
        action-command="tools-devel-show-icontheme"
892
        icon="tools-devel-show-icontheme"
893
        accelerator=""
894
        />
895
      <action
896
        name="tools-devel-show-actions"
897
        label="_Show_actions_information"
898
        tooltip="_Show_actions_information"
899
        position="908500100"
900
        action-command="tools-devel-show-actions"
901
        icon="tools-devel-show-actions"
902
        accelerator=""
903
        />
904
      <action
905
        name="tools-devel-show-plugin-report"
906
        label="_Show_plugin_report"
907
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
908
        position="908500100"
909
        action-command="tools-devel-show-plugin-report"
910
        icon="tools-devel-show-plugin-report"
911
        accelerator=""
912
        />
913
      <action
914
        name="tools-devel-show-menus"
915
        label="_Show_menu_information"
916
        tooltip="_Show_menu_information"
917
        position="908500200"
918
        action-command="tools-devel-show-menus"
919
        icon="tools-devel-show-menus"
920
        accelerator=""
921
        />
922
      <action
923
        name="tools-devel-show-menus-by-plugin"
924
        label="_Show_menu_by_plugin_information"
925
        tooltip="_Show_menu_ordered_by_plugin_information"
926
        position="908500300"
927
        action-command="tools-devel-show-menus-by-plugin"
928
        icon="tools-devel-show-menus-by-plugin"
929
        accelerator=""
930
        />
931
      <menu
932
        name="tools-devel-show-persistencefactories"
933
        text="tools/Development/Show_persistence_factories"
934
        />
935
      <menu
936
        name="tools-devel-show-icontheme"
937
        text="tools/Development/Show_icon_theme_information"
938
        />
939
      <menu
940
        name="tools-devel-show-plugin-report"
941
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
942
        />
943
      <menu
944
        name="tools-devel-show-actions"
945
        text="tools/Development/Show_actions_information"
946
        />
947
      <menu
948
        name="tools-devel-show-menus"
949
        text="tools/Development/Show_menu_information"
950
        />
951
      <menu
952
        name="tools-devel-show-menus-by-plugin"
953
        text="tools/Development/Show_menu_by_plugin_information"
954
        />
955

    
956
    </extension>
957

    
958

    
959
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
960
      description="Extensi?n encargada transformar la ventana activa en palette."
961
      active="true">
962

    
963
      <action
964
        name="window-convert-to-tool"
965
        label="_Convert_to_tool"
966
        tooltip="_Convert_regular_window_to_tool_window"
967
        position="960300000"
968
        action-command="window-convert-to-tool"
969
        icon="window-convert-to-tool"
970
        accelerator=""
971
        />
972

    
973
      <menu
974
        name="window-convert-to-tool"
975
        text="Window/Convert_to_tool"
976
        />
977

    
978
    </extension>
979

    
980
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
981
      description="Extensi?n encargada transformar la ventana palette en su original."
982
      active="true">
983

    
984
      <action
985
        name="window-restore-from-tool"
986
        label="_Restore_tool"
987
        tooltip="_Restore_tool_window_to_regular_window"
988
        position="960400000"
989
        action-command="window-restore-from-tool"
990
        icon="window-restore-from-tool"
991
        accelerator=""
992
        />
993

    
994

    
995
      <menu
996
        name="window-restore-from-tool"
997
        text="Window/Restore_from_tool"
998
        />
999

    
1000
    </extension>
1001

    
1002
    <extension class-name="org.gvsig.app.extension.About"
1003
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
1004
      active="true"
1005
      priority="90090">
1006

    
1007
      <action
1008
        name="help-about"
1009
        label="_About"
1010
        tooltip="_Show_about"
1011
        position="999000000"
1012
        action-command="help-about"
1013
        icon="help-about"
1014
        accelerator=""
1015
        />
1016

    
1017
      <menu
1018
        name="help-about"
1019
        text="Help/About"
1020
        />
1021

    
1022
    </extension>
1023

    
1024
    <extension
1025
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
1026
            description="" active="true">
1027

    
1028
            <action
1029
                 name="tools-symbology-browse-symbols"
1030
                 label="_Browse_symbols"
1031
                 tooltip="_Browse_symbols"
1032
                 action-command="tools-symbology-browse-symbols"
1033
                 icon="tools-symbology-browse-symbols"
1034
                 position="900400050"
1035
                 accelerator=""
1036
            />
1037
            <menu
1038
                 name="tools-symbology-browse-symbols"
1039
                 text="tools/Symbols/Browse_symbols"
1040
            />
1041
        </extension>
1042

    
1043

    
1044
            <extension class-name="org.gvsig.app.extension.UndoViewExtension"
1045
      description="Extensi?n encargada de deshacer la edici?n sobre la capa activa."
1046
      active="true" >
1047

    
1048
            <action
1049
                name="edit-undo-layer"
1050
                label="_Undo"
1051
                tooltip="_Undo_last_modification_in_the_active_layer"
1052
                position="200100000"
1053
                action-command="edit-undo-layer"
1054
                icon="edit-undo"
1055
                accelerator=""
1056
                />
1057

    
1058
            <menu
1059
                name="edit-undo-layer"
1060
                text="Edit/_Undo"
1061
                />
1062

    
1063
            <tool-bar name="edit_tools">
1064
                <action-tool name="edit-undo-layer"/>
1065
            </tool-bar>
1066

    
1067
    </extension>
1068

    
1069
    <extension class-name="org.gvsig.app.extension.RedoViewExtension"
1070
            description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
1071
            active="true">
1072

    
1073
            <action
1074
                name="edit-redo-layer"
1075
                label="_Redo"
1076
                tooltip="_Redo_last_modification_in_the_active_layer"
1077
                position="200200000"
1078
                action-command="edit-redo-layer"
1079
                icon="edit-redo"
1080
                accelerator=""
1081
                />
1082

    
1083
            <menu
1084
                name="edit-redo-layer"
1085
                text="Edit/_Redo"
1086
                />
1087

    
1088
            <tool-bar name="edit_tools">
1089
                <action-tool name="edit-redo-layer"/>
1090
            </tool-bar>
1091

    
1092
        </extension>
1093

    
1094
    <extension class-name="org.gvsig.app.extension.ViewCommandStackExtension"
1095
      description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
1096
      active="true">
1097

    
1098
            <action
1099
                name="edit-undo-redo-actions-layer"
1100
                label="_Undo_redo_history"
1101
                tooltip="_Undo_redo_history"
1102
                position="200300000"
1103
                action-command="edit-undo-redo-actions-layer"
1104
                icon="edit-undo-redo-actions"
1105
                accelerator=""
1106
                />
1107

    
1108
            <menu
1109
                name="edit-undo-redo-actions-layer"
1110
                text="Edit/_Undo_redo_history"
1111
                />
1112

    
1113
            <tool-bar name="edit_tools">
1114
                <action-tool name="edit-undo-redo-actions-layer"/>
1115
            </tool-bar>
1116

    
1117
    </extension>
1118

    
1119

    
1120
        <!--
1121
        ***********************************
1122
        Copy/paste features between layers
1123
        using system clipboard
1124
        ***********************************
1125
        -->
1126

    
1127
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1128
            description="Copy selected features to system clipboard"
1129
            active="true">
1130

    
1131
            <action
1132
                name="layer-modify-clipboard-copy"
1133
                label="_Copy_selected_features_to_clipboard"
1134
                tooltip="_Copy_selected_features_to_clipboard"
1135
                position="601105000"
1136
                action-command="layer-modify-clipboard-copy"
1137
                icon="layer-modify-clipboard-copy"
1138
                accelerator=""
1139
                />
1140

    
1141
            <menu
1142
                name="layer-modify-clipboard-copy"
1143
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1144
                />
1145

    
1146
            <tool-bar name="layer_modify">
1147
                <action-tool
1148
                    name="layer-modify-clipboard-copy"
1149
                    />
1150
            </tool-bar>
1151
        </extension>
1152

    
1153
        <extension class-name="org.gvsig.app.extension.clipboard.PasteFeaturesFromClipboardExtension"
1154
            description="Paste features from system clipboard into editing layer"
1155
            active="true">
1156

    
1157
            <action
1158
                name="layer-modify-clipboard-paste"
1159
                label="_Paste_features_from_clipboard"
1160
                tooltip="_Paste_features_from_clipboard"
1161
                position="601105100"
1162
                action-command="layer-modify-clipboard-paste"
1163
                icon="layer-modify-clipboard-paste"
1164
                accelerator=""
1165
                />
1166

    
1167
            <menu
1168
                name="layer-modify-clipboard-paste"
1169
                text="Layer/Modify/_Paste_features_from_clipboard"
1170
                />
1171

    
1172
            <tool-bar name="layer_modify">
1173
                <action-tool
1174
                    name="layer-modify-clipboard-paste"
1175
                    />
1176
            </tool-bar>
1177
        </extension>
1178

    
1179
        <extension class-name="org.gvsig.app.extension.LayerPropertiesExtension"
1180
            description=""
1181
            active="true">
1182

    
1183
            <action
1184
                name="layer-properties"
1185
                label="propiedades"
1186
                tooltip="_Layer_properties"
1187
                position="609000000"
1188
                action-command="layer-properties"
1189
                icon="layer-properties"
1190
                accelerator=""
1191
                />
1192

    
1193
            <menu
1194
                name="layer-properties"
1195
                text="Layer/propiedades"
1196
                />
1197

    
1198
        </extension>
1199

    
1200
        <extension class-name="org.gvsig.app.extension.ShowLayerAsForm"
1201
                           description="Muestra la tabla asociada a la capa en modo formulario."
1202
                           active="true">
1203

    
1204
            <action
1205
                name="layer-show-form"
1206
                label="_Show_layer_form"
1207
                tooltip="_Show_layer_form"
1208
                position="601300000"
1209
                action-command="layer-show-form"
1210
                icon="layer-show-form"
1211
                accelerator=""
1212
            />
1213

    
1214
            <menu
1215
                name="layer-show-form"
1216
                text="Layer/Show form (experimental)"
1217
            />
1218

    
1219
        </extension>
1220

    
1221
  </extensions>
1222

    
1223
</plugin-config>