summaryrefslogtreecommitdiffstats
path: root/src/showfoto/showfotoui.rc
blob: 7e8e497dbcbff33dbe387df2a4a6072b79311589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui version="29" name="showfoto" >

<MenuBar>

    <Menu name="file" ><text>&amp;File</text>
        <Action name="showfoto_open_file" />
        <Action name="showfoto_open_folder" />
        <Separator/>
        <Action name="editorwindow_backward" />
        <Action name="editorwindow_forward" />
        <Separator/>
        <Action name="editorwindow_first" />
        <Action name="editorwindow_last" />
        <Separator/>
        <Action name="editorwindow_print" />
        <Separator/>
        <Action name="editorwindow_save" />
        <Action name="editorwindow_saveas" />
        <Action name="editorwindow_revert" />
        <Separator/>
        <Action name="editorwindow_delete" />
        <Separator/>
        <Action name="showfoto_quit" />
    </Menu>

    <Menu name="Edit" ><text>&amp;Edit</text>
        <Action name="editorwindow_copy" />
        <Separator/>
        <Action name="editorwindow_undo" />
        <Action name="editorwindow_redo" />
        <Separator/>
        <Action name="editorwindow_selectAll" />
        <Action name="editorwindow_selectNone" />
    </Menu>

    <Menu name="View" ><text>&amp;View</text>
        <Action name="editorwindow_fullscreen" />
        <Action name="editorwindow_slideshow" />
        <Separator/>
        <Action name="editorwindow_zoomplus" />
        <Action name="editorwindow_zoomminus" />
        <Action name="editorwindow_zoomto100percents" />
        <Action name="editorwindow_zoomfit2window" />
        <Action name="editorwindow_zoomfit2select" />
        <Separator/>
        <Action name="shofoto_showthumbs" />
        <Separator/>
        <Action name="editorwindow_underexposure" />
        <Action name="editorwindow_overexposure" />
        <Action name="editorwindow_cmview" />
    </Menu>

    <Menu name="Color" ><text>&amp;Color</text>
    </Menu>

    <Menu name="Enhance" ><text>Enh&amp;ance</text>
        <ActionList name="showfoto_bcg" />
    </Menu>

    <Menu name="Transform" ><text>Tra&amp;nsform</text>
        <Action name="editorwindow_rotate_left" />
        <Action name="editorwindow_rotate_right" />
        <Separator/>
        <Action name="editorwindow_flip_horiz" />
        <Action name="editorwindow_flip_vert" />
        <Separator/>
        <Action name="editorwindow_crop" />
        <Action name="editorwindow_resize" />
    </Menu>

    <Menu name="Decorate" ><text>&amp;Decorate</text>
    </Menu>

    <Menu name="Filters" ><text>F&amp;ilters</text>
    </Menu>

    <Menu name="help" ><text>&amp;Help</text>
        <Action name="editorwindow_rawcameralist"/>
        <Action name="editorwindow_donatemoney" />
        <Action name="editorwindow_contribute" />
    </Menu>

    <Merge/>

    <Menu name="settings" noMerge="1"><Text>&amp;Settings</Text>
        <Merge name="StandardToolBarMenuHandler" />
        <Action name="options_show_menubar"/>
        <Action name="options_show_statusbar"/>
        <Action name="options_show_toolbar"/>
        <Separator/>
        <Action name="theme_menu" />
        <Action name="options_configure_keybinding" />
        <Action name="options_configure_toolbars" />
        <Action name="options_configure" />
    </Menu>

</MenuBar>

<ToolBar name="ToolBar"><text>Main Toolbar</text>
    <Action name="editorwindow_first" />
    <Action name="editorwindow_backward" />
    <Action name="editorwindow_forward" />
    <Action name="editorwindow_last" />
    <Separator/>
    <Action name="showfoto_open_file" />
    <Action name="showfoto_open_folder" />
    <Action name="editorwindow_save" />
    <Action name="editorwindow_saveas" />
    <Action name="editorwindow_undo" />
    <Action name="editorwindow_redo" />
    <Action name="editorwindow_revert" />
    <Separator/>
    <Action name="editorwindow_zoomplus" />
    <Action name="editorwindow_zoomto" />
    <Action name="editorwindow_zoomminus" />
    <Action name="editorwindow_zoomfit2window" />
    <Action name="editorwindow_zoomfit2select" />
    <Separator/>
    <Action name="editorwindow_rotate_left" />
    <Action name="editorwindow_rotate_right" />
    <Action name="editorwindow_crop" />
    <Separator/>
    <Action name="editorwindow_fullscreen" />
    <Action name="editorwindow_slideshow" />
    <Merge />
</ToolBar>

<ActionProperties/>

</gui>