Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b7afc5b38
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-09-21 10:33:00 +02:00
32 changed files with 376 additions and 267 deletions

View File

@@ -2038,11 +2038,11 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
pb.setDesign(g_settings.theme.progressbar_design_channellist);
pb.setCornerType(0);
pb.setStatusColors(COL_PROGRESSBAR_ACTIVE_PLUS_0, COL_PROGRESSBAR_PASSIVE_PLUS_0); //NI
int pb_frame = 0;
int pb_frame = FRAME_WIDTH_NONE;
if (g_settings.theme.progressbar_design_channellist == CProgressBar::PB_MONO && !g_settings.theme.progressbar_gradient)
{
// add small frame to mono progressbars w/o gradient for a better visibility
pb_frame = 1;
pb_frame = FRAME_WIDTH_MIN;
}
pb.setFrameThickness(pb_frame);
pb.doPaintBg(false);
@@ -2324,7 +2324,7 @@ void CChannelList::paintPig(int _x, int _y, int w, int h)
if (cc_minitv == NULL){
cc_minitv = new CComponentsPIP (0, 0);
cc_minitv->setPicture(NEUTRINO_ICON_AUDIOPLAY);
cc_minitv->setFrameThickness(5);
cc_minitv->setFrameThickness(OFFSET_INNER_SMALL);
}
//set changeable minitv properties
cc_minitv->setDimensionsAll(_x, _y, w, h);