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
svenhoefer
4be48b5999
- videosettings: activate slider menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
svenhoefer
089a85b860
- psisetup: smoother view
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
svenhoefer
e89f48a10c
- psisetup: avoid cursor on last item
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
svenhoefer
cec1dc0337
- psisetup: use OFFSET defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
svenhoefer
e7d3f37a3c
- videosettings/psisetup; re-add (deactivated) small psi menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
svenhoefer
44e0e7336e
- pick psisetup from https://github.com/maxwiesel/neutrino-max
...
Conflicts:
src/gui/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
svenhoefer
396e460364
- movieplayer: try to fix bookmark menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-08-02 21:30:51 +02:00
Thilo Graf
28a3a51aba
Revert "opkg_manager: add current used feed config file"
...
This reverts commit 39499977c1
.
Needs another solution
2020-08-02 21:30:41 +02:00
Thilo Graf
53cf56d920
themes: add Gray-3.0.theme
2020-08-02 21:30:38 +02:00
Jacek Jendrzej
5027197028
infoviewer.cpp fix show stream metadata
2020-07-19 15:03:57 +02:00
svenhoefer
c63c9e28a6
- locale: fix 4e2538d1feb75e4a0e445ca31c33e5273ac54c5c
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Commit was: simple_display.cpp: fix LED NUM for H7 and BRE2ZE4K
983f2e9306
2020-07-19 13:43:08 +02:00
Thilo Graf
362f9ae67e
locales: update locales
...
supplement to commit:
opkg_manager: show count of available updates after update check
2020-07-18 16:59:15 +02:00
max_10
1cb373afeb
- glcdthemes: fix default glcd_foreground_color
2020-07-17 20:59:09 +02:00
svenhoefer
c18f0e67de
- glcdthemes: fix default values
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:58:57 +02:00
max_10
c9e9c517e7
- Activate GraphLcd screenshot in Webif, if activated in Neutrino
2020-07-17 20:57:32 +02:00
max_10
9bc12c9f7c
- Y_Settings_glcd.yhtm: fix neutrino.conf pfad
2020-07-17 20:57:27 +02:00
svenhoefer
33745220b9
- glcdthemes: add very simple defaults; should work on every display
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:57:17 +02:00
svenhoefer
39caf20758
- glcd: rename theme item names
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:55:01 +02:00
svenhoefer
55db756e31
- glcd: center welcome message
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:53:14 +02:00
svenhoefer
2b153e6ff5
- glcd: some locale adjustments
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:52:59 +02:00
svenhoefer
7447030ec9
- glcd: make glcd_show_logo themable
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:52:43 +02:00
svenhoefer
402970d3d9
- oled: add resolution dependent themes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-17 20:52:12 +02:00
Thilo Graf
e8808e8130
opkg_manager: show count of available updates after update check
2020-07-17 20:43:25 +02:00
Thilo Graf
39499977c1
opkg_manager: add current used feed config file
2020-07-17 20:43:25 +02:00
max_10
28d9be36ed
- osd_setup: fix segfault when deactivating evenlogos in the start assistant
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-07-16 19:25:13 +02:00
TangoCash
1627d7209a
fix script information if no real epg is present
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-07-16 19:11:23 +02:00
GetAway
6c8f043f47
hardware_caps.cpp: introduce display_has_colon for coolstream
2020-07-16 18:56:08 +02:00
GetAway
983f2e9306
simple_display.cpp: fix LED NUM for H7 and BRE2ZE4K
2020-07-16 15:12:19 +02:00
Thilo Graf
7933e1547f
update.cpp: use default message windows
2020-07-09 16:33:40 +02:00
GetAway
b3c9c78686
simple_display.cpp: show mute at mute, not volumebar
2020-07-09 15:50:38 +02:00
GetAway
a586f7e7b7
vfd.cpp: remove deprecated ftime()
2020-07-08 12:23:47 +02:00
GetAway
3c5ce45c46
controlapi.cpp: remove deprecated ftime(), use helpers
2020-07-08 10:15:41 +02:00
Thilo Graf
75d77244f8
helpers.cpp: add add script name to debug output
2020-07-07 20:02:51 +02:00
GetAway
ff40921ed8
mod_yparser.cpp: fix warning misleading-indentation
2020-07-06 13:20:36 +02:00
GetAway
8ae11ff025
mod_yparser.cpp: fix compare and writing vars
2020-07-06 11:55:38 +02:00
GetAway
1103ca3b43
y-Web: supplement to commit 68cee82
2020-07-05 23:41:05 +02:00
GetAway
68cee82a21
y-Web: fix glcd menues
2020-07-05 23:03:06 +02:00
svenhoefer
99ea9e1937
- glcdsetup: rework brightness settings menu; items depending by correct settings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:37:52 +02:00
svenhoefer
0336d8a6fa
- glcdsetup: rework standby settings menu; items depending by correct settings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:05:19 +02:00
svenhoefer
069caea804
- oled: fix bar with for default theme
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:04:53 +02:00
svenhoefer
f48699e08b
- glcd: fix change of font
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:04:24 +02:00
svenhoefer
aa6c78eaa6
- glcd: fix 8605be5
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
commit was: - glcd: re-add driver selection
2020-07-05 13:03:46 +02:00
svenhoefer
938ba82256
- glcd: don't depend initial scroll offset from scroll spreed
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:01:50 +02:00
svenhoefer
be9cb674f0
- glcd: just code formatting
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:01:27 +02:00