Commit Graph

366 Commits

Author SHA1 Message Date
Jacek Jendrzej
2b5e7b5ba3 use empty to check string 2015-01-09 17:15:11 +01:00
Jacek Jendrzej
8023a6317b neutrino use check empty() instead of length() or size() 2015-01-03 17:51:08 +01:00
svenhoefer
e21a79195e - add epg_save_frequently feature ...
... to provide the EPG data in frequently intervals on an external device
2014-12-05 09:08:56 +01:00
[CST] Bas
5f3872b5dd neutrino: add support for CST new simple frontpanel with LED segment display. (c) focus and adjusted by me.
Conflicts:
	src/daemonc/remotecontrol.cpp
	src/gui/channellist.cpp
2014-10-22 16:14:05 +04:00
[CST] Focus
f71396e455 lib/libtuxtxt/tuxtxt.cpp: set 16:9 mode by default 2014-10-16 13:56:09 +04:00
martii
5d25185684 lua: implement "luaclient".
This allows for starting Lua scripts in neutrino context from the
command line. Experimental, not fully regression-tested.
2014-10-14 10:27:37 +02:00
martii
27a3a92b2d lib/connection/basicserver: raise queue limit 2014-09-29 14:38:20 +04:00
Jacek Jendrzej
98511b686d md5.c: Fix compiler warning (copy from gcc) 2014-09-25 11:05:29 +04:00
martii
706ea95092 gui/nfs: implement mac address lookup
Conflicts:
	src/gui/moviebrowser.cpp
	src/gui/nfs.cpp
2014-09-15 14:04:20 +04:00
[CST] Focus
3567e97e73 lib/libconfigfile/configfile.cpp: add deleteKey() 2014-09-09 15:28:35 +04:00
[CST] Focus
3513f9830a neutrino: stop EIT read before zap 2014-09-02 12:59:21 +04:00
[CST] Focus
f15e5eeb39 lib/xmltree/xmlinterface.cpp: use posix_fadvise to try reduce cached pages, while loading huge epg data 2014-07-23 13:15:55 +04:00
[CST] Focus
40167afef4 libiw/iwscan.cpp: fix crash in case of different cmd order 2014-07-16 11:52:24 +04:00
Christian Schuett
ad498249d1 libconfigfile: accept booleans as int32 or int64
for compatibility if config file entry is changed from boolean to int32 or int64

based on patch by martii <m4rtii@gmx.de> in Neutrino-MP Git
2014-06-23 21:37:49 +02:00
[CST] Bas
f47c157db2 lib/libcoolstream2/video_cs.h: add 23.97hz and 29.97hz modes in api 2014-04-16 18:11:43 +04:00
[CST] Focus
88a622a0ad lib/libcoolstream2/dmx_cs.h: update apollo header 2014-04-02 17:32:20 +04:00
[CST] Focus
31f6c79edf lib/libcoolstream/playback_cs.h: update nevis header 2014-02-21 20:01:14 +04:00
[CST] Focus
71b550b04b libcoolstream2: sync headers 2014-02-21 20:01:14 +04:00
[CST] Focus
d2c5fc8604 libcoolstream2/playback_cs.h: update apollo header 2014-02-21 20:01:14 +04:00
Jacek Jendrzej
8c7968edc4 -add pseudo AdZap timertype 2014-02-07 18:05:06 +01:00
Jacek Jendrzej
31221edc47 CTimerd:: enlarge recorddir and pluginname size 2014-02-01 13:59:06 +01:00
[CST] Focus
cfe6facea4 mmi.h, cam_menu.cpp fix spelling error 2014-01-22 12:27:07 +04:00
M. Liebmann
b41819190d Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
  THX Martii
