TangoCash
e971b3c93d
fix hdmi-cec going to deep-standby
2023-01-05 16:05:36 +01:00
max_10
26d0f28f1e
neutrino: hdmi-cec standard off
2023-01-05 16:05:36 +01:00
TangoCash
47727e504a
introduce hdmi_cec to driver
...
Conflicts:
data/locale/deutsch.locale
src/driver/Makefile.am
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
2023-01-05 16:05:36 +01:00
vanhofen
24299980fc
- glcd/weather: split temperature and weather icon
2023-01-05 16:05:35 +01:00
vanhofen
f8b3cbf476
- remove youtube player
...
Conflicts:
acinclude.m4
data/icons/headers/ytplay.png
data/icons/hints/hint_ytplay.png
data/locale/slovak.locale
src/gui/moviebrowser/mb.cpp
src/gui/user_menue_setup.cpp
src/neutrino.cpp
src/system/settings.h
2023-01-05 16:05:35 +01:00
TangoCash
f1688525d3
rework streaming part2
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Some build errors fixed with this pick.
2023-01-05 16:05:19 +01:00
TangoCash
deec8cc2c9
change some defaults
2023-01-05 16:05:18 +01:00
vanhofen
d0511c6be0
- moviebrowser: allow configurable keys to toggle view
2023-01-05 16:05:18 +01:00
vanhofen
4ca19059a0
- rename PIP_ROFF => PIP_NO_POS; add default statement
2023-01-05 16:05:18 +01:00
TangoCash
1249a61edf
add option to rotate PiP clockwise/counterclockwise
2023-01-05 16:05:18 +01:00
TangoCash
d2febb0fb7
- glcd: rework
...
contains:
84e96916bf
0391fe435e
9fdbdc8717
3d1f5b6a8a
2023-01-05 16:05:18 +01:00
TangoCash
6ef9fec750
enable glcd for e4hdultra
2022-11-07 21:22:46 +01:00
svenhoefer
1354fc5c70
- hintbox: introduce and use CLoaderHint()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# src/gui/miscsettings_menu.cpp
# src/gui/moviebrowser/mb.cpp
# src/gui/widget/hintbox.h
# src/neutrino.cpp
2022-11-07 21:21:38 +01:00
svenhoefer
794cd0d850
- keybind-setup: add key_sleep
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-11-07 21:21:38 +01:00
GetAway
1ab1ff980a
- neutrino.cpp: suppress inactivity popup in standby mode
2022-10-02 10:58:54 +02:00
Thilo Graf
10e490b15f
neutrino.cpp: add NEUTRINO_ICON_LOADER for tuner restart
2022-09-22 16:04:31 +02:00
svenhoefer
45d0a0558c
- add multibox
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# src/neutrino.cpp
2022-09-16 22:47:14 +02:00
svenhoefer
a82536d38a
- neutrino: add mode_moviebrowser
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-09-13 20:34:33 +02:00
TangoCash
25102f6932
fix multistream, fix record streams
2022-09-13 20:33:18 +02:00
svenhoefer
42355a336f
- neutrino: move hdmi_cec code blocks
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-07-16 14:00:43 +02:00
svenhoefer
c29a679783
- neutrino: simplify g_settings.hdmi_cec_volume handling
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-07-16 14:00:08 +02:00
GetAway
e0cdb41576
- neutrino.cpp: stop lcd4l thread for flashing and remove dead code
...
In src/system/flashtool.cpp there was still old, unused code,
which once stopped LCD4L during flash. However, it has not been
jumped and executed for a long time. I have removed it now and
introduced the corresponding code section in neutrino.cpp in
stop_deamons() and reactivated so the stopping of the daemon.
The sighandler() function calls up also stop_daemons(),
so I removed the code there
2022-05-28 21:04:58 +02:00
svenhoefer
0f3dee2e57
- channellist: allow epgtext alignment
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-05-07 10:09:02 +02:00
svenhoefer
db19aa667d
- neutrino: make header's channellogos alignable
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-30 18:01:10 +02:00
GetAway
bf1375e9bb
- more readability for modes while logging
2022-03-27 20:35:54 +02:00
Thilo Graf
2a191e40d2
neutrino.cpp: remove and replace wrong entries from usermenu settings
2022-02-13 16:09:29 +01:00
svenhoefer
96b2d4f816
- neutrino: cleanup upgradeSetup() from very old stuff
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-31 09:11:08 +01:00
svenhoefer
d5cebd3a57
- rename ttx_font_file => font_file_monospace
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-31 08:32:18 +01:00
svenhoefer
43cf770f14
- lcd4linux: add menu item to allow or disable display screenshots
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-28 10:25:39 +01:00
svenhoefer
78ce911761
- weather: rename postcode => postalcode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-22 11:05:30 +01:00
svenhoefer
454ae6223b
- weather: introduce string g_settings.weather_postcode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-22 11:05:22 +01:00
svenhoefer
aef6d8c45d
- weather: add WEATHER_DEFAULT defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-22 11:05:20 +01:00
svenhoefer
690df910d2
- weather: remove obsolete locales and g_settings.weather_country key
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-15 12:07:52 +01:00
svenhoefer
d458d98805
- change RC_back handling; its not longer translated to RC_home
...
Conflicts:
src/gui/hdd_info.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-04 21:30:14 +01:00
max_10
b71f249b94
- mipsbox: fix build psisetup
2021-12-20 16:23:02 +01:00
Frankenstone
2af245a256
audio_setup: cleanup unused clockrec
2021-12-14 11:11:25 +01:00
svenhoefer
bea4660ebf
- keybind-setup: fix/introduce g_settings.bouquetlist_mode
...
Conflicts:
src/neutrino.cpp
version_pseudo.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-12-14 11:11:25 +01:00
svenhoefer
cdfa72a5f5
- neutrino: remove ActionLog leftovers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-12-06 19:25:46 +01:00
TangoCash
3e8bdba8b3
rename hdmi_mode -> hdmi_colorimetry
2021-12-06 19:24:17 +01:00
Frankenstone
d1967125a0
videosettings: only arm hdmi_colormetry added
...
choices:
- auto
- bt202ncl
- bt2020cl
- bt709
2021-12-03 23:26:55 +01:00
GetAway
9cae0cf32c
neutrino.cpp: party back to good old restart methode
...
- fix seqfault when restarting neutrino while webtv is streamed
2021-11-09 11:00:10 +01:00
TangoCash
d918e6c517
add neutrino restart to webif
...
Signed-off-by: GetAway <get-away@t-online.de >
2021-11-08 21:57:24 +01:00
TangoCash
373807b158
some cec volume fixes
...
Conflicts:
src/neutrino.cpp
2021-11-05 21:11:08 +01:00
svenhoefer
9f38a653fb
- introduce Font Awesome iconfont
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-11-01 19:25:46 +01:00
Thilo Graf
73778cfb34
videosettings: rename setVideoSettings() -> initVideoSettings()
...
It was not a setter, no values will be passed.
2021-10-25 05:43:04 +02:00
svenhoefer
56274bf320
- neutrino: reset videodecoder at startup
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-22 08:23:13 +02:00
GetAway
482cae3f90
neutrino.cpp: remove double execute of StartLCD4l()
2021-10-19 20:27:34 +02:00
svenhoefer
76735f088b
- configure: depending --enable-quadpip on --enable-pip
...
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines
Conflicts:
src/gui/infoviewer.cpp
src/gui/videosettings.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-17 15:59:59 +02:00
TangoCash
c081c29508
fix compile
2021-10-16 20:39:58 +02:00
Jacek Jendrzej
8b9cd71a38
fix compil without PIP
2021-10-16 13:38:57 +02:00