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

History | View | Annotate | Download (35.5 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="add-to-locator"
247
        label="add_to_locator"
248
        tooltip="add_to_locator"
249
        action-command="add-to-locator"
250
        position="609500000"
251
        accelerator=""
252
        />
253

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

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

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

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

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

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

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

    
336

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

    
342

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

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

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

    
423

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

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

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

    
500

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

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

    
523

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

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

    
537
    </extension>
538

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

    
562

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

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

    
577
    </extension>
578

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

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

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

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

    
617
    </extension>
618

    
619

    
620

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

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

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

    
644
    </extension>
645

    
646

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

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

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

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

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

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

    
694
    </extension>
695

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

    
709

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

    
715
    </extension>
716

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

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

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

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

    
740
    </extension>
741

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

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

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

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

    
765
    </extension>
766

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

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

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

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

    
790
    </extension>
791

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

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

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

    
825
    </extension>
826

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

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

    
842

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

    
848

    
849
    </extension>
850

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

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

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

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

    
955
    </extension>
956

    
957

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

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

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

    
977
    </extension>
978

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

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

    
993

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

    
999
    </extension>
1000

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

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

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

    
1021
    </extension>
1022

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

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

    
1042

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

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

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

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

    
1066
    </extension>
1067

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

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

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

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

    
1091
        </extension>
1092

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

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

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

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

    
1116
    </extension>
1117

    
1118

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

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

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

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

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

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

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

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

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

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

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

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

    
1197
        </extension>
1198

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

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

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

    
1218
        </extension>
1219

    
1220
  </extensions>
1221

    
1222
</plugin-config>