~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to juk/jukui.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- PLEASE UPDATE jukui-rtl.rc WHEN UPDATING THIS FILE -->
 
2
 
 
3
<!DOCTYPE kpartgui>
 
4
<kpartgui name="juk" version="8">
 
5
<MenuBar>
 
6
        <Menu name="file" noMerge="1"><text>&amp;File</text>
 
7
                <Action name="file_new"/>
 
8
                <Action name="file_open"/>
 
9
                <Action name="openDirectory"/>
 
10
 
 
11
                <Separator/>
 
12
 
 
13
                <Action name="renamePlaylist"/>
 
14
                <Action name="editSearch"/>
 
15
                <Action name="duplicatePlaylist"/>
 
16
                <Action name="reloadPlaylist"/>
 
17
                <Action name="deleteItemPlaylist"/>
 
18
 
 
19
                <Separator/>
 
20
 
 
21
                <Action name="file_save"/>
 
22
                <Action name="file_save_as"/>
 
23
 
 
24
                <Separator/>
 
25
 
 
26
                <Action name="file_quit"/>
 
27
        </Menu>
 
28
        <Menu name="view" noMerge="1"><text>&amp;View</text>
 
29
                <Action name="showSearch"/>
 
30
                <Action name="showEditor"/>
 
31
                <Action name="showHistory"/>
 
32
                <Action name="showUpcoming"/>
 
33
                <Action name="showColumns"/>
 
34
                <Action name="resizeColumnsManually"/>
 
35
 
 
36
                <Separator/>
 
37
 
 
38
                <Action name="viewModeMenu"/>
 
39
        </Menu>
 
40
        <Menu name="player"><text>&amp;Player</text>
 
41
                <Action name="actionMenu"/>
 
42
 
 
43
                <Action name="loopPlaylist"/>
 
44
 
 
45
                <Separator/>
 
46
 
 
47
                <Action name="play"/>
 
48
                <Action name="pause"/>
 
49
                <Action name="stop"/>
 
50
                <Action name="forward"/>
 
51
                <Action name="back"/>
 
52
 
 
53
                <Separator/>
 
54
 
 
55
                <Action name="forwardAlbum"/>
 
56
        </Menu>
 
57
        <Menu name="playlist"><text>&amp;Tagger</text>
 
58
                <Action name="saveItem"/>
 
59
                <Action name="removeItem"/>
 
60
                <Action name="refresh"/>
 
61
 
 
62
                <Separator/>
 
63
 
 
64
                <Action name="guessTag"/>
 
65
                <Action name="coverManager"/>
 
66
                <Action name="renameFile"/>
 
67
        </Menu>
 
68
        <Menu name="settings"><text>&amp;Settings</text>
 
69
                <Action name="showSplashScreen" append="show_merge"/>
 
70
                <Action name="toggleSystemTray" append="show_merge"/>
 
71
                <Action name="dockOnClose" append="show_merge"/>
 
72
                <Action name="togglePopups" append="show_merge"/>
 
73
                <!-- <Action name="saveUpcomingTracks" append="show_merge"/> -->
 
74
                <Action name="tagGuesserConfig" append="save_merge"/>
 
75
                <Action name="fileRenamerConfig" append="save_merge"/>
 
76
                <Action name="outputSelect" append="save_merge"/>
 
77
        </Menu>
 
78
</MenuBar>
 
79
 
 
80
<ToolBar name="mainToolBar" hidden="true" noMerge="1"><text>Main Toolbar</text>
 
81
        <Action name="file_new"/>
 
82
        <Action name="file_open"/>
 
83
        <Action name="file_save"/>
 
84
 
 
85
        <Separator lineSeparator="true"/>
 
86
 
 
87
        <Action name="edit_cut"/>
 
88
        <Action name="edit_copy"/>
 
89
        <Action name="edit_paste"/>
 
90
 
 
91
        <Separator lineSeparator="true"/>
 
92
 
 
93
        <Action name="showSearch"/>
 
94
        <Action name="showEditor"/>
 
95
        <Action name="showNowPlaying"/>
 
96
</ToolBar>
 
97
 
 
98
<ToolBar name="playToolBar" noMerge="1"><text>Play Toolbar</text>
 
99
        <Action name="play"/>
 
100
        <Action name="pause"/>
 
101
        <Action name="stop"/>
 
102
 
 
103
        <Separator lineSeparator="false"/>      
 
104
 
 
105
        <Action name="back"/>
 
106
        <Action name="forward"/>
 
107
        <Action name="trackPositionAction"/>
 
108
</ToolBar>
 
109
</kpartgui>