Commit Graph

13256 Commits

Author SHA1 Message Date
svenhoefer
c9ac37f102 - helpers: fix error message in exec_initscript()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:56:29 +02:00
Thilo Graf
0ca098eb31 helpers: modify exec_initscript() for usage with systemctl
Current behavior is untouched, but return value is boolean
and so far, the function obviously has returned true on error. So far this
was currently not evaluated but is changed now. Otherwise, "bool" makes
not really sense or was this intended?
2021-06-20 17:46:07 +02:00
svenhoefer
98fd62cbf9 - screensetup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:34:03 +02:00
svenhoefer
87ae0b0f58 - osd-setup: move screen stuff into own submenu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:33:41 +02:00
svenhoefer
8344d07b20 - eitd/xmlutil: shorten console messages
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:32:19 +02:00
svenhoefer
eade2d1f4f - osd-setup: some more code nicenings
Conflicts:
	src/gui/osd_setup.cpp
	src/gui/osd_setup.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:31:40 +02:00
BPanther
c406ff3bec small space/tab/comma fixes 2021-06-19 10:23:27 +02:00
svenhoefer
794a6fec77 - graphlcd: disable some console spam
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:19:09 +02:00
Thilo Graf
692e9c3b9b lcd4linux.cpp: avoid possible crash if getLiveFE() returns NULL
Watched with generic build for pc without tuner hardware.
2021-06-15 18:43:10 +02:00
svenhoefer
4592cbc239 - lcd4l: introduce getInstance()
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 11:06:25 +02:00
svenhoefer
71d50060a5 - lcd4linux: use exec_initscript() to execute initscript
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:39 +02:00
svenhoefer
a78da47df4 - lcd4linux: code formatation using astyle
Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:14 +02:00
Hendi48
0999fa72f8 ytparser: adjust to API changes (#12)
YouTube now enforces the HTML5 API for get_video_info, which
provides the stream info in a JSON object.
2021-06-14 22:14:59 +02:00
svenhoefer
4d560da9be - volumbar: simplify rounded corners handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 21:47:25 +02:00
Frankenstone
a408339170 volumebar: added rounded corners on, off 2021-06-14 21:46:56 +02:00
Frankenstone
5be205a74c cam_menu: small fix, thx BPanther
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 18:00:28 +02:00
Thilo Graf
f968bc0b40 lcd4linux: migrate lcd4linux(bool) to class member 2021-06-11 10:47:01 +02:00
FlatTV
30416f9e47 wait for zapit before CA pollthread continues 2021-06-08 10:31:41 +02:00
svenhoefer
6186fc1766 - yWeb: align mount command
Conflicts:
	data/y-web/scripts/Y_Tools.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-07 18:28:49 +02:00
Thilo Graf
5efbaaf05d lcd4linux: cleanup 2021-06-07 18:23:50 +02:00
Thilo Graf
6edf6e0a25 driver/lcd4linux: rework thread handling
Use std::thread for simplified handling.

Added bool exit_proc to allow left the thread callback, because if user
will change on/off/automatic modes inside the lcd4linux-setup menu,
he will be trapped in this menu and neutrino is never usable.
Btw. added some temporarily debug outputs to track this behavior.
2021-06-07 18:23:43 +02:00
Thilo Graf
e1810b62a2 lcd4linux: use default pid file 2021-06-07 18:23:25 +02:00
svenhoefer
eaa78a1502 - lcd4linux: fix first start
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/driver/lcd4l.cpp
2021-06-07 18:23:21 +02:00
svenhoefer
d218048c8a - multiboxse: fix display
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-02 17:52:49 +02:00
svenhoefer
5c3d8a7512 - addition to use autodetect pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:48:33 +02:00
TangoCash
8b5ac83f27 use autodetect pip 2021-05-30 16:48:10 +02:00
svenhoefer
194f868090 - yWeb: add missing manufacturer to zgemma h7
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:55 +02:00
svenhoefer
d7957143ca - hw_caps: introduce can_pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:11 +02:00
svenhoefer
06dd9d5f16 - yWeb: fix multiboxse auto detection
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:46:48 +02:00
svenhoefer
c5c635c7a7 - add Maxytec Multibox SE 4K
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:46:13 +02:00
svenhoefer
f80fa43e0c - epgview: another try with LOCALE_MDB_SAVE_POSTER_HINT
Es scheint so, dass dynfont hier nicht korrekt funktioniert.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-28 13:11:12 +02:00
svenhoefer
a316697502 - epgview: introduce ResetMDb()
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-28 13:10:17 +02:00
Frankenstone
1be4fd2f6f dboxinfo: own header icon added 2021-05-28 13:02:31 +02:00
BPanther
f72ca2c422 dboxinfo - small change 2021-05-28 13:02:06 +02:00
Frankenstone
238479e67f y-web: adapt libstb-hal rcu zgemma h7 2021-05-28 13:01:46 +02:00
Frankenstone
8e6ae35b96 y-web: adapt libstb-hal rcu ax hd51 2021-05-28 13:01:37 +02:00
max_10
c45d1e998e - acinclude.m4: fix with-datadir_var 2021-05-28 13:00:59 +02:00
GetAway
6e6d17f9c5 - yeb: small fixes for screenshot 2021-05-20 20:24:10 +02:00
GetAway
1309331a9f - yweb: fix rc selection 2021-05-20 15:07:48 +02:00
Frankenstone
86b0246599 unnecessary brackets removed
- distinction ffmpeg versions
2021-05-18 18:21:22 +02:00
svenhoefer
284ee4a6ed - yweb: add rc for cst hd1; just for better readability
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
svenhoefer
1a552181fd - yweb: fix rc selection for cst
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
max_10
cefd6dece1 - fix GENERIC build 2021-05-18 18:21:22 +02:00
svenhoefer
d2a782a3ba - yWeb: sort remote controls in Y_Blocks.txt
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
svenhoefer
89ed0dc6d9 - yweb: fix mess around remote controls by using varables
this allows to sort the options in rc-selection nicely

 Conflicts:
	data/y-web/Y_Blocks.txt
	data/y-web/Y_Version.txt

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
GetAway
8d09523f4a fb_accel_xy.cpp: fix warning -Wformat-overflow 2021-05-17 18:14:54 +02:00
GetAway
23dbcecfb6 fade.cpp: fix flickering after fade out 2021-05-17 13:31:51 +02:00
svenhoefer
d687c1fb1b - fsmounter: fix unused options1 for cifs
Conflicts:
	src/system/fsmounter.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-15 22:26:17 +02:00
svenhoefer
2f20d8d670 - fsmounter: formatting code using astyle
Conflicts:
	src/system/fsmounter.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-15 22:25:57 +02:00
svenhoefer
cdc91ef601 - neutrino-menu: change position of avinput; add hint and icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-15 22:05:59 +02:00