2009-12-24 20:16:07 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-06-17 17:09:34 +02:00
|
|
|
<width>1131</width>
|
|
|
|
<height>685</height>
|
2009-12-24 20:16:07 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2010-01-08 17:21:22 +01:00
|
|
|
<string>Clementine</string>
|
2009-12-24 20:16:07 +01:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2010-09-26 19:19:06 +02:00
|
|
|
<iconset resource="../../data/data.qrc">
|
2009-12-24 20:16:07 +01:00
|
|
|
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2010-06-17 00:43:20 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
2009-12-24 20:16:07 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2010-09-26 19:19:06 +02:00
|
|
|
<widget class="QSplitter" name="splitter">
|
2010-06-12 21:32:17 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2009-12-24 20:16:07 +01:00
|
|
|
</property>
|
2011-02-04 16:17:29 +01:00
|
|
|
<widget class="QWidget" name="sidebar_layout">
|
2010-06-17 00:00:39 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2010-12-31 19:13:28 +01:00
|
|
|
<widget class="FancyTabWidget" name="tabs" native="true"/>
|
2010-06-17 00:00:39 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="NowPlayingWidget" name="now_playing" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-06-12 21:32:17 +02:00
|
|
|
</widget>
|
2011-02-04 16:17:29 +01:00
|
|
|
<widget class="QWidget" name="playlist_layout">
|
2010-06-17 00:43:20 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
2010-06-12 21:32:17 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2010-09-30 23:25:31 +02:00
|
|
|
<widget class="PlaylistContainer" name="playlist" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_edit_track"/>
|
|
|
|
<addaction name="action_edit_value"/>
|
|
|
|
</widget>
|
2010-06-12 21:32:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-17 00:43:20 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
2009-12-29 20:22:02 +01:00
|
|
|
</property>
|
2010-06-17 00:43:20 +02:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-18 02:06:59 +02:00
|
|
|
<widget class="QWidget" name="player_controls_container" native="true">
|
2011-02-04 16:17:29 +01:00
|
|
|
<layout class="QVBoxLayout" name="player_controls_layout">
|
2010-06-18 02:06:59 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="player_controls">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2010-06-16 21:21:15 +02:00
|
|
|
</property>
|
2010-06-18 02:06:59 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-06-18 17:07:21 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="clear_playlist_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-18 02:06:59 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="back_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
2010-06-17 00:43:20 +02:00
|
|
|
</property>
|
2010-06-18 02:06:59 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
2010-06-17 00:43:20 +02:00
|
|
|
</property>
|
2010-06-18 02:06:59 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="pause_play_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="stop_button">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="forward_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="last_fm_controls" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2010-06-17 00:43:20 +02:00
|
|
|
<property name="spacing">
|
2010-06-18 02:06:59 +02:00
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
2010-06-17 00:43:20 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-06-18 02:06:59 +02:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="lastfm_line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="love_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="ban_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="AnalyzerContainer" name="analyzer" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>100</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>36</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Amarok::VolumeSlider" name="volume">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="status_bar" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-02-04 16:17:29 +01:00
|
|
|
<layout class="QVBoxLayout" name="status_bar_layout">
|
2010-06-18 02:06:59 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="status_bar_line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="status_bar_internal" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2010-06-17 00:43:20 +02:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2010-06-18 02:06:59 +02:00
|
|
|
<widget class="QStackedWidget" name="status_bar_stack">
|
|
|
|
<widget class="MultiLoadingIndicator" name="multi_loading_indicator"/>
|
|
|
|
<widget class="QWidget" name="playlist_summary_page">
|
2011-02-04 16:17:29 +01:00
|
|
|
<layout class="QVBoxLayout" name="playlist_summary_layout">
|
2010-06-18 02:06:59 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="playlist_summary">
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="PlaylistSequence" name="playlist_sequence" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="TrackSlider" name="track_slider" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>10</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-06-17 00:43:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-06-18 02:06:59 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-06-17 00:43:20 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
2010-06-16 21:21:15 +02:00
|
|
|
</item>
|
2010-06-12 21:32:17 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-12-24 20:16:07 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-02-03 17:17:04 +01:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-06-17 17:09:34 +02:00
|
|
|
<width>1131</width>
|
2011-03-19 11:22:55 +01:00
|
|
|
<height>25</height>
|
2010-02-03 17:17:04 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2011-01-02 19:10:26 +01:00
|
|
|
<widget class="QMenu" name="menu_music">
|
2010-02-03 17:17:04 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Music</string>
|
|
|
|
</property>
|
2010-02-24 23:26:01 +01:00
|
|
|
<addaction name="action_open_media"/>
|
|
|
|
<addaction name="separator"/>
|
2010-02-03 17:17:04 +01:00
|
|
|
<addaction name="action_previous_track"/>
|
|
|
|
<addaction name="action_play_pause"/>
|
|
|
|
<addaction name="action_stop"/>
|
|
|
|
<addaction name="action_next_track"/>
|
|
|
|
<addaction name="separator"/>
|
2010-11-21 22:36:27 +01:00
|
|
|
<addaction name="action_mute"/>
|
|
|
|
<addaction name="separator"/>
|
2010-02-03 17:17:04 +01:00
|
|
|
<addaction name="action_love"/>
|
|
|
|
<addaction name="action_ban"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_quit"/>
|
|
|
|
</widget>
|
2011-01-02 19:10:26 +01:00
|
|
|
<widget class="QMenu" name="menu_playlist">
|
2010-02-03 17:17:04 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Playlist</string>
|
|
|
|
</property>
|
2010-05-11 22:02:19 +02:00
|
|
|
<addaction name="action_add_file"/>
|
|
|
|
<addaction name="action_add_folder"/>
|
2010-02-24 23:26:01 +01:00
|
|
|
<addaction name="action_add_stream"/>
|
|
|
|
<addaction name="separator"/>
|
2010-03-12 02:03:43 +01:00
|
|
|
<addaction name="action_shuffle_mode"/>
|
|
|
|
<addaction name="action_repeat_mode"/>
|
|
|
|
<addaction name="separator"/>
|
2010-05-20 16:12:15 +02:00
|
|
|
<addaction name="action_new_playlist"/>
|
|
|
|
<addaction name="action_save_playlist"/>
|
|
|
|
<addaction name="action_load_playlist"/>
|
|
|
|
<addaction name="separator"/>
|
2010-05-17 01:55:00 +02:00
|
|
|
<addaction name="action_jump"/>
|
2010-02-03 17:17:04 +01:00
|
|
|
<addaction name="action_clear_playlist"/>
|
2010-02-04 00:56:41 +01:00
|
|
|
<addaction name="action_shuffle"/>
|
2011-03-19 11:22:55 +01:00
|
|
|
<addaction name="separator"/>
|
2010-02-03 17:17:04 +01:00
|
|
|
</widget>
|
2011-01-02 19:10:26 +01:00
|
|
|
<widget class="QMenu" name="menu_help">
|
2010-02-03 17:17:04 +01:00
|
|
|
<property name="title">
|
2011-02-15 02:10:09 +01:00
|
|
|
<string>&Help</string>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
|
|
|
<addaction name="action_about"/>
|
2010-09-30 23:25:31 +02:00
|
|
|
<addaction name="action_about_qt"/>
|
2011-01-02 19:52:24 +01:00
|
|
|
<addaction name="separator"/>
|
2010-02-03 17:17:04 +01:00
|
|
|
</widget>
|
2011-01-02 19:10:26 +01:00
|
|
|
<widget class="QMenu" name="menu_extras">
|
2010-06-14 22:00:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Extras</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_rain"/>
|
Fixes issu...
,'``.._ ,'``.
:,--._:)\,:,._,.: All Glory to
:`--,'' :`...';\ the HYPNO TOAD!
`,' `---' `.
/ :
/ \
,' :\.___,-.
`...,---'``````-..._ |: \
( ) ;: ) \ _,-.
`. ( // `' \
: `.// ) ) , ;
,-|`. _,'/ ) ) ,' ,'
( :`.`-..____..=:.-': . _,' ,'
`,'\ ``--....-)=' `._, \ ,') _ '``._
_.-/ _ `. (_) / )' ; / \ \`-.'
`--( `-:`. `' ___..' _,-' |/ `.)
`-. `.`.``-----``--, .'
|/`.\`' ,','); SSt
` (/ (/
2010-07-12 21:51:23 +02:00
|
|
|
<addaction name="action_hypnotoad"/>
|
2010-12-31 19:13:28 +01:00
|
|
|
<addaction name="action_kittens"/>
|
2011-01-02 19:52:24 +01:00
|
|
|
<addaction name="separator"/>
|
2010-06-14 22:00:17 +02:00
|
|
|
</widget>
|
2011-01-02 19:10:26 +01:00
|
|
|
<widget class="QMenu" name="menu_tools">
|
2010-02-28 19:04:50 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_cover_manager"/>
|
2010-07-11 17:37:40 +02:00
|
|
|
<addaction name="action_queue_manager"/>
|
2010-12-31 19:13:28 +01:00
|
|
|
<addaction name="action_script_manager"/>
|
2010-04-07 18:26:04 +02:00
|
|
|
<addaction name="action_equalizer"/>
|
2010-06-06 16:06:23 +02:00
|
|
|
<addaction name="action_visualisations"/>
|
2010-05-03 20:52:35 +02:00
|
|
|
<addaction name="action_transcode"/>
|
2010-05-25 22:40:45 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_update_library"/>
|
2011-02-17 20:57:14 +01:00
|
|
|
<addaction name="action_full_library_scan"/>
|
2010-06-23 18:27:23 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_configure"/>
|
2010-02-28 19:04:50 +01:00
|
|
|
</widget>
|
2011-01-02 19:10:26 +01:00
|
|
|
<addaction name="menu_music"/>
|
|
|
|
<addaction name="menu_playlist"/>
|
|
|
|
<addaction name="menu_tools"/>
|
|
|
|
<addaction name="menu_extras"/>
|
|
|
|
<addaction name="menu_help"/>
|
2010-02-03 17:17:04 +01:00
|
|
|
</widget>
|
2009-12-24 20:16:07 +01:00
|
|
|
<action name="action_previous_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>Previous track</string>
|
|
|
|
</property>
|
2010-06-17 15:04:02 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F5</string>
|
|
|
|
</property>
|
2009-12-24 20:16:07 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_play_pause">
|
|
|
|
<property name="text">
|
|
|
|
<string>Play</string>
|
|
|
|
</property>
|
2010-06-17 15:04:02 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F6</string>
|
|
|
|
</property>
|
2009-12-24 20:16:07 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_stop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop</string>
|
|
|
|
</property>
|
2010-06-17 15:04:02 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F7</string>
|
|
|
|
</property>
|
2009-12-24 20:16:07 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_next_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>Next track</string>
|
|
|
|
</property>
|
2010-06-17 15:04:02 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F8</string>
|
|
|
|
</property>
|
2009-12-24 20:16:07 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_quit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_stop_after_this_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop after this track</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Alt+V</string>
|
|
|
|
</property>
|
2009-12-24 20:16:07 +01:00
|
|
|
</action>
|
2009-12-29 20:22:02 +01:00
|
|
|
<action name="action_love">
|
2009-12-29 21:48:50 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-12-29 20:22:02 +01:00
|
|
|
<property name="icon">
|
2010-09-26 19:19:06 +02:00
|
|
|
<iconset resource="../../data/data.qrc">
|
2009-12-29 20:22:02 +01:00
|
|
|
<normaloff>:/last.fm/love.png</normaloff>:/last.fm/love.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Love</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+L</string>
|
|
|
|
</property>
|
2009-12-29 20:22:02 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_ban">
|
2009-12-29 21:48:50 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-12-29 20:22:02 +01:00
|
|
|
<property name="icon">
|
2010-09-26 19:19:06 +02:00
|
|
|
<iconset resource="../../data/data.qrc">
|
2009-12-29 20:22:02 +01:00
|
|
|
<normaloff>:/last.fm/ban.png</normaloff>:/last.fm/ban.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ban</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+B</string>
|
|
|
|
</property>
|
2009-12-29 20:22:02 +01:00
|
|
|
</action>
|
2010-01-14 13:27:50 +01:00
|
|
|
<action name="action_clear_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear playlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clear playlist</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+K</string>
|
|
|
|
</property>
|
2010-01-14 13:27:50 +01:00
|
|
|
</action>
|
2010-01-16 17:12:47 +01:00
|
|
|
<action name="action_edit_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit track information...</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
2010-01-16 17:12:47 +01:00
|
|
|
</action>
|
2010-03-22 23:46:53 +01:00
|
|
|
<action name="action_renumber_tracks">
|
|
|
|
<property name="text">
|
|
|
|
<string>Renumber tracks in this order...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-03-24 01:12:52 +01:00
|
|
|
<action name="action_selection_set_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set value for all selected tracks...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-03-26 00:48:58 +01:00
|
|
|
<action name="action_edit_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit tag...</string>
|
|
|
|
</property>
|
2010-04-11 17:05:30 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F2</string>
|
|
|
|
</property>
|
2010-03-26 00:48:58 +01:00
|
|
|
</action>
|
2010-02-03 17:17:04 +01:00
|
|
|
<action name="action_configure">
|
|
|
|
<property name="text">
|
2010-06-23 18:27:23 +02:00
|
|
|
<string>Preferences...</string>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+P</string>
|
|
|
|
</property>
|
2010-02-03 17:17:04 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_about">
|
|
|
|
<property name="text">
|
|
|
|
<string>About Clementine...</string>
|
|
|
|
</property>
|
2010-06-17 15:04:02 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F1</string>
|
|
|
|
</property>
|
2010-02-03 17:17:04 +01:00
|
|
|
</action>
|
2010-02-04 00:56:41 +01:00
|
|
|
<action name="action_shuffle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Shuffle playlist</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+H</string>
|
|
|
|
</property>
|
2010-02-04 00:56:41 +01:00
|
|
|
</action>
|
2010-05-11 22:02:19 +02:00
|
|
|
<action name="action_add_file">
|
2010-02-24 23:26:01 +01:00
|
|
|
<property name="text">
|
2010-05-11 22:02:19 +02:00
|
|
|
<string>Add file...</string>
|
2010-02-24 23:26:01 +01:00
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+A</string>
|
|
|
|
</property>
|
2010-02-24 23:26:01 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_add_stream">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add stream...</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
2010-02-24 23:26:01 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_open_media">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open media...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-02-28 19:04:50 +01:00
|
|
|
<action name="action_cover_manager">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cover Manager</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-06-14 22:00:17 +02:00
|
|
|
<action name="action_rain">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string comment="Label for button to enable/disable rain background sound.">Rain</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
Fixes issu...
,'``.._ ,'``.
:,--._:)\,:,._,.: All Glory to
:`--,'' :`...';\ the HYPNO TOAD!
`,' `---' `.
/ :
/ \
,' :\.___,-.
`...,---'``````-..._ |: \
( ) ;: ) \ _,-.
`. ( // `' \
: `.// ) ) , ;
,-|`. _,'/ ) ) ,' ,'
( :`.`-..____..=:.-': . _,' ,'
`,'\ ``--....-)=' `._, \ ,') _ '``._
_.-/ _ `. (_) / )' ; / \ \`-.'
`--( `-:`. `' ___..' _,-' |/ `.)
`-. `.`.``-----``--, .'
|/`.\`' ,','); SSt
` (/ (/
2010-07-12 21:51:23 +02:00
|
|
|
<action name="action_hypnotoad">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string comment="Label for button to enable/disable Hypnotoad background sound.">All Glory to the Hypnotoad!</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-10 15:26:29 +01:00
|
|
|
<action name="action_kittens">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string comment="Label for buton to enable/disable kittens in the now playing widget">Kittens</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-03-12 02:03:43 +01:00
|
|
|
<action name="action_shuffle_mode">
|
|
|
|
<property name="text">
|
|
|
|
<string>Shuffle mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_repeat_mode">
|
|
|
|
<property name="text">
|
|
|
|
<string>Repeat mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-03-24 17:36:44 +01:00
|
|
|
<action name="action_remove_from_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove from playlist</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-04-07 18:26:04 +02:00
|
|
|
<action name="action_equalizer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Equalizer</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-05-03 20:52:35 +02:00
|
|
|
<action name="action_transcode">
|
|
|
|
<property name="text">
|
|
|
|
<string>Transcode Music</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-05-11 22:02:19 +02:00
|
|
|
<action name="action_add_folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add folder...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-05-17 01:55:00 +02:00
|
|
|
<action name="action_jump">
|
|
|
|
<property name="text">
|
|
|
|
<string>Jump to the currently playing track</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+J</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-05-20 16:12:15 +02:00
|
|
|
<action name="action_new_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>New playlist</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
2010-05-20 16:12:15 +02:00
|
|
|
</action>
|
|
|
|
<action name="action_save_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save playlist...</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
2010-05-20 16:12:15 +02:00
|
|
|
</action>
|
|
|
|
<action name="action_load_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load playlist...</string>
|
|
|
|
</property>
|
2010-06-17 01:40:32 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+O</string>
|
|
|
|
</property>
|
2010-05-20 16:12:15 +02:00
|
|
|
</action>
|
2010-05-25 22:40:45 +02:00
|
|
|
<action name="action_update_library">
|
|
|
|
<property name="text">
|
2011-02-17 20:57:14 +01:00
|
|
|
<string>Update changed library folders</string>
|
2010-05-25 22:40:45 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2010-06-06 16:06:23 +02:00
|
|
|
<action name="action_visualisations">
|
|
|
|
<property name="text">
|
2010-06-17 01:05:11 +02:00
|
|
|
<string>Visualizations</string>
|
2010-06-06 16:06:23 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2010-07-11 17:37:40 +02:00
|
|
|
<action name="action_queue_manager">
|
|
|
|
<property name="text">
|
|
|
|
<string>Queue Manager</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-09-30 23:25:31 +02:00
|
|
|
<action name="action_about_qt">
|
|
|
|
<property name="text">
|
|
|
|
<string>About Qt...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-11-21 22:36:27 +01:00
|
|
|
<action name="action_mute">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Mute</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+M</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-31 19:13:28 +01:00
|
|
|
<action name="action_script_manager">
|
|
|
|
<property name="text">
|
|
|
|
<string>Script Manager</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-02-17 20:57:14 +01:00
|
|
|
<action name="action_full_library_scan">
|
|
|
|
<property name="text">
|
|
|
|
<string>Do a full library rescan</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-03-06 15:07:41 +01:00
|
|
|
<action name="action_auto_complete_tags">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/providers/musicbrainz.png</normaloff>:/providers/musicbrainz.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Complete tags automatically...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+T</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2009-12-24 20:16:07 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>Amarok::VolumeSlider</class>
|
|
|
|
<extends>QSlider</extends>
|
2010-05-10 23:50:31 +02:00
|
|
|
<header>widgets/sliderwidget.h</header>
|
2009-12-24 20:16:07 +01:00
|
|
|
</customwidget>
|
2010-03-20 23:45:54 +01:00
|
|
|
<customwidget>
|
|
|
|
<class>AnalyzerContainer</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>analyzers/analyzercontainer.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2010-05-20 16:12:15 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>PlaylistContainer</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>playlist/playlistcontainer.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2010-06-16 21:21:15 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>TrackSlider</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/trackslider.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>PlaylistSequence</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>playlist/playlistsequence.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>MultiLoadingIndicator</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/multiloadingindicator.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2010-06-17 00:00:39 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>NowPlayingWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/nowplayingwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2010-07-03 23:05:55 +02:00
|
|
|
<customwidget>
|
2010-10-01 21:27:01 +02:00
|
|
|
<class>FancyTabWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
2010-10-10 16:04:05 +02:00
|
|
|
<header>widgets/fancytabwidget.h</header>
|
2010-10-01 21:27:01 +02:00
|
|
|
</customwidget>
|
2009-12-24 20:16:07 +01:00
|
|
|
</customwidgets>
|
2010-09-26 19:19:06 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2009-12-24 20:16:07 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|