Commit Graph

15074 Commits

Author SHA1 Message Date
Thilo Graf
e3a648d1b4 update: set lua api version to 1.85
add luajit


Origin commit data
------------------
Branch: ni/coolstream
Commit: fcbe85ee3e
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-09-17 (Thu, 17 Sep 2020)



------------------
This commit was generated by Migit
2020-09-19 13:27:38 +02:00
Markus Volk
1134b182a4 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>


Origin commit data
------------------
Branch: ni/coolstream
Commit: ae2df0de4f
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-09-17 (Thu, 17 Sep 2020)



------------------
This commit was generated by Migit
2020-09-19 13:27:38 +02:00
TangoCash
3a69b4d40b add some special character conversion
Origin commit data
------------------
Branch: ni/coolstream
Commit: a682d4b74d
Author: TangoCash <eric@loxat.de>
Date: 2020-09-15 (Tue, 15 Sep 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-19 13:27:38 +02:00
Jacek Jendrzej
b4cdf05bf3 add logo names in streaminfo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3b94b244ac
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-19 13:27:38 +02:00
vanhofen
dc0fca4600 rename webtv-setup => webchannels-setup
Origin commit data
------------------
Branch: ni/coolstream
Commit: e3cf2920a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-13 (Sun, 13 Sep 2020)

Origin message was:
------------------
- rename webtv-setup => webchannels-setup

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-19 13:27:38 +02:00
Jacek Jendrzej
b53c30a1d9 src/gui/glcdsetup.cpp: fix memleak
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ba5fdc63b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-14 18:55:01 +02:00
Jacek Jendrzej
fc3db76542 src/gui/channellist.cpp: try to fix segfault on channels reload
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9aa2a57eb9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-14 17:44:27 +02:00
Jacek Jendrzej
de8ef0687c glcd: fix possible division by zero
Origin commit data
------------------
Branch: ni/coolstream
Commit: 946a613884
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-14 15:18:07 +02:00
vanhofen
a8141628de icons: add webradio hint icon; part 2
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e046327ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-13 (Sun, 13 Sep 2020)

Origin message was:
------------------
- icons: add webradio hint icon; part 2

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-13 18:03:17 +02:00
vanhofen
48640f9cd7 icons: add webradio hint icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab2a58b682
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-13 (Sun, 13 Sep 2020)

Origin message was:
------------------
- icons: add webradio hint icon

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-13 17:56:26 +02:00
vanhofen
a63102a626 miscsettings-menu: allow to switch the creation of WebRadio channel list
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b4a9ec815
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-13 (Sun, 13 Sep 2020)

Origin message was:
------------------
- miscsettings-menu: allow to switch the creation of WebRadio channel list

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-13 17:26:07 +02:00
vanhofen
e6be158506 update-menu: just disable online update if softupdate_url_file doesn't exist
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c2827f040
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)

Origin message was:
------------------
- update-menu: just disable online update if softupdate_url_file doesn't exist

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-03 22:52:52 +02:00
Thilo Graf
83c4595b24 plugins: add option for software manage integration
NOTE: bitmask enumeration should be better for more flexibility


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e0f9d0e97
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)



------------------
This commit was generated by Migit
2020-09-03 22:07:12 +02:00
vanhofen
85e3ff501e rename BOXMODEL_CS => BOXMODEL_CST
Origin commit data
------------------
Branch: ni/coolstream
Commit: 05be592b65
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)

Origin message was:
------------------
- rename BOXMODEL_CS => BOXMODEL_CST

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-03 22:07:12 +02:00
vanhofen
bfaa815410 rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 524913f4ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)

Origin message was:
------------------
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-09-03 22:07:12 +02:00
vanhofen
4d45d0a06a miscsettings-menu: use new cpufreq locales
Origin commit data
------------------
Branch: ni/coolstream
Commit: b373f804bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)

Origin message was:
------------------
- miscsettings-menu: use new cpufreq locales

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-31 01:39:02 +02:00
max_10
13fe2494af fix locale cpufreq
Origin commit data
------------------
Branch: ni/coolstream
Commit: d29995141a
Author: max_10 <max_10@gmx.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)

Origin message was:
------------------
- fix locale cpufreq

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-31 01:39:02 +02:00
vanhofen
2105bac1a1 use g_info.hw_caps->can_cpufreq to control the cpu frequency
Origin commit data
------------------
Branch: ni/coolstream
Commit: 474e66e129
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-30 (Sun, 30 Aug 2020)

Origin message was:
------------------
- use g_info.hw_caps->can_cpufreq to control the cpu frequency

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-30 22:49:37 +02:00
vanhofen
deae82f80e lib/hardware: introduce can_cpufreq to control the cpu frequency
Origin commit data
------------------
Branch: ni/coolstream
Commit: 258aae865f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-30 (Sun, 30 Aug 2020)

