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

History | View | Annotate | Download (27.4 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.OpenInitialProjectExtension"
74
      description="Open initial project"
75
      active="true"
76
      priority="1">
77
    </extension>
78

    
79
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
80
      description="Extensi?n encargada de gestionar los proyectos."
81
      active="true"
82
      priority="10">
83

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

    
121

    
122

    
123
      <menu text="File"
124
        position="100000000"
125
        is_separator="true"/>
126
      <menu text="File/Export"
127
        position="100900000"
128
        is_separator="true"/>
129
      <menu text="Edit"
130
        position="200000000"
131
        is_separator="true"/>
132
      <menu text="Selection"
133
        position="300000000"
134
        is_separator="true"/>
135
      <menu text="Show"
136
        position="400000000"
137
        is_separator="true"/>
138

    
139
      <menu text="Layer"
140
        position="600000000"
141
        is_separator="true"/>
142
      <menu text="Layer/Set_to"
143
        position="600400000"
144
        is_separator="true"/>
145

    
146
      <menu text="View"
147
        position="650000000"
148
        is_separator="true"/>
149
      <menu text="View/Navigation"
150
        position="650100000"
151
        is_separator="true"/>
152
      <menu text="View/Query"
153
        position="650700000"
154
        is_separator="true"/>
155
        
156
      <menu text="tools"
157
        position="900000000"
158
        is_separator="true"/>
159
      <menu text="tools/Development"
160
        position="908500000" 
161
        is_separator="true"/>
162
      <menu text="tools/Development/Disposables"
163
        position="908500200" 
164
        is_separator="true"/>
165
        
166
        
167
      <menu text="Window"
168
        position="960000000"
169
        is_separator="true"/>
170
      <menu text="Help"
171
        position="990000000"
172
        is_separator="true"/>
173

    
174
      <menu 
175
        text="File/nuevo_proyecto"
176
        name= "application-project-new"
177
        />
178
      <menu 
179
        text="File/abrir_proyecto"
180
        name="application-project-open"
181
        />
182
      <menu 
183
        text="File/guardar_proyecto"
184
        name="application-project-save"
185
        />
186
      <menu 
187
        text="File/guardar_como"
188
        name="application-project-saveas"
189
        />
190

    
191
      <tool-bar name="project" position="1">
192
        <action-tool name="application-project-new"/>
193
        <action-tool name="application-project-open"/>
194
        <action-tool name="application-project-save"/>
195
      </tool-bar>
196
    </extension>
197

    
198
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
199
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
200
      active="true">
201

    
202
      <action 
203
        name="show-project-manager"
204
        label="_Show_project"
205
        tooltip="_Show_project_window"
206
        action-command="show-project-manager" 
207
        icon="show-project-manager"
208
        position="400100000"
209
        accelerator="Alt+P"
210
        />
211

    
212
      <menu 
213
        text="Show/_Project_manager"
214
        name="show-project-manager"
215
        />
216
    </extension>
217

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

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

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

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

    
260
      <menu 
261
        name="view-navigation-zoom-back"
262
        text="View/Navigation/Zoom_back"  
263
        />
264
      <tool-bar name="view_navigation" position ="3">
265
        <action-tool name="view-navigation-zoom-back"/>
266
      </tool-bar>
267
    </extension>
268

    
269
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
270
      description="Extensi?n encargada de gestionar la herramienta de info."
271
      active="true"
272
      priority="29">
273
      <action 
274
        name="layer-info-by-point"
275
        label="_Information_by_point"
276
        tooltip="_Information_by_point"
277
        action-command="layer-info-by-point" 
278
        icon="layer-info-by-point"
279
        position="600200000"
280
        accelerator=""
281
        />
282
      <menu 
283
        name="layer-info-by-point"
284
        text="Layer/Query/_Information_by_point" 
285
        />
286
      <tool-bar name="view_tools_query" position="5">
287
        <selectable-tool name="layer-info-by-point" />
288
      </tool-bar>
289
    </extension>
290
    
291
    
292
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
293
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
294
      active="true">
295
    </extension>
296
    
297

    
298
    <extension class-name="org.gvsig.app.extension.ViewControls"
299
      description="Extensi?n encargada de gestionar la vista."
300
      active="true"
301
      priority="30">
302
      <combo-scale name="view-change-scale"
303
        label="1:"
304
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
305
          value="10000"
306
          action-command="view-change-scale" />
307
         
308
      <action 
309
        name="view-change-scale"
310
        label="_Change_scale" 
311
        action-command="view-change-scale" 
312
        />
313

    
314
      <action 
315
        name="view-navigation-zoom-in-topoint"
316
        label="Zoom_in" 
317
        position="650100400" 
318
        action-command="view-navigation-zoom-in-topoint" 
319
        icon="view-navigation-zoom-in-topoint"
320
        tooltip="Zoom_in"
321
        accelerator=""
322
        />
323
      <action 
324
        name="view-navigation-zoom-out-topoint"
325
        label="Zoom_out" 
326
        position="650100500" 
327
        action-command="view-navigation-zoom-out-topoint" 
328
        icon="view-navigation-zoom-out-topoint"
329
        tooltip="Zoom_out"
330
        accelerator=""
331
        />
332
      <action 
333
        name="view-navigation-zoom-all"
334
        label="Zoom_all" 
335
        position="650100800" 
336
        action-command="view-navigation-zoom-all" 
337
        icon="view-navigation-zoom-all"
338
        tooltip="Zoom_all" 
339
        accelerator=""
340
        />
341
      <action 
342
        name="view-navigation-zoom-in-center"
343
        label="Zoom_in_to_center" 
344
        position="650100200" 
345
        action-command="view-navigation-zoom-in-center" 
346
        tooltip="Zoom_in_to_center" 
347
        icon="view-navigation-zoom-in-center"
348
        accelerator=""
349
        />
350
      <action 
351
        name="view-navigation-zoom-out-center"
352
        label="Zoom_out_to_center" 
353
        position="650100300" 
354
        action-command="view-navigation-zoom-out-center" 
355
        tooltip="Zoom_out_to_center" 
356
        icon="view-navigation-zoom-out-center"
357
        accelerator=""
358
        />
359
      <action 
360
        name="view-navigation-pan"
361
        label="Pan" 
362
        position="650100100" 
363
        action-command="view-navigation-pan" 
364
        icon="view-navigation-pan"
365
        tooltip="Pan"
366
        accelerator=""
367
        />
368
      <action 
369
        name="view-navigation-frame-manager"
370
        label="Frame_manager" 
371
        position="650109000" 
372
        action-command="view-navigation-frame-manager" 
373
        icon="view-navigation-frame-manager"
374
        tooltip="Frame_manager"
375
        accelerator=""
376
        />
377

    
378
      
379
      <action 
380
        name="layer-set-visible"
381
        label="_Show_layers" 
382
        position="600400100" 
383
        action-command="layer-set-visible"
384
        icon="layer-set-visible"
385
        tooltip="_Show_layers"
386
        accelerator=""
387
        />
388
      <action 
389
        name="layer-set-hide"
390
        label="_Hide_layers" 
391
        position="600400200"
392
        action-command="layer-set-hide"
393
        icon="layer-set-hide"
394
        tooltip="_Hide_layers"
395
        accelerator=""
396
        />
397
      <action 
398
        name="layer-set-active"
399
        label="_Set_Layers_active" 
400
        position="600400300"
401
        action-command="layer-set-active"
402
        icon="layer-set-active"
403
        tooltip="_Set_Layers_active"
404
        accelerator=""
405
        />
406
      <action 
407
        name="layer-set-inactive"
408
        label="_Set_Layers_inactive" 
409
        position="600400400" 
410
        action-command="layer-set-inactive"
411
        icon="layer-set-inactive"
412
        tooltip="_Set_Layers_inactive"
413
        accelerator=""
414
        />
415

    
416
      <action 
417
        name="view-locator-setup"
418
        label="_Locator_setup" 
419
        position="658000000" 
420
        action-command="view-locator-setup"
421
        icon="view-locator-setup"
422
        tooltip="_Locator_setup"
423
        accelerator=""
424
        />
425

    
426
      <menu 
427
        name="view-navigation-zoom-in-topoint"
428
        text="View/Navigation/Zoom_in" 
429
        />
430
      <menu 
431
        name="view-navigation-zoom-out-topoint"
432
        text="View/Navigation/Zoom_out" 
433
        />
434
      <menu 
435
        name="view-navigation-zoom-all"
436
        text="View/Navigation/Zoom_all" 
437
        />
438
      <menu 
439
        name="view-navigation-zoom-in-center"
440
        text="View/Navigation/Zoom_in_to_center" 
441
        />
442
      <menu 
443
        name="view-navigation-zoom-out-center"
444
        text="View/Navigation/Zoom_out_to_center" 
445
        />
446
      <menu 
447
        name="view-navigation-pan"
448
        text="View/Navigation/Pan" 
449
        />
450
      <menu 
451
        name="view-navigation-frame-manager"
452
        text="View/Navigation/Frame_manager" 
453
        />
454

    
455
      
456
      <menu 
457
        name="layer-set-visible"
458
        text="View/_Set_all_layers_to/visible" 
459
        />
460
      <menu 
461
        name="layer-set-hide"
462
        text="View/_Set_all_layers_to/Hidden" 
463
        />
464
      <menu 
465
        name="layer-set-active"
466
        text="View/_Set_all_layers_to/Active" 
467
        />
468
      <menu 
469
        name="layer-set-inactive"
470
        text="View/_Set_all_layers_to/Inactive" 
471
        />
472

    
473
      <menu 
474
        name="view-locator-setup"
475
        text="View/Locator_setup" 
476
        />
477
      
478
      
479
      <tool-bar name="view_navigation" position="3">
480
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
481
        <selectable-tool name="view-navigation-zoom-out-topoint" />
482
        <action-tool name="view-navigation-zoom-all"  />
483
        <action-tool name="view-navigation-zoom-in-center"  />
484
        <action-tool name="view-navigation-zoom-out-center"  />
485
      </tool-bar>
486
      
487
      <tool-bar name="view_navigation" position ="4">
488
        <selectable-tool name="view-navigation-pan"/>
489
        <action-tool name="view-navigation-frame-manager" />
490
      </tool-bar>
491

    
492
    </extension>
493

    
494
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
495
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
496
      active="true"
497
      priority="30">
498
      <action 
499
        name="view-query-distance"
500
        label="_Query_distance" 
501
        position="650700200" 
502
        action-command="view-query-distance" 
503
        icon="view-query-distance"
504
        tooltip="_Query_distance" 
505
        accelerator=""
506
        />
507
      <action 
508
        name="view-query-area"
509
        label="_Query_area" 
510
        position="650700100" 
511
        action-command="view-query-area" 
512
        icon="view-query-area"
513
        tooltip="_Query_area"
514
        accelerator=""
515
        />
516

    
517

    
518
      <menu 
519
        name="view-query-distance"
520
        text="View/Query/Distance" 
521
        />
522
      <menu 
523
        name="view-query-area"
524
        text="View/Query/Area" 
525
        />
526

    
527
      <tool-bar name="view_tools_query" position="5">
528
        <selectable-tool name="view-query-distance" />
529
        <selectable-tool name="view-query-area" />
530
      </tool-bar>
531

    
532
    </extension>
533

    
534
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
535
      description="Extensi?n encargada de gestionar la vista."
536
      active="true"
537
      priority="30">
538

    
539
      <action 
540
        name="selection-select-by-rectangle-view"
541
        label="Select_by_rectangle" 
542
        position="301200000" 
543
        action-command="selection-select-by-rectangle-view" 
544
        icon="selection-select-by-rectangle"
545
        tooltip="Select_by_rectangle" 
546
        accelerator=""
547
        />
548
      <action
549
        name="selection-select-by-polygon"
550
        label="Select_by_polygon" 
551
        position="301300000" 
552
        action-command="selection-select-by-polygon" 
553
        icon="selection-select-by-polygon"
554
        tooltip="Select_by_polygon" 
555
        accelerator=""
556
        />
557

    
558
      <menu 
559
        name="selection-select-by-rectangle-view"
560
        text="Selection/Select_by_rectangle" 
561
        />
562
      <menu 
563
        name="selection-select-by-polygon"
564
        text="Selection/Select_by_polygon" 
565
        />
566

    
567
      <tool-bar name="view_selection" position="6">
568
        <selectable-tool name="selection-select-by-rectangle-view" />
569
        <selectable-tool name="selection-select-by-polygon" />
570
      </tool-bar>
571

    
572
    </extension>
573
    
574
    
575
    
576
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
577
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
578
      active="true"
579
      priority="30">
580
      <action 
581
        name="selection-simple-select-view"
582
        label="_Simple_select" 
583
        position="300700000" 
584
        action-command="selection-simple-select-view" 
585
        icon="selection-simple-select"
586
        tooltip="_Simple_select" 
587
        accelerator=""
588
        />
589

    
590
      <menu 
591
        name="selection-simple-select-view"
592
        text="Selection/Simple" 
593
        />
594

    
595
      <tool-bar name="view_selection" position="6">
596
        <selectable-tool name="selection-simple-select-view" />
597
      </tool-bar>
598

    
599
    </extension>    
600
    
601
    
602
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
603
      description="Extensi?n encargada de la selecci?n por tema."
604
      active="true"
605
      priority="30">
606
      <action 
607
        name="selection-select-by-layer"
608
        position="301100000"
609
        label="_Select_by_layer" 
610
        action-command="selection-select-by-layer"
611
        icon="selection-select-by-layer"
612
        tooltip="_Select_by_layer" 
613
        accelerator=""
614
        />
615

    
616
      <menu 
617
        name="selection-select-by-layer"
618
        text="Selection/Select_by_layer" 
619
        />
620
    </extension>
621
        
622
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
623
      description="Extensi?n encargada de hacer la selecci?n inversa."
624
      active="true"
625
      priority="30">
626
      <action 
627
        name="selection-reverse-view"
628
        label="_Reverse_selection" 
629
        position="300500000" 
630
        action-command="selection-reverse-view" 
631
        icon="selection-reverse"
632
        tooltip="_Reverse_selection" 
633
        accelerator=""
634
        />
635

    
636
      <menu 
637
        name="selection-reverse-view"
638
        text="Selection/Reverse" 
639
        />
640

    
641
      <tool-bar name="view_selection" position="6">
642
          <action-tool name="selection-reverse-view" />
643
      </tool-bar>
644

    
645
    </extension>
646
        
647
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
648
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
649
      active="true">
650
      <action 
651
        name="view-properties"
652
        label="_View_properties" 
653
        position="659000000" 
654
        action-command="view-properties"
655
        icon="view-properties"
656
        tooltip="_Show_view_properties" 
657
        accelerator=""
658
        />
659

    
660

    
661
      <menu 
662
        name="view-properties"
663
        text="View/Properties" 
664
        />
665

    
666
    </extension>
667

    
668
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
669
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
670
      active="true">
671

    
672
      <action 
673
        name="view-navigation-zoom-to-selection"
674
        label="Zoom_to_selection" 
675
        position="650100900" 
676
        action-command="view-navigation-zoom-to-selection" 
677
        icon="view-navigation-zoom-to-selection"
678
        tooltip="Zoom_to_selection" 
679
        accelerator=""
680
        />
681

    
682
      <menu 
683
        name="view-navigation-zoom-to-selection"
684
        text="View/Navigation/Zoom_to_selection" 
685
        />
686

    
687
      <tool-bar name="view_navigation" position="3">
688
        <action-tool name="view-navigation-zoom-to-selection" />
689
      </tool-bar>
690

    
691
    </extension>
692

    
693
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
694
      description="Extensi?n encargada de limpiar la selecci?n."
695
      active="true">
696

    
697
      <action 
698
        name="selection-clear-view"
699
        label="_Clear_selection" 
700
        position="300300000" 
701
        action-command="selection-clear-view" 
702
        icon="edit-clear"
703
        tooltip="_Clear_selection" 
704
        accelerator=""
705
        />
706

    
707
      <menu 
708
        name="selection-clear-view"
709
        text="Selection/_Clear" 
710
        />
711

    
712
      <tool-bar name="view_selection" position="6">
713
        <action-tool name="selection-clear-view" />
714
      </tool-bar>
715

    
716
    </extension>
717

    
718
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
719
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
720
      active="true">
721

    
722
      <action 
723
        name="layer-filter"
724
        label="Filter" 
725
        position="600100000" 
726
        icon="layer-filter" 
727
        tooltip="Filter" 
728
        action-command="layer-filter"
729
        accelerator=""
730
        />
731

    
732
      <menu 
733
        name="layer-filter"
734
        text="Layer/Filter" 
735
        />
736

    
737
      <tool-bar name="layer_tools" position="12">
738
        <action-tool name="layer-filter" />
739
      </tool-bar>
740

    
741
    </extension>
742

    
743
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
744
      description="Extensi?n con informaci?n sobre disposables."
745
      active="true"
746
      priority="1000">
747

    
748
      <action 
749
        name="tools-devel-disposables-show-pendings"
750
        label="_Show_pendings_disposables" 
751
        position="908500200"  
752
        tooltip="_Show_pendings_disposables" 
753
        action-command="tools-devel-disposables-show-pendings"
754
        icon="tools-devel-disposables-show-pendings"
755
        accelerator=""
756
        />
757
      <action 
758
        name="tools-devel-disposables-free-all"
759
        label="_Free_all_disposables" 
760
        position="908500201" 
761
        action-command="tools-devel-disposables-free-all"
762
        icon="tools-devel-disposables-free-all"
763
        tooltip="_Free_all_disposables" 
764
        accelerator=""
765
        />
766

    
767
      <menu 
768
        name="tools-devel-disposables-show-pendings"
769
        text="tools/Development/Disposables/Show_pendings" 
770
        />
771
      <menu 
772
        name="tools-devel-disposables-free-all"
773
        text="tools/Development/Disposables/Free_all" 
774
        />
775

    
776
    </extension>
777

    
778
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
779
      description="Presenta informacion relevante para debug."
780
      active="true"
781
      priority="30">
782
      <action 
783
        name="tools-devel-show-persistencefactories"
784
        label="_Show_persistence_factories" 
785
        tooltip="_Show_persistence_factories" 
786
        position="908500400" 
787
        action-command="tools-devel-show-persistencefactories"
788
        icon="tools-devel-show-persistencefactories"
789
        accelerator=""
790
        />
791
      <action 
792
        name="tools-devel-show-icontheme"
793
        label="_Show_icon_theme_information" 
794
        tooltip="_Show_icon_theme_information" 
795
        position="908500300" 
796
        action-command="tools-devel-show-icontheme"
797
        icon="tools-devel-show-icontheme"
798
        accelerator=""
799
        />
800
      <action 
801
        name="tools-devel-show-actions"
802
        label="_Show_actions_information" 
803
        tooltip="_Show_actions_information" 
804
        position="908500100" 
805
        action-command="tools-devel-show-actions"
806
        icon="tools-devel-show-actions"
807
        accelerator=""
808
        />
809
      <action 
810
        name="tools-devel-show-plugin-report"
811
        label="_Show_plugin_report" 
812
        tooltip="_Show_plugin_report_of_actions_menus_and_icons" 
813
        position="908500100" 
814
        action-command="tools-devel-show-plugin-report"
815
        icon="tools-devel-show-plugin-report"
816
        accelerator=""
817
        />
818
      <action 
819
        name="tools-devel-show-menus"
820
        label="_Show_menu_information" 
821
        tooltip="_Show_menu_information" 
822
        position="908500200" 
823
        action-command="tools-devel-show-menus"
824
        icon="tools-devel-show-menus"
825
        accelerator=""
826
        />
827
      <action 
828
        name="tools-devel-show-menus-by-plugin"
829
        label="_Show_menu_by_plugin_information" 
830
        tooltip="_Show_menu_ordered_by_plugin_information" 
831
        position="908500300" 
832
        action-command="tools-devel-show-menus-by-plugin"
833
        icon="tools-devel-show-menus-by-plugin"
834
        accelerator=""
835
        />
836
      <menu 
837
        name="tools-devel-show-persistencefactories"
838
        text="tools/Development/Show persistence factories" 
839
        />
840
      <menu 
841
        name="tools-devel-show-icontheme"
842
        text="tools/Development/Show icon theme information" 
843
        />
844
      <menu 
845
        name="tools-devel-show-plugin-report"
846
        text="tools/Development/Show plugin report of actions menus and icons" 
847
        />
848
      <menu 
849
        name="tools-devel-show-actions"
850
        text="tools/Development/Show actions information" 
851
        />
852
      <menu 
853
        name="tools-devel-show-menus"
854
        text="tools/Development/Show menu information" 
855
        />
856
      <menu 
857
        name="tools-devel-show-menus-by-plugin"
858
        text="tools/Development/Show menu by plugin information" 
859
        />
860

    
861
    </extension>
862

    
863

    
864
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
865
      description="Extensi?n encargada transformar la ventana activa en palette."
866
      active="true">
867

    
868
      <action 
869
        name="window-convert-to-tool"
870
        label="_Convert_to_tool" 
871
        tooltip="_Convert_regular_window_to_tool_window" 
872
        position="960300000" 
873
        action-command="window-convert-to-tool"
874
        icon="window-convert-to-tool"
875
        accelerator=""
876
        />
877

    
878
      <menu 
879
        name="window-convert-to-tool"
880
        text="Window/Convert_to_tool" 
881
        />
882

    
883
    </extension>
884

    
885
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
886
      description="Extensi?n encargada transformar la ventana palette en su original."
887
      active="true">
888

    
889
      <action
890
        name="window-restore-from-tool"
891
        label="_Restore_tool" 
892
        tooltip="_Restore_tool_window_to_regular_window" 
893
        position="960400000" 
894
        action-command="window-restore-from-tool"
895
        icon="window-restore-from-tool"
896
        accelerator=""
897
        />
898

    
899

    
900
      <menu 
901
        name="window-restore-from-tool"
902
        text="Window/Restore_from_tool" 
903
        />
904

    
905
    </extension>
906

    
907
    <extension class-name="org.gvsig.app.extension.About"
908
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
909
      active="true"
910
      priority="90090">
911

    
912
      <action
913
        name="help-about"
914
        label="_About" 
915
        tooltip="_Show_about" 
916
        position="999000000" 
917
        action-command="help-about"
918
        icon="help-about"
919
        accelerator=""
920
        />
921

    
922
      <menu 
923
        name="help-about"
924
        text="Help/About" 
925
        />
926

    
927
    </extension>
928
    
929
    <extension
930
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
931
            description="" active="true">
932

    
933
            <action 
934
                 name="tools-symbology-browse-symbols" 
935
                 label="_Browse_symbols"
936
                 tooltip="_Browse_symbols" 
937
                 action-command="tools-symbology-browse-symbols"
938
                 icon="tools-symbology-browse-symbols" 
939
                 position="900400050" 
940
                 accelerator="" 
941
            />
942
            <menu
943
                 name="tools-symbology-browse-symbols" 
944
                 text="tools/Symbols/Browse symbols"
945
            />
946
        </extension>
947

    
948
  </extensions>
949

    
950
</plugin-config>