Commit Graph

15119 Commits

Author SHA1 Message Date
Jacek Jendrzej
015f2224d6 src/gui/glcdsetup.cpp: fix memleak
Origin commit data
------------------
Commit: 0ba5fdc63b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
2020-09-14 18:55:01 +02:00
Jacek Jendrzej
eccd88ae69 src/gui/channellist.cpp: try to fix segfault on channels reload
Origin commit data
------------------
Commit: 9aa2a57eb9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
2020-09-14 17:44:27 +02:00
Jacek Jendrzej
971ee13f1d glcd: fix possible division by zero
Origin commit data
------------------
Commit: 946a613884
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
2020-09-14 15:18:07 +02:00
vanhofen
08a9549e54 icons: add webradio hint icon; part 2
Origin commit data
------------------
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
2020-09-13 18:03:17 +02:00
vanhofen
89fd30e9c1 icons: add webradio hint icon
Origin commit data
------------------
Commit: ab2a58b682
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-13 (Sun, 13 Sep 2020)

Origin message was:
------------------
- icons: add webradio hint icon
2020-09-13 17:56:26 +02:00
vanhofen
e29df84e46 miscsettings-menu: allow to switch the creation of WebRadio channel list
Origin commit data
------------------
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
2020-09-13 17:26:07 +02:00
vanhofen
6322424fbb update-menu: just disable online update if softupdate_url_file doesn't exist
Origin commit data
------------------
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
2020-09-03 22:52:52 +02:00
Thilo Graf
94d94a0602 plugins: add option for software manage integration
NOTE: bitmask enumeration should be better for more flexibility


Origin commit data
------------------
Commit: 5e0f9d0e97
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)
2020-09-03 22:07:12 +02:00
vanhofen
5a7e54d880 rename BOXMODEL_CS => BOXMODEL_CST
Origin commit data
------------------
Commit: 05be592b65
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)

Origin message was:
------------------
- rename BOXMODEL_CS => BOXMODEL_CST
2020-09-03 22:07:12 +02:00
vanhofen
d3b0831354 rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Origin commit data
------------------
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
2020-09-03 22:07:12 +02:00
vanhofen
d5fac4fc7c miscsettings-menu: use new cpufreq locales
Origin commit data
------------------
Commit: b373f804bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)

Origin message was:
------------------
- miscsettings-menu: use new cpufreq locales
2020-08-31 01:39:02 +02:00
max_10
6240192d48 fix locale cpufreq
Origin commit data
------------------
Commit: d29995141a
Author: max_10 <max_10@gmx.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)

Origin message was:
------------------
- fix locale cpufreq
2020-08-31 01:39:02 +02:00
vanhofen
e2f62205b5 use g_info.hw_caps->can_cpufreq to control the cpu frequency
Origin commit data
------------------
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
2020-08-30 22:49:37 +02:00
vanhofen
e4594292a5 lib/hardware: introduce can_cpufreq to control the cpu frequency
Origin commit data
------------------
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
2020-08-30 22:49:37 +02:00
Markus Volk
829cc3f238 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
------------------
Commit: 1d73d07f22
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-08-04 (Tue, 04 Aug 2020)
2020-08-05 23:43:25 +02:00
vanhofen
89537e544a themes: fix 7244ea419101d05e4b10ba4b2b9eacc800be6c9e
Origin commit data
------------------
Commit: d5df3a020e
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-03 (Mon, 03 Aug 2020)

Origin message was:
------------------
- themes: fix 7244ea419101d05e4b10ba4b2b9eacc800be6c9e
2020-08-03 01:18:51 +02:00
Thilo Graf
1cd1c96d43 themes: add Gray-3.0.theme
Origin commit data
------------------
Commit: 44f7befda8
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-08-03 (Mon, 03 Aug 2020)
2020-08-03 01:18:51 +02:00
Thilo Graf
659adc4f7a Revert "opkg_manager: add current used feed config file"
This reverts commit 39499977c13343a86508efe51f811f2df1b4e0e9.

Needs another solution


Origin commit data
------------------
Commit: 412b8ae356
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-08-03 (Mon, 03 Aug 2020)
2020-08-03 01:18:51 +02:00
vanhofen
95c8a59709 movieplayer: try to fix bookmark menu again
Origin commit data
------------------
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
2020-08-02 21:59:38 +02:00
vanhofen
80a1485dc7 psisetup: simplify 1968230641
Origin commit data
------------------
Commit: 57efc5fc79
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- psisetup: simplify 1968230641
2020-07-28 22:46:49 +02:00
vanhofen
e7815cb6a0 neutrino: fix movieplayer_display_playtime for HW_DISPLAY_LED_NUM displays
Origin commit data
------------------
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
2020-07-28 22:32:25 +02:00
vanhofen
ee10741ac0 videosettings: activate slider menu
Origin commit data
------------------
Commit: 943fa46fcb
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- videosettings: activate slider menu
2020-07-28 00:15:35 +02:00
vanhofen
77edb7ca52 psisetup: smoother view
Origin commit data
------------------
Commit: f8028639b5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)

Origin message was:
------------------
- psisetup: smoother view
2020-07-28 00:15:35 +02:00
vanhofen
1968230641 psisetup: avoid cursor on last item
Origin commit data
------------------
Commit: 25c79afcc3
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-27 (Mon, 27 Jul 2020)

Origin message was:
------------------
- psisetup: avoid cursor on last item
2020-07-27 23:42:13 +02:00
vanhofen
52680cf1e5 psisetup: use OFFSET defines
Origin commit data
------------------
Commit: d1151bc6c4
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-27 (Mon, 27 Jul 2020)