Origin message was:
------------------
- lib/hardware: introduce can_cpufreq to control the cpu frequency

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-30 22:49:37 +02:00
Markus Volk
cad564fbd9 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>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d73d07f22
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-08-04 (Tue, 04 Aug 2020)



------------------
This commit was generated by Migit
2020-08-05 23:43:25 +02:00
vanhofen
9ed89a863d themes: fix 7244ea419101d05e4b10ba4b2b9eacc800be6c9e
Origin commit data
------------------
Branch: ni/coolstream
Commit: d5df3a020e
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-03 (Mon, 03 Aug 2020)

Origin message was:
------------------
- themes: fix 7244ea419101d05e4b10ba4b2b9eacc800be6c9e

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-03 01:18:51 +02:00
Thilo Graf
508479d614 themes: add Gray-3.0.theme
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44f7befda8
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-08-03 (Mon, 03 Aug 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-03 01:18:51 +02:00
Thilo Graf
c3ded9f882 Revert "opkg_manager: add current used feed config file"
This reverts commit 39499977c13343a86508efe51f811f2df1b4e0e9.

Needs another solution


Origin commit data
------------------
Branch: ni/coolstream
Commit: 412b8ae356
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-08-03 (Mon, 03 Aug 2020)



------------------
This commit was generated by Migit
2020-08-03 01:18:51 +02:00
vanhofen
c79c942fa3 movieplayer: try to fix bookmark menu again
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cc4517e4c
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-02 (Sun, 02 Aug 2020)

Origin message was:
------------------
- movieplayer: try to fix bookmark menu again

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-08-02 21:59:38 +02:00
vanhofen
e754fe111e psisetup: simplify b900b64b10
Origin commit data
------------------
Branch: ni/coolstream
Commit: 57efc5fc79
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- psisetup: simplify b900b64b10

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-28 22:46:49 +02:00
vanhofen
863bf510a0 neutrino: fix movieplayer_display_playtime for HW_DISPLAY_LED_NUM displays
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f98c0dcfd
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- neutrino: fix movieplayer_display_playtime for HW_DISPLAY_LED_NUM displays

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-28 22:32:25 +02:00
vanhofen
418ac0e995 videosettings: activate slider menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 943fa46fcb
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- videosettings: activate slider menu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-28 00:15:35 +02:00
vanhofen
00f1cd09a9 psisetup: smoother view
Origin commit data
------------------
Branch: ni/coolstream
Commit: f8028639b5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- psisetup: smoother view

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-28 00:15:35 +02:00
vanhofen
b900b64b10 psisetup: avoid cursor on last item
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25c79afcc3
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-27 (Mon, 27 Jul 2020)

Origin message was:
------------------
- psisetup: avoid cursor on last item

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-27 23:42:13 +02:00
vanhofen
dcb027497d psisetup: use OFFSET defines
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1151bc6c4
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-27 (Mon, 27 Jul 2020)

Origin message was:
------------------
- psisetup: use OFFSET defines

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-27 23:26:23 +02:00
vanhofen
4ae7e923b3 videosettings/psisetup; re-add (deactivated) small psi menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b496f5e14
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-27 (Mon, 27 Jul 2020)

Origin message was:
------------------
- videosettings/psisetup; re-add (deactivated) small psi menu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-27 23:16:44 +02:00
vanhofen
d312b5052e pick psisetup from https://github.com/maxwiesel/neutrino-max
Origin commit data
------------------
Branch: ni/coolstream
Commit: b79c37da51
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-27 (Mon, 27 Jul 2020)

Origin message was:
------------------
- pick psisetup from https://github.com/maxwiesel/neutrino-max

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-27 23:16:44 +02:00
vanhofen
c1c7fca73a movieplayer: try to fix bookmark menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f5efc7e2d
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-26 (Sun, 26 Jul 2020)

Origin message was:
------------------
- movieplayer: try to fix bookmark menu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-26 23:03:57 +02:00
Jacek Jendrzej
18e25e560d infoviewer.cpp fix show stream metadata
Origin commit data
------------------
Branch: ni/coolstream
Commit: 42a0858310
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-07-19 (Sun, 19 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-19 17:09:43 +02:00
Thilo Graf
4e03a4fe67 locales: update locales
supplement to commit:
	opkg_manager: show count of available updates after update check


Origin commit data
------------------
Branch: ni/coolstream
Commit: 81de9d5568
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-18 (Sat, 18 Jul 2020)



------------------
This commit was generated by Migit
2020-07-19 14:02:52 +02:00
vanhofen
3f95233527 locale: fix 39786d7e2c
Origin commit data
------------------
Branch: ni/coolstream
Commit: 77bf16a737
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-19 (Sun, 19 Jul 2020)

Origin message was:
------------------
- locale: fix 39786d7e2c

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-19 10:28:41 +02:00
Thilo Graf
0c0ab24899 opkg_manager: show count of available updates after update check
Origin commit data
------------------
Branch: ni/coolstream
Commit: e1aa34be62
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-18 (Sat, 18 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-18 11:06:56 +02:00
Thilo Graf
d8059f7a2d opkg_manager: add current used feed config file
Origin commit data
------------------
Branch: ni/coolstream
Commit: c1b35d7cb0
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-18 (Sat, 18 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-18 11:06:56 +02:00
max_10
075824f670 glcdthemes: fix default glcd_foreground_color
Origin commit data
------------------
Branch: ni/coolstream
Commit: cd8c524929
Author: max_10 <max_10@gmx.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)

Origin message was:
------------------
- glcdthemes: fix default glcd_foreground_color

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-16 23:28:02 +02:00
vanhofen
119f89dd25 glcdthemes: fix default values
Origin commit data
------------------
Branch: ni/coolstream
Commit: 08ecccff31
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)

Origin message was:
------------------
- glcdthemes: fix default values

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-16 20:23:17 +02:00
max_10
f58a0a4370 osd_setup: fix segfault when deactivating evenlogos in the start assistant
Signed-off-by: GetAway <get-away@t-online.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4421943d27
Author: max_10 <max_10@gmx.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)

Origin message was:
------------------
- osd_setup: fix segfault when deactivating evenlogos in the start assistant

Signed-off-by: GetAway <get-away@t-online.de>


------------------
This commit was generated by Migit
2020-07-16 20:07:12 +02:00
GetAway
5273c80a31 hardware_caps.cpp: introduce display_has_colon for coolstream
Origin commit data
------------------
Branch: ni/coolstream
Commit: f91d5ecad8
Author: GetAway <get-away@t-online.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-16 20:07:12 +02:00
GetAway
39786d7e2c simple_display.cpp: fix LED NUM for H7 and BRE2ZE4K
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e2538d1fe
Author: GetAway <get-away@t-online.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-16 20:07:12 +02:00
TangoCash
4afb7a44c4 fix script information if no real epg is present
Origin commit data
------------------
Branch: ni/coolstream
Commit: e4f379fb0e
Author: TangoCash <eric@loxat.de>
Date: 2020-07-15 (Wed, 15 Jul 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-15 17:04:10 +02:00
vanhofen
fa629c0e4e migration.sh: remove all old glcd_ keywords
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7bb0540771
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-14 (Tue, 14 Jul 2020)

Origin message was:
------------------
- migration.sh: remove all old glcd_ keywords

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-14 23:27:55 +02:00
max_10
184a0eb48a Activate GraphLcd screenshot in Webif, if activated in Neutrino
Origin commit data
------------------
Branch: ni/coolstream
Commit: ced875e76a
Author: max_10 <max_10@gmx.de>
Date: 2020-07-13 (Mon, 13 Jul 2020)

Origin message was:
------------------
- Activate GraphLcd screenshot in Webif, if activated in Neutrino

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-14 23:02:45 +02:00
max_10
d33304a377 Y_Settings_glcd.yhtm: fix neutrino.conf pfad
Origin commit data
------------------
Branch: ni/coolstream
Commit: e3d2a48acd
Author: max_10 <max_10@gmx.de>
Date: 2020-07-13 (Mon, 13 Jul 2020)

Origin message was:
------------------
- Y_Settings_glcd.yhtm: fix neutrino.conf pfad

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-14 23:01:00 +02:00
vanhofen
52c205c92b glcdthemes: add very simple defaults; should work on every display
Origin commit data
------------------
Branch: ni/coolstream
Commit: ef50ecef32
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-14 (Tue, 14 Jul 2020)

Origin message was:
------------------
- glcdthemes: add very simple defaults; should work on every display

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-14 21:57:53 +02:00
vanhofen
fa36d99e81 Revert "- pictures: minor changes in mode pictures"
This reverts commit 0154b54ce6
because new pictures are broken.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6edf7eb6f1
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-14 (Tue, 14 Jul 2020)



------------------
This commit was generated by Migit
2020-07-14 21:35:13 +02:00
vanhofen
cbfe8c9f23 glcd: rename theme item names
Origin commit data
------------------
Branch: ni/coolstream
Commit: f2ae648734
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-14 (Tue, 14 Jul 2020)

Origin message was:
------------------
- glcd: rename theme item names

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-07-14 21:35:13 +02:00