neutrino cec_setup: cec-setup moved in its own module,

now to find under misc settings, but it's probaly not the right place,
we should waiting for more user feedback or advising about it,
to find a good place for it

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1065 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8dd799601e
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-01-26 (Wed, 26 Jan 2011)

Origin message was:
------------------
*neutrino cec_setup: cec-setup moved in its own module,
now to find under misc settings, but it's probaly not the right place,
we should waiting for more user feedback or advising about it,
to find a good place for it

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1065 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
2011-01-26 11:05:28 +00:00
parent 8ce44d199e
commit fd617dd412
11 changed files with 235 additions and 65 deletions

View File

@@ -75,6 +75,7 @@
#include <gui/epgplus.h>
#include <gui/streaminfo2.h>
#include "gui/cec_setup.h"
#include "gui/widget/colorchooser.h"
#include "gui/widget/menue.h"
#include "gui/widget/messagebox.h"
@@ -291,8 +292,8 @@ static void initGlobals(void)
g_Locale = new CLocaleManager;
g_PluginList = NULL;
InfoClock = NULL;
g_CamHandler = NULL;
InfoClock = NULL;
g_CamHandler = NULL;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -2099,9 +2100,13 @@ int CNeutrinoApp::run(int argc, char **argv)
audioDecoder->SetSpdifDD(g_settings.spdif_dd ? true : false);
audioDecoder->EnableAnalogOut(g_settings.analog_out ? true : false);
//init video and CEC Settings
//init video settings
g_videoSettings = new CVideoSettings;
g_videoSettings->setVideoCECSettings();
g_videoSettings->setVideoSettings();
//init cec settings
CCECSetup cecsetup;
cecsetup.setCECSettings();
// trigger a change
audioSetupNotifier->changeNotify(LOCALE_AUDIOMENU_AVSYNC, NULL);