Commit Graph

12227 Commits

Author SHA1 Message Date
GetAway
727aeb18f0 Y_Blocks.txt: add keys to yweb rcu for bre2ze4k thx bazi98 2018-12-06 16:10:44 +01:00
GetAway
db31e98c8c rcinput: use translation for some keys 2018-12-05 14:08:48 +01:00
GetAway
72b33c9520 keybind_setup.cpp: fix warning 2018-12-05 13:35:49 +01:00
GetAway
91948d8a48 keybind_setup.cpp: fix menu special keys 2018-12-04 19:06:25 +01:00
GetAway
4f6b882b95 rcsim: format helpscreen; bump version 1.2 2018-12-02 23:17:37 +01:00
GetAway
b7424b772f yWeb: fix RC Button V-Format for BRE2Ze4K 2018-12-02 22:41:06 +01:00
GetAway
77ffcac7d0 rcinput: fix RC_mode for BRE2ZE4K 2018-12-02 22:21:42 +01:00
GetAway
61aeeb1537 yWeb: write missing translations to file 2018-12-01 17:50:33 +01:00
GetAway
2bd937a0d0 videosettings.cpp: use hw_caps->has_button_vformat 2018-12-01 10:42:35 +01:00
GetAway
477d363308 yWeb: fix typo 2018-12-01 09:11:49 +01:00
Jacek Jendrzej
3dc0434bd3 nhttpd: fix stack buffer overflow 2018-11-30 17:54:11 +01:00
GetAway
2f9a25d066 y-Web: add RC support for WWIO Bre2ze4k 2018-11-29 19:37:31 +01:00
GetAway
dcd67e67de neutrino.cpp: fix RC_playpause for bre2ze4k 2018-11-27 20:23:43 +01:00
svenhoefer
5fb9a842e9 - webtv-setup: fix compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-26 21:24:02 +01:00
svenhoefer
b1587464bb - webtv-setup: disable possibility to setup livestreamScriptPath ...
Movieplayer searches automatically in default-directories for scripts

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-26 21:23:57 +01:00
TangoCash
9b66d96c0c add support for wwio bre2ze4k
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-26 18:08:58 +01:00
TangoCash
d4c7682ba6 display clock on segment display too
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-26 18:08:35 +01:00
svenhoefer
478e7dc1fa - yWeb/yparser: complete handling of directory defines
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	data/y-web/Makefile.am
2018-11-26 18:08:08 +01:00
Jacek Jendrzej
a34614ae57 eitd: fix stack use after scope 2018-11-26 14:00:46 +01:00
Jacek Jendrzej
15c779f538 tuxtxt: fix global buffer overflow line 4753 in tuxtxt.cpp if Char is 0xF5 or 0xF6 2018-11-22 16:26:06 +01:00
GetAway
8a1879df20 screensaver.cpp: add 1 more event to filter 2018-11-20 09:57:07 +01:00
Thilo Graf
bb6198fa0c cc_frm_clock.cpp/h: fix incomplete result of isRun() methode 2018-11-20 09:17:02 +01:00
Knicko
fac82b91dd - streaminfo2: change name Picon to Logo
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-20 09:17:02 +01:00
Thilo Graf
7c14322653 cc_item_text.cpp: avoid evaluation within parameters 2018-11-20 09:17:02 +01:00
Thilo Graf
138c7b810e cc_item_text.h: declare unnecessarily protected variables as private 2018-11-20 09:17:02 +01:00
Thilo Graf
112ecc4714 src/gui/screensaver.cpp: avoid create clock instance if not required 2018-11-20 09:17:02 +01:00
Thilo Graf
9eeea78fb8 screensaver.cpp: start clock only if not running 2018-11-20 09:17:02 +01:00
Thilo Graf
014f0f3da7 cc_frm_window.cpp: fix possible oversize render with maximum screen settings 2018-11-20 09:17:02 +01:00
Thilo Graf
157acc7926 Revert "infoviewer: force repaint of text fields"
This reverts commit e63d8b6999.

