You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
2.6 KiB
110 lines
2.6 KiB
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="juk" version="8">
|
||
|
<MenuBar>
|
||
|
<Menu name="file" noMerge="1"><text>&File</text>
|
||
|
<Action name="file_new"/>
|
||
|
<Action name="file_open"/>
|
||
|
<Action name="openDirectory"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="renamePlaylist"/>
|
||
|
<Action name="editSearch"/>
|
||
|
<Action name="duplicatePlaylist"/>
|
||
|
<Action name="reloadPlaylist"/>
|
||
|
<Action name="deleteItemPlaylist"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="file_save"/>
|
||
|
<Action name="file_save_as"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="file_quit"/>
|
||
|
</Menu>
|
||
|
<Menu name="view" noMerge="1"><text>&View</text>
|
||
|
<Action name="showSearch"/>
|
||
|
<Action name="showEditor"/>
|
||
|
<Action name="showHistory"/>
|
||
|
<Action name="showUpcoming"/>
|
||
|
<Action name="showColumns"/>
|
||
|
<Action name="resizeColumnsManually"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="viewModeMenu"/>
|
||
|
</Menu>
|
||
|
<Menu name="player"><text>&Player</text>
|
||
|
<Action name="actionMenu"/>
|
||
|
|
||
|
<Action name="loopPlaylist"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="play"/>
|
||
|
<Action name="pause"/>
|
||
|
<Action name="stop"/>
|
||
|
<Action name="forward"/>
|
||
|
<Action name="back"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="forwardAlbum"/>
|
||
|
</Menu>
|
||
|
<Menu name="playlist"><text>&Tagger</text>
|
||
|
<Action name="saveItem"/>
|
||
|
<Action name="removeItem"/>
|
||
|
<Action name="refresh"/>
|
||
|
|
||
|
<Separator/>
|
||
|
|
||
|
<Action name="guessTag"/>
|
||
|
<Action name="coverManager"/>
|
||
|
<Action name="renameFile"/>
|
||
|
</Menu>
|
||
|
<Menu name="settings"><text>&Settings</text>
|
||
|
<Action name="showSplashScreen" append="show_merge"/>
|
||
|
<Action name="toggleSystemTray" append="show_merge"/>
|
||
|
<Action name="dockOnClose" append="show_merge"/>
|
||
|
<Action name="togglePopups" append="show_merge"/>
|
||
|
<!-- <Action name="saveUpcomingTracks" append="show_merge"/> -->
|
||
|
<Action name="tagGuesserConfig" append="save_merge"/>
|
||
|
<Action name="fileRenamerConfig" append="save_merge"/>
|
||
|
<Action name="outputSelect" append="save_merge"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
|
||
|
<ToolBar name="mainToolBar" hidden="true" noMerge="1"><text>Main Toolbar</text>
|
||
|
<Action name="file_new"/>
|
||
|
<Action name="file_open"/>
|
||
|
<Action name="file_save"/>
|
||
|
|
||
|
<Separator lineSeparator="true"/>
|
||
|
|
||
|
<Action name="edit_cut"/>
|
||
|
<Action name="edit_copy"/>
|
||
|
<Action name="edit_paste"/>
|
||
|
|
||
|
<Separator lineSeparator="true"/>
|
||
|
|
||
|
<Action name="showSearch"/>
|
||
|
<Action name="showEditor"/>
|
||
|
<Action name="showNowPlaying"/>
|
||
|
</ToolBar>
|
||
|
|
||
|
<ToolBar name="playToolBar" noMerge="1"><text>Play Toolbar</text>
|
||
|
|
||
|
<Action name="trackPositionAction"/>
|
||
|
<Action name="forward"/>
|
||
|
<Action name="back"/>
|
||
|
<Separator lineSeparator="false"/>
|
||
|
|
||
|
|
||
|
<Action name="stop"/>
|
||
|
<Action name="pause"/>
|
||
|
<Action name="play"/>
|
||
|
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|