2014-01-19 20:57:37 +01:00
Stefan Seyfried
07caa88ad2 timerd: rename TIMER_NEXTPROGRAM
To ensure it is no longer used, rename it to __TIMER_NEXTPROGRAM.
It cannot be removed without breaking compatibility, since it is
part of the API (the integers values of enum CTimerEventTypes are
written to timerd.conf)
2014-01-13 21:03:11 +01:00
Stefan Seyfried
0d179f3f54 timerdclient: remove EVT_NEXTPROGRAM
...and EVT_ANNOUNCE_NEXTPROGRAM.
These are only internal API, so no incompatibility should occur.
2014-01-13 21:02:49 +01:00
Stefan Seyfried
49035cedec timerd: get rid of unused CTimerd::TIMER_NEXTPROGRAM
This event should be completely obsolete (it was used before
EIT-update was working correctly), so get rid of it in the code.
For now it is just commented out, until further testing is done.
2014-01-13 20:57:40 +01:00
Stefan Seyfried
42bc6f3081 XMLTreeNode::AddNode: fix logic error (in unused branch) 2014-01-13 20:55:29 +01:00
Stefan Seyfried
6944d53cef XML_Parser::storeAtts: don't leak in case of realloc failure 2014-01-13 20:55:09 +01:00
Stefan Seyfried
0cd6cfa68c XML_Parser: initialize variable 2014-01-13 20:54:49 +01:00
[CST] Focus
13fb2bc67a playback_cs.h: add MAX_PLAYBACK_PIDS define 2013-12-26 15:23:52 +04:00
martii
cbc9299df8 convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-12-25 12:08:14 +01:00
[CST] Bas
fce161b70b libcoolstream2/ca_cs.h: add SetTS() method and related type. 2013-12-24 18:31:10 +04:00
[CST] Focus
fb6dea6e2d lib/libcoolstream2: apollo headers update 2013-11-15 15:55:36 +04:00
[CST] Focus
4130c04d16 lib/libcoolstream2/cnxtfb.h: header update, no u8 type used 2013-11-13 13:21:20 +04:00
svenhoefer
f9515444f0 - libconfigfile: allow configfiles with another delimiter as '=' 2013-11-08 15:06:05 +01:00
[CST] Focus
7f01a5740d add libiw to build 2013-11-01 16:43:06 +04:00
[CST] Focus
9a40a9f740 lib/libiw: add libiw from wireless tools v29, and wrapper to scan wlan networks 2013-11-01 16:43:06 +04:00
striper
b2c37c556f - tuxtxt: pageinfo = NULL 2013-10-20 21:07:59 +02:00
Michael Liebmann
5091e920fc Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am 2013-10-17 04:22:49 +02:00
Stefan Seyfried
f485bceff7 initialize variables (mostly to silence valgrind)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2013-10-01 14:00:20 +02:00
[CST] Focus
381e59a54f lib/libupnpclient/UPNPDevice.cpp: change to non-blocking recv 2013-09-09 12:42:01 +04:00
[CST] Focus
c2a11f6dd2 lib/libcoolstream/playback_cs.h: update apollo header 2013-09-03 18:38:01 +04:00
[CST] Focus
3498577460 lib/libcoolstream2/playback_cs.h: update apollo header 2013-09-03 18:23:20 +04:00
[CST] Focus
418588e14a lib/libupnpclient/UPNPDevice.cpp: fix fd leak 2013-09-03 18:23:20 +04:00
Michael Liebmann
381d25bdcd Fix file include in apollo libcoolstream headers 2013-08-17 20:56:26 +02:00
[CST] Focus
7a41572563 revert apollo libcoolstream headers to release lib version 2013-08-06 15:16:48 +04:00
[CST] Focus
c337d26f99 lib/libcoolstream2: headers update 2013-07-18 14:52:00 +04:00
[CST] Focus
5ed5b6d200 lib/sectionsdclient: add EVT_EIT_COMPLETE event,
add demux number to setServiceChanged()
2013-06-12 18:46:33 +04:00
[CST] Focus
6f8ef9ec46 Merge branch 'next' into next-cc
Conflicts:
	data/locale/english.locale
	src/driver/framebuffer.cpp
	src/gui/channellist.cpp
	src/gui/eventlist.cpp
	src/gui/moviebrowser.cpp
2013-06-02 10:46:42 +04:00
[CST] Focus
83c7de004e lib/libcoolstream/playback_cs.h: new header 2013-05-30 10:24:46 +04:00