Origin message was:
------------------
- psisetup: use OFFSET defines
2020-07-27 23:26:23 +02:00
vanhofen
bb4564e909 videosettings/psisetup; re-add (deactivated) small psi menu
Origin commit data
------------------
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
2020-07-27 23:16:44 +02:00
vanhofen
9c3c366571 pick psisetup from https://github.com/maxwiesel/neutrino-max
Origin commit data
------------------
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
2020-07-27 23:16:44 +02:00
vanhofen
8974c4c04a movieplayer: try to fix bookmark menu
Origin commit data
------------------
Commit: 9f5efc7e2d
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-26 (Sun, 26 Jul 2020)

Origin message was:
------------------
- movieplayer: try to fix bookmark menu
2020-07-26 23:03:57 +02:00
Jacek Jendrzej
ee0a5b881b infoviewer.cpp fix show stream metadata
Origin commit data
------------------
Commit: 42a0858310
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-07-19 (Sun, 19 Jul 2020)
2020-07-19 17:09:43 +02:00
Thilo Graf
8806659d8e locales: update locales
supplement to commit:
	opkg_manager: show count of available updates after update check


Origin commit data
------------------
Commit: 81de9d5568
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-18 (Sat, 18 Jul 2020)
2020-07-19 14:02:52 +02:00
vanhofen
db6daef56a locale: fix de99d4596b
Origin commit data
------------------
Commit: 77bf16a737
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-19 (Sun, 19 Jul 2020)

Origin message was:
------------------
- locale: fix de99d4596b
2020-07-19 10:28:41 +02:00
Thilo Graf
03f8865934 opkg_manager: show count of available updates after update check
Origin commit data
------------------
Commit: e1aa34be62
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-18 (Sat, 18 Jul 2020)
2020-07-18 11:06:56 +02:00
Thilo Graf
b9487dfaa5 opkg_manager: add current used feed config file
Origin commit data
------------------
Commit: c1b35d7cb0
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-18 (Sat, 18 Jul 2020)
2020-07-18 11:06:56 +02:00
max_10
13cf5645f2 glcdthemes: fix default glcd_foreground_color
Origin commit data
------------------
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
2020-07-16 23:28:02 +02:00
vanhofen
36d807bfc0 glcdthemes: fix default values
Origin commit data
------------------
Commit: 08ecccff31
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)

Origin message was:
------------------
- glcdthemes: fix default values
2020-07-16 20:23:17 +02:00
max_10
b8dc0ecac3 osd_setup: fix segfault when deactivating evenlogos in the start assistant
Signed-off-by: GetAway <get-away@t-online.de>


Origin commit data
------------------
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>
2020-07-16 20:07:12 +02:00
GetAway
97a0d3eb05 hardware_caps.cpp: introduce display_has_colon for coolstream
Origin commit data
------------------
Commit: f91d5ecad8
Author: GetAway <get-away@t-online.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)
2020-07-16 20:07:12 +02:00
GetAway
de99d4596b simple_display.cpp: fix LED NUM for H7 and BRE2ZE4K
Origin commit data
------------------
Commit: 4e2538d1fe
Author: GetAway <get-away@t-online.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)
2020-07-16 20:07:12 +02:00
TangoCash
a05d3ed927 fix script information if no real epg is present
Origin commit data
------------------
Commit: e4f379fb0e
Author: TangoCash <eric@loxat.de>
Date: 2020-07-15 (Wed, 15 Jul 2020)
2020-07-15 17:04:10 +02:00
vanhofen
567508a69a migration.sh: remove all old glcd_ keywords
Origin commit data
------------------
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
2020-07-14 23:27:55 +02:00
max_10
2d878439bb Activate GraphLcd screenshot in Webif, if activated in Neutrino
Origin commit data
------------------
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
2020-07-14 23:02:45 +02:00
max_10
c458c615b4 Y_Settings_glcd.yhtm: fix neutrino.conf pfad
Origin commit data
------------------
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
2020-07-14 23:01:00 +02:00
vanhofen
f06de8cdf9 glcdthemes: add very simple defaults; should work on every display
Origin commit data
------------------
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
2020-07-14 21:57:53 +02:00
vanhofen
1372949a0f Revert "- pictures: minor changes in mode pictures"
This reverts commit 727028f6db
because new pictures are broken.


Origin commit data
------------------
Commit: 6edf7eb6f1
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-14 (Tue, 14 Jul 2020)
2020-07-14 21:35:13 +02:00
vanhofen
e81d13ee49 glcd: rename theme item names
Origin commit data
------------------
Commit: f2ae648734
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-14 (Tue, 14 Jul 2020)

Origin message was:
------------------
- glcd: rename theme item names
2020-07-14 21:35:13 +02:00
vanhofen
727028f6db pictures: minor changes in mode pictures
Origin commit data
------------------
Commit: 3310cabc94
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)

Origin message was:
------------------
- pictures: minor changes in mode pictures
2020-07-11 02:34:13 +02:00
vanhofen
6be21be277 glcd: center welcome message
Origin commit data
------------------
Commit: 34981eceda
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)

Origin message was:
------------------
- glcd: center welcome message
2020-07-11 02:01:49 +02:00
vanhofen
a012e717b9 glcd: some locale adjustments
Origin commit data
------------------
Commit: f46d8d1776
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)

Origin message was:
------------------
- glcd: some locale adjustments
2020-07-11 01:50:53 +02:00
vanhofen
0c39f16487 glcd: make glcd_show_logo themable
Origin commit data
------------------
Commit: 79702786d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)

Origin message was:
------------------
- glcd: make glcd_show_logo themable
2020-07-11 00:22:41 +02:00
vanhofen
679a6919d9 oled: add resolution dependent themes
Origin commit data
------------------
Commit: 3a6344fc22
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)

Origin message was:
------------------
- oled: add resolution dependent themes
2020-07-11 00:02:00 +02:00