Commit Graph

12916 Commits

Author SHA1 Message Date
Thilo Graf
0760620cfe update to version 3.13.0
- removed azbox, tripledragon
- hisilcon fixes
3.13 2020.4
2020-10-04 17:06:23 +02:00
svenhoefer
8843785e4e - fix build; is this right so?
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-04 16:51:53 +02:00
svenhoefer
6d127b927b - rename BOXTYPE_COOL => BOXTYPE_CST
Conflicts:
	src/driver/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-04 16:51:30 +02:00
svenhoefer
1c44541243 - supplement to "TRIPLEDRAGON: deleted"
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-04 16:48:56 +02:00
max_10
1fa824cab3 - TRIPLEDRAGON: deleted
Conflicts:
	lib/libdvbsub/dvbsub.cpp
	src/system/flashtool.cpp
2020-10-04 16:48:01 +02:00
max_10
fa91372706 - AZBOX: deleted 2020-10-04 16:45:08 +02:00
BPanther
3ec44dcd3f vuduo4kse added 2020-10-04 16:43:58 +02:00
TangoCash
fb1f44089c add hisilicon; re-add hd61
Conflicts:
	acinclude.m4
	src/neutrino.cpp
2020-10-04 16:43:33 +02:00
svenhoefer
7f850f933b - lcd4l: show event in webtv/webradio mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-01 11:30:43 +02:00
Thilo Graf
626305cc29 lua: Complete list of available fonts 2020-09-30 19:41:40 +02:00
BPanther
b34aa9bfcc fix boxinfo 2020-09-28 08:33:08 +02:00
Thilo Graf
e31bfed96c locales: add missing entries for weather service 2020-09-27 20:47:26 +02:00
Thilo Graf
910bdcbc7d locales: add missing entries for menu.hint_weather_country 2020-09-27 20:30:34 +02:00
GetAway
ae9150608e info_menue.cpp: add missing #include 2020-09-27 13:50:47 +02:00
Jacek Jendrzej
363bc00bdd dboxinfo.cpp: disable unused item 2020-09-26 15:44:52 +02:00
BPanther
1df7300db8 If more than 8 frontends, scroll window for frontends at boxinfo. 2020-09-24 17:12:25 +02:00
TangoCash
88a6931d21 re arrange logos 2020-09-24 17:12:20 +02:00
TangoCash
031f8eb12c keep all logo-naming conventions together 2020-09-24 17:12:10 +02:00
TangoCash
0705475a70 small fix movieplayer 2020-09-24 17:11:59 +02:00
TangoCash
90eb785d2b add some special character conversion 2020-09-20 12:57:44 +02:00
satbaby
7768ea6661 add logo names in streaminfo 2020-09-20 12:57:44 +02:00
svenhoefer
0c1091e859 - rename webtv-setup => webchannels-setup
Conflicts:
	src/gui/user_menue.cpp
	src/gui/webchannels_setup.cpp
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-20 12:57:44 +02:00
Jacek Jendrzej
80c339efe4 src/gui/channellist.cpp: fix Werror=sign-compare and revert 009101d112 2020-09-19 10:24:05 +02:00
Thilo Graf
d1e1450bc5 movieplayer: Comment out unused variable 2020-09-18 17:15:05 +02:00
Thilo Graf
009101d112 channellist: fix possible compile error
error: comparison of integer expressions of different signedness: ‘t_channel_id’ {aka ‘long unsigned int’} and ‘int’ [-Werror=sign-compare]
2020-09-18 17:08:48 +02:00
Thilo Graf
0de076a045 themes: fix event color for Grey-3-0 2020-09-17 21:31:49 +02:00
Thilo Graf
2f3c81ff7f update: set neutrino to v3.12.0 2020.3 3.12 2020-09-17 16:48:22 +02:00
Thilo Graf
da1051cd6f update: set lua api version to 1.85
add luajit
2020-09-17 16:47:35 +02:00
Thilo Graf
96652caa37 data: update bad_package_pattern.list.sample 2020-09-17 16:34:27 +02:00
Jacek Jendrzej
3f5a44ac27 src/gui/glcdsetup.cpp: fix memleak 2020-09-17 16:33:12 +02:00
Jacek Jendrzej
05b3900b8c src/gui/channellist.cpp: try to fix segfault on channels reload 2020-09-17 16:33:12 +02:00
Jacek Jendrzej
6526883922 glcd: fix possible division by zero 2020-09-17 16:33:12 +02:00
svenhoefer
48aa42d346 - icons: add webradio hint icon; part 2
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-17 16:33:12 +02:00
svenhoefer
491703c248 - icons: add webradio hint icon
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-17 16:33:12 +02:00
svenhoefer
79e350c539 - miscsettings-menu: allow to switch the creation of WebRadio channel list
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-17 16:33:12 +02:00
Markus Volk
11ae2fa699 neutrino: add luajit
Luajit is a dynamic scripting language completely compatible to lua 5.1. the whole VM has been rewritten from the ground up
and is relentlessly optimized for performance. It combines a high-speed interpreter, written in assembler, with a state-of-the-art JIT compiler.
A substantial reduction of the overhead associated with dynamic languages allows it to break into the performance range traditionally reserved for offline,
static language compilers.

