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

History | View | Annotate | Download (27.9 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40558 jjdelcerro
<!--
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 40435 jjdelcerro
<plugin-config>
28 40568 jjdelcerro
29 40563 jjdelcerro
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30 40568 jjdelcerro
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31 40435 jjdelcerro
  <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 41038 jjdelcerro
    <label id="azimut" size="110"/>
44 40435 jjdelcerro
  </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 40893 jjdelcerro
117 40435 jjdelcerro
      <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 40893 jjdelcerro
185 40435 jjdelcerro
      <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.AddLayer"
213
      description="Extensi?n encargada de abrir las diferentes capas."
214
      active="true"
215
      priority="20">
216
      <action
217
        name="view-layer-add"
218
        label="Add_layer"
219
        tooltip="Add_layer"
220
        action-command="view-layer-add"
221
        icon="view-layer-add"
222
        position="650300000"
223
        accelerator="Alt+O"
224
        />
225
226
      <menu
227
        name="view-layer-add"
228
        text="View/Add_layer"
229
        />
230
      <tool-bar name="view" position="30010">
231
        <action-tool name="view-layer-add"/>
232
      </tool-bar>
233
    </extension>
234
235
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
236
      description="Enables the  symbology."
237
      active="true"
238
      priority="20">
239
    </extension>
240
241
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
242
      description="Extensi?n encargada de gestionar los zooms previos al actual."
243
      active="true">
244
      <action
245
        name="view-navigation-zoom-back"
246
        label="Zoom_back"
247
        tooltip="Zoom_back"
248
        action-command="view-navigation-zoom-back"
249
        icon="view-navigation-zoom-back"
250
        position="650100700"
251
        accelerator=""
252
        />
253
254
      <menu
255
        name="view-navigation-zoom-back"
256
        text="View/Navigation/Zoom_back"
257
        />
258
      <tool-bar name="view_navigation" position ="3">
259
        <action-tool name="view-navigation-zoom-back"/>
260
      </tool-bar>
261
    </extension>
262
263
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
264
      description="Extensi?n encargada de gestionar la herramienta de info."
265
      active="true"
266
      priority="29">
267
      <action
268
        name="layer-info-by-point"
269
        label="_Information_by_point"
270
        tooltip="_Information_by_point"
271
        action-command="layer-info-by-point"
272
        icon="layer-info-by-point"
273
        position="600200000"
274
        accelerator=""
275
        />
276
      <menu
277
        name="layer-info-by-point"
278
        text="Layer/Query/_Information_by_point"
279
        />
280
      <tool-bar name="view_tools_query" position="5">
281
        <selectable-tool name="layer-info-by-point" />
282
      </tool-bar>
283
    </extension>
284
285
286
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
287
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
288
      active="true">
289
    </extension>
290
291
292
    <extension class-name="org.gvsig.app.extension.ViewControls"
293
      description="Extensi?n encargada de gestionar la vista."
294
      active="true"
295
      priority="30">
296
      <combo-scale name="view-change-scale"
297
        label="1:"
298
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
299
          value="10000"
300
          action-command="view-change-scale" />
301
302
      <action
303
        name="view-change-scale"
304
        label="_Change_scale"
305
        action-command="view-change-scale"
306
        />
307
308
      <action
309
        name="view-navigation-zoom-in-topoint"
310
        label="Zoom_in"
311
        position="650100400"
312
        action-command="view-navigation-zoom-in-topoint"
313
        icon="view-navigation-zoom-in-topoint"
314
        tooltip="Zoom_in"
315
        accelerator=""
316
        />
317
      <action
318
        name="view-navigation-zoom-out-topoint"
319
        label="Zoom_out"
320
        position="650100500"
321
        action-command="view-navigation-zoom-out-topoint"
322
        icon="view-navigation-zoom-out-topoint"
323
        tooltip="Zoom_out"
324
        accelerator=""
325
        />
326
      <action
327
        name="view-navigation-zoom-all"
328
        label="Zoom_all"
329
        position="650100800"
330
        action-command="view-navigation-zoom-all"
331
        icon="view-navigation-zoom-all"
332
        tooltip="Zoom_all"
333
        accelerator=""
334
        />
335
      <action
336
        name="view-navigation-zoom-in-center"
337
        label="Zoom_in_to_center"
338
        position="650100200"
339
        action-command="view-navigation-zoom-in-center"
340
        tooltip="Zoom_in_to_center"
341
        icon="view-navigation-zoom-in-center"
342
        accelerator=""
343
        />
344
      <action
345
        name="view-navigation-zoom-out-center"
346
        label="Zoom_out_to_center"
347
        position="650100300"
348
        action-command="view-navigation-zoom-out-center"
349
        tooltip="Zoom_out_to_center"
350
        icon="view-navigation-zoom-out-center"
351
        accelerator=""
352
        />
353
      <action
354
        name="view-navigation-pan"
355
        label="Pan"
356
        position="650100100"
357
        action-command="view-navigation-pan"
358
        icon="view-navigation-pan"
359
        tooltip="Pan"
360
        accelerator=""
361
        />
362
      <action
363
        name="view-navigation-frame-manager"
364
        label="Frame_manager"
365
        position="650109000"
366
        action-command="view-navigation-frame-manager"
367
        icon="view-navigation-frame-manager"
368
        tooltip="Frame_manager"
369
        accelerator=""
370
        />
371
372
373
      <action
374
        name="layer-set-visible"
375
        label="_Show_layers"
376
        position="600400100"
377
        action-command="layer-set-visible"
378
        icon="layer-set-visible"
379
        tooltip="_Show_layers"
380
        accelerator=""
381
        />
382
      <action
383
        name="layer-set-hide"
384
        label="_Hide_layers"
385
        position="600400200"
386
        action-command="layer-set-hide"
387
        icon="layer-set-hide"
388
        tooltip="_Hide_layers"
389
        accelerator=""
390
        />
391
      <action
392
        name="layer-set-active"
393
        label="_Set_Layers_active"
394
        position="600400300"
395
        action-command="layer-set-active"
396
        icon="layer-set-active"
397
        tooltip="_Set_Layers_active"
398
        accelerator=""
399
        />
400
      <action
401
        name="layer-set-inactive"
402
        label="_Set_Layers_inactive"
403
        position="600400400"
404
        action-command="layer-set-inactive"
405
        icon="layer-set-inactive"
406
        tooltip="_Set_Layers_inactive"
407
        accelerator=""
408
        />
409
410
      <action
411
        name="view-locator-setup"
412
        label="_Locator_setup"
413
        position="658000000"
414
        action-command="view-locator-setup"
415
        icon="view-locator-setup"
416
        tooltip="_Locator_setup"
417
        accelerator=""
418
        />
419
420
      <menu
421
        name="view-navigation-zoom-in-topoint"
422
        text="View/Navigation/Zoom_in"
423
        />
424
      <menu
425
        name="view-navigation-zoom-out-topoint"
426
        text="View/Navigation/Zoom_out"
427
        />
428
      <menu
429
        name="view-navigation-zoom-all"
430
        text="View/Navigation/Zoom_all"
431
        />
432
      <menu
433
        name="view-navigation-zoom-in-center"
434
        text="View/Navigation/Zoom_in_to_center"
435
        />
436
      <menu
437
        name="view-navigation-zoom-out-center"
438
        text="View/Navigation/Zoom_out_to_center"
439
        />
440
      <menu
441
        name="view-navigation-pan"
442
        text="View/Navigation/Pan"
443
        />
444
      <menu
445
        name="view-navigation-frame-manager"
446
        text="View/Navigation/Frame_manager"
447
        />
448
449
450
      <menu
451
        name="layer-set-visible"
452 41068 jldominguez
        text="View/_Set_all_layers_to/visible"
453 40435 jjdelcerro
        />
454
      <menu
455
        name="layer-set-hide"
456 41068 jldominguez
        text="View/_Set_all_layers_to/Hidden"
457 40435 jjdelcerro
        />
458
      <menu
459
        name="layer-set-active"
460 41068 jldominguez
        text="View/_Set_all_layers_to/Active"
461 40435 jjdelcerro
        />
462
      <menu
463
        name="layer-set-inactive"
464 41068 jldominguez
        text="View/_Set_all_layers_to/Inactive"
465 40435 jjdelcerro
        />
466
467
      <menu
468
        name="view-locator-setup"
469
        text="View/Locator_setup"
470
        />
471
472
473
      <tool-bar name="view_navigation" position="3">
474
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
475
        <selectable-tool name="view-navigation-zoom-out-topoint" />
476
        <action-tool name="view-navigation-zoom-all"  />
477
        <action-tool name="view-navigation-zoom-in-center"  />
478
        <action-tool name="view-navigation-zoom-out-center"  />
479
      </tool-bar>
480
481
      <tool-bar name="view_navigation" position ="4">
482
        <selectable-tool name="view-navigation-pan"/>
483
        <action-tool name="view-navigation-frame-manager" />
484
      </tool-bar>
485
486
    </extension>
487
488
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
489
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
490
      active="true"
491
      priority="30">
492
      <action
493
        name="view-query-distance"
494
        label="_Query_distance"
495
        position="650700200"
496
        action-command="view-query-distance"
497
        icon="view-query-distance"
498
        tooltip="_Query_distance"
499
        accelerator=""
500
        />
501
      <action
502
        name="view-query-area"
503
        label="_Query_area"
504
        position="650700100"
505
        action-command="view-query-area"
506
        icon="view-query-area"
507
        tooltip="_Query_area"
508
        accelerator=""
509
        />
510
511
512
      <menu
513
        name="view-query-distance"
514
        text="View/Query/Distance"
515
        />
516
      <menu
517
        name="view-query-area"
518
        text="View/Query/Area"
519
        />
520
521
      <tool-bar name="view_tools_query" position="5">
522
        <selectable-tool name="view-query-distance" />
523
        <selectable-tool name="view-query-area" />
524
      </tool-bar>
525
526
    </extension>
527
528
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
529
      description="Extensi?n encargada de gestionar la vista."
530
      active="true"
531
      priority="30">
532 41066 jldominguez
533 40435 jjdelcerro
      <action
534
        name="selection-select-by-rectangle-view"
535
        label="Select_by_rectangle"
536
        position="301200000"
537
        action-command="selection-select-by-rectangle-view"
538
        icon="selection-select-by-rectangle"
539
        tooltip="Select_by_rectangle"
540
        accelerator=""
541
        />
542
      <action
543
        name="selection-select-by-polygon"
544
        label="Select_by_polygon"
545
        position="301300000"
546
        action-command="selection-select-by-polygon"
547
        icon="selection-select-by-polygon"
548
        tooltip="Select_by_polygon"
549
        accelerator=""
550
        />
551
552
      <menu
553
        name="selection-select-by-rectangle-view"
554
        text="Selection/Select_by_rectangle"
555
        />
556
      <menu
557
        name="selection-select-by-polygon"
558
        text="Selection/Select_by_polygon"
559
        />
560
561
      <tool-bar name="view_selection" position="6">
562
        <selectable-tool name="selection-select-by-rectangle-view" />
563
        <selectable-tool name="selection-select-by-polygon" />
564
      </tool-bar>
565
566
    </extension>
567
568 41066 jldominguez
569
570
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
571
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
572
      active="true"
573
      priority="30">
574
      <action
575
        name="selection-simple-select-view"
576
        label="_Simple_select"
577
        position="300700000"
578
        action-command="selection-simple-select-view"
579
        icon="selection-simple-select"
580
        tooltip="_Simple_select"
581
        accelerator=""
582
        />
583
584
      <menu
585
        name="selection-simple-select-view"
586
        text="Selection/Simple"
587
        />
588
589
      <tool-bar name="view_selection" position="6">
590
        <selectable-tool name="selection-simple-select-view" />
591
      </tool-bar>
592
593
    </extension>
594
595
596 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
597
      description="Extensi?n encargada de la selecci?n por tema."
598
      active="true"
599
      priority="30">
600
      <action
601
        name="selection-select-by-layer"
602
        position="301100000"
603
        label="_Select_by_layer"
604
        action-command="selection-select-by-layer"
605
        icon="selection-select-by-layer"
606
        tooltip="_Select_by_layer"
607
        accelerator=""
608
        />
609
610
      <menu
611
        name="selection-select-by-layer"
612
        text="Selection/Select_by_layer"
613
        />
614
    </extension>
615
616
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
617
      description="Extensi?n encargada de hacer la selecci?n inversa."
618
      active="true"
619
      priority="30">
620
      <action
621
        name="selection-reverse-view"
622
        label="_Reverse_selection"
623
        position="300500000"
624
        action-command="selection-reverse-view"
625
        icon="selection-reverse"
626
        tooltip="_Reverse_selection"
627
        accelerator=""
628
        />
629
630
      <menu
631
        name="selection-reverse-view"
632
        text="Selection/Reverse"
633
        />
634
635
      <tool-bar name="view_selection" position="6">
636
          <action-tool name="selection-reverse-view" />
637
      </tool-bar>
638
639
    </extension>
640
641
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
642
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
643
      active="true">
644
      <action
645
        name="view-properties"
646
        label="_View_properties"
647
        position="659000000"
648
        action-command="view-properties"
649
        icon="view-properties"
650
        tooltip="_Show_view_properties"
651
        accelerator=""
652
        />
653
654
655
      <menu
656
        name="view-properties"
657
        text="View/Properties"
658
        />
659
660
    </extension>
661
662
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
663
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
664
      active="true">
665
666
      <action
667
        name="view-navigation-zoom-to-selection"
668
        label="Zoom_to_selection"
669
        position="650100900"
670
        action-command="view-navigation-zoom-to-selection"
671
        icon="view-navigation-zoom-to-selection"
672
        tooltip="Zoom_to_selection"
673
        accelerator=""
674
        />
675
676
      <menu
677
        name="view-navigation-zoom-to-selection"
678
        text="View/Navigation/Zoom_to_selection"
679
        />
680
681
      <tool-bar name="view_navigation" position="3">
682
        <action-tool name="view-navigation-zoom-to-selection" />
683
      </tool-bar>
684
685
    </extension>
686
687
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
688
      description="Extensi?n encargada de limpiar la selecci?n."
689
      active="true">
690
691
      <action
692
        name="selection-clear-view"
693
        label="_Clear_selection"
694
        position="300300000"
695
        action-command="selection-clear-view"
696
        icon="edit-clear"
697
        tooltip="_Clear_selection"
698
        accelerator=""
699
        />
700
701
      <menu
702
        name="selection-clear-view"
703
        text="Selection/_Clear"
704
        />
705
706
      <tool-bar name="view_selection" position="6">
707
        <action-tool name="selection-clear-view" />
708
      </tool-bar>
709
710
    </extension>
711
712
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
713
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
714
      active="true">
715
716
      <action
717
        name="layer-filter"
718
        label="Filter"
719
        position="600100000"
720
        icon="layer-filter"
721
        tooltip="Filter"
722
        action-command="layer-filter"
723
        accelerator=""
724
        />
725
726
      <menu
727
        name="layer-filter"
728
        text="Layer/Filter"
729
        />
730
731
      <tool-bar name="layer_tools" position="12">
732
        <action-tool name="layer-filter" />
733
      </tool-bar>
734
735
    </extension>
736
737
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
738
      description="Extensi?n con informaci?n sobre disposables."
739
      active="true"
740
      priority="1000">
741
742
      <action
743
        name="tools-devel-disposables-show-pendings"
744
        label="_Show_pendings_disposables"
745
        position="908500200"
746
        tooltip="_Show_pendings_disposables"
747
        action-command="tools-devel-disposables-show-pendings"
748
        icon="tools-devel-disposables-show-pendings"
749
        accelerator=""
750
        />
751
      <action
752
        name="tools-devel-disposables-free-all"
753
        label="_Free_all_disposables"
754
        position="908500201"
755
        action-command="tools-devel-disposables-free-all"
756
        icon="tools-devel-disposables-free-all"
757
        tooltip="_Free_all_disposables"
758
        accelerator=""
759
        />
760
761
      <menu
762
        name="tools-devel-disposables-show-pendings"
763
        text="tools/Development/Disposables/Show_pendings"
764
        />
765
      <menu
766
        name="tools-devel-disposables-free-all"
767
        text="tools/Development/Disposables/Free_all"
768
        />
769
770
    </extension>
771
772 41280 jjdelcerro
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
773
      description="Extensi?n para la creacion de paquetes de traducciones."
774
      active="true"
775
      priority="1000">
776
777
      <action
778
        name="tools-devel-translations-package"
779
        label="_Translations_package"
780
        position="908500200"
781
        tooltip="_Translations_package"
782
        action-command="tools-devel-translations-package"
783
        icon="tools-devel-translations-package"
784
        accelerator=""
785
        />
786
787 41284 jjdelcerro
788 41280 jjdelcerro
      <menu
789
        name="tools-devel-translations-package"
790
        text="tools/Development/_Translations_package"
791
        />
792
793 41284 jjdelcerro
794 41280 jjdelcerro
    </extension>
795
796 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
797
      description="Presenta informacion relevante para debug."
798
      active="true"
799
      priority="30">
800
      <action
801
        name="tools-devel-show-persistencefactories"
802
        label="_Show_persistence_factories"
803
        tooltip="_Show_persistence_factories"
804
        position="908500400"
805
        action-command="tools-devel-show-persistencefactories"
806
        icon="tools-devel-show-persistencefactories"
807
        accelerator=""
808
        />
809
      <action
810
        name="tools-devel-show-icontheme"
811
        label="_Show_icon_theme_information"
812
        tooltip="_Show_icon_theme_information"
813
        position="908500300"
814
        action-command="tools-devel-show-icontheme"
815
        icon="tools-devel-show-icontheme"
816
        accelerator=""
817
        />
818
      <action
819
        name="tools-devel-show-actions"
820
        label="_Show_actions_information"
821
        tooltip="_Show_actions_information"
822
        position="908500100"
823
        action-command="tools-devel-show-actions"
824
        icon="tools-devel-show-actions"
825
        accelerator=""
826
        />
827
      <action
828
        name="tools-devel-show-plugin-report"
829
        label="_Show_plugin_report"
830
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
831
        position="908500100"
832
        action-command="tools-devel-show-plugin-report"
833
        icon="tools-devel-show-plugin-report"
834
        accelerator=""
835
        />
836
      <action
837
        name="tools-devel-show-menus"
838
        label="_Show_menu_information"
839
        tooltip="_Show_menu_information"
840
        position="908500200"
841
        action-command="tools-devel-show-menus"
842
        icon="tools-devel-show-menus"
843
        accelerator=""
844
        />
845
      <action
846
        name="tools-devel-show-menus-by-plugin"
847
        label="_Show_menu_by_plugin_information"
848
        tooltip="_Show_menu_ordered_by_plugin_information"
849
        position="908500300"
850
        action-command="tools-devel-show-menus-by-plugin"
851
        icon="tools-devel-show-menus-by-plugin"
852
        accelerator=""
853
        />
854
      <menu
855
        name="tools-devel-show-persistencefactories"
856
        text="tools/Development/Show persistence factories"
857
        />
858
      <menu
859
        name="tools-devel-show-icontheme"
860
        text="tools/Development/Show icon theme information"
861
        />
862
      <menu
863
        name="tools-devel-show-plugin-report"
864
        text="tools/Development/Show plugin report of actions menus and icons"
865
        />
866
      <menu
867
        name="tools-devel-show-actions"
868
        text="tools/Development/Show actions information"
869
        />
870
      <menu
871
        name="tools-devel-show-menus"
872
        text="tools/Development/Show menu information"
873
        />
874
      <menu
875
        name="tools-devel-show-menus-by-plugin"
876
        text="tools/Development/Show menu by plugin information"
877
        />
878
879
    </extension>
880
881
882
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
883
      description="Extensi?n encargada transformar la ventana activa en palette."
884
      active="true">
885
886
      <action
887
        name="window-convert-to-tool"
888
        label="_Convert_to_tool"
889
        tooltip="_Convert_regular_window_to_tool_window"
890
        position="960300000"
891
        action-command="window-convert-to-tool"
892
        icon="window-convert-to-tool"
893
        accelerator=""
894
        />
895
896
      <menu
897
        name="window-convert-to-tool"
898
        text="Window/Convert_to_tool"
899
        />
900
901
    </extension>
902
903
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
904
      description="Extensi?n encargada transformar la ventana palette en su original."
905
      active="true">
906
907
      <action
908
        name="window-restore-from-tool"
909
        label="_Restore_tool"
910
        tooltip="_Restore_tool_window_to_regular_window"
911
        position="960400000"
912
        action-command="window-restore-from-tool"
913
        icon="window-restore-from-tool"
914
        accelerator=""
915
        />
916
917
918
      <menu
919
        name="window-restore-from-tool"
920
        text="Window/Restore_from_tool"
921
        />
922
923
    </extension>
924
925
    <extension class-name="org.gvsig.app.extension.About"
926
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
927
      active="true"
928
      priority="90090">
929
930
      <action
931
        name="help-about"
932
        label="_About"
933
        tooltip="_Show_about"
934
        position="999000000"
935
        action-command="help-about"
936
        icon="help-about"
937
        accelerator=""
938
        />
939
940
      <menu
941
        name="help-about"
942
        text="Help/About"
943
        />
944
945
    </extension>
946
947
    <extension
948
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
949
            description="" active="true">
950
951
            <action
952
                 name="tools-symbology-browse-symbols"
953
                 label="_Browse_symbols"
954
                 tooltip="_Browse_symbols"
955
                 action-command="tools-symbology-browse-symbols"
956
                 icon="tools-symbology-browse-symbols"
957
                 position="900400050"
958
                 accelerator=""
959
            />
960
            <menu
961
                 name="tools-symbology-browse-symbols"
962
                 text="tools/Symbols/Browse symbols"
963
            />
964
        </extension>
965
966
  </extensions>
967
968
</plugin-config>