BPanther
a60d269c7d
more pip changes
2021-10-15 20:18:09 +02:00
BPanther
eace201108
pip variables renamed
2021-10-15 20:00:19 +02:00
BPanther
4aa47464c1
fix variables
2021-10-15 20:00:18 +02:00
BPanther
0d9d992a3c
fix unused variables
2021-10-15 20:00:18 +02:00
BPanther
20e2aec336
more QuadPiP stuff (still NOT ready!)
...
Conflicts:
src/neutrino_menue.cpp
2021-10-15 20:00:18 +02:00
Thilo Graf
1444b5a381
testmenu: use restarttuner from neutrino.cpp
2021-10-11 20:39:17 +02:00
Thilo Graf
ac594109d7
neutrino.cpp: action reloadplugins, implement ShowHintS
2021-10-08 23:10:58 +02:00
Thilo Graf
42c624a337
neutrino.cpp: action save settings, implement ShowHintS
...
The same is possible with tuxtxt_init() and tuxtxt_close(), if reqiured
2021-10-08 23:10:58 +02:00
retsim01
85d88bfba6
- movieplayer: introduce g_settings.movieplayer_select_ac3_atype0
...
Conflicts:
src/neutrino.cpp
2021-10-04 09:40:39 +02:00
BPanther
609d6c4a7c
DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same
2021-10-03 17:02:39 +02:00
svenhoefer
79a63aef0a
- neutrino: remove stop_lcd4l_support(void) function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-03 17:02:39 +02:00
svenhoefer
a97d3db67d
- neutrino: more verbose console messages in Cleanup() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-03 17:02:39 +02:00
svenhoefer
3f34ab5877
- change some hintboxes
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
I'm not enthused of this solution to misuse the CHint destructor since
commit 1cb25e7cd3
"- hintbox: add setDelay() prototype".
I think such tasks with delay impact are not the designation of
destructors and avoidable. Unless it is absolutely necessary.
Therefore, I think this is only a temporary solution.
2021-10-03 17:02:07 +02:00
svenhoefer
1cb25e7cd3
- hintbox: add setDelay() prototype
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
see commit message at: - change some hintboxes
2021-10-03 17:00:03 +02:00
svenhoefer
ab0d178d58
- neutrino: use simple hintboxes w/o header
...
To avoid the sleep command, a call hint->setDelay(1) nice. :)
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-03 11:51:45 +02:00
svenhoefer
d813414583
- Revert "webtv: add prefered quality option for use in webtv plugins"; ...
...
re-activate g_settings.livestreamResolution
Signed-off-by: Jacek Jendrzej <overx300@gmail.com >
2021-09-26 17:29:00 +02:00
Jacek Jendrzej
11d1a2f979
webtv: add prefered quality option for use in webtv plugins
2021-09-19 13:18:08 +02:00
TangoCash
4eff599c4d
keeping all auto xml epg together
2021-09-13 21:56:25 +02:00
svenhoefer
830d10ece3
- bouquets: allow xmltv directly from webtv xml file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-09-13 21:56:21 +02:00
TangoCash
aa0a95b883
use new introduced functions (load xmltv epg)
2021-09-10 17:18:05 +02:00
TangoCash
b74e0aeb6a
add support for embedded epg-url in m3u
2021-09-10 17:00:29 +02:00
svenhoefer
1adef856ad
- neutrino: change defaults for epg_read settings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-09-03 21:24:12 +02:00
TangoCash
dd7507fe37
add frequently reload xmltv epg
2021-09-03 21:24:12 +02:00
svenhoefer
775dc6778b
- neutrino: clear osd before deleting video and framebuffer
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-19 05:14:50 +02:00
Thilo Graf
46a36c24c7
neutrino.cpp: supplement to de4a6ad
...
recycle some lost default values, lines and
remove or disable unused/obsolete options
2021-07-11 14:53:35 +02:00
svenhoefer
620cbb8cff
- vfd: try to avoid annoing display of volume after leaving standby modes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-11 11:29:26 +02:00
svenhoefer
430462193a
- neutrino: add standby flag
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-11 11:29:25 +02:00
svenhoefer
2b58ae4955
- neutrino: small change in vfd standby message
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-11 11:29:25 +02:00
svenhoefer
645c06c2ac
- neutrino: remove obsolete config key infobar_cn
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-03 16:45:46 +02:00
svenhoefer
de4a6ade64
- neutrino: formatting and sorting load/saveSetup() and SNeutrinoSettings
...
Conflicts:
src/neutrino.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
I am not really sure that I have properly resolved all conflicts.
I think it would be better to store the save/read settings methods
into an own class and separate file and (if possible) inherit them into
neutrino.cpp and on boredom it could be easier to make the code style "nicer".
This could help to avoid "accidentally" changing neighboring code parts.
2021-06-30 18:19:57 +02:00
svenhoefer
8a695e51ec
- neutrino: formatting and sorting load/saveKeys()
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-06-30 16:20:26 +02:00
svenhoefer
64a38c3b12
- neutrino: minor code formattings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-06-30 16:20:26 +02:00
Frankenstone
6f2fe725e7
neutrino: fix g_settings.infobar_show_sysfs_hdd
2021-06-28 14:47:14 +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
FlatTV
30416f9e47
wait for zapit before CA pollthread continues
2021-06-08 10:31:41 +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
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
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
max_10
cefd6dece1
- fix GENERIC build
2021-05-18 18:21:22 +02:00
svenhoefer
783426588c
- fix CST build
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-05-11 12:28:26 +02:00
svenhoefer
71a670d821
- fix compiler warning and segfault in avinput_pip handling
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-05-11 12:28:17 +02:00
svenhoefer
f27ff4563c
- glcd: add own logo directory
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-05-11 12:28:15 +02:00
BPanther
f841b55c65
vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added
...
Conflicts:
src/neutrino.cpp
2021-05-11 10:21:06 +02:00
svenhoefer
2cb4fc0ff9
- neutrino: add "need_reboot" feature
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-05-11 09:58:47 +02:00
Thilo Graf
83211c2b69
neutrino.cpp: try to avoid possible memleak
...
Watched with LeakSanitizer on generic pc.
2021-05-03 17:20:43 +02:00
svenhoefer
7c5a47dfd8
- fix strip g_settings.recording_type from unused stuff
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-30 23:09:33 +02:00
svenhoefer
ce0f52aa84
- neutrino: cleanup update code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-13 06:01:31 +02:00
svenhoefer
03bc0b96a0
- add --enable-pkg-management configure switch; default=no
...
Conflicts:
src/gui/Makefile.am
src/gui/update_settings.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
Added vanhofens flash update check.
Reason: build was broken and makes maintenance easier.
2021-04-12 15:24:38 +02:00
Thilo Graf
1577847c11
update_check: handle update check with localized timer settings
2021-04-10 15:51:30 +02:00