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
------------------
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 is contained in:
2011-01-26 11:05:28 +00:00
parent 174fbb1193
commit a03589b2e9
11 changed files with 235 additions and 65 deletions

View File

@@ -40,7 +40,6 @@ class CVideoSettings : public CMenuWidget, CChangeObserver
private:
CFrameBuffer *frameBuffer;
CMenuForwarder *SyncControlerForwarder;
CMenuOptionChooser *cec1, *cec2;
CMenuOptionChooser *VcrVideoOutSignalOptionChooser;
int vcr_video_out_signal;
@@ -67,9 +66,7 @@ public:
void next43Mode();
void SwitchFormat();
void setVideoCECSettings();
void setVideoSettings();
void setCECSettings();
void setupVideoSystem(bool do_ask);
bool getWizardMode() {return is_wizard;};