~neon/juk/master

1180 by Diego Iastrubni
this makes the tollbar look the same for RTL users as for LTR,
1
<!DOCTYPE kpartgui>
1185 by Michael Pyne
Fix bug 88275 by introducing an action menu that can be plugged into the toolbar to control random play, along with some renaming to make them easy to tell apart.
2
<kpartgui name="juk" version="6">
1180 by Diego Iastrubni
this makes the tollbar look the same for RTL users as for LTR,
3
<MenuBar>
4
	<Menu name="file" noMerge="1"><text>&amp;File</text>
5
		<Action name="file_new"/>
6
		<Action name="file_open"/>
7
		<Action name="openDirectory"/>
8
9
		<Separator/>
10
11
		<Action name="renamePlaylist"/>
12
		<Action name="editSearch"/>
13
		<Action name="duplicatePlaylist"/>
14
		<Action name="reloadPlaylist"/>
15
		<Action name="deleteItemPlaylist"/>
16
17
		<Separator/>
18
19
		<Action name="file_save"/>
20
		<Action name="file_save_as"/>
21
22
		<Separator/>
23
24
		<Action name="file_quit"/>
25
	</Menu>
26
	<Menu name="view" noMerge="1"><text>&amp;View</text>
27
		<Action name="showSearch"/>
28
		<Action name="showEditor"/>
29
		<Action name="showHistory"/>
30
		<Action name="showUpcoming"/>
31
		<Action name="showColumns"/>
32
33
		<Separator/>
34
35
		<Action name="viewModeMenu"/>
36
	</Menu>
37
	<Menu name="player"><text>&amp;Player</text>
1185 by Michael Pyne
Fix bug 88275 by introducing an action menu that can be plugged into the toolbar to control random play, along with some renaming to make them easy to tell apart.
38
		<Action name="actionMenu"/>
1180 by Diego Iastrubni
this makes the tollbar look the same for RTL users as for LTR,
39
40
		<Action name="loopPlaylist"/>
41
42
		<Separator/>
43
44
		<Action name="play"/>
45
		<Action name="pause"/>
46
		<Action name="stop"/>
47
		<Action name="forward"/>
48
		<Action name="back"/>
49
	</Menu>
50
	<Menu name="playlist"><text>&amp;Tagger</text>
51
		<Action name="saveItem"/>
52
		<Action name="removeItem"/>
53
		<Action name="refresh"/>
54
55
		<Separator/>
56
57
		<Action name="guessTag"/>
58
		<Action name="renameFile"/>
59
	</Menu>
60
	<Menu name="settings"><text>&amp;Settings</text>
61
		<Action name="showSplashScreen" append="show_merge"/>
62
		<Action name="toggleSystemTray" append="show_merge"/>
63
		<Action name="dockOnClose" append="show_merge"/>
64
		<Action name="togglePopups" append="show_merge"/>
65
		<Action name="saveUpcomingTracks" append="show_merge"/>
66
		<Action name="tagGuesserConfig" append="save_merge"/>
67
		<Action name="fileRenamerConfig" append="save_merge"/>
68
		<Action name="outputSelect" append="save_merge"/>
69
	</Menu>
70
</MenuBar>
71
72
<ToolBar name="mainToolBar" hidden="true" noMerge="1"><text>Main Toolbar</text>
73
	<Action name="file_new"/>
74
	<Action name="file_open"/>
75
	<Action name="file_save"/>
76
77
	<Separator lineSeparator="true"/>
78
79
	<Action name="edit_cut"/>
80
	<Action name="edit_copy"/>
81
	<Action name="edit_paste"/>
82
83
	<Separator lineSeparator="true"/>
84
85
	<Action name="showSearch"/>
86
	<Action name="showEditor"/>
87
</ToolBar>
88
89
<ToolBar name="playToolBar" noMerge="1"><text>Play Toolbar</text>
90
91
	<Action name="trackPositionAction"/>
92
	<Action name="forward"/>
93
	<Action name="back"/>
94
	<Separator lineSeparator="false"/>	
95
96
97
	<Action name="stop"/>
98
	<Action name="pause"/>
99
	<Action name="play"/>
100
101
</ToolBar>
102
</kpartgui>