summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/defaultsettings/redmond-default-settings/debian/distrospecific/ui-rc-files/gwenviewui.rc
blob: 3a7b72ba4df70b31474ad0cfead0a9455fc53da4 (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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version = '1.0'?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<kpartgui version="20" name="Gwenview" >
 <MenuBar>
  <Menu name="file" >
   <Action name="file_rename" />
   <Action name="file_copy" />
   <Action name="file_move" />
   <Action name="file_delete" />
   <Separator/>
   <Action name="file_properties" />
  </Menu>
  <Menu name="edit" >
   <Action name="rotate_left" />
   <Action name="rotate_right" />
   <Action name="mirror" />
   <Action name="flip" />
  </Menu>
  <Menu noMerge="1" name="view" >
   <text>&amp;View</text>
   <Action name="reload" />
   <Separator/>
   <Action name="toggle_browse" />
   <Action name="fullscreen" />
   <Action name="slideshow" />
   <Separator/>
   <Action name="list_mode" />
   <Action name="side_thumbnail_mode" />
   <Action name="bottom_thumbnail_mode" />
   <Separator/>
   <Menu name="colors" >
    <text>&amp;Colors</text>
    <Action name="increase_gamma" />
    <Action name="decrease_gamma" />
    <Action name="increase_brightness" />
    <Action name="decrease_brightness" />
    <Action name="increase_contrast" />
    <Action name="decrease_contrast" />
   </Menu>
   <Action name="view_zoom_auto" />
   <Action name="view_zoom_in" />
   <Action name="view_zoom_out" />
   <Action name="view_actual_size" />
   <Action name="view_zoom_lock" />
   <Separator/>
   <Action name="show_dot_files" />
  </Menu>
  <Menu noMerge="1" name="go_web" >
   <text>&amp;Go</text>
   <Action name="first" />
   <Action name="previous" />
   <Action name="next" />
   <Action name="last" />
   <Separator/>
   <Action name="go_back" />
   <Action name="go_forward" />
   <Action name="go_home" />
   <Separator/>
   <Action name="go_up" />
   <Action name="first_sub_folder" />
   <Action name="previous_folder" />
   <Action name="next_folder" />
  </Menu>
  <Action name="bookmarks" />
  <Menu name="settings" >
   <Action append="configure_merge" name="configure_tools" />
  </Menu>
  <Menu name="plugins" >
   <text>&amp;Plugins</text>
   <Menu name="kipi_images" >
    <text>Images</text>
    <ActionList name="image_actions" />
   </Menu>
   <Menu name="kipi_effects" >
    <text>Effects</text>
    <ActionList name="effect_actions" />
   </Menu>
   <Menu name="kipi_tools" >
    <text>Tools</text>
    <ActionList name="tool_actions" />
   </Menu>
   <Menu name="kipi_batch" >
    <text>Batch Processing</text>
    <ActionList name="batch_actions" />
   </Menu>
   <Menu name="kipi_import" >
    <text>Import</text>
    <ActionList name="import_actions" />
   </Menu>
   <Menu name="kipi_export" >
    <text>Export</text>
    <ActionList name="export_actions" />
   </Menu>
   <Menu name="kipi_collections" >
    <text>Collections</text>
    <ActionList name="collection_actions" />
   </Menu>
  </Menu>
  <Menu name="window" >
   <text>&amp;Window</text>
   <ActionList name="winlist" />
   <Separator/>
   <Action name="reset_dock_widgets" />
  </Menu>
 </MenuBar>
 <ToolBar newline="true" noMerge="1" name="mainToolBar" >
  <text>Main Toolbar</text>
  <Action name="toggle_browse" />
  <Action name="fullscreen" />
  <Action name="slideshow" />
  <Separator/>
  <Action name="previous" />
  <Action name="next" />
  <Separator/>
  <Action name="reload" />
  <Separator/>
  <Action name="view_zoom_auto" />
  <Action name="view_zoom_in" />
  <Action name="view_zoom_out" />
  <Action name="view_actual_size" />
  <Separator/>
  <Action name="rotate_left" />
  <Action name="rotate_right" />
  <Action name="mirror" />
  <Action name="flip" />
 </ToolBar>
 <ToolBar newline="true" name="locationToolBar" fullWidth="true" >
  <text>Location Toolbar</text>
  <Action name="go_back" />
  <Action name="go_forward" />
  <Action name="go_up" />
  <Action name="go_home" />
  <Action name="clear_location" />
  <Action name="location_label" />
  <Action name="location_url" />
  <Action name="location_go" />
 </ToolBar>
 <StatusBar/>
 <ActionProperties>
  <Action shortcut="Backspace;PageUp" name="previous" />
  <Action shortcut="Space;PageDown" name="next" />
  <Action shortcut="Ctrl+L;Left" name="rotate_left" />
  <Action shortcut="Ctrl+Minus;Minus" name="view_zoom_out" />
  <Action shortcut="Ctrl+Plus;Plus" name="view_zoom_in" />
  <Action shortcut="Ctrl+R;Right" name="rotate_right" />
  <Action shortcut="Ctrl+Shift+F;F" name="fullscreen" />
 </ActionProperties>
</kpartgui>