kill() does not consider screen buffer. But call of
'paint(CC_SAVE_SCREEN_YES)' generates buffer but
always never used  so far. Before we apply new text, hide() will reset
background with saved buffer.
Btw. kill() seems was never called, because isPainted was until recently broken in text object,
so I'm amazed that this 'if' block was with any effect.
2018-11-20 09:17:02 +01:00
Thilo Graf
692d39bfb0 cc_item_text.cpp: add missing paint state after rendered text box
Evaluations while usage of this state could has been wrong or incomplete
and therefore it was possible that some effects were unintended or
without any effect.
2018-11-20 09:17:02 +01:00
Thilo Graf
b86b89981f src/gui/widget/textbox.cpp: try to fix possible background handling
Condition of changed postion and unchanged text was not considered.
2018-11-20 09:17:02 +01:00
J. Krieg
13476691b7 webtv: switch default webtv paths from CONFIGDIR to WEBRADIODIR_VAR (specified by configure)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-20 09:16:35 +01:00
J. Krieg
2c1a210d2f webradio: switch default webradio paths from CONFIGDIR to WEBRADIODIR_VAR (specified by configure)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-20 09:16:31 +01:00
J. Krieg
fffa3d6963 webtv/webradio: move defines for webtv and webradio path to a more appropriate place
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-20 09:16:29 +01:00
J. Krieg
61eac04a67 webradio: create necessary data directories at build time and put sample file in it
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-20 09:16:26 +01:00
J. Krieg
7190b81f10 webtv: create necessary data directories at build time and put sample file in it
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-20 09:16:23 +01:00
GetAway
3793c8dfd2 streaminfo: show techinfo in TS_MODE if channelist is empty 2018-11-13 18:04:28 +01:00
GetAway
a6c77ece34 streaminfo2.cpp: show resolution in TS_MODE if no channel is tuned 2018-11-13 15:51:18 +01:00
GetAway
5b5e11f327 activate streaminfo2 for non COOL_HARDWARE 2018-11-12 22:37:51 +01:00
Thilo Graf
8a447a987f gui/scan.cpp: fix missing osd transponder parameters while scan, thx janus 2018-11-07 08:55:29 +01:00
svenhoefer
af706314e5 - vusolo4k: simplify and unify code from commit af87ebc788
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-01 22:49:42 +01:00
BPanther
af87ebc788 - add support for VU+ Solo 4k 2018-11-01 22:48:28 +01:00
svenhoefer
50bf6c27c8 - acinclude: simplify commit 15632941c1
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-01 22:47:20 +01:00
TangoCash
15632941c1 add first experimental support for ax hd60
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-01 22:39:12 +01:00
svenhoefer
30fb127941 - yWeb: remove support for outdated dboxshot binary
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-11-01 22:38:32 +01:00
vanhofen
4483bb67d3 - infoviewer: fix display of frequency for terrestrial channels; thx to Janus 2018-11-01 22:38:27 +01:00
Thilo Graf
0aa5808799 update to version 3.8.0 2018.1 3.08 2018-11-01 17:46:39 +01:00
J. Krieg
f3fb8ab2ed settings_manager.cpp: add .gz files as valid extension for filter 2018-11-01 17:26:15 +01:00
J. Krieg
d23bf1106e neutrino: adapt backup/restore scripts to ensure compatibility with ni-ofgwrite 2018-11-01 17:26:15 +01:00
Thilo Graf
396d7bb42a Imageinfo: prepare functionality to show privacy policy
Note:
Contents of policy files are not available with this commit. This
should be done related to own conditions by provider himself.
Providers are required by law to do this for their users as well.

Files must be installed in:

	installdir = $(DATADIR)/neutrino/policy

Providers should modify their buildsystem to install these files.
Filename sheme is
	<locale>.policy. eg 'english.policy'

If you want to add a policy file, take a look into sample file
	locale.policy.sample
2018-11-01 17:26:15 +01:00