Stefan Seyfried
ecd62d81d1
Merge remote-tracking branch 'check/next-cc'
...
...only build-tested, needs fixes
2014-02-15 20:22:07 +01:00
Jacek Jendrzej
1e2e14e134
CControlAPI::EpgSearchXMLCGI convert channelname to xml
2014-02-13 20:12:31 +01:00
svenhoefer
8b28d38cea
- doc controlapi: add documentation for '/control/signal'
2014-02-12 13:29:26 +01:00
svenhoefer
b1bfe94a6e
- yWeb: add signal strength to boxcontrol menu
2014-02-12 08:59:39 +01:00
svenhoefer
2c4b12508a
- yWeb: increase version by counting commits since last increase
2014-02-12 08:50:19 +01:00
M. Liebmann
92fce346c0
yWeb: Synchronize volume/audiomute settings yWeb => GUI
2014-02-12 06:02:27 +01:00
svenhoefer
63d66538ce
- CControlAPI: SignalInfoCGI: don't show description in explicit calls
2014-02-10 21:50:34 +01:00
Jacek Jendrzej
8d01e2152a
CControlAPI:: -add SignalInfoCGI
2014-02-10 21:14:54 +01:00
svenhoefer
19593d5c6a
- yWeb: add CEC option to standby switches
2014-02-10 21:02:10 +01:00
svenhoefer
c52b66068f
- yWeb: fix typo; THX to TheDuke
2014-02-08 22:40:22 +01:00
Stefan Seyfried
65437a60a8
Merge remote-tracking branch 'broken/next-cc'
2014-01-28 13:22:00 +01:00
Jacek Jendrzej
9855a220be
webif standby -add option CEC standby off (dont use TV off)
2014-01-28 10:30:29 +01:00
Stefan Seyfried
e9bc524562
Merge remote-tracking branch 'check/next-cc'
2014-01-27 21:00:18 +01:00
Jacek Jendrzej
372b367b8b
supplement to 4be0273083
cec option in standby off and on
2014-01-27 20:26:46 +01:00
Jacek Jendrzej
4be0273083
-add webif option dont use CEC with standbyoff
2014-01-26 22:24:17 +01:00
Stefan Seyfried
b414474323
Merge remote-tracking branch 'check/next-cc'
...
compiles, nothing else.
Conflicts:
configure.ac
src/Makefile.am
src/gui/Makefile.am
src/gui/luainstance.cpp
src/gui/luainstance.h
src/gui/plugins.cpp
src/gui/plugins.h
src/gui/scan_setup.cpp
src/gui/start_wizard.cpp
src/gui/test_menu.cpp
src/gui/user_menue.cpp
src/gui/widget/hintboxext.cpp
src/gui/widget/menue.cpp
src/gui/widget/messagebox.cpp
src/gui/widget/stringinput.cpp
2014-01-23 14:08:37 +01: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
eca8f5459b
Merge remote-tracking branch 'check/next-cc'
...
Conflicts:
src/neutrino.cpp
2014-01-19 13:37:24 +01:00
Jacek Jendrzej
59b3245680
CControlAPI::EpgSearchCGI add duration to txt output
2014-01-18 20:17:24 +01:00
Jacek Jendrzej
3f65005339
CControlAPI:: epgsearchxml fix time format
2014-01-16 18:46:51 +01:00
Jacek Jendrzej
f373f621ef
CControlAPI:: -add epgsearchxml & epgsearch
2014-01-14 19:15:46 +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
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
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
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
7d379dcb30
Merge remote-tracking branch 'check/next-cc'
2013-12-29 22:12:09 +01:00
martii
0b730409ed
nhttpd/controlapi: add mode=all to GetBouquetCGI
2013-12-26 13:35:01 +01:00
martii
83534791ef
nhttpd/controlapi: GetBouquetsCGI: support "mode=all" (compiles, untested)
2013-12-26 13:35:01 +01:00
Stefan Seyfried
cdd065fc2e
Merge remote-tracking branch 'check/next-cc'
...
Lightly tested only...
2013-12-25 22:51:23 +01:00
Jacek Jendrzej
0866bc65a7
CControlAPI::GetBouquetsCGI: -add TV/RADDIO mode selectable (THX martii)
2013-12-25 18:11:33 +01:00
Stefan Seyfried
7d87ce9c54
Merge remote-tracking branch 'check/next-cc'
...
untested, probably needs some buildfixing
2013-12-22 21:25:05 +01:00
martii
7d59c8a079
yweb: remove audio_PCMOffset configuration option
2013-12-22 16:36:13 +01:00
svenhoefer
7f72fa6f3d
- mod_auth.cpp: fix no_auth_client handling
...
change find() to compare()
2013-12-14 22:27:19 +01:00
Stefan Seyfried
5976f03ca2
Merge remote-tracking branch 'check/next-cc'
2013-12-07 18:28:56 +01:00
svenhoefer
a8f7668a9c
- yWeb: use same order in search for channellogos as neutrino
2013-12-06 13:30:52 +01:00
Stefan Seyfried
3a728f9ee1
Makefiles: simplify includes for libcoolstream/libstb-hal
2013-11-11 21:51:08 +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
svenhoefer
1e8764be2e
- ylanguage.cpp: fix wrong value in for loop
2013-11-09 14:40:58 +01:00
svenhoefer
5324c57a38
- ylanguage.cpp: add neutrino locale as an additional locale file for yWeb
2013-11-08 15:07:02 +01:00
Jacek Jendrzej
aaad29a245
CControlAPI::_GetBouquetActualEPGItem: -add eventid & timeTotal to secondEPG
2013-11-05 15:42:50 +01:00
svenhoefer
87f9ac539b
- yWeb: remove descriptions from rcu tooltips
2013-11-04 09:25:43 +01: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
Michael Liebmann
5091e920fc
Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am
2013-10-17 04:22:49 +02:00
Jacek Jendrzej
733f7a5382
CControlAPI::GetBouquetCGI fix segfault
2013-10-12 22:01:17 +02:00
Jacek Jendrzej
03b7151563
CControlAPI::EpgCGI fix control/epg
2013-10-12 21:39:41 +02:00
[CST] Focus
2e6276def7
neutrino: add EAC3 audio support
2013-10-08 17:18:35 +04:00
svenhoefer
5c2fbf3348
- controlapi: use rcsim.h
2013-10-04 12:00:28 +02:00
Jacek Jendrzej
9d7751dc8c
CControlAPI::SendChannelList: show only unique channellist & currenttpchannels
2013-10-01 17:55:18 +02:00
svenhoefer
d9ee92f83d
- yweb: add missing trinity rcu entry
2013-10-01 08:32:29 +02:00
svenhoefer
5227f726c9
- yweb: fix /control/reboot
2013-09-28 22:25:41 +02:00