mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
neutrino: don't save screen while paint headers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6c41ffbe47
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-28 (Tue, 28 May 2013)
Origin message was:
------------------
- neutrino: don't save screen while paint headers
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1658,7 +1658,7 @@ void CAudioPlayerGui::paintHead()
|
|||||||
header.addButtonIcon(NEUTRINO_ICON_BUTTON_MENU);
|
header.addButtonIcon(NEUTRINO_ICON_BUTTON_MENU);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -131,7 +131,7 @@ void CBEBouquetWidget::paint()
|
|||||||
void CBEBouquetWidget::paintHead()
|
void CBEBouquetWidget::paintHead()
|
||||||
{
|
{
|
||||||
CComponentsHeader header(x, y, width, theight, LOCALE_BOUQUETLIST_HEAD, NULL /*no header icon*/, CComponentsHeader::CC_BTN_MENU);
|
CComponentsHeader header(x, y, width, theight, LOCALE_BOUQUETLIST_HEAD, NULL /*no header icon*/, CComponentsHeader::CC_BTN_MENU);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct button_label CBEBouquetWidgetButtons[4] =
|
const struct button_label CBEBouquetWidgetButtons[4] =
|
||||||
|
@@ -169,7 +169,7 @@ void CBEChannelWidget::paint()
|
|||||||
void CBEChannelWidget::paintHead()
|
void CBEChannelWidget::paintHead()
|
||||||
{
|
{
|
||||||
CComponentsHeader header(x, y, width, theight, caption.c_str(), NULL /*no header icon*/);
|
CComponentsHeader header(x, y, width, theight, caption.c_str(), NULL /*no header icon*/);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct button_label CBEChannelWidgetButtons[4] =
|
const struct button_label CBEChannelWidgetButtons[4] =
|
||||||
|
@@ -426,7 +426,7 @@ void CBookmarkManager::hide()
|
|||||||
void CBookmarkManager::paintHead()
|
void CBookmarkManager::paintHead()
|
||||||
{
|
{
|
||||||
CComponentsHeader header(x, y, width, theight, LOCALE_BOOKMARKMANAGER_NAME, NEUTRINO_ICON_BOOKMARK_MANAGER, CComponentsHeader::CC_BTN_HELP);
|
CComponentsHeader header(x, y, width, theight, LOCALE_BOOKMARKMANAGER_NAME, NEUTRINO_ICON_BOOKMARK_MANAGER, CComponentsHeader::CC_BTN_HELP);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct button_label BookmarkmanagerButtons[2] =
|
const struct button_label BookmarkmanagerButtons[2] =
|
||||||
|
@@ -576,7 +576,7 @@ void CBouquetList::paintItem(int pos)
|
|||||||
void CBouquetList::paintHead()
|
void CBouquetList::paintHead()
|
||||||
{
|
{
|
||||||
CComponentsHeader header(x, y, width, theight, name, NULL /*no header icon*/);
|
CComponentsHeader header(x, y, width, theight, name, NULL /*no header icon*/);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CBouquetList::paint()
|
void CBouquetList::paint()
|
||||||
|
@@ -1408,7 +1408,7 @@ void CFileBrowser::paintHead()
|
|||||||
i++;
|
i++;
|
||||||
|
|
||||||
CComponentsHeader header(x, y, width, theight, &l_name[i], NULL /*no header icon*/);
|
CComponentsHeader header(x, y, width, theight, &l_name[i], NULL /*no header icon*/);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
|
|
||||||
free(l_name);
|
free(l_name);
|
||||||
}
|
}
|
||||||
|
@@ -708,7 +708,7 @@ void CPictureViewerGui::paintHead()
|
|||||||
header.addButtonIcon(NEUTRINO_ICON_BUTTON_MENU);
|
header.addButtonIcon(NEUTRINO_ICON_BUTTON_MENU);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -864,7 +864,7 @@ void CTimerList::paintHead()
|
|||||||
{
|
{
|
||||||
CComponentsHeader header(x, y, width, theight, LOCALE_TIMERLIST_NAME, NEUTRINO_ICON_TIMER);
|
CComponentsHeader header(x, y, width, theight, LOCALE_TIMERLIST_NAME, NEUTRINO_ICON_TIMER);
|
||||||
header.setShadowOnOff(CC_SHADOW_ON);
|
header.setShadowOnOff(CC_SHADOW_ON);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CTimerList::paintFoot()
|
void CTimerList::paintFoot()
|
||||||
|
@@ -894,7 +894,7 @@ void CMenuWidget::paint()
|
|||||||
// paint head
|
// paint head
|
||||||
CComponentsHeader header(x, y, width + sb_width, hheight, nameString, iconfile.c_str());
|
CComponentsHeader header(x, y, width + sb_width, hheight, nameString, iconfile.c_str());
|
||||||
header.setShadowOnOff(CC_SHADOW_ON);
|
header.setShadowOnOff(CC_SHADOW_ON);
|
||||||
header.paint();
|
header.paint(CC_SAVE_SCREEN_NO);
|
||||||
|
|
||||||
// paint body shadow
|
// paint body shadow
|
||||||
frameBuffer->paintBoxRel(x+SHADOW_OFFSET, y + hheight + SHADOW_OFFSET, width + sb_width, height - hheight + RADIUS_LARGE, COL_MENUCONTENTDARK_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM);
|
frameBuffer->paintBoxRel(x+SHADOW_OFFSET, y + hheight + SHADOW_OFFSET, width + sb_width, height - hheight + RADIUS_LARGE, COL_MENUCONTENTDARK_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM);
|
||||||
|
Reference in New Issue
Block a user