Commit Graph

2079 Commits

Author SHA1 Message Date
[CST] Focus
e6a3886d01 eitd/SIevents.hpp: add member to parse dvbsi++ Event 2012-02-08 18:26:33 +04:00
[CST] Focus
87037520de eitd/SIutils.cpp: add parseDVBtime function 2012-02-08 18:20:28 +04:00
[CST] Focus
68200158e4 eitd/edvbstring.cpp: add getCountryCodeDefaultMapping 2012-02-08 18:18:58 +04:00
[CST] Focus
e135c104b1 eitd/sectionsd.cpp: remove unused sendShort 2012-02-08 18:18:28 +04:00
[CST] Focus
7bfb0e7079 eitd/sectionsd.cpp: remove duplicate sections check, which also in DMX::getSection 2012-02-07 17:45:38 +04:00
[CST] Focus
3acd93a73c eitd/SIsections.hpp: remove len argument from SIsection contructor 2012-02-07 17:43:47 +04:00
[CST] Focus
aa26713474 eitd: change some of char* to uint8_t* 2012-02-07 16:16:03 +04:00
micha-bbg
cce30fb301 * Custom Menu Icons
- Use paint background to draw the icons in the info bar.
- Scale down var/hdd fill level in the info bar if larger icons are used.
- No change to use the original icons.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2083 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-07 11:12:52 +00:00
micha-bbg
6bbef9a0f6 * Add paint background to paintIcon() / DisplayImage()
- paint background before display icon in CFrameBuffer::paintIcon()
- paint background before display image in CPictureViewer::DisplayImage()

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2082 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-07 11:12:45 +00:00
[CST] Focus
240ec1838f eitd/dmx.cpp: remove buffer casting to unsigned char 2012-02-07 15:10:10 +04:00
[CST] Focus
c68321c68a eitd DMX::getSection: change char* to uint8_t 2012-02-07 15:08:34 +04:00
[CST] Focus
909556e3f4 eitd/sectionsd.cpp: remove typedefs and xml code 2012-02-07 15:03:01 +04:00
[CST] Focus
c158193545 eitd/Makefile.am: add savexml.cpp 2012-02-07 14:08:16 +04:00
[CST] Focus
8c647182c5 eitd/dmx.cpp: simplify getSection, use libdvbsi++ 2012-02-07 14:07:03 +04:00
[CST] Focus
a12c505e87 eitd: move save to/read from xml code to own file 2012-02-07 14:05:50 +04:00
[CST] Focus
4d615170fc eitd: move typedefs to eitd.h 2012-02-07 14:05:16 +04:00
[CST] Focus
54c12cbeff eitd dmx.h: remove read 2012-02-07 14:03:30 +04:00
[CST] Focus
7bf6562d60 eitd: remove NIT/BAT sections headers 2012-02-03 20:05:06 +04:00
[CST] Focus
ac0f9a7186 eitd: remove code under ifdef ENABLE_PPT 2012-02-03 19:38:53 +04:00
[CST] Focus
045e0c9d13 eitd: remove code under ifdef REMOVE_DUPS 2012-02-03 19:33:43 +04:00
[CST] Focus
7589d902a8 eitd: remove commented code 2012-02-03 18:43:47 +04:00
[CST] Focus
80aed1747a eitd: remove UTF8_to_Latin1, use from ZapitTools::UTF8_to_Latin1 2012-02-03 17:53:09 +04:00
[CST] Focus
dc45ce4298 eitd: cleanup includes, remove unused code 2012-02-03 17:06:03 +04:00
[CST] Focus
faacdd32df eitd/sectionsdclient: remove unused commands 2012-02-03 16:48:30 +04:00
[CST] Focus
4ab1f083cf eitd: cleanup commented code 2012-02-03 12:26:20 +04:00
[CST] Focus
699c36ed9f eitd: remove most mySIservicesOrderUniqueKey usage for now - some to be added later;
optimize sectionsd_getChannelEvents
2012-02-02 21:30:01 +04:00
[CST] Focus
8c881e9417 eitd: restore removed by mistake mySIservicesOrderUniqueKey/mySIservicesNVODorderUniqueKey 2012-02-01 21:41:14 +04:00
[CST] Focus
43d4173958 eitd: general cleanup 2012-02-01 21:38:39 +04:00
[CST] Focus
db26589266 eitd: remove all code inder #ifdef UPDATE_NETWORKS 2012-02-01 21:00:45 +04:00
[CST] Focus
de2140ec78 eitd: remove most of code under #if 0 2012-02-01 18:38:30 +04:00
[CST] Focus
f41acb304a eitd: remove code under DO_NOT_INCLUDE_STUFF_NOT_NEEDED_FOR_SECTIONSD ifdef 2012-02-01 17:27:28 +04:00
satbaby
e65cd22ebe sectionsd: delete events with vector list
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2081 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-01 13:07:42 +00:00
satbaby
369e67d26c sectionsd: remove never used var &6 init var
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2080 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-01 13:00:25 +00:00
[CST] Focus
1b4e149bd1 real copy of sectionsd includes 2012-02-01 16:57:05 +04:00
[CST] Focus
1670222ce2 copy sectionsd includes, change libsectionsd.a path in Makefile.am 2012-02-01 16:56:10 +04:00
[CST] Focus
3ea0c375ea Copy sectionsd code to new eitd directory, to cleanup and leave original code for reference 2012-02-01 16:09:49 +04:00
[CST] Focus
dae48e5b9a sectionsd: fix broken indents 2012-01-31 17:38:25 +04:00
thilo
5ac1ce2690 *neutrino-menu: change order of tv/radio items and add observe parameters
Required for personalize the tv/radio toggle option.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2079 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-28 15:28:18 +00:00
thilo
5f8fd9b42e *neutrino personalize: add observed option choosers in personalize menu
Add new parameter 'observer_Item'.
If you want to observe an item with another item (observer), then use this
new prameter.
Effect: While user sets an option of an observer item  to
'visible' or 'pin-protected', the observed items are deactivated.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2078 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-28 15:28:13 +00:00
striper
b94e0edacf - extend debug output
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2077 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-26 19:01:49 +00:00
[CST] Focus
0c93f91312 Merge branch 'multituner' into dvbsi++ 2012-01-26 19:38:26 +04:00
[CST] Focus
7e469e7c4f Merge branch 'master' into multituner 2012-01-26 19:37:46 +04:00
[CST] Focus
d072a0e8b3 capmt: little cleanup 2012-01-26 19:31:43 +04:00
[CST] Focus
5b184dfcd9 sdt: changes in debug 2012-01-26 19:18:07 +04:00
[CST] Focus
fe518bf883 add sample providermap.xml 2012-01-26 17:35:10 +04:00
[CST] Focus
8ed6a3153d Change license header 2012-01-26 17:26:55 +04:00
focus
4ef07363db Fix DD audio pid auto-selection if DD prefered is set
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2076 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-26 13:09:49 +00:00
[CST] Focus
17ec6c9bc3 scannit.cpp: remove extra debug 2012-01-26 16:34:50 +04:00
[CST] Focus
2667223f57 zapit Makefile.am: remove ci.cpp, cam.cpp, pmt.cpp, add new files 2012-01-26 16:34:06 +04:00
[CST] Focus
7df6b727b1 pmt: new code based on libdvbsi++ 2012-01-26 16:32:32 +04:00