GetAway
3e6d45b65a
Fix set lastmode; introduce sending an actionKey for LCD4linux
...
We have a problem since the introduction of moviebrowser_mode.
Lastmode is no longer reset correctly, because the new mode is overlaid by another mode
and thus the original mode cannot be restored. Neutrino becomes unusable and has to be
restarted. (Example below)
Generally the opening of a window, like the MB or Channellist is also no Neutrino_mode in
the sense as it was invented once. It is just a window and not a mode that Neutrino is in.
Example: Neutrino is in TV_MODUS and you open the MB. You can see, Neutrino is still in TV_MODUS.
I reverted the code and now an open window can say for example to the lcd4linux 'hello i'm open, here is mb'.
When running a window we send some kind of AktionKey. After the actions in the window, the AktionKey is cleared.
Now to the current bug:
1. boot on a TV channel.
2. switch to a WebTV channel. (in my case PlutoTV Star Trek)
3. play a TS over the Moviebrowser and stop it. (MODE_WEBTV is detected and the WebTV stream is restarted)
4. call the MB a second time and start and stop the TS.
5. the WebTV stream does not restart anymore.
6. exit the MB now.
7. neutrino becomes not operable.
2023-09-14 18:53:26 +02:00
BPanther
d13780e893
glcd: new option for scroll text on/off added
...
Origin commit data
------------------
Commit: a1aa348882
Author: BPanther <bpanther_ts@hotmail.com >
Date: 2023-08-13 (Sun, 13 Aug 2023)
Origin message was:
------------------
nglcd: new option for scroll text on/off added
Signed-off-by: Thilo Graf <dbt@novatux.de >
2023-08-15 21:18:37 +02:00
BPanther
0822265af9
new option added for eof retries on lost server connections
...
Conflicts:
src/gui/mediaplayer_setup.cpp
2023-07-26 21:54:21 +02:00
vanhofen
69dce109f7
neutrino: remove standby flag in constructor
2023-07-17 11:23:18 +02:00
vanhofen
5e548b3984
neutrino: change g_settings.key_favorites allocation
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2023-06-18 14:40:43 +02:00
GetAway
dc381ae189
neutrino.cpp: better fix for pip on hisilicon
2023-06-04 22:10:08 +02:00
GetAway
0383437ca9
neutrino.cpp: fix pip for hisilicon
2023-06-04 21:50:14 +02:00
vanhofen
452f35adef
- acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
...
Conflicts:
src/gui/imageinfo_ni.cpp
2023-04-25 15:53:22 +02:00
vanhofen
430bb80aba
- introduce TARGET_ROOT define to fix paths in native mode
...
Conflicts:
src/neutrino.cpp
2023-04-25 15:53:22 +02:00
vanhofen
59e6d462d7
- rcinput: fix tv2 key for edhdultra and protek4k
2023-04-11 17:17:42 +02:00
vanhofen
7c579f0269
- neutrino: power_standby controlled by flagfile
2023-02-19 19:45:09 +01:00
vanhofen
edc7b9c3c1
- neutrino: remove unneeded casts
2023-01-27 20:42:41 +01:00
vanhofen
4a3a786645
- some playpause fixes for BOXMODEL_PROTEK4K
...
Conflicts:
src/neutrino.cpp
2023-01-27 20:42:41 +01:00
Thilo Graf
ea13eb2e50
neutrino: small cleanup and resort
2023-01-27 20:42:40 +01:00
vanhofen
d9f7525b95
Revert "introduce hdmi_cec to driver"
...
This reverts commit c8a58afe2feb95954a69e681a4234cd9c1a3f178 and the following hdmi_cec commits.
Conflicts:
src/neutrino.cpp
2023-01-05 16:05:36 +01:00
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