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

History | View | Annotate | Download (37.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.selectioncount.SelectionCountExtension"
62
      description="Counts selected features"
63
      active="true">
64
    </extension>
65

    
66
    <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
      <action
84
        name= "application-project-new"
85
        label="nuevo_proyecto"
86
        tooltip="nuevo_tooltip"
87
        action-command="application-project-new"
88
        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
        action-command="application-project-open"
97
        icon="application-project-open"
98
        position="100200000"
99
        accelerator="Ctrl+O"
100
        />
101
      <action
102
        name="application-project-save"
103
        label="guardar_proyecto"
104
        tooltip="guardar_tooltip"
105
        action-command="application-project-save"
106
        icon="application-project-save"
107
        position="100300000"
108
        accelerator="Ctrl+S"
109
        />
110
      <action
111
        name="application-project-saveas"
112
        label="guardar_como"
113
        tooltip="guardar_como"
114
        action-command="application-project-save-as"
115
        icon="application-project-save-as"
116
        position="100400000"
117
        accelerator="Ctrl+Shift+S"
118
        />
119

    
120

    
121

    
122
      <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

    
155
      <menu text="tools"
156
        position="900000000"
157
        is_separator="true"/>
158
      
159
        <menu text="tools/Development"
160
        position="908500000"
161
        is_separator="true"/>
162
      
163
      <menu text="tools/Development/sep1"
164
        position="908500190"
165
        is_separator="true"/>
166
      
167
      <menu text="tools/Development/sep2"
168
        position="908500290"
169
        is_separator="true"/>
170
      
171
      <menu text="tools/Development/sep3"
172
        position="908500590"
173
        is_separator="true"/>
174
      
175
      <menu text="tools/Development/sep4"
176
        position="908500690"
177
        is_separator="true"/>
178

    
179
      <menu text="tools/Development/sep5"
180
        position="908500990"
181
        is_separator="true"/>
182

    
183
      <menu text="tools/Development/sep6"
184
        position="908501390"
185
        is_separator="true"/>
186
      
187
      <menu text="tools/Development/sep7"
188
        position="908501490"
189
        is_separator="true"/>
190
      
191
      <menu text="Window"
192
        position="960000000"
193
        is_separator="true"/>
194
      <menu text="Help"
195
        position="990000000"
196
        is_separator="true"/>
197

    
198
      <menu
199
        text="File/nuevo_proyecto"
200
        name= "application-project-new"
201
        />
202
      <menu
203
        text="File/abrir_proyecto"
204
        name="application-project-open"
205
        />
206
      <menu
207
        text="File/guardar_proyecto"
208
        name="application-project-save"
209
        />
210
      <menu
211
        text="File/guardar_como"
212
        name="application-project-saveas"
213
        />
214

    
215
      <tool-bar name="project" position="1">
216
        <action-tool name="application-project-new"/>
217
        <action-tool name="application-project-open"/>
218
        <action-tool name="application-project-save"/>
219
      </tool-bar>
220
    </extension>
221

    
222
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
223
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
224
      active="true">
225

    
226
      <action
227
        name="show-project-manager"
228
        label="_Show_project"
229
        tooltip="_Show_project_window"
230
        action-command="show-project-manager"
231
        icon="show-project-manager"
232
        position="400100000"
233
        accelerator="Alt+P"
234
        />
235

    
236
      <menu
237
        text="Show/_Project_manager"
238
        name="show-project-manager"
239
        />
240
    </extension>
241

    
242
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
243
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
244
      active="true"
245
      priority="20">
246
    </extension>
247

    
248
    <extension class-name="org.gvsig.app.extension.AddLayer"
249
      description="Extensi?n encargada de abrir las diferentes capas."
250
      active="true"
251
      priority="20">
252
      <action
253
        name="view-layer-add"
254
        label="Add_layer"
255
        tooltip="Add_layer"
256
        action-command="view-layer-add"
257
        icon="view-layer-add"
258
        position="650300000"
259
        accelerator="Alt+O"
260
        />
261

    
262
      <menu
263
        name="view-layer-add"
264
        text="View/Add_layer"
265
        />
266
      <tool-bar name="view" position="30010">
267
        <action-tool name="view-layer-add"/>
268
      </tool-bar>
269
    </extension>
270

    
271
    <extension class-name="org.gvsig.app.extension.AddToLocatorExtension"
272
      description="Extensi?n encargada de a?adir una capa al locator."
273
      active="true"
274
      priority="20">
275
      <action
276
        name="layer-addtolocator"
277
        label="add_to_locator"
278
        tooltip="add_to_locator"
279
        action-command="layer-addtolocator"
280
        position="606000000"
281
        icon="layer-addtolocator"
282
        accelerator=""
283
        />
284

    
285
      <menu
286
        name="layer-addtolocator"
287
        text="Layer/add_to_locator"
288
       />
289
      <!-- <tool-bar name="view" position="30010">
290
        <action-tool name="add-to-locator"/>
291
      </tool-bar>
292
       -->
293
    </extension>
294

    
295
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
296
      description="Enables the  symbology."
297
      active="true"
298
      priority="20">
299
    </extension>
300

    
301
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
302
      description="Extensi?n encargada de gestionar los zooms previos al actual."
303
      active="true">
304
      <action
305
        name="view-navigation-zoom-back"
306
        label="Zoom_back"
307
        tooltip="Zoom_back"
308
        action-command="view-navigation-zoom-back"
309
        icon="view-navigation-zoom-back"
310
        position="650100700"
311
        accelerator=""
312
        />
313

    
314
      <menu
315
        name="view-navigation-zoom-back"
316
        text="View/Navigation/Zoom_back"
317
        />
318
      <tool-bar name="view_navigation" position ="3">
319
        <action-tool name="view-navigation-zoom-back"/>
320
      </tool-bar>
321
    </extension>
322

    
323
    <extension class-name="org.gvsig.app.extension.ZoomNext"
324
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
325
      active="true">
326
      <action
327
        name="view-navigation-zoom-next"
328
        label="Zoom_next"
329
        tooltip="Zoom_next"
330
        action-command="view-navigation-zoom-next"
331
        icon="view-navigation-zoom-next"
332
        position="650100710"
333
        accelerator=""
334
        />
335

    
336
      <menu
337
        name="view-navigation-zoom-next"
338
        text="View/Navigation/Zoom_next"
339
        />
340
      <tool-bar name="view_navigation" position ="3">
341
        <action-tool name="view-navigation-zoom-next"/>
342
      </tool-bar>
343
    </extension>
344

    
345
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
346
      description="Extensi?n encargada de gestionar la herramienta de info."
347
      active="true"
348
      priority="29">
349
      <action
350
        name="layer-info-by-point"
351
        label="_Information_by_point"
352
        tooltip="_Information_by_point"
353
        action-command="layer-info-by-point"
354
        icon="layer-info-by-point"
355
        position="600200000"
356
        accelerator=""
357
        />
358
      <menu
359
        name="layer-info-by-point"
360
        text="Layer/Query/_Information_by_point"
361
        />
362
      <tool-bar name="view_tools_query" position="5">
363
        <selectable-tool name="layer-info-by-point" />
364
      </tool-bar>
365
    </extension>
366

    
367

    
368
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
369
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
370
      active="true">
371
    </extension>
372

    
373

    
374
    <extension class-name="org.gvsig.app.extension.ViewControls"
375
      description="Extensi?n encargada de gestionar la vista."
376
      active="true"
377
      priority="30">
378
      <combo-scale name="view-change-scale"
379
        label="1:"
380
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
381
          value="10000"
382
          action-command="view-change-scale" />
383

    
384
      <action
385
        name="view-change-scale"
386
        label="_Change_scale"
387
        action-command="view-change-scale"
388
        />
389

    
390
      <action
391
        name="view-navigation-zoom-in-topoint"
392
        label="Zoom_in"
393
        position="650100400"
394
        action-command="view-navigation-zoom-in-topoint"
395
        icon="view-navigation-zoom-in-topoint"
396
        tooltip="Zoom_in"
397
        accelerator=""
398
        />
399
      <action
400
        name="view-navigation-zoom-out-topoint"
401
        label="Zoom_out"
402
        position="650100500"
403
        action-command="view-navigation-zoom-out-topoint"
404
        icon="view-navigation-zoom-out-topoint"
405
        tooltip="Zoom_out"
406
        accelerator=""
407
        />
408
      <action
409
        name="view-navigation-zoom-all"
410
        label="Zoom_all"
411
        position="650100600"
412
        action-command="view-navigation-zoom-all"
413
        icon="view-navigation-zoom-all"
414
        tooltip="Zoom_all"
415
        accelerator=""
416
        />
417
      <action
418
        name="view-navigation-zoom-in-center"
419
        label="Zoom_in_to_center"
420
        position="650100200"
421
        action-command="view-navigation-zoom-in-center"
422
        tooltip="Zoom_in_to_center"
423
        icon="view-navigation-zoom-in-center"
424
        accelerator=""
425
        />
426
      <action
427
        name="view-navigation-zoom-out-center"
428
        label="Zoom_out_to_center"
429
        position="650100300"
430
        action-command="view-navigation-zoom-out-center"
431
        tooltip="Zoom_out_to_center"
432
        icon="view-navigation-zoom-out-center"
433
        accelerator=""
434
        />
435
      <action
436
        name="view-navigation-pan"
437
        label="Pan"
438
        position="650100100"
439
        action-command="view-navigation-pan"
440
        icon="view-navigation-pan"
441
        tooltip="Pan"
442
        accelerator=""
443
        />
444
      <action
445
        name="view-navigation-frame-manager"
446
        label="Frame_manager"
447
        position="650109000"
448
        action-command="view-navigation-frame-manager"
449
        icon="view-navigation-frame-manager"
450
        tooltip="Frame_manager"
451
        accelerator=""
452
        />
453

    
454

    
455
      <action
456
        name="layer-set-visible"
457
        label="_Show_layers"
458
        position="600400100"
459
        action-command="layer-set-visible"
460
        icon="layer-set-visible"
461
        tooltip="_Show_layers"
462
        accelerator=""
463
        />
464
      <action
465
        name="layer-set-hide"
466
        label="_Hide_layers"
467
        position="600400200"
468
        action-command="layer-set-hide"
469
        icon="layer-set-hide"
470
        tooltip="_Hide_layers"
471
        accelerator=""
472
        />
473
      <action
474
        name="layer-set-active"
475
        label="_Set_Layers_active"
476
        position="600400300"
477
        action-command="layer-set-active"
478
        icon="layer-set-active"
479
        tooltip="_Set_Layers_active"
480
        accelerator=""
481
        />
482
      <action
483
        name="layer-set-inactive"
484
        label="_Set_Layers_inactive"
485
        position="600400400"
486
        action-command="layer-set-inactive"
487
        icon="layer-set-inactive"
488
        tooltip="_Set_Layers_inactive"
489
        accelerator=""
490
        />
491

    
492
      <action
493
        name="view-locator-setup"
494
        label="_Locator_setup"
495
        position="658000000"
496
        action-command="view-locator-setup"
497
        icon="view-locator-setup"
498
        tooltip="_Locator_setup"
499
        accelerator=""
500
        />
501

    
502
      <menu
503
        name="view-navigation-zoom-in-topoint"
504
        text="View/Navigation/Zoom_in"
505
        />
506
      <menu
507
        name="view-navigation-zoom-out-topoint"
508
        text="View/Navigation/Zoom_out"
509
        />
510
      <menu
511
        name="view-navigation-zoom-all"
512
        text="View/Navigation/Zoom_all"
513
        />
514
      <menu
515
        name="view-navigation-zoom-in-center"
516
        text="View/Navigation/Zoom_in_to_center"
517
        />
518
      <menu
519
        name="view-navigation-zoom-out-center"
520
        text="View/Navigation/Zoom_out_to_center"
521
        />
522
      <menu
523
        name="view-navigation-pan"
524
        text="View/Navigation/Pan"
525
        />
526
      <menu
527
        name="view-navigation-frame-manager"
528
        text="View/Navigation/Frame_manager"
529
        />
530

    
531

    
532
      <menu
533
        name="layer-set-visible"
534
        text="View/_Set_all_layers_to/visible"
535
        />
536
      <menu
537
        name="layer-set-hide"
538
        text="View/_Set_all_layers_to/Hidden"
539
        />
540
      <menu
541
        name="layer-set-active"
542
        text="View/_Set_all_layers_to/Active"
543
        />
544
      <menu
545
        name="layer-set-inactive"
546
        text="View/_Set_all_layers_to/Inactive"
547
        />
548

    
549
      <menu
550
        name="view-locator-setup"
551
        text="View/Locator_setup"
552
        />
553

    
554

    
555
      <tool-bar name="view_navigation" position="3">
556
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
557
        <selectable-tool name="view-navigation-zoom-out-topoint" />
558
        <action-tool name="view-navigation-zoom-all"  />
559
        <action-tool name="view-navigation-zoom-in-center"  />
560
        <action-tool name="view-navigation-zoom-out-center"  />
561
      </tool-bar>
562

    
563
      <tool-bar name="view_navigation" position ="4">
564
        <selectable-tool name="view-navigation-pan"/>
565
        <action-tool name="view-navigation-frame-manager" />
566
      </tool-bar>
567

    
568
    </extension>
569

    
570
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
571
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
572
      active="true"
573
      priority="30">
574
      <action
575
        name="view-query-distance"
576
        label="_Query_distance"
577
        position="650700200"
578
        action-command="view-query-distance"
579
        icon="view-query-distance"
580
        tooltip="_Query_distance"
581
        accelerator=""
582
        />
583
      <action
584
        name="view-query-area"
585
        label="_Query_area"
586
        position="650700100"
587
        action-command="view-query-area"
588
        icon="view-query-area"
589
        tooltip="_Query_area"
590
        accelerator=""
591
        />
592

    
593

    
594
      <menu
595
        name="view-query-distance"
596
        text="Layer/Query/Distance"
597
        />
598
      <menu
599
        name="view-query-area"
600
        text="Layer/Query/Area"
601
        />
602

    
603
      <tool-bar name="view_tools_query" position="5">
604
        <selectable-tool name="view-query-distance" />
605
        <selectable-tool name="view-query-area" />
606
      </tool-bar>
607

    
608
    </extension>
609

    
610
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
611
      description="Extensi?n encargada de gestionar la vista."
612
      active="true"
613
      priority="30">
614

    
615
      <action
616
        name="selection-select-by-rectangle-view"
617
        label="Select_by_rectangle"
618
        position="300020000"
619
        action-command="selection-select-by-rectangle-view"
620
        icon="selection-select-by-rectangle"
621
        tooltip="Select_by_rectangle"
622
        accelerator=""
623
        />
624
      <action
625
        name="selection-select-by-polygon"
626
        label="Select_by_polygon"
627
        position="300030000"
628
        action-command="selection-select-by-polygon"
629
        icon="selection-select-by-polygon"
630
        tooltip="Select_by_polygon"
631
        accelerator=""
632
        />
633

    
634
      <menu
635
        name="selection-select-by-rectangle-view"
636
        text="Selection/Select_by_rectangle"
637
        />
638
      <menu
639
        name="selection-select-by-polygon"
640
        text="Selection/Select_by_polygon"
641
        />
642

    
643
      <tool-bar name="view_selection" position="6">
644
        <selectable-tool name="selection-select-by-rectangle-view" />
645
        <selectable-tool name="selection-select-by-polygon" />
646
      </tool-bar>
647

    
648
    </extension>
649

    
650

    
651

    
652
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
653
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
654
      active="true"
655
      priority="30">
656
      <action
657
        name="selection-simple-select-view"
658
        label="_Simple_select"
659
        position="300010000"
660
        action-command="selection-simple-select-view"
661
        icon="selection-simple-select"
662
        tooltip="_Simple_select"
663
        accelerator=""
664
        />
665

    
666
      <menu
667
        name="selection-simple-select-view"
668
        text="Selection/Simple"
669
        />
670

    
671
      <tool-bar name="view_selection" position="6">
672
        <selectable-tool name="selection-simple-select-view" />
673
      </tool-bar>
674

    
675
    </extension>
676

    
677

    
678
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
679
      description="Extensi?n encargada de la selecci?n por tema."
680
      active="true"
681
      priority="30">
682
      <action
683
        name="selection-select-by-layer"
684
        position="300070000"
685
        label="Select_by_layer"
686
        action-command="selection-select-by-layer"
687
        icon="selection-select-by-layer"
688
        tooltip="Select_by_layer"
689
        accelerator=""
690
        />
691

    
692
      <menu
693
        name="selection-select-by-layer"
694
        text="Selection/Select_by_layer"
695
        />
696

    
697
      <tool-bar name="view_selection" position="6">
698
        <action-tool name="selection-select-by-layer" />
699
      </tool-bar>
700
    </extension>
701

    
702
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
703
      description="Extensi?n encargada de hacer la selecci?n inversa."
704
      active="true"
705
      priority="30">
706
      <action
707
        name="selection-reverse-view"
708
        label="_Reverse_selection"
709
        position="300100000"
710
        action-command="selection-reverse-view"
711
        icon="selection-reverse"
712
        tooltip="_Reverse_selection"
713
        accelerator=""
714
        />
715

    
716
      <menu
717
        name="selection-reverse-view"
718
        text="Selection/Reverse"
719
        />
720

    
721
      <tool-bar name="view_selection" position="6">
722
          <action-tool name="selection-reverse-view" />
723
      </tool-bar>
724

    
725
    </extension>
726

    
727
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
728
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
729
      active="true">
730
      <action
731
        name="view-properties"
732
        label="_View_properties"
733
        position="659000000"
734
        action-command="view-properties"
735
        icon="view-properties"
736
        tooltip="_Show_view_properties"
737
        accelerator=""
738
        />
739

    
740

    
741
      <menu
742
        name="view-properties"
743
        text="View/Properties"
744
        />
745

    
746
    </extension>
747

    
748
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
749
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
750
      active="true">
751

    
752
      <action
753
        name="view-navigation-zoom-to-selection"
754
        label="Zoom_to_selection"
755
        position="650100900"
756
        action-command="view-navigation-zoom-to-selection"
757
        icon="view-navigation-zoom-to-selection"
758
        tooltip="Zoom_to_selection"
759
        accelerator=""
760
        />
761

    
762
      <menu
763
        name="view-navigation-zoom-to-selection"
764
        text="View/Navigation/Zoom_to_selection"
765
        />
766

    
767
      <tool-bar name="view_navigation" position="3">
768
        <action-tool name="view-navigation-zoom-to-selection" />
769
      </tool-bar>
770

    
771
    </extension>
772

    
773
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
774
      description="Extensi?n encargada de limpiar la selecci?n."
775
      active="true">
776

    
777
      <action
778
        name="selection-clear-view"
779
        label="_Clear_selection"
780
        position="300110000"
781
        action-command="selection-clear-view"
782
        icon="edit-clear"
783
        tooltip="_Clear_selection"
784
        accelerator=""
785
        />
786

    
787
      <menu
788
        name="selection-clear-view"
789
        text="Selection/_Clear"
790
        />
791

    
792
      <tool-bar name="view_selection" position="6">
793
        <action-tool name="selection-clear-view" />
794
      </tool-bar>
795

    
796
    </extension>
797

    
798
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
799
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
800
      active="true">
801

    
802
      <action
803
        name="selection-by-attributes-layer"
804
        label="_Select_by_attributes"
805
        position="300080000"
806
        icon="selection-by-attributes"
807
        tooltip="_Select_by_attributes"
808
        action-command="selection-by-attributes-layer"
809
        accelerator=""
810
        />
811

    
812
      <menu
813
        name="selection-by-attributes-layer"
814
        text="Selection/_Select_by_attributes"
815
        />
816

    
817
      <tool-bar name="view_selection" position="12">
818
        <action-tool name="selection-by-attributes-layer" />
819
      </tool-bar>
820

    
821
    </extension>
822

    
823
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
824
      description="Extensi?n con informaci?n sobre disposables."
825
      active="true"
826
      priority="1000">
827

    
828
      <action
829
        name="tools-devel-disposables-show-pendings"
830
        label="_Show_pendings_disposables"
831
        position="908500701"
832
        tooltip="_Show_pendings_disposables"
833
        action-command="tools-devel-disposables-show-pendings"
834
        icon="tools-devel-disposables-show-pendings"
835
        accelerator=""
836
        />
837
      <action
838
        name="tools-devel-disposables-free-all"
839
        label="_Free_all_disposables"
840
        position="908500702"
841
        action-command="tools-devel-disposables-free-all"
842
        icon="tools-devel-disposables-free-all"
843
        tooltip="_Free_all_disposables"
844
        accelerator=""
845
        />
846

    
847
      <menu
848
        name="tools-devel-disposables-show-pendings"
849
        text="tools/Development/Disposables/Show_pendings"
850
        />
851
      <menu
852
        name="tools-devel-disposables-free-all"
853
        text="tools/Development/Disposables/Free_all"
854
        />
855

    
856
    </extension>
857

    
858
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
859
      description="Extensi?n para la creacion de paquetes de traducciones."
860
      active="true"
861
      priority="1000">
862

    
863
      <action
864
        name="tools-devel-translations-package"
865
        label="_Translations_package"
866
        position="908500300"
867
        tooltip="_Translations_package"
868
        action-command="tools-devel-translations-package"
869
        icon="tools-devel-translations-package"
870
        accelerator=""
871
        />
872

    
873

    
874
      <menu
875
        name="tools-devel-translations-package"
876
        text="tools/Development/_Translations_package"
877
        />
878

    
879

    
880
    </extension>
881

    
882
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
883
      description="Monitor de operaciones de edition."
884
      active="true"
885
      priority="1000">
886

    
887
      <action
888
        name="tools-devel-show-editing-listener"
889
        label="Show editing monitor"
890
        position="908500600"
891
        tooltip="Show editing monitor"
892
        action-command="tools-devel-show-editing-listener"
893
        icon="tools-devel-show-editing-listener"
894
        accelerator=""
895
        />
896

    
897
      <menu
898
        name="tools-devel-show-editing-listener"
899
        text="tools/Development/Show_editing_monitor"
900
        />
901
    </extension>
902

    
903
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
904
      description="Presenta informacion relevante para debug."
905
      active="true"
906
      priority="30">
907
      <action
908
        name="tools-devel-show-persistencefactories"
909
        label="_Show_persistence_factories"
910
        tooltip="_Show_persistence_factories"
911
        position="908501500"
912
        action-command="tools-devel-show-persistencefactories"
913
        icon="tools-devel-show-persistencefactories"
914
        accelerator=""
915
        />
916
      <action
917
        name="tools-devel-show-icontheme"
918
        label="_Show_icon_theme_information"
919
        tooltip="_Show_icon_theme_information"
920
        position="908501400"
921
        action-command="tools-devel-show-icontheme"
922
        icon="tools-devel-show-icontheme"
923
        accelerator=""
924
        />
925
      <action
926
        name="tools-devel-show-actions"
927
        label="_Show_actions_information"
928
        tooltip="_Show_actions_information"
929
        position="908501000"
930
        action-command="tools-devel-show-actions"
931
        icon="tools-devel-show-actions"
932
        accelerator=""
933
        />
934
      <action
935
        name="tools-devel-show-plugin-report"
936
        label="_Show_plugin_report"
937
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
938
        position="908501300"
939
        action-command="tools-devel-show-plugin-report"
940
        icon="tools-devel-show-plugin-report"
941
        accelerator=""
942
        />
943
      <action
944
        name="tools-devel-show-menus"
945
        label="_Show_menu_information"
946
        tooltip="_Show_menu_information"
947
        position="908501100"
948
        action-command="tools-devel-show-menus"
949
        icon="tools-devel-show-menus"
950
        accelerator=""
951
        />
952
      <action
953
        name="tools-devel-show-menus-by-plugin"
954
        label="_Show_menu_by_plugin_information"
955
        tooltip="_Show_menu_ordered_by_plugin_information"
956
        position="908501200"
957
        action-command="tools-devel-show-menus-by-plugin"
958
        icon="tools-devel-show-menus-by-plugin"
959
        accelerator=""
960
        />
961
      <menu
962
        name="tools-devel-show-persistencefactories"
963
        text="tools/Development/Show_persistence_factories"
964
        />
965
      <menu
966
        name="tools-devel-show-icontheme"
967
        text="tools/Development/Show_icon_theme_information"
968
        />
969
      <menu
970
        name="tools-devel-show-plugin-report"
971
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
972
        />
973
      <menu
974
        name="tools-devel-show-actions"
975
        text="tools/Development/Show_actions_information"
976
        />
977
      <menu
978
        name="tools-devel-show-menus"
979
        text="tools/Development/Show_menu_information"
980
        />
981
      <menu
982
        name="tools-devel-show-menus-by-plugin"
983
        text="tools/Development/Show_menu_by_plugin_information"
984
        />
985

    
986
    </extension>
987

    
988

    
989
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
990
      description="Extensi?n encargada transformar la ventana activa en palette."
991
      active="true">
992

    
993
      <action
994
        name="window-convert-to-tool"
995
        label="_Convert_to_tool"
996
        tooltip="_Convert_regular_window_to_tool_window"
997
        position="960300000"
998
        action-command="window-convert-to-tool"
999
        icon="window-convert-to-tool"
1000
        accelerator=""
1001
        />
1002

    
1003
      <menu
1004
        name="window-convert-to-tool"
1005
        text="Window/Convert_to_tool"
1006
        />
1007

    
1008
    </extension>
1009

    
1010
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
1011
      description="Extensi?n encargada transformar la ventana palette en su original."
1012
      active="true">
1013

    
1014
      <action
1015
        name="window-restore-from-tool"
1016
        label="_Restore_tool"
1017
        tooltip="_Restore_tool_window_to_regular_window"
1018
        position="960400000"
1019
        action-command="window-restore-from-tool"
1020
        icon="window-restore-from-tool"
1021
        accelerator=""
1022
        />
1023

    
1024

    
1025
      <menu
1026
        name="window-restore-from-tool"
1027
        text="Window/Restore_from_tool"
1028
        />
1029

    
1030
    </extension>
1031

    
1032
    <extension class-name="org.gvsig.app.extension.About"
1033
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
1034
      active="true"
1035
      priority="90090">
1036

    
1037
      <action
1038
        name="help-about"
1039
        label="_About"
1040
        tooltip="_Show_about"
1041
        position="999000000"
1042
        action-command="help-about"
1043
        icon="help-about"
1044
        accelerator=""
1045
        />
1046

    
1047
      <menu
1048
        name="help-about"
1049
        text="Help/About"
1050
        />
1051

    
1052
    </extension>
1053
    
1054
    <extension class-name="org.gvsig.app.extension.logviewer.LogViewerExtension"
1055
      description="Muestra el registro de errores de la aplicacion."
1056
      active="true"
1057
      priority="90090">
1058

    
1059
      <action
1060
        name="help-logview"
1061
        label="_Log_view"
1062
        tooltip="_Log_view"
1063
        position="908500100"
1064
        action-command="log-view"
1065
        icon="help-logview"
1066
        accelerator=""
1067
        />
1068

    
1069
      <menu
1070
        name="help-logview"
1071
        text="tools/Development/Show error log"
1072
        />
1073

    
1074
    </extension>
1075
    
1076
    <extension
1077
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
1078
            description="" active="true">
1079

    
1080
            <action
1081
                 name="tools-symbology-browse-symbols"
1082
                 label="_Browse_symbols"
1083
                 tooltip="_Browse_symbols"
1084
                 action-command="tools-symbology-browse-symbols"
1085
                 icon="tools-symbology-browse-symbols"
1086
                 position="900400050"
1087
                 accelerator=""
1088
            />
1089
            <menu
1090
                 name="tools-symbology-browse-symbols"
1091
                 text="tools/Symbols/Browse_symbols"
1092
            />
1093
        </extension>
1094

    
1095

    
1096
            <extension class-name="org.gvsig.app.extension.UndoViewExtension"
1097
      description="Extensi?n encargada de deshacer la edici?n sobre la capa activa."
1098
      active="true" >
1099

    
1100
            <action
1101
                name="edit-undo-layer"
1102
                label="_Undo"
1103
                tooltip="_Undo_last_modification_in_the_active_layer"
1104
                position="200100000"
1105
                action-command="edit-undo-layer"
1106
                icon="edit-undo"
1107
                accelerator=""
1108
                />
1109

    
1110
            <menu
1111
                name="edit-undo-layer"
1112
                text="Edit/_Undo"
1113
                />
1114

    
1115
            <tool-bar name="edit_tools">
1116
                <action-tool name="edit-undo-layer"/>
1117
            </tool-bar>
1118

    
1119
    </extension>
1120

    
1121
    <extension class-name="org.gvsig.app.extension.RedoViewExtension"
1122
            description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
1123
            active="true">
1124

    
1125
            <action
1126
                name="edit-redo-layer"
1127
                label="_Redo"
1128
                tooltip="_Redo_last_modification_in_the_active_layer"
1129
                position="200200000"
1130
                action-command="edit-redo-layer"
1131
                icon="edit-redo"
1132
                accelerator=""
1133
                />
1134

    
1135
            <menu
1136
                name="edit-redo-layer"
1137
                text="Edit/_Redo"
1138
                />
1139

    
1140
            <tool-bar name="edit_tools">
1141
                <action-tool name="edit-redo-layer"/>
1142
            </tool-bar>
1143

    
1144
        </extension>
1145

    
1146
    <extension class-name="org.gvsig.app.extension.ViewCommandStackExtension"
1147
      description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
1148
      active="true">
1149

    
1150
            <action
1151
                name="edit-undo-redo-actions-layer"
1152
                label="_Undo_redo_history"
1153
                tooltip="_Undo_redo_history"
1154
                position="200300000"
1155
                action-command="edit-undo-redo-actions-layer"
1156
                icon="edit-undo-redo-actions"
1157
                accelerator=""
1158
                />
1159

    
1160
            <menu
1161
                name="edit-undo-redo-actions-layer"
1162
                text="Edit/_Undo_redo_history"
1163
                />
1164

    
1165
            <tool-bar name="edit_tools">
1166
                <action-tool name="edit-undo-redo-actions-layer"/>
1167
            </tool-bar>
1168

    
1169
    </extension>
1170

    
1171

    
1172
        <!--
1173
        ***********************************
1174
        Copy/paste features between layers
1175
        using system clipboard
1176
        ***********************************
1177
        -->
1178

    
1179
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1180
            description="Copy selected features to system clipboard"
1181
            active="true">
1182

    
1183
            <action
1184
                name="layer-modify-clipboard-copy"
1185
                label="_Copy_selected_features_to_clipboard"
1186
                tooltip="_Copy_selected_features_to_clipboard"
1187
                position="601105000"
1188
                action-command="layer-modify-clipboard-copy"
1189
                icon="layer-modify-clipboard-copy"
1190
                accelerator=""
1191
                />
1192

    
1193
            <menu
1194
                name="layer-modify-clipboard-copy"
1195
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1196
                />
1197

    
1198
            <tool-bar name="layer_modify">
1199
                <action-tool
1200
                    name="layer-modify-clipboard-copy"
1201
                    />
1202
            </tool-bar>
1203
        </extension>
1204

    
1205
        <extension class-name="org.gvsig.app.extension.clipboard.PasteFeaturesFromClipboardExtension"
1206
            description="Paste features from system clipboard into editing layer"
1207
            active="true">
1208

    
1209
            <action
1210
                name="layer-modify-clipboard-paste"
1211
                label="_Paste_features_from_clipboard"
1212
                tooltip="_Paste_features_from_clipboard"
1213
                position="601105100"
1214
                action-command="layer-modify-clipboard-paste"
1215
                icon="layer-modify-clipboard-paste"
1216
                accelerator=""
1217
                />
1218

    
1219
            <menu
1220
                name="layer-modify-clipboard-paste"
1221
                text="Layer/Modify/_Paste_features_from_clipboard"
1222
                />
1223

    
1224
            <tool-bar name="layer_modify">
1225
                <action-tool
1226
                    name="layer-modify-clipboard-paste"
1227
                    />
1228
            </tool-bar>
1229
        </extension>
1230

    
1231
        <extension class-name="org.gvsig.app.extension.LayerPropertiesExtension"
1232
            description=""
1233
            active="true">
1234

    
1235
            <action
1236
                name="layer-properties"
1237
                label="propiedades"
1238
                tooltip="_Layer_properties"
1239
                position="609000000"
1240
                action-command="layer-properties"
1241
                icon="layer-properties"
1242
                accelerator=""
1243
                />
1244

    
1245
            <menu
1246
                name="layer-properties"
1247
                text="Layer/propiedades"
1248
                />
1249

    
1250
        </extension>
1251

    
1252
        <extension class-name="org.gvsig.app.extension.ShowLayerAsForm"
1253
                           description="Muestra la tabla asociada a la capa en modo formulario."
1254
                           active="false">
1255

    
1256
            <action
1257
                name="layer-show-form"
1258
                label="_Show_layer_form"
1259
                tooltip="_Show_layer_form"
1260
                position="601300000"
1261
                action-command="layer-show-form"
1262
                icon="layer-show-form"
1263
                accelerator=""
1264
            />
1265

    
1266
            <menu
1267
                name="layer-show-form"
1268
                text="Layer/Show form (experimental)"
1269
            />
1270

    
1271
        </extension>
1272

    
1273
        <extension
1274
          class-name="org.gvsig.app.extension.CreateDefaultFormDefinitionExtension"
1275
          description="" active="false" priority="1">
1276

    
1277
          <action
1278
            name="layer-create-default-form-definition"
1279
            label="Create default form definition"
1280
            tooltip="Create default form definition"
1281
            position="601400000"
1282
            action-command="layer-create-default-form-definition"
1283
            icon="layer-create-default-form-definition"
1284
            accelerator=""
1285
          />
1286

    
1287
          <menu
1288
              name="layer-create-default-form-definition"
1289
              text="Layer/Create default form (experimental)"
1290
          />
1291

    
1292
        </extension>
1293

    
1294
  </extensions>
1295

    
1296
</plugin-config>