Commit Graph

398 Commits

Author SHA1 Message Date
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
satbaby
0167d227b2 show Saving EPG info on CVFD
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2149 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-15 14:26:43 +00:00
[CST] Focus
008940a3b7 WIP. stop assuming whole channel list selected == channel number 2012-03-14 19:44:06 +04:00
[CST] Focus
3468fffd75 neutrino.cpp: change lastChannelRadio/lastChannelTV from number to channel_id 2012-03-13 14:07:15 +04:00
[CST] Focus
24ac76640e gui/channellist.h: make tuned private 2012-03-12 14:11:54 +04:00
[CST] Focus
dfe4974b5f fix conflict 2012-03-11 16:32:30 +04:00
[CST] Focus
78c82f22a5 Merge branch 'dvbsi++' of 109.75.98.228:cst-private-neutrino into dvbsi++ 2012-03-11 16:31:38 +04:00
[CST] Focus
68ee11b9fe Merge branch 'multituner' into dvbsi++ 2012-03-11 16:30:38 +04:00
[CST] Focus
b060b88605 fix conflict 2012-03-11 16:30:15 +04:00
[CST] Focus
63b779d8a7 neutrino.cpp: experimental startup changes: split and reorder, add wakeup zapit from standby 2012-03-11 16:23:31 +04:00
micha-bbg
4ff2c614b5 * Neutrino shutdown: Optimization reworked
- Shutdown functions (shutdown, reboot, soft-reboot, sighandler) optimized
- Fixed error messages (delete videoDecoder).

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2145 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-10 12:49:37 +00:00
focus
bf2593efc3 neutrino.cpp: fix soft-restart
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2143 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-09 11:31:57 +00:00
[CST] Focus
3715639d19 Merge branch 'multituner' into dvbsi++ 2012-03-08 19:04:45 +04:00