https://luajit.org/luajit.html
https://github.com/LuaJIT/LuaJIT/tree/master

There was additional code needed to enable neutrino to compile against lua 5.1. This was mostly taken from the luaposix compat-headers.
There are still some minor issue that will be easy to fix but it's up and running so damn fast!

Signed-off-by: Markus Volk <f_l_k@t-online.de>
2020-09-17 16:03:24 +02:00
Thilo Graf
74fb6d953d data: update bad_package_pattern.list.sample 2020-09-08 11:44:49 +02:00
svenhoefer
cac4bd8e28 - update-menu: just disable online update if softupdate_url_file doesn't exist
Conflicts:
	src/gui/update_menue.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-08 11:14:47 +02:00
svenhoefer
a9882cdc22 - rename BOXMODEL_CS => BOXMODEL_CST
Conflicts:
	data/scripts/Makefile.am
	src/gui/cam_menu.cpp
	src/gui/imageinfo_ni.cpp
	src/gui/osd_setup.cpp
	src/gui/update.cpp
	src/gui/update.h
	src/gui/update_menue.cpp
	src/neutrino.cpp
	src/system/setting_helpers.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-08 11:14:38 +02:00
svenhoefer
d29c98d7d5 - rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Conflicts:
	src/driver/rcinput.cpp
	src/gui/info_menue.cpp
	src/gui/mediaplayer.cpp
	src/gui/movieplayer.cpp
	src/zapit/src/frontend.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-08 11:13:51 +02:00
svenhoefer
67650751ac - miscsettings-menu: use new cpufreq locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-01 16:46:34 +02:00
max_10
06c398aea2 - fix locale cpufreq 2020-09-01 16:46:13 +02:00
svenhoefer
42b184f2e9 - use g_info.hw_caps->can_cpufreq to control the cpu frequency
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-01 16:46:08 +02:00
svenhoefer
6491c66a66 - lib/hardware: introduce can_cpufreq to control the cpu frequency
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-01 16:40:42 +02:00
Thilo Graf
206bf533a7 plugins: add option for software manage integration
NOTE: bitmask enumeration should be better for more flexibility
2020-09-01 16:38:10 +02:00
Thilo Graf
467ca4e9e8 update_settings: disable update url select
It's not required because if normal online update is not working.
2020-09-01 16:37:59 +02:00
svenhoefer
d75b08b8a1 - movieplayer: try to fix bookmark menu again
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-08-24 09:47:12 +02:00
Markus Volk
7c5f7573e6 helpers.cpp: fix narrowing conversion
switch expression is 'int', but f_type gets stored as 'long unsigned int' on 32-bit machines since it may not fit otherwise. Recent compilers diagnose this and bail out with:

../../../git/src/system/helpers.cpp:330:9: error: narrowing conversion of '2240043254' from 'long unsigned int' to 'int' [-Wnarrowing]

casting the switch expression to long unsigned int seems to be the solution.

in short: this fixes the build for 32-bit machines with gcc ≥ 10.x

Signed-off-by: Markus Volk <f_l_k@t-online.de>
2020-08-05 05:33:57 +02:00
svenhoefer
0b1ad5988d - psisetup: simplify 25c79afcc31ecf4a821d19ff6eded53222a5a676
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - psisetup: avoid cursor on last item

 e28f72984bcbf2fda748b445934c73b841b06c21
2020-08-02 21:30:51 +02:00
svenhoefer
ea1a951c50 - neutrino: fix movieplayer_display_playtime for HW_DISPLAY_LED_NUM displays
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-08-02 21:30:51 +02:00