blob: cb1148bd664da8476d82bcfdf9a339f9c6579e96 (
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
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="7" name="digikamimageplugin_core" >
<MenuBar>
<Menu name="Color"><text>&Color</text>
<Action name="implugcore_autocorrection" />
<Action name="imageplugin_whitebalance" />
<Action name="implugcore_bcg" />
<Action name="implugcore_hsl" />
<Action name="imageplugin_colorfx" />
<Action name="implugcore_rgb" />
<Separator />
<Action name="imageplugin_adjustcurves" />
<Action name="imageplugin_adjustlevels" />
<Action name="implugcore_invert" />
<Action name="implugcore_blackwhite" />
<Menu name="Depth"><text>&Depth</text>
<Action name="implugcore_convertto8bits" />
<Action name="implugcore_convertto16bits" />
</Menu>
<Separator />
<Action name="implugcore_colormanagement" />
<Separator />
</Menu>
<Menu name="Enhance"><text>Enh&ance</text>
<Action name="implugcore_sharpen" />
<Action name="implugcore_blur" />
<Separator />
<Action name="implugcore_redeye" />
</Menu>
<Menu name="Transform" ><text>Tra&nsform</text>
<Action name="implugcore_ratiocrop" />
</Menu>
<Menu name="Filters" ><text>F&ilters</text>
<Action name="imageplugin_infrared" />
<Action name="imageplugin_filmgrain" />
<Action name="imageplugin_oilpaint" />
<Action name="imageplugin_charcoal" />
<Action name="imageplugin_emboss" />
<Action name="imageplugin_distortionfx" />
<Action name="imageplugin_blurfx" />
<Action name="imageplugin_raindrop" />
</Menu>
</MenuBar>
<ToolBar name="ToolBar" >
<text>Main Toolbar</text>
</ToolBar>
<ActionProperties/>
</kpartgui>
|