Commit Graph

14042 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Thilo Graf
84be501ef1 update.cpp: use default message windows
Origin commit data
------------------
Commit: 718a228f8e
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-09 (Thu, 09 Jul 2020)
2020-07-09 21:53:47 +02:00
GetAway
861a8886e6 simple_display.cpp: show mute at mute, not volumebar
Origin commit data
------------------
Commit: 255f35af34
Author: GetAway <get-away@t-online.de>
Date: 2020-07-09 (Thu, 09 Jul 2020)
2020-07-09 21:53:47 +02:00
GetAway
eb402051fa vfd.cpp: remove deprecated ftime()
Origin commit data
------------------
Commit: 78cd9d3f25
Author: GetAway <get-away@t-online.de>
Date: 2020-07-08 (Wed, 08 Jul 2020)
2020-07-08 20:49:35 +02:00
GetAway
5c38518d3b controlapi.cpp: remove deprecated ftime(), use helpers
Origin commit data
------------------
Commit: 829b47c0f4
Author: GetAway <get-away@t-online.de>
Date: 2020-07-08 (Wed, 08 Jul 2020)
2020-07-08 20:49:35 +02:00
Thilo Graf
0c003b0961 helpers.cpp: add add script name to debug output
Origin commit data
------------------
Commit: b11646d5ce
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-08 (Wed, 08 Jul 2020)
2020-07-08 20:49:35 +02:00
GetAway
0b6f77e897 mod_yparser.cpp: fix warning misleading-indentation
Origin commit data
------------------
Commit: 57a2a70be6
Author: GetAway <get-away@t-online.de>
Date: 2020-07-06 (Mon, 06 Jul 2020)
2020-07-06 22:40:59 +02:00
GetAway
e240ee8c5b mod_yparser.cpp: fix compare and writing vars
Origin commit data
------------------
Commit: 37a6f90788
Author: GetAway <get-away@t-online.de>
Date: 2020-07-06 (Mon, 06 Jul 2020)
2020-07-06 22:40:59 +02:00
GetAway
03e555e475 y-Web: supplement to commit 68cee82
Origin commit data
------------------
Commit: 09a68d0b8d
Author: GetAway <get-away@t-online.de>
Date: 2020-07-05 (Sun, 05 Jul 2020)
2020-07-05 23:49:13 +02:00
GetAway
715126af4e y-Web: fix glcd menues
Origin commit data
------------------
Commit: 0392ac2f08
Author: GetAway <get-away@t-online.de>
Date: 2020-07-05 (Sun, 05 Jul 2020)
2020-07-05 23:49:13 +02:00
vanhofen
b4a2f17a5a glcdsetup: rework brightness settings menu; items depending by correct settings
Origin commit data
------------------
Commit: 17c5446da0
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-05 (Sun, 05 Jul 2020)

Origin message was:
------------------
- glcdsetup: rework brightness settings menu; items depending by correct settings
2020-07-05 00:14:17 +02:00
vanhofen
64202a232f glcdsetup: rework standby settings menu; items depending by correct settings
Origin commit data
------------------
Commit: 309eb4359d
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-04 (Sat, 04 Jul 2020)

Origin message was:
------------------
- glcdsetup: rework standby settings menu; items depending by correct settings
2020-07-04 22:48:55 +02:00
vanhofen
be72920ba5 glcd: fix change of font
Origin commit data
------------------
Commit: f431b6ff4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-04 (Sat, 04 Jul 2020)

Origin message was:
------------------
- glcd: fix change of font
2020-07-04 21:31:23 +02:00
vanhofen
a06e296681 glcd: fix 9566fb9
Origin commit data
------------------
Commit: 99ffcb2657
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-04 (Sat, 04 Jul 2020)

Origin message was:
------------------
- glcd: fix 9566fb9
2020-07-04 20:34:02 +02:00
vanhofen
5a3a7bca17 glcd: don't depend initial scroll offset from scroll spreed
Origin commit data
------------------
Commit: 4e0bf5592e
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-04 (Sat, 04 Jul 2020)

Origin message was:
------------------
- glcd: don't depend initial scroll offset from scroll spreed
2020-07-04 13:47:12 +02:00
vanhofen
91e5b3d743 glcd: just code formatting
Origin commit data
------------------
Commit: 52d6136268
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-03 (Fri, 03 Jul 2020)

Origin message was:
------------------
- glcd: just code formatting
2020-07-03 21:07:16 +02:00
vanhofen
cb1f0d1550 glcd: remove strange reduction of 4 from bitmap->Width()
Origin commit data
------------------
Commit: 7309527498
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-03 (Fri, 03 Jul 2020)

Origin message was:
------------------
- glcd: remove strange reduction of 4 from bitmap->Width()
2020-07-03 21:03:37 +02:00
vanhofen
8a235e2b50 glcd: fix rec/ts icon handling ...
Maybe it's a good idea to handle all the glcd-icons directly in glcd code.


Origin commit data
------------------
Commit: fa290c0882
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- glcd: fix rec/ts icon handling ...

Maybe it's a good idea to handle all the glcd-icons directly in glcd code.
2020-07-02 23:38:23 +02:00
max_10
73aa7b8c6f src/zapit/src/bouquets: fix compiler warnings
Origin commit data
------------------
Commit: 0f54efea8d
Author: max_10 <max_10@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- src/zapit/src/bouquets: fix compiler warnings
2020-07-02 21:22:16 +02:00
max_10
32b94b2df5 timermanager/glcd: fix compiler warnings
Origin commit data
------------------
Commit: 489922deb6
Author: max_10 <max_10@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- timermanager/glcd: fix compiler warnings
2020-07-02 21:22:08 +02:00
TangoCash
0e88dfe4c6 fix epg mapping for multiple channels
Origin commit data
------------------
Commit: 17d955bc56
Author: TangoCash <eric@loxat.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)
2020-07-02 15:35:46 +02:00
TangoCash
5c73475a84 fix epg injection for xml and e2 tv
Origin commit data
------------------
Commit: 891ed2b911
Author: TangoCash <eric@loxat.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)
2020-07-02 15:35:46 +02:00
vanhofen
cf94405ed3 menue: simplifying lcd code
Origin commit data
------------------
Commit: b7d9bf55eb
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- menue: simplifying lcd code
2020-07-02 00:33:31 +02:00
vanhofen
9857eeb332 pictureviewer/glcd: align code
Origin commit data
------------------
Commit: feaa436457
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- pictureviewer/glcd: align code
2020-07-02 00:24:13 +02:00