Commit 4d52eeb6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.

parent 9c9d1ddd
...@@ -394,6 +394,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -394,6 +394,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
optionWidgets.append( ui.qt4 ); optionWidgets.append( ui.qt4 );
CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel, artFetcher ); CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel, artFetcher );
CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher );
CONFIG_GENERIC( "qt-updates-notif", Bool, NULL, qtUpdates ); CONFIG_GENERIC( "qt-updates-notif", Bool, NULL, qtUpdates );
CONFIG_GENERIC( "qt-always-video", Bool, NULL, qtAlwaysVideo ); CONFIG_GENERIC( "qt-always-video", Bool, NULL, qtAlwaysVideo );
CONFIG_GENERIC_FILE( "skins2-last", File, NULL, fileSkin, CONFIG_GENERIC_FILE( "skins2-last", File, NULL, fileSkin,
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>444</width> <width>445</width>
<height>520</height> <height>535</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
...@@ -163,13 +163,20 @@ ...@@ -163,13 +163,20 @@
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QComboBox" name="artFetcher" /> <widget class="QComboBox" name="artFetcher" />
</item> </item>
<item row="1" column="0" > <item row="2" column="0" >
<widget class="QCheckBox" name="qtUpdates" > <widget class="QCheckBox" name="qtUpdates" >
<property name="text" > <property name="text" >
<string>_("Activate update notifier")</string> <string>_("Activate update notifier")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2" >
<widget class="QCheckBox" name="metaFetcher" >
<property name="text" >
<string>_("Fetch the metadata from Internet")</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment