Skip to content

Commit

Permalink
[PVR] Removed "Group timers" option that makes no sense anymore with …
Browse files Browse the repository at this point in the history
…separated timer/rules window
  • Loading branch information
ksooo committed Dec 15, 2015
1 parent d151211 commit 16f5280
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 20 deletions.
6 changes: 1 addition & 5 deletions addons/resource.language.en_gb/resources/strings.po
Expand Up @@ -3599,11 +3599,7 @@ msgctxt "#841"
msgid "Only this"
msgstr ""

#. Label of the option to switch between hierarchical and flat timer view (in confluence sideblade).
#: skin.confluence
msgctxt "#842"
msgid "Group timers"
msgstr ""
#empty string with id 842

#. Label for a context menu entry to activate a currently inactive timer
#: xbmc/pvr/windows/GUIWindowPVRTimers.cpp
Expand Down
7 changes: 0 additions & 7 deletions addons/skin.confluence/720p/IncludesPVR.xml
Expand Up @@ -230,13 +230,6 @@
<visible>Window.IsActive(TVRecordings) | Window.IsActive(RadioRecordings)</visible>
</control>
<control type="radiobutton" id="8">
<description>Group timers</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>842</label>
<visible>Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)</visible>
</control>
<control type="radiobutton" id="9">
<description>Hide disabled timers</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
Expand Down
4 changes: 0 additions & 4 deletions system/settings/settings.xml
Expand Up @@ -1628,10 +1628,6 @@
</category>
<category id="pvrtimers" label="" help="">
<group id="1">
<setting id="pvrtimers.timertypefilter" type="boolean" label="" help="">
<level>4</level>
<default>true</default>
</setting>
<setting id="pvrtimers.hidedisabledtimers" type="boolean" label="" help="">
<default>false</default>
<level>4</level>
Expand Down
3 changes: 1 addition & 2 deletions xbmc/pvr/windows/GUIWindowPVRBase.h
Expand Up @@ -28,8 +28,7 @@
#define CONTROL_BTNGROUPITEMS 5
#define CONTROL_BTNSHOWHIDDEN 6
#define CONTROL_BTNSHOWDELETED 7
#define CONTROL_BTNTIMERTYPEFILTER 8
#define CONTROL_BTNHIDEDISABLEDTIMERS 9
#define CONTROL_BTNHIDEDISABLEDTIMERS 8
#define CONTROL_BTNCHANNELGROUPS 28
#define CONTROL_BTNFILTERCHANNELS 31

Expand Down
1 change: 0 additions & 1 deletion xbmc/settings/Settings.cpp
Expand Up @@ -258,7 +258,6 @@ const std::string CSettings::SETTING_PVRPARENTAL_ENABLED = "pvrparental.enabled"
const std::string CSettings::SETTING_PVRPARENTAL_PIN = "pvrparental.pin";
const std::string CSettings::SETTING_PVRPARENTAL_DURATION = "pvrparental.duration";
const std::string CSettings::SETTING_PVRCLIENT_MENUHOOK = "pvrclient.menuhook";
const std::string CSettings::SETTING_PVRTIMERS_TIMERTYPEFILTER = "pvrtimers.timertypefilter";
const std::string CSettings::SETTING_PVRTIMERS_HIDEDISABLEDTIMERS = "pvrtimers.hidedisabledtimers";
const std::string CSettings::SETTING_MUSICLIBRARY_SHOWCOMPILATIONARTISTS = "musiclibrary.showcompilationartists";
const std::string CSettings::SETTING_MUSICLIBRARY_DOWNLOADINFO = "musiclibrary.downloadinfo";
Expand Down
1 change: 0 additions & 1 deletion xbmc/settings/Settings.h
Expand Up @@ -215,7 +215,6 @@ class CSettings : public CSettingCreator, public CSettingControlCreator
static const std::string SETTING_PVRPARENTAL_PIN;
static const std::string SETTING_PVRPARENTAL_DURATION;
static const std::string SETTING_PVRCLIENT_MENUHOOK;
static const std::string SETTING_PVRTIMERS_TIMERTYPEFILTER;
static const std::string SETTING_PVRTIMERS_HIDEDISABLEDTIMERS;
static const std::string SETTING_MUSICLIBRARY_SHOWCOMPILATIONARTISTS;
static const std::string SETTING_MUSICLIBRARY_DOWNLOADINFO;
Expand Down

0 comments on commit 16f5280

Please sign in to comment.