Commit Graph

15038 Commits

Author SHA1 Message Date
BPanther
06ce947f5e move ci ignore_messages to each slot menu (but still only valid for slot 0)
Origin commit data
------------------
Commit: 471ec598b7
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 23:06:12 +01:00
BPanther
6e0c50afec move ci clock and ci relevant pids routing to each slot menu (but still only valid for slot 0)
Origin commit data
------------------
Commit: 912df02032
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 23:06:11 +01:00
vanhofen
9d0f3e53a1 use HAVE_LIBSTB_HAL to fix coolstream build
Origin commit data
------------------
Commit: 13106b016b
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)

Origin message was:
------------------
- use HAVE_LIBSTB_HAL to fix coolstream build
2020-01-18 11:36:58 +01:00
vanhofen
a3ff29b108 acinclude: add HAVE_LIBSTB_HAL to clarify that function is not available in libcoolstream
Origin commit data
------------------
Commit: 2f0e7ab152
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)

Origin message was:
------------------
- acinclude: add HAVE_LIBSTB_HAL to clarify that function is not available in libcoolstream
2020-01-18 11:36:58 +01:00
BPanther
e17012dfba vuplus: relevant pids routing - fix
Origin commit data
------------------
Commit: e440215722
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 11:36:58 +01:00
BPanther
5020edee67 vuplus: relevant pids routing - fix
Origin commit data
------------------
Commit: 75a8b84d7e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 11:36:58 +01:00
BPanther
7c83e05f01 vuplus: relevant pids routing
Conflicts:
	src/neutrino.cpp
	src/system/settings.h
	src/zapit/include/zapit/zapit.h


Origin commit data
------------------
Commit: 9b5d99819b
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 11:36:58 +01:00
max_10
344b4dd60c add check-live-ci (thx DboxOldie)
Conflicts:
	src/gui/cam_menu.cpp


Origin commit data
------------------
Commit: 1d9defc6a6
Author: max_10 <max_10@gmx.de>
Date: 2016-07-08 (Fri, 08 Jul 2016)
2020-01-18 00:24:09 +01:00
Jacek Jendrzej
481af90b08 fix syntax
Origin commit data
------------------
Commit: 248ea1b35d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Jacek Jendrzej
3a02f9ca37 fix somme inits
Origin commit data
------------------
Commit: 2d11995d1d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Thilo Graf
fc52b1312e cc_frm.cpp: Leave method 'getCCItem()' if item collection is empty.
It makes no sense to execute these method if no items are existing and
avoids unintended debug error output with "out of range" content.


Origin commit data
------------------
Commit: ddc3051fef
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Thilo Graf
78193bdceb netfile.cpp: fix possible compile error
error was:
 - suggest parentheses around assignment used as truth value
 - comes with Werror=parentheses


Origin commit data
------------------
Commit: 646ef1ba04
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Thilo Graf
61651cf1dc cc_timer: show object name for better identification in debug output
Origin commit data
------------------
Commit: 039df3a8c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Thilo Graf
4548798161 cc_item_picture: use image name as default item name
Origin commit data
------------------
Commit: 2f9e566925
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Thilo Graf
4c2dd65648 cc_frm: add overloaded versions of getCCItemId() and removeCCItem()
Allows to use with item name as parameter.
Note: Requires that unique names are assigned!


Origin commit data
------------------
Commit: 2ef4f86aa4
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Jacek Jendrzej
caf4eb7b81 ffmpegdec: supplement to fix ogg stream play, disable seek only on ogg format.
Origin commit data
------------------
Commit: 6c7b93135d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Jacek Jendrzej
89b0b46072 ffmpegdec: fix ogg stream play
Origin commit data
------------------
Commit: cc0b561ed5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Jacek Jendrzej
2d43418f0e netfile: some chunked mode fixes
Origin commit data
------------------
Commit: e42b4ed00d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Jacek Jendrzej
f1d7168242 audiometadata.cpp: fix init
Origin commit data
------------------
Commit: 8a23359c4a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Markus Volk
9da6d80c6b supplement to 7b85e7cb8964d4f49cdeb639e87ecac7fad83721
Signed-off-by: MarkusVolk <f_l_k@t-online.de>

Signed-off-by: Thilo Graf <dbt@novatux.de>
commit was: scan_setup: avoid unterminated strings


Origin commit data
------------------
Commit: c0c2ce6137
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:19 +01:00
Markus Volk
1bcc9d6266 fix for 523bea256ad23bf6ae1c1f7e2b9532dec3a3b248
Signed-off-by: MarkusVolk <f_l_k@t-online.de>

Signed-off-by: Thilo Graf <dbt@novatux.de>
commit was: screensaver.cpp: avoid unterminated strings


Origin commit data
------------------
Commit: d3d3a54e4f
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:19 +01:00
vanhofen
88462455ac fix defines
Origin commit data
------------------
Commit: dcc47b9797
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)

Origin message was:
------------------
- fix defines
2020-01-18 00:07:39 +01:00
vanhofen
c506f619c4 cam_menu: avoid duplicate code
Origin commit data
------------------
Commit: f7f668d21f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)

Origin message was:
------------------
- cam_menu: avoid duplicate code
2020-01-18 00:07:39 +01:00
BPanther
c7a2db8b1c vuplus: dvb wait delay for ci response
Conflicts:
	src/gui/cam_menu.cpp
	src/neutrino.cpp


Origin commit data
------------------
Commit: 10d1aaf526
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:07:39 +01:00
BPanther
7796c81fd5 ci "extra high" added
Conflicts:
	src/gui/cam_menu.cpp


Origin commit data
------------------
Commit: e005f3e654
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:07:39 +01:00
vanhofen
c4bc4c3ef7 pictureviewer: fix display of eventlogos; we don't have the ENABLE_LCD4LINUX define
Origin commit data
------------------
Commit: 0b70770a22
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)

Origin message was:
------------------
- pictureviewer: fix display of eventlogos; we don't have the ENABLE_LCD4LINUX define
2020-01-14 23:51:20 +01:00
Jacek Jendrzej
c62fd2e85d netfile: clean last commit
Origin commit data
------------------
Commit: c18a5b75ad
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:47 +01:00
Jacek Jendrzej
c35cde9037 netfile: fix posible segfalt with chunked mode
Origin commit data
------------------
Commit: d304836498
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:47 +01:00
Markus Volk
1dfc3c9d7b menue.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: f37a8c94c1
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:47 +01:00
Markus Volk
afccd92eea screensaver.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 4a8ae60f69
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:47 +01:00
Markus Volk
45b7b26292 scan_setup: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: ee6122e2ae
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Markus Volk
7b401d275c motorcontrol: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 2d0faeec49
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Markus Volk
adc31df566 xmlinterface.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 2d93a4385d
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Markus Volk
8c63a6e22b libnet: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 6a51539434
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Thilo Graf
7f1f57e1bd cc_timer: add missing virtual for destructor
Origin commit data
------------------
Commit: b8226d5e4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Jacek Jendrzej
15331daf63 netfile: add chunked mode
Origin commit data
------------------
Commit: 894e5cc83c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
2020-01-13 21:04:59 +01:00
Thilo Graf
0b3a2acb2d widget/termwindow.cpp: use frameBuffer->Clear() only in verbose mode
frameBuffer->Clear() is not required if yaft window was not visible.
Otherwise frameBuffer->Clear() will clean screen at possible background operations e.g. updatechecks, thats not so good if we have opened
messages, menues, screensaver or other gui stuff.
Hope this has no bad side effects with scripts, plugins or what ever.


Origin commit data
------------------
Commit: 786f82e076
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-13 (Mon, 13 Jan 2020)
2020-01-13 17:19:28 +01:00
Thilo Graf
67ff11275c driver/radiotext.cpp: remove misleadingly indented lines
Origin commit data
------------------
Commit: 3aec7f4146
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-13 (Mon, 13 Jan 2020)
2020-01-13 17:19:28 +01:00
Jacek Jendrzej
5defcef798 basicserver.cpp and zapitclient.cpp 2.try to fix compiler warnings, suggested by Seife
Origin commit data
------------------
Commit: 81d2228ddb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
2020-01-13 17:19:28 +01:00
Jacek Jendrzej
b6e53127f2 streamts.cpp and record.cpp: fix memleak
Origin commit data
------------------
Commit: d46fc58eb4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
2020-01-13 17:19:28 +01:00
Thilo Graf
c090937ed4 opkg_manager: add option for silent screen
Help to control some screen messages, avoids unintended or disturbing messages, e.g.
on update checks at background.


Origin commit data
------------------
Commit: b3adbf51fa
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)

Origin message was:
------------------
opkg_manager: add option for silent screen

Help to control some screen messages, avoids unintended or disturbing messages, e.g.
on update checks at background.
2020-01-10 22:30:25 +01:00
Markus Volk
6a4815b24a cam_menu.cpp: increase destination array to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 6cdfd5c37a
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
Markus Volk
e8680a32d3 Revert "cam_menu: reduce dub code, avoid possible format-truncation error"
This reverts commit bf9b5270b9387887cac10f464f6b521805d60b08.

Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: cb3e66585e
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
Markus Volk
2c1738d6e2 record.cpp: increase destination arrays to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: ec13dd50c3
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
Markus Volk
fa1e03c178 audioplayer.cpp: increase destination arrays to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: b95d60a515
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
Markus Volk
2f94d1c47e upnpbrowser.cpp: increase destination array to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 42a64b01d9
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
Markus Volk
facaa47225 bouquetlist.cpp: increase destination array to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 610d2eab98
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
Markus Volk
2449ca8871 infoviewer.cpp: increase destination arrays to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: ab063cb04c
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 22:30:25 +01:00
TangoCash
3a9ff1326f set start volume to 85 if use hdmi_cec_volume
Origin commit data
------------------
Commit: 7ea528b598
Author: TangoCash <eric@loxat.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 20:30:04 +01:00
Thilo Graf
d070d38c85 cc_timer: declare some members as protected
required for use in derived classes


Origin commit data
------------------
Commit: a2f7f7d02b
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)
2020-01-10 20:30:04 +01:00