framebuffer: revival of showFrame() function to allow ...

... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons


Origin commit data
------------------
Commit: edc8527379
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-05 (Tue, 05 May 2015)

Origin message was:
------------------
- framebuffer: revival of showFrame() function to allow ...

... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
This commit is contained in:
vanhofen
2015-05-05 12:01:04 +02:00
parent 3689c8fef8
commit 6a4659bf77
10 changed files with 43 additions and 36 deletions

View File

@@ -205,7 +205,7 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
#endif
frameBuffer->paintBackground();
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/scan.jpg");
frameBuffer->showFrame("scan.jpg");
g_Sectionsd->setPauseScanning(true);
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8);
@@ -365,7 +365,7 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
hide();
CZapit::getInstance()->scanPids(scan_pids);
videoDecoder->StopPicture();
frameBuffer->stopFrame();
frameBuffer->Clear();
g_Sectionsd->setPauseScanning(false);
if (CNeutrinoApp::getInstance()->channelList)