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

History | View | Annotate | Download (27.2 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-set>
44
  
45
  <!-- 
46
  <popup-menus>
47
    <popup-menu name="view.toc.context.menu">
48
      <menu name="view-layer-add"/>
49
    </popup-menu>
50
  </popup-menus>
51
  -->
52
  
53
  <extensions>
54
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
55
      description="Initial warning message"
56
      active="true"
57
      priority="1">
58
    </extension>
59
    
60
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
61
      description="Check OS and architecture of installed packages"
62
      active="true"
63
      priority="1">
64
    </extension>
65

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

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

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

    
123

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

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

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

    
175
      <menu 
176
        text="File/nuevo_proyecto"
177
        name= "application-project-new"
178
        />
179
      <menu 
180
        text="File/abrir_proyecto"
181
        name="application-project-open"
182
        />
183
      <menu 
184
        text="File/guardar_proyecto"
185
        name="application-project-save"
186
        />
187
      <menu 
188
        text="File/guardar_como"
189
        name="application-project-saveas"
190
        />
191
      <menu 
192
        text="File/salir"
193
        name="application-exit"
194
        />
195
      <tool-bar name="project" position="1">
196
        <action-tool name="application-project-new"/>
197
        <action-tool name="application-project-open"/>
198
        <action-tool name="application-project-save"/>
199
      </tool-bar>
200
    </extension>
201

    
202
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
203
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
204
      active="true">
205

    
206
      <action 
207
        name="show-project-manager"
208
        label="_Show_project"
209
        tooltip="_Show_project_window"
210
        action-command="show-project-manager" 
211
        icon="show-project-manager"
212
        position="400100000"
213
        accelerator="Alt+P"
214
        />
215

    
216
      <menu 
217
        text="Show/_Project_manager"
218
        name="show-project-manager"
219
        />
220
    </extension>
221

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

    
236
      <menu 
237
        name="view-layer-add"
238
        text="View/Add_layer" 
239
        />
240
      <tool-bar name="view" position="30010">
241
        <action-tool name="view-layer-add"/>
242
      </tool-bar>
243
    </extension>
244

    
245
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
246
      description="Enables the  symbology."
247
      active="true"
248
      priority="20">
249
    </extension>
250

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

    
264
      <menu 
265
        name="view-navigation-zoom-back"
266
        text="View/Navigation/Zoom_back"  
267
        />
268
      <tool-bar name="view_navigation" position ="3">
269
        <action-tool name="view-navigation-zoom-back"/>
270
      </tool-bar>
271
    </extension>
272

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

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

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

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

    
420
      <action 
421
        name="view-locator-setup"
422
        label="_Locator_setup" 
423
        position="658000000" 
424
        action-command="view-locator-setup"
425
        icon="view-locator-setup"
426
        tooltip="_Locator_setup"
427
        accelerator=""
428
        />
429

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

    
459
      
460
      <menu 
461
        name="layer-set-visible"
462
        text="Layer/Set_to/visible" 
463
        />
464
      <menu 
465
        name="layer-set-hide"
466
        text="Layer/Set_to/Hidden" 
467
        />
468
      <menu 
469
        name="layer-set-active"
470
        text="Layer/Set_to/Active" 
471
        />
472
      <menu 
473
        name="layer-set-inactive"
474
        text="Layer/Set_to/Inactive" 
475
        />
476

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

    
496
    </extension>
497

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

    
521

    
522
      <menu 
523
        name="view-query-distance"
524
        text="View/Query/Distance" 
525
        />
526
      <menu 
527
        name="view-query-area"
528
        text="View/Query/Area" 
529
        />
530

    
531
      <tool-bar name="view_tools_query" position="5">
532
        <selectable-tool name="view-query-distance" />
533
        <selectable-tool name="view-query-area" />
534
      </tool-bar>
535

    
536
    </extension>
537

    
538
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
539
      description="Extensi?n encargada de gestionar la vista."
540
      active="true"
541
      priority="30">
542
      <action 
543
        name="selection-simple-select-view"
544
        label="_Simple_select" 
545
        position="300700000" 
546
        action-command="selection-simple-select-view" 
547
        icon="selection-simple-select"
548
        tooltip="_Simple_select" 
549
        accelerator=""
550
        />
551
      <action 
552
        name="selection-select-by-rectangle-view"
553
        label="Select_by_rectangle" 
554
        position="301200000" 
555
        action-command="selection-select-by-rectangle-view" 
556
        icon="selection-select-by-rectangle"
557
        tooltip="Select_by_rectangle" 
558
        accelerator=""
559
        />
560
      <action
561
        name="selection-select-by-polygon"
562
        label="Select_by_polygon" 
563
        position="301300000" 
564
        action-command="selection-select-by-polygon" 
565
        icon="selection-select-by-polygon"
566
        tooltip="Select_by_polygon" 
567
        accelerator=""
568
        />
569

    
570

    
571
      <menu 
572
        name="selection-simple-select-view"
573
        text="Selection/Simple" 
574
        />
575
      <menu 
576
        name="selection-select-by-rectangle-view"
577
        text="Selection/Select_by_rectangle" 
578
        />
579
      <menu 
580
        name="selection-select-by-polygon"
581
        text="Selection/Select_by_polygon" 
582
        />
583

    
584
      <tool-bar name="view_selection" position="6">
585
        <selectable-tool name="selection-simple-select-view" />
586
        <selectable-tool name="selection-select-by-rectangle-view" />
587
        <selectable-tool name="selection-select-by-polygon" />
588
      </tool-bar>
589

    
590
    </extension>
591
    
592
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
593
      description="Extensi?n encargada de la selecci?n por tema."
594
      active="true"
595
      priority="30">
596
      <action 
597
        name="selection-select-by-layer"
598
        position="301100000"
599
        label="_Select_by_layer" 
600
        action-command="selection-select-by-layer"
601
        icon="selection-select-by-layer"
602
        tooltip="_Select_by_layer" 
603
        accelerator=""
604
        />
605

    
606
      <menu 
607
        name="selection-select-by-layer"
608
        text="Selection/Select_by_layer" 
609
        />
610
    </extension>
611
        
612
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
613
      description="Extensi?n encargada de hacer la selecci?n inversa."
614
      active="true"
615
      priority="30">
616
      <action 
617
        name="selection-reverse-view"
618
        label="_Reverse_selection" 
619
        position="300500000" 
620
        action-command="selection-reverse-view" 
621
        icon="selection-reverse"
622
        tooltip="_Reverse_selection" 
623
        accelerator=""
624
        />
625

    
626
      <menu 
627
        name="selection-reverse-view"
628
        text="Selection/Reverse" 
629
        />
630

    
631
      <tool-bar name="view_selection" position="6">
632
          <action-tool name="selection-reverse-view" />
633
      </tool-bar>
634

    
635
    </extension>
636
        
637
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
638
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
639
      active="true">
640
      <action 
641
        name="view-properties"
642
        label="_View_properties" 
643
        position="659000000" 
644
        action-command="view-properties"
645
        icon="view-properties"
646
        tooltip="_Show_view_properties" 
647
        accelerator=""
648
        />
649

    
650

    
651
      <menu 
652
        name="view-properties"
653
        text="View/Properties" 
654
        />
655

    
656
    </extension>
657

    
658
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
659
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
660
      active="true">
661

    
662
      <action 
663
        name="view-navigation-zoom-to-selection"
664
        label="Zoom_to_selection" 
665
        position="650100900" 
666
        action-command="view-navigation-zoom-to-selection" 
667
        icon="view-navigation-zoom-to-selection"
668
        tooltip="Zoom_to_selection" 
669
        accelerator=""
670
        />
671

    
672
      <menu 
673
        name="view-navigation-zoom-to-selection"
674
        text="View/Navigation/Zoom_to_selection" 
675
        />
676

    
677
      <tool-bar name="view_navigation" position="3">
678
        <action-tool name="view-navigation-zoom-to-selection" />
679
      </tool-bar>
680

    
681
    </extension>
682

    
683
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
684
      description="Extensi?n encargada de limpiar la selecci?n."
685
      active="true">
686

    
687
      <action 
688
        name="selection-clear-view"
689
        label="_Clear_selection" 
690
        position="300300000" 
691
        action-command="selection-clear-view" 
692
        icon="edit-clear"
693
        tooltip="_Clear_selection" 
694
        accelerator=""
695
        />
696

    
697
      <menu 
698
        name="selection-clear-view"
699
        text="Selection/_Clear" 
700
        />
701

    
702
      <tool-bar name="view_selection" position="6">
703
        <action-tool name="selection-clear-view" />
704
      </tool-bar>
705

    
706
    </extension>
707

    
708
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
709
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
710
      active="true">
711

    
712
      <action 
713
        name="layer-filter"
714
        label="Filter" 
715
        position="600100000" 
716
        icon="layer-filter" 
717
        tooltip="Filter" 
718
        action-command="layer-filter"
719
        accelerator=""
720
        />
721

    
722
      <menu 
723
        name="layer-filter"
724
        text="Layer/Filter" 
725
        />
726

    
727
      <tool-bar name="layer_tools" position="12">
728
        <action-tool name="layer-filter" />
729
      </tool-bar>
730

    
731
    </extension>
732

    
733
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
734
      description="Extensi?n con informaci?n sobre disposables."
735
      active="true"
736
      priority="1000">
737

    
738
      <action 
739
        name="tools-devel-disposables-show-pendings"
740
        label="_Show_pendings_disposables" 
741
        position="908500200"  
742
        tooltip="_Show_pendings_disposables" 
743
        action-command="tools-devel-disposables-show-pendings"
744
        icon="tools-devel-disposables-show-pendings"
745
        accelerator=""
746
        />
747
      <action 
748
        name="tools-devel-disposables-free-all"
749
        label="_Free_all_disposables" 
750
        position="908500201" 
751
        action-command="tools-devel-disposables-free-all"
752
        icon="tools-devel-disposables-free-all"
753
        tooltip="_Free_all_disposables" 
754
        accelerator=""
755
        />
756

    
757
      <menu 
758
        name="tools-devel-disposables-show-pendings"
759
        text="tools/Development/Disposables/Show_pendings" 
760
        />
761
      <menu 
762
        name="tools-devel-disposables-free-all"
763
        text="tools/Development/Disposables/Free_all" 
764
        />
765

    
766
    </extension>
767

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

    
851
    </extension>
852

    
853

    
854
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
855
      description="Extensi?n encargada transformar la ventana activa en palette."
856
      active="true">
857

    
858
      <action 
859
        name="window-convert-to-tool"
860
        label="_Convert_to_tool" 
861
        tooltip="_Convert_regular_window_to_tool_window" 
862
        position="960300000" 
863
        action-command="window-convert-to-tool"
864
        icon="window-convert-to-tool"
865
        accelerator=""
866
        />
867

    
868
      <menu 
869
        name="window-convert-to-tool"
870
        text="Window/Convert_to_tool" 
871
        />
872

    
873
    </extension>
874

    
875
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
876
      description="Extensi?n encargada transformar la ventana palette en su original."
877
      active="true">
878

    
879
      <action
880
        name="window-restore-from-tool"
881
        label="_Restore_tool" 
882
        tooltip="_Restore_tool_window_to_regular_window" 
883
        position="960400000" 
884
        action-command="window-restore-from-tool"
885
        icon="window-restore-from-tool"
886
        accelerator=""
887
        />
888

    
889

    
890
      <menu 
891
        name="window-restore-from-tool"
892
        text="Window/Restore_from_tool" 
893
        />
894

    
895
    </extension>
896

    
897
    <extension class-name="org.gvsig.app.extension.About"
898
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
899
      active="true"
900
      priority="90090">
901

    
902
      <action
903
        name="help-about"
904
        label="_About" 
905
        tooltip="_Show_about" 
906
        position="999000000" 
907
        action-command="help-about"
908
        icon="help-about"
909
        accelerator=""
910
        />
911

    
912
      <menu 
913
        name="help-about"
914
        text="Help/About" 
915
        />
916

    
917
    </extension>
918
    
919
    <extension
920
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
921
            description="" active="true">
922

    
923
            <action 
924
                 name="tools-symbology-browse-symbols" 
925
                 label="_Browse_symbols"
926
                 tooltip="_Browse_symbols" 
927
                 action-command="tools-symbology-browse-symbols"
928
                 icon="tools-symbology-browse-symbols" 
929
                 position="900400050" 
930
                 accelerator="" 
931
            />
932
            <menu
933
                 name="tools-symbology-browse-symbols" 
934
                 text="tools/Symbols/Browse symbols"
935
            />
936
        </extension>
937

    
938
  </extensions>
939

    
940
</plugin-config>