Commit Graph

2081 Commits

Author SHA1 Message Date
[CST] Focus
81519de971 eitd/sectionsd.cpp: testing async commandserviceChanged 2012-02-28 14:19:46 +04:00
[CST] Focus
cb3b4f96f6 eitd/dmx.cpp: lock whole DMX::getSection 2012-02-27 20:39:18 +04:00
[CST] Focus
b0f20009be daemonc/remotecontrol.cpp: use time_monotonic_ms for zap_completion_timeout 2012-02-27 19:28:01 +04:00
[CST] Focus
6e62b52feb eitd/sectionsd.cpp: remove commented code 2012-02-27 17:44:47 +04:00
[CST] Focus
2bdb3539cb gui/miscsettings_menu.cpp: increase max events to 6 digits 2012-02-27 17:43:56 +04:00
[CST] Focus
e25f111928 eitd/SIevents.cpp: fix userClassification, dont save undefined content 2012-02-27 16:36:26 +04:00
[CST] Focus
9ed6224258 eitd: save table id to xml and restore it 2012-02-27 13:39:28 +04:00
[CST] Focus
5abb2285f5 zapit/src/scansdt.cpp: fix counter 2012-02-27 12:19:04 +04:00
[CST] Focus
a5bc2ce353 eitd/sectionsd.cpp: fix compile warning 2012-02-26 12:01:43 +04:00
[CST] Focus
09616b37c3 src/eitd/eitd.h: more stop debug 2012-02-26 10:25:15 +04:00
[CST] Focus
ec3e748ab3 eitd/sectionsd.cpp: fix sendTimeEvent 2012-02-26 10:24:38 +04:00
[CST] Focus
68edbc0a2a eitd/dmx.cpp: WIP 2012-02-25 17:36:58 +04:00
[CST] Focus
33d031522c eitd/Makefile.am: testing sectionsd without boost, use -fno-rtti -fno-exceptions 2012-02-24 19:03:35 +04:00
[CST] Focus
fb25c32f72 eitd/sectionsd.cpp: move eit update filter code to CCNThread 2012-02-24 16:30:43 +04:00
[CST] Focus
6cd7edcbf5 libcoolstream/dmx_cs.h: sync header 2012-02-24 16:25:58 +04:00
[CST] Focus
f9133f5943 eitd/dmxapi.h: remove linux/dvb/dmx.h include 2012-02-24 16:00:53 +04:00
[CST] Focus
bcfee650d2 gui/infoviewer.cpp: fix ca icons display 2012-02-23 17:27:58 +04:00
[CST] Focus
11ec2a4502 eitd/sectionsd.cpp: remove old CN thread code;
reuse code to send response as sendEmptyResponse;
simplify commandSetConfig - less debug in favor of less locks;
reuse code in time and CN threads;
remove unused code in tine thread - bTimeCorrect never used
2012-02-23 16:30:07 +04:00
[CST] Focus
effe71d995 eitd/sectionsd.cpp: convert SDT thread, add debug defines 2012-02-22 16:54:50 +04:00
[CST] Focus
1930809471 eitd/dmx.cpp: change cache_section name to check_complete; add debug defines 2012-02-22 16:51:24 +04:00
[CST] Focus
9617eb230a scansdt.cpp: comment debug 2012-02-22 13:46:06 +04:00
[CST] Focus
d47d77f755 scansdt.cpp: move debug before check for fta 2012-02-22 13:45:37 +04:00
[CST] Focus
d3b8b6e919 eitd/eitd.h: move name to DMX class;
add debug to thread Stop
2012-02-21 20:00:56 +04:00
[CST] Focus
443706b06f eitd/sectionsd.cpp: WIP. commented most checks in CN thread;
comment request_pause/unpause;
move add events code to class member;
2012-02-21 19:59:45 +04:00
[CST] Focus
2942a55854 eitd/dmx.cpp: comment request_pause/unpause;
move global myDMXOrderUniqueKey to DMX class;
remove wakeup from dropCachedSectionIDs;
add seen_section flag to prevent change filter on timeouts - until skipped loop or complete;
enable check complete for CN thread
2012-02-21 19:56:45 +04:00
[CST] Focus
a304b9562b eitd/debug.h: add color xprint 2012-02-21 19:53:34 +04:00
[CST] Focus
dd3df586f0 daemonc/remotecontrol.cpp: disable setServiceChanged, add NeutrinoMessages::EVT_TUNE_COMPLETE 2012-02-21 19:01:13 +04:00
[CST] Focus
8abd63b799 neutrino.cpp: disable setServiceChanged, comment unused sectionsd events register 2012-02-21 18:59:52 +04:00
[CST] Focus
f8b3469f98 infoviewer.cpp: disable setServiceChanged 2012-02-21 18:58:49 +04:00
[CST] Focus
bd450c3410 zapit.cpp: test to fix transponder change detect for nvod 2012-02-21 18:58:05 +04:00
[CST] Focus
481d7e0778 frontend.cpp: test to fix transponder change detect for nvod 2012-02-21 18:57:41 +04:00
[CST] Focus
67ebc20b28 Merge remote-tracking branch 'origin/multituner' into dvbsi++ 2012-02-20 16:06:24 +04:00
[CST] Focus
0be833eee3 Merge remote-tracking branch 'origin/multituner' into dvbsi++ 2012-02-20 16:06:16 +04:00
[CST] Focus
c489a4fcc4 Dont use FEC menu entry on cable box 2012-02-20 16:05:58 +04:00
[CST] Focus
2d47f3996b update .gitignore 2012-02-20 15:50:27 +04:00
[CST] Focus
1af6f79d2c neutrino.cpp: register CZapitClient::EVT_TUNE_COMPLETE;
send full channel id with Sectionsd->setServiceChanged - mask will be done in sectionsd.cpp
2012-02-19 14:17:46 +04:00
[CST] Focus
ff1e40d684 driver/rcinput.cpp: process CZapitClient::EVT_TUNE_COMPLETE 2012-02-19 14:15:21 +04:00
[CST] Focus
b6a60b6243 zapit: add new event EVT_TUNE_COMPLETE 2012-02-19 14:13:55 +04:00
[CST] Focus
e9430aec0d Merge remote-tracking branch 'origin/master' into dvbsi++ 2012-02-19 13:20:19 +04:00
[CST] Focus
97b72836a9 Merge branch 'master' into multituner 2012-02-19 12:25:28 +04:00
thilo
19f717fd3e *neutrino features menu: fix missing sripts
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2115 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-18 19:50:38 +00:00
satbaby
cc9260f9ce remove unused locale
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2114 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-18 17:54:33 +00:00
satbaby
382ec004ab -add settings menu screenshot
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2113 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-18 17:16:30 +00:00
[CST] Focus
b9ee0b2148 eitd/sectionsd.cpp: WIP. removed most socket commands code;
CN as new thread code;
fix channellist events
2012-02-18 16:02:41 +04:00
[CST] Focus
a791fcc62c eitd/dmx.cpp: move get_eit_version, get_current_service to header;
change current_service type to t_channel_id
2012-02-18 15:53:31 +04:00
[CST] Focus
4925620eec eitd/dmx.h: move get_eit_version, get_current_service to header;
change current_service type to t_channel_id
2012-02-18 15:46:28 +04:00
micha-bbg
c85c353344 * Moviebrowser: Deleting recordings
- Deleting of active recordings will be disabled.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2112 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-17 23:31:36 +00:00
satbaby
aa969f1fbe rcinput: -add RC_www
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2111 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-17 17:22:54 +00:00
[CST] Focus
000d7d4f12 eitd: add define to exclude boost use 2012-02-17 20:12:09 +04:00
[CST] Focus
e5c8718955 eitd/dmx.cpp: experimental. check for complete totally changed 2012-02-17 20:10:56 +04:00