Stefan Seyfried
d1eebea381
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-12 16:56:41 +01:00
Stefan Seyfried
e2bcee0a0f
timerdclient: remove EVT_NEXTPROGRAM
...
...and EVT_ANNOUNCE_NEXTPROGRAM.
These are only internal API, so no incompatibility should occur.
2014-01-12 16:56:31 +01:00
Stefan Seyfried
c68a67529c
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-12 15:07:31 +01:00
Stefan Seyfried
1b8e5c0445
XMLTreeNode::AddNode: fix logic error (in unused branch)
2014-01-09 14:57:18 +01:00
Stefan Seyfried
2733fc71e8
XML_Parser::storeAtts: don't leak in case of realloc failure
2014-01-09 14:56:45 +01:00
Stefan Seyfried
f9b736a11f
XML_Parser: initialize variable
2014-01-09 14:55:55 +01:00
Stefan Seyfried
7d379dcb30
Merge remote-tracking branch 'check/next-cc'
2013-12-29 22:12:09 +01:00
[CST] Focus
13fb2bc67a
playback_cs.h: add MAX_PLAYBACK_PIDS define
2013-12-26 15:23:52 +04:00
Stefan Seyfried
cdd065fc2e
Merge remote-tracking branch 'check/next-cc'
...
Lightly tested only...
2013-12-25 22:51:23 +01: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
Stefan Seyfried
b5e736e81b
Merge branch 'check/next-cc'
...
Only compile-tested.
2013-11-30 20:17:31 +01:00
Stefan Seyfried
8560917a6f
iwscan: fix also for newer ppc compilers
2013-11-24 22:39:47 +01:00
[CST] Focus
fb6dea6e2d
lib/libcoolstream2: apollo headers update
2013-11-15 15:55:36 +04:00
Stefan Seyfried
548448456a
Merge branch 'check/next-cc'
...
Only compile-tested.
2013-11-13 14:04:15 +01:00
[CST] Focus
4130c04d16
lib/libcoolstream2/cnxtfb.h: header update, no u8 type used
2013-11-13 13:21:20 +04:00
Stefan Seyfried
3a728f9ee1
Makefiles: simplify includes for libcoolstream/libstb-hal
2013-11-11 21:51:08 +01:00
Stefan Seyfried
609847eed5
iwscan: work around strange problem with older compilers
2013-11-10 16:57:53 +01:00
Stefan Seyfried
b93a372b54
Merge branch 'check/next-cc'
...
Compiles on most platforms, starts. Not really tested.
2013-11-10 16:55:53 +01:00
Stefan Seyfried
f1df21079f
tuxtxt: add back the Tripledragon's ttx keys
2013-11-09 18:59:59 +01:00
Stefan Seyfried
e06e845eae
tuxtxt: don't try to manipulate input fd
...
the CRCInput class is used for input anyway, so
this does not make any sense.
2013-11-09 18:57:10 +01:00
svenhoefer
f9515444f0
- libconfigfile: allow configfiles with another delimiter as '='
2013-11-08 15:06:05 +01:00
Stefan Seyfried
831fff71f3
update lcddisplay and libcoolstream to AM_CPPFLAGS
2013-11-03 02:07:51 +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
Stefan Seyfried
d244a5991a
Merge branch 'check/next-cc'
...
Compiles on most platforms, starts. Not really tested.
Conflicts:
acinclude.m4
lib/libdvbsub/Makefile.am
lib/libtriple/Makefile.am
lib/libtuxtxt/Makefile.am
src/Makefile.am
src/create_rcsim_h.sh
src/daemonc/Makefile.am
src/driver/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/pictureviewer/Makefile.am
src/eitd/Makefile.am
src/gui/Makefile.am
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/streaminfo2.h
src/gui/update.cpp
src/gui/widget/Makefile.am
src/gui/widget/listbox.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/Makefile.am
src/rcsim.c
src/system/Makefile.am
src/zapit/src/Makefile.am
src/zapit/src/frontend.cpp
src/zapit/src/zapit.cpp
2013-10-21 22:58:55 +02: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
Stefan Seyfried
e1e4a0f3a0
initialize variables (mostly to silence valgrind)
2013-09-30 20:50:31 +02:00
Stefan Seyfried
c68ffa2155
remove all fb->blit() calls
...
TODO: check if plugins etc. need extra treatment
2013-09-28 13:01:03 +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
Stefan Seyfried
32de6beef0
Merge remote-tracking branch 'check/next-cc'
...
needs buildfixing...
Conflicts:
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/infoclock.cpp
src/gui/infoviewer.cpp
src/gui/motorcontrol.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/update.cpp
src/gui/widget/progresswindow.cpp
src/gui/widget/textbox.cpp
src/neutrino.cpp
src/zapit/include/zapit/femanager.h
2013-09-01 19:46:10 +02: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
Stefan Seyfried
d5d5a60261
Merge branch 'check/next-cc'
...
it compiles, but is not really tested...
Conflicts:
src/driver/netfile.cpp
src/driver/volume.cpp
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bookmarkmanager.cpp
src/gui/bouquetlist.cpp
src/gui/eventlist.cpp
src/gui/movieplayer.cpp
src/gui/pictureviewer.cpp
src/gui/scan.cpp
src/gui/test_menu.h
src/gui/timerlist.cpp
src/gui/update.cpp
src/gui/widget/listbox.cpp
src/neutrino.cpp
src/system/flashtool.cpp
src/zapit/src/Makefile.am
src/zapit/src/femanager.cpp
2013-06-16 21:22:14 +02: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
Stefan Seyfried
31d0b88ca1
dvbsubtitle: add missing blit()
2013-06-01 17:17:28 +02:00
[CST] Focus
83c7de004e
lib/libcoolstream/playback_cs.h: new header
2013-05-30 10:24:46 +04:00
Jacek Jendrzej
a549b97924
fix comma at end of enumerator list
2013-05-28 15:52:31 +02:00
Stefan Seyfried
c4d700b463
xmltok: add hack to rename functions
...
this avoids crashes due to clashes with libexpat,
which might be pulled in dynamically e.g. on PC by libGL.
2013-05-28 14:23:17 +02:00
Michael Liebmann
de4996228f
* dvbsubtitle: Fix segfault in destructor
2013-05-10 17:09:06 +04:00
[CST] Focus
e0898de5ca
sync apollo libcs headers
2013-05-10 16:34:48 +04:00
Stefan Seyfried
8253c4d67c
Merge remote-tracking branch 'check/next-cc'
...
needs some build-fixing and merge errors are likely :-(
Conflicts:
configure.ac
data/icons/start.jpg
data/locale/deutsch.locale
data/locale/unmaintained/dutch.locale
lib/libdvbsub/Makefile.am
lib/libdvbsub/dvbsubtitle.cpp
lib/libtuxtxt/Makefile.am
src/Makefile.am
src/daemonc/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/framebuffer.cpp
src/driver/framebuffer.h
src/driver/pictureviewer/Makefile.am
src/driver/rcinput.cpp
src/driver/streamts.cpp
src/driver/volume.cpp
src/eitd/Makefile.am
src/gui/Makefile.am
src/gui/audioplayer.cpp
src/gui/bedit/Makefile.am
src/gui/bedit/bouqueteditor_chanselect.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/components/Makefile.am
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
src/gui/keybind_setup.cpp
src/gui/moviebrowser.cpp
src/gui/movieplayer.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/test_menu.cpp
src/gui/test_menu.h
src/gui/update.cpp
src/gui/videosettings.cpp
src/gui/widget/Makefile.am
src/gui/widget/buttons.cpp
src/gui/widget/stringinput.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/Makefile.am
src/system/Makefile.am
src/system/setting_helpers.cpp
src/system/settings.h
src/zapit/include/zapit/client/zapitclient.h
src/zapit/include/zapit/femanager.h
src/zapit/include/zapit/getservices.h
src/zapit/lib/zapitclient.cpp
src/zapit/src/Makefile.am
src/zapit/src/capmt.cpp
src/zapit/src/femanager.cpp
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
2013-05-10 10:06:47 +02:00
Michael Liebmann
1fb105b361
* dvbsubtitle: Fix segfault in destructor
2013-05-04 18:20:52 +01:00