Stefan Seyfried
63178c1e2a
neutrino: more variable init fixes
2012-04-17 19:33:57 +02:00
Stefan Seyfried
38eb03547b
neutrino: various fixes and ports from the original
...
* avoid ambiguities in new and delete by always allocating char[]
* get rid of unused next_program_timer
* reduce code differences to original, known good neutrino code
2012-04-17 19:33:56 +02:00
Stefan Seyfried
49ee83b1de
neutrino: better default for initial rcdelay value
2012-04-17 19:33:56 +02:00
Stefan Seyfried
26f85435a8
framebuffer,loadSetup: fix TD build
2012-04-17 19:33:55 +02:00
Stefan Seyfried
4856816f5a
neutrino: change 'create hd bouquet' default to 'no'
2012-04-17 19:33:55 +02:00
Stefan Seyfried
8d03db67ba
neutrino: different videomode defaults depending on platform
...
On Tripledragon, or if NEUTRINO_DEFAULT_SCART variable is set,
default to PAL mode. Otherwise default to 720p.
NEUTRINO_DEFAULT_SCART is set by start_neutrino if no HDMI is present.
2012-04-17 19:33:55 +02:00
Stefan Seyfried
7977665931
neutrino: use correct screen preset for PAL on spark
2012-04-17 19:33:54 +02:00
Stefan Seyfried
56b9b9bcc5
neutrino: enable 'standby after inactivity' for Tripledragon
2012-04-17 19:33:54 +02:00
Stefan Seyfried
8ee066d515
neutrino: wake up video decoder before zapping
2012-04-17 19:33:54 +02:00
Stefan Seyfried
ed8d08d25a
neutrino: show hintbox if reloading channels on standby
2012-04-17 19:33:53 +02:00
Stefan Seyfried
eabeec110c
spark: build stubbed out lcddisplay code to fix build
2012-04-17 19:33:53 +02:00
Stefan Seyfried
c3f8a7f530
spark: fix build by using correct includes
2012-04-17 19:33:52 +02:00
Stefan Seyfried
ca54ce2fb9
neutrino: disable screenshot code (incompatible License)
2012-04-17 19:33:52 +02:00
Stefan Seyfried
5aa75e5820
neutrino: convert most parts to use safe_system()
...
e.g. network setup was leaking demux file descriptors to udhcpc
leading to strange issues later when trying to restart neutrino etc.
2012-04-17 19:33:50 +02:00
Stefan Seyfried
3999e8d0e2
neutrino: add the possibility to lock bouquets by default
...
This basically inverts the "locked" attribute of bouquets.xml and
allows to selectively enable only favourites or similar.
2012-04-17 19:33:49 +02:00
Stefan Seyfried
f3fdf7c91b
neutrino: add profiling to startup (not for upstream)
2012-04-17 19:33:48 +02:00
Stefan Seyfried
37ce4b2012
neutrino: start sectionsd earlier to avoid waiting for it
2012-04-17 19:33:48 +02:00
Stefan Seyfried
67e7915bf2
neutrino: let the "AUX" key switch to SCART input on TD
2012-04-17 19:33:45 +02:00
Stefan Seyfried
beb10241ad
neutrino: remove screen type selection for Tripledragon
2012-04-17 19:33:44 +02:00
Stefan Seyfried
bb3e8ebe23
neutrino: show only usable video modes and video options on TD
2012-04-17 19:33:44 +02:00
Stefan Seyfried
4405bb367c
neutrino: fix framebuffer transparency issue
2012-04-17 19:33:44 +02:00
Stefan Seyfried
9142326043
neutrino: fix black rectangle on screen
...
The 'starting neutrino...' hintbox was hidden too late, so that
it overlapped with the 'reloading channels' box which caused a
black rectangle to stay on screen. Fix ordering.
2012-04-17 19:33:44 +02:00
Stefan Seyfried
5e86416ccb
various assorted build fixes / hacks
2012-04-17 19:33:44 +02:00
[CST] Focus
39c0b7c28b
neutrino.cpp: wakeup power/video before setting CEC
2012-04-16 17:59:31 +04:00
[CST] Bas
cac6486202
Merge branch 'dvbsi++' of 109.75.98.228:cst-private-neutrino into dvbsi++
2012-04-13 16:24:56 +08:00
[CST] Bas
86dbdde70d
Merge branch 'master' into dvbsi++
...
Conflicts:
src/zapit/include/zapit/zapit.h
2012-04-13 04:55:55 +08:00
[CST] Focus
4e60418750
neutrino.cpp: add zapitclient.h
2012-04-10 16:52:39 +04:00
[CST] Focus
4abcb24346
neutrino.cpp: remove firstChannel()
2012-04-10 16:40:09 +04:00
[CST] Focus
f1ff5ad778
neutrino.cpp: use CServiceManager to get channel name
2012-04-10 16:01:51 +04:00
micha-bbg
b984e3498c
* Neutrino: Load keys not working correct
...
- Move missing entries to CNeutrinoApp::loadKeys()/saveKeys()
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2191 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-04-06 18:36:28 +00:00
[CST] Focus
9d5ccfa4f4
neutrino.cpp: remove bouquetList checks, it never should be NULL
2012-04-05 20:36:33 +04:00
[CST] Focus
5754baebe5
neutrino.cpp: fix indents; create new/removed channel lists in favorites (WIP, for testing
2012-04-03 20:44:38 +04:00
[CST] Focus
5a9e96fb27
system/settings.cpp: remove unused diseqcMode, diseqcRepeat, scanSectionsd;
...
remove useDefaults(), init all variables to default values
2012-04-02 13:38:45 +04:00
[CST] Focus
1f1531ba86
neutrino.cpp: exit() in place of _exit() hack, for testing
2012-04-02 12:24:09 +04:00
[CST] Focus
7ac8ae5801
neutrino.cpp: use locals for HD and other bouquets
2012-03-29 16:53:15 +04:00
[CST] Focus
08b3a3b0ad
neutrino.cpp: fix, adjust channel list after channelsInit
2012-03-22 19:09:25 +04:00
[CST] Focus
f85d3eb435
neutrino.cpp: make hdBouquet virtual
2012-03-22 18:21:03 +04:00
[CST] Focus
2209489d3e
Mark some found bugs with FIXME
2012-03-22 18:15:18 +04:00
[CST] Focus
a343a64883
src/neutrino.cpp: fix conflict, remove old code
2012-03-20 11:20:13 +04:00
[CST] Focus
b9bc799cf1
fix conflicts
2012-03-20 11:14:05 +04:00
[CST] Focus
d39b174c75
fix conflicts
2012-03-20 11:07:28 +04:00
thilo
cfa58da3c6
* neutrino clean up: move "start wizard" into its own module
...
It's better, to have a single module for coming features in the wizard
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2154 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-19 09:00:11 +00:00
micha-bbg
6a5ffc315f
* neutrino: GUI Painting of Vol. Mute and Clock (Part3)
...
- Use new class for volumebar
- Numeric display added for volumebar (switchable)
- Display of volumebar, mute icon and info clock optimized (top right)
- Volumebar better scalable
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2153 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-18 18:46:48 +00:00
[CST] Focus
4f4c395ae8
neutrino.cpp: new bug fix: dont set service changed, if channel list empty
2012-03-16 20:38:08 +04:00
[CST] Focus
34e0455631
neutrino.cpp: add numericZap function
2012-03-16 17:15:50 +04:00
[CST] Focus
a0fff2b417
gui/channellist.cpp: comment CVFD::getInstance()->setMode in show(),
...
call it after channel list closed, to prevent recursive calls on
bouquet lists close. Some places to call could be missed
2012-03-16 15:08:09 +04:00
[CST] Focus
5027559691
Merge branch 'multituner' into dvbsi++
2012-03-16 14:22:37 +04:00
[CST] Focus
5cc7321132
neutrino.cpp: fix indent in CNeutrinoApp::SDT_ReloadChannels
2012-03-16 14:19:40 +04:00
[CST] Focus
68201bad9e
fix conflict
2012-03-16 14:11:06 +04:00
satbaby
e7f4a0a9cc
show infobar with colored freq after SDT freq update
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2150 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-15 18:06:22 +00:00