MarkusVolk
523bea256a
screensaver.cpp: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
7b85e7cb89
scan_setup: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
740624220b
motorcontrol: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
07c991e25e
xmlinterface.cpp: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
535bbef5dd
libnet: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
Thilo Graf
4c3afd447f
cc_timer: add missing virtual for destructor
2020-01-14 08:55:44 +01:00
Jacek Jendrzej
1282dd658a
netfile: add chunked mode
2020-01-13 19:37:42 +01:00
Thilo Graf
b333f59a85
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.
2020-01-12 17:34:58 +01:00
Thilo Graf
6581092962
driver/radiotext.cpp: remove misleadingly indented lines
2020-01-12 11:40:37 +01:00
Jacek Jendrzej
4997a9440a
basicserver.cpp and zapitclient.cpp 2.try to fix compiler warnings, suggested by Seife
2020-01-11 23:13:41 +01:00
Jacek Jendrzej
d39a85b951
streamts.cpp and record.cpp: fix memleak
2020-01-11 22:39:47 +01:00
TangoCash
a9a5f1a5e4
set start volume to 85 if use hdmi_cec_volume
2020-01-10 22:08:08 +01:00
Thilo Graf
04e840366a
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 21:59:18 +01:00
MarkusVolk
7f2bba84a0
cam_menu.cpp: increase destination array to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 21:59:05 +01:00
MarkusVolk
37f83616a6
Revert "cam_menu: reduce dub code, avoid possible format-truncation error"
...
This reverts commit bf9b5270b9
.
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 21:59:01 +01:00
MarkusVolk
f304acb4e5
record.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
55dbe62c16
audioplayer.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
527f3ec1a2
upnpbrowser.cpp: increase destination array to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
b68ed042c0
bouquetlist.cpp: increase destination array to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
df486d7697
infoviewer.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
Thilo Graf
635d84db16
cc_timer: declare some members as protected
...
required for use in derived classes
2020-01-10 15:03:07 +01:00
Thilo Graf
51c8c07a39
opkg: move showHeader() under show_progress condition
2020-01-10 15:03:07 +01:00
Jacek Jendrzej
6d366ce6fe
basicserver.cpp fix compiler warnings
2020-01-09 22:03:33 +01:00
Jacek Jendrzej
5373b921f5
zapit: fix compiler warnings
2020-01-09 21:42:24 +01:00
svenhoefer
f6f0a9224d
- cables.xml: remove obsolete providers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-09 20:12:55 +01:00
svenhoefer
4a702b4806
- cables.xml: add PYUR
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-09 20:12:14 +01:00
Jacek Jendrzej
9306081027
libeventserver: silence compiler warnings
2020-01-09 15:02:04 +01:00
Jacek Jendrzej
19b9a05893
widget/yaft: silence compiler warnings
2020-01-09 13:29:57 +01:00
Jacek Jendrzej
eef536a737
fix compiler warnings
2020-01-09 09:52:52 +01:00
Jacek Jendrzej
dfb3b55f02
cc_frm_clock.h fix show time in movieplayer
2020-01-09 01:20:32 +01:00
Thilo Graf
da8b5f679d
data/config/bad_package_pattern.list.sample: add more entries
2020-01-08 21:09:02 +01:00
Markus Volk
65f2156720
hdd_menu.cpp: circumvent format-truncation-warning
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-08 21:08:54 +01:00
Markus Volk
428707d474
Revert "hdd_menu: avoid possible format-truncation errors"
...
This reverts commit b702c89fca
.
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-08 21:08:39 +01:00
svenhoefer
cab2ebe86e
- radiotext: add icon to new radiotext window
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 20:08:42 +01:00
svenhoefer
fb981768f8
- radiotext_window: remove trailing colon from header
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 17:53:26 +01:00
svenhoefer
9631f2c74b
- fix some compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 17:51:27 +01:00
BPanther
291c3a4d84
- zapit/pat: change dmx handling; was named "small changes"
2020-01-07 17:51:06 +01:00
Thilo Graf
b702c89fca
hdd_menu: avoid possible format-truncation errors
2020-01-06 18:14:46 +01:00
Thilo Graf
bf9b5270b9
cam_menu: reduce dub code, avoid possible format-truncation error
2020-01-06 17:29:18 +01:00
Thilo Graf
839d8a9d9c
subchannel_select: fix possible format-truncation error
...
output between 5 and 152 bytes into a destination of size 100
2020-01-06 16:57:30 +01:00
Thilo Graf
cfb537791e
moviebrowser/mb.cpp: fix format error
2020-01-06 16:47:10 +01:00
Thilo Graf
17c7bbd6e3
cc_frm_clock: fix format error
2020-01-06 16:38:21 +01:00
Thilo Graf
17d1ed41be
cc_frm_clock: clean up, remove unused var and comments
2020-01-05 21:17:59 +01:00
Thilo Graf
3a6e8a29b6
imageinfo: align to gui output above
2020-01-05 21:17:59 +01:00
Thilo Graf
c4b1824c11
themes: align some alpha and color values
2020-01-05 21:17:59 +01:00
Thilo Graf
439133be0d
start.jpg: update start image
...
use start.jpg as default fallback for tvpic.
2020-01-05 21:17:59 +01:00
Thilo Graf
54582340c6
hintbox: fix init order of setValue() and paint()
2020-01-05 21:17:59 +01:00
Thilo Graf
0c62e5e264
CProgressWindow: add adaptiv progress handling, new classes added
...
See src/gui/widget/progresswindow.h for more details and examples.
Docs could be generated with Doxygen.
2020-01-05 21:17:59 +01:00
Thilo Graf
eecedc6099
neutrino.cpp: remove CInfoClock::getInstance()->block() on timeout and home
...
Is already done with sccreensaver.
2020-01-05 21:17:59 +01:00
Thilo Graf
df64925b30
radiotext: rework radiotext handling
...
Radiotext moved into a separate class and will be shown with screensaver.
2020-01-05 21:17:59 +01:00