Thilo Graf
0760620cfe
update to version 3.13.0
...
- removed azbox, tripledragon
- hisilcon fixes
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-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
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
svenhoefer
75b59d9be5
- glcd: remove strange reduction of 4 from bitmap->Width()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:01:10 +02:00
svenhoefer
354e1971e3
- glcd: fix rec/ts icon handling ...
...
Maybe it's a good idea to handle all the glcd-icons directly in glcd code.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-05 13:00:48 +02:00
max_10
c4c6b32197
- src/zapit/src/bouquets: fix compiler warnings
2020-07-05 13:00:32 +02:00
max_10
59c73a5eea
- timermanager/glcd: fix compiler warnings
2020-07-05 13:00:22 +02:00
TangoCash
596d390297
fix epg mapping for multiple channels
2020-07-05 13:00:06 +02:00
TangoCash
28a8d7c630
fix epg injection for xml and e2 tv
2020-07-05 13:00:02 +02:00
vanhofen
2a708439d4
- menue: simplifying lcd code
...
Conflicts:
src/gui/widget/menue.cpp
2020-07-05 12:59:12 +02:00
svenhoefer
319f0d8138
- pictureviewer/glcd: align code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-04 23:05:56 +02:00
svenhoefer
05dc1bd252
- movieplayer/glcd: fix compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-04 23:05:27 +02:00
svenhoefer
80e3dc708a
- audioplayer/glcd: fix compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-04 23:05:05 +02:00
svenhoefer
dcc7067c59
- glcd: fix compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-04 23:04:46 +02:00
DboxOldie
2a6f0e9e5e
enable limit macros
2020-07-04 23:04:31 +02:00
TangoCash
9a3f259373
add epg mapping too xml and e2 lists
2020-07-04 23:04:16 +02:00
TangoCash
01e6aeb2ed
show in log where epg events come from
2020-07-04 23:04:09 +02:00
svenhoefer
28b96cfa58
- glcd: improve text alignment
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-07-04 23:03:38 +02:00
svenhoefer
6692585cb4
- glcd: don't maximize mirrored osd
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 19:44:54 +02:00
svenhoefer
6e8987a8ba
- glcd: add pakenham.ttf as a seperate font
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 19:44:49 +02:00
svenhoefer
b5bc1ca77f
- glcd: boxmodel VU+ Uno4k hasn't a display
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:48:07 +02:00
svenhoefer
8a7d19504e
- glcd: fix display of weather w/o time in standby mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:47:45 +02:00
svenhoefer
d0434ed495
- glcd: better position for forcast temperature
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:47:32 +02:00
svenhoefer
97381edaed
- glcd: add unknown weather icon; change font handling; remove min temp from forecast
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:47:11 +02:00
svenhoefer
c48689c0fc
- glcdsetup: fix memory of last cursor position
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:46:57 +02:00
svenhoefer
88341ac925
- glcdsetup: don't hide position settings; just deactivate items
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:46:25 +02:00
svenhoefer
cdc48cc9ea
- glcdsetup: fix indentation
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:46:09 +02:00
svenhoefer
3d62e0420f
- glcdsetup: auto-count structs
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:45:49 +02:00
svenhoefer
94c6a88cc3
- glcdsetup: rework and fix driver selection menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:45:27 +02:00
svenhoefer
8a9b553486
- glcd: add respawn function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:44:45 +02:00
svenhoefer
fb17a1a4a5
- miscsettings-menu: fix memleak
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:44:30 +02:00
svenhoefer
6a92d16c67
- glcdsetup: fix memleak
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:43:47 +02:00
svenhoefer
e8e9f6cad3
- glcdsetup: use menu return values
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:43:24 +02:00
svenhoefer
8c8b34197e
- glcdsetup: fix compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:43:06 +02:00
svenhoefer
734f8de1f3
- glcdsetup: align progressbar items
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:42:51 +02:00
svenhoefer
15fc93eff2
- deutsch.locale: minor alignments
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:42:38 +02:00
svenhoefer
5c89c048bc
- glcdsetup: fix logo/channel menu item dependencies
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:41:59 +02:00
svenhoefer
bd1cc1fd9a
- glcdsetup: a bit more structure in setup menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:41:27 +02:00
svenhoefer
5aae22b0e9
- glcd: prefer icons in /var
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:40:53 +02:00
svenhoefer
abdd262a61
- glcd: remove unnecessary defines; count arrays automatically; fix path to icons
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:38:43 +02:00
svenhoefer
0271586fd5
- glcd: simplify showProgressBarBorder() call
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:38:24 +02:00
svenhoefer
dee0d3357e
- glcd: fix event start/end/duration
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:38:10 +02:00
svenhoefer
617184bc32
- glcdthemes: fix reset to default theme
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:37:46 +02:00
svenhoefer
e60385c017
- oled/themes: change progressbar color
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:37:30 +02:00
svenhoefer
b91b056b2c
- glcdthemes: fix typo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:37:06 +02:00
svenhoefer
8c8012c4fc
- glcd: re-add driver selection
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:36:18 +02:00
svenhoefer
b3db52290e
- glcd: re-reduce sleep at shutdown
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:35:57 +02:00
svenhoefer
93706fc851
- vfd_setup: execute glcd-setup directly if it's the only item
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:35:22 +02:00
svenhoefer
e57afb48dd
- glcdsetup: re-ordering menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:34:45 +02:00
svenhoefer
4f8e5b19c6
- glcd: fix compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:34:30 +02:00
svenhoefer
74bed84428
- glcd: re-add 540d081; do always show startup logo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:33:43 +02:00
svenhoefer
5fb1faa366
- glcd: use global font setting as fallback
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:33:16 +02:00
svenhoefer
e4378c95f2
- glcd: merge led/lcd/simple clock into a single source file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:06:24 +02:00
svenhoefer
ff94004d7f
- move glcd sources to one single place in driver/glcd
...
Conflicts:
src/driver/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 18:04:42 +02:00
svenhoefer
3e6bab00d8
- move oled data to one single place in data/oled
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 17:51:54 +02:00
BPanther
e947d53eba
MIPS/ARM: blit faster, thx redblue
2020-06-29 17:51:36 +02:00
redblue.pkt
0a64ccc0e9
fix blit
2020-06-29 17:51:28 +02:00
svenhoefer
8eea7d4841
- yeb: fix graphlcd; TODO: add locales
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 17:51:20 +02:00
redblue-pkt
1b6f4fedf5
update glcd
...
Conflicts:
src/gui/movieplayer.h
src/gui/weather_locations.h
src/neutrino.cpp
2020-06-29 17:34:24 +02:00
svenhoefer
6435b167e5
- neutrino: allow to toggle nglcd in standbymode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 16:00:34 +02:00
svenhoefer
d494241a02
- nglcd: add toggle power function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 15:59:23 +02:00
svenhoefer
ed256d562b
- glcdsetup: fix driver selection
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:23:08 +02:00
svenhoefer
a79ad4ad92
- fix 8cad105; ifdef ENABLE_GRAPHLCD was missing
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:21:43 +02:00
svenhoefer
abeb62b13f
- nglcd: do always show startup logo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:20:58 +02:00
svenhoefer
d9a712c602
- glcdsetup: disable analog clock in standby mode; front display is flickering as hell
...
Conflicts:
version_pseudo.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:18:42 +02:00
svenhoefer
759186f89f
- glcdsetup: rename and auto-count clock options struct
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:16:07 +02:00
svenhoefer
028dd997bb
- nglcd: use our own clock face
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
TODO: clock images
2020-06-15 20:15:38 +02:00
svenhoefer
7c74515376
- glcdsetup: change return value when switching the displays
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:03:43 +02:00
svenhoefer
d6b0cf6b49
- glcdsetup: localize clock options
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:03:19 +02:00
svenhoefer
e10be35000
- glcdsetup: show color selections as pulldown menues
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:02:41 +02:00
BPanther
e0d4b22bc9
blit fix (thx redblue)
2020-06-15 20:01:44 +02:00
svenhoefer
731e261605
- glcdsetup: use beautiful material colors palette
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:01:32 +02:00
svenhoefer
df692287d8
- rework VUPLUS defines
...
Conflicts:
src/gui/cam_menu.cpp
src/neutrino_menue.cpp
src/zapit/src/zapit.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 20:00:35 +02:00
Frankenstone
77f774d0a6
CFbAccel arm and mips more enable acc
2020-06-15 19:47:07 +02:00
FlatTV
97844f901f
y-web: fix EPG and OK coords
2020-06-15 19:46:43 +02:00
redblue-pkt
42890325d7
CFbAccelARM::paintRect readded and for MIPS also added
...
Conflicts:
src/driver/fb_accel_arm.cpp
2020-06-15 19:46:17 +02:00
FlatTV
ae3d31b74b
y-web: change boxtype string to "AirDigital Zgemma H7C/S"
2020-06-15 19:34:39 +02:00
Frankenstone
fe3507ebc1
partly revert commit 52c8acd, diseqc options standard now off
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
commit was: - zapit: cleanup from load/save motor position functions
see: f859acd4000e17cd6320934c96d6b35e680eb647
2020-06-15 19:31:42 +02:00
Janus
c7a52e34db
- scan-setup: adjust diseqc 1.1 repeat order notify
2020-06-15 19:31:42 +02:00
Frankenstone
4bfad00ee1
frontend: addition to commit 59252156a9b793956c1334541594b4bdff5c0af4
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
commit was: rename unicable qrg to unicable freq for more plausibility
see: 31380c4691e993589b5afb947e2156a2763d745a
2020-06-15 19:31:42 +02:00
TangoCash
754c520aed
- scan-setup: cosmetics
2020-06-15 19:31:42 +02:00
TangoCash
56355c17bb
- zapit: cleanup from load/save motor position functions
2020-06-15 19:31:42 +02:00
svenhoefer
62eb10edec
- configure: align code format of --enable/disable-arm-acc switch
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 19:31:42 +02:00
TangoCash
055ced60db
add configure option (--diable-arm-acc) to disable arm hardware acceleration
...
Conflicts:
src/driver/fb_accel.h
src/driver/fb_accel_arm.cpp
src/gui/channellist.cpp
2020-06-15 19:31:42 +02:00
svenhoefer
170aaed311
- scan-setup: fix compiler warning (ISO C++ forbids converting a string constant to ‘char*’)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 19:31:42 +02:00
Frankenstone
703bc0bd07
rename unicable qrg to unicable freq for more plausibility
...
Conflicts:
src/zapit/src/frontend.cpp
2020-06-15 19:31:42 +02:00
Frankenstone
2d68659524
add menu hint unicable configuration
2020-06-15 19:31:42 +02:00
svenhoefer
c000b61120
- initial: update matze settings
...
Conflicts:
data/config/satellites.xml
data/initial/services.xml
data/initial/ubouquets.xml
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 19:31:42 +02:00
Janus
1751c6351a
- zapit/frontend: try to fix diseqc 1.1 mode
2020-06-15 19:31:41 +02:00
Frankenstone
44cc384506
frontend: fix last commit whitespace
2020-06-15 19:31:41 +02:00
svenhoefer
b90059cb07
- zapit/frontend: back to old disqec 1.1 code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-15 19:31:41 +02:00
Thilo Graf
7bf8f23156
settings: set personalize_lua visible as default
2020-06-15 19:31:28 +02:00
GetAway
357095f71a
imageinfo.cpp: small fix to commit 33ecf51
2020-06-14 13:11:17 +02:00
svenhoefer
c0c21f7daf
- configure: change release cycle handling; we don't need two defines for release cycle
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-06-14 12:33:59 +02:00
svenhoefer
33ecf51bdb
- update: fix release cycle handling; add human readable version string
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-06-13 22:18:19 +02:00
svenhoefer
5d9749b1a0
- identify self-made images
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-06-13 20:42:44 +02:00
Thilo Graf
aa7f986f2c
config: add bluez5 to bad package filter list
2020-05-27 16:13:32 +02:00
Thilo Graf
7b27c0f0e3
data: update start.jpg
2020-05-03 19:39:14 +02:00
Frankenstone
7d45a9ef75
network_setup: fix wiki string
2020-05-02 00:12:39 +02:00
Frankenstone
aabc336d47
iamgeinfo, luainstance_helpers.h: fix neutrino wiki
...
Conflicts:
src/gui/imageinfo.cpp
2020-05-02 00:12:35 +02:00
Frankenstone
e65a3e6185
fix after pick: fb_accel_arm
...
Conflicts:
src/driver/fb_accel.h
src/driver/fb_accel_arm.cpp
src/gui/channellist.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
This can be only a hack with limited effect to fix render errors
in channel list window.
. There must be another solution.
2020-05-02 00:12:04 +02:00
Thilo Graf
9d1ec97db2
imageinfo: change doc default info
...
Old entry not available until further notice.
2020-04-23 11:20:04 +02:00
svenhoefer
c9d0f061a8
- channellist: align offset of minitv to the existing offset of the additional info-box
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-04-21 23:22:04 +02:00
Jacek Jendrzej
7a5ee811e0
disable CFbAccelARM::paintRect for VU+ &co, need fix
2020-04-19 15:10:14 +02:00
Jacek Jendrzej
a4ee35d13d
add CFbAccelARM::paintRect
2020-04-16 14:31:49 +02:00
svenhoefer
ebff595ab1
- zapit/frontend: fix define
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-04-15 17:19:48 +02:00
BPanther
fe38e435d9
vuplus: tuner letters (scan setup) only for vuplus
2020-04-15 17:19:27 +02:00
Frankenstone
11ef168fc5
add new locale for tuner settings name shorter
2020-04-15 17:18:01 +02:00
BPanther
e902f57d3d
vuplus: tuner letter added and tuner name shorter
2020-04-15 17:17:45 +02:00
BPanther
70559ca6f6
remove pilot auto_sw
2020-04-15 17:17:37 +02:00
Jacek Jendrzej
3e78fe14e5
capmt: avoid use cam after delete
...
(re-add this commit; was removed by mistake)
2020-04-13 16:40:09 +02:00
svenhoefer
387bb9076e
- neutrino: wait a little bit to decode CI channel before starting record
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-03-25 11:05:09 +01:00
Markus Volk
ef9102b4b1
videosettings.cpp: set 43Mode options for osmio4k
2020-03-16 08:28:23 +01:00
Markus Volk
e537c2cd3d
allign enabled_videomodes preset
2020-03-16 08:20:25 +01:00
Markus Volk
03d8af2fb1
fix rc_play / rc_pause handling for osmio
2020-03-15 08:06:50 +01:00
Markus Volk
0ef29d2934
videosettings: cleanup
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-03-11 07:14:12 +01:00
Markus Volk
5f613f49c0
Revert "osd_helpers.cpp: remove unneeded #ifdef conditions"
...
This reverts commit d7fdaaa400
.
2020-03-10 00:12:56 +01:00
vanhofen
0e1af4c81b
- fix build; broken since 9303665
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-03-08 14:23:33 +01:00
Markus Volk
d0a75ce0ae
add RC_PVR key
2020-03-07 09:09:17 +01:00
Markus Volk
995163c00c
rcinput.cpp: add rc_mode for osmio4k
2020-03-07 08:24:56 +01:00
Markus Volk
f82aa9d79f
supplement to 2d29809af0
2020-03-07 07:00:20 +01:00
Markus Volk
d7fdaaa400
osd_helpers.cpp: remove unneeded #ifdef conditions
2020-03-07 05:57:26 +01:00
Markus Volk
2d29809af0
add 1080p60 resolution for edision osmio stb
2020-03-07 05:57:19 +01:00
Markus Volk
aaa62dd53a
fix typo
2020-03-05 09:09:03 +01:00
Markus Volk
14ecd917dd
videosettings.cpp: hide zapmode settings for boxes that dont have it (e.g. osmio)
2020-03-05 08:27:41 +01:00
Markus Volk
d02717ad69
rcinput.cpp: fix key repeat for osmio4k
2020-03-03 13:57:10 +01:00
Thilo Graf
c687e87e7a
imageinfo: add clean packag names, add fallback for missing built date
2020-03-02 21:48:52 +01:00
Thilo Graf
a2ecf223fd
make config: add package defines for better git sync and build date
2020-03-02 21:48:52 +01:00
Thilo Graf
5b2299dba8
test_menu: add sample for rate banner
2020-03-02 21:48:52 +01:00
Thilo Graf
0cd48ec866
epg_banner: outsource class for rate banners
...
For global use.
2020-03-02 21:48:52 +01:00
Thilo Graf
9c9bff2e25
cc_frm_icons: add missing return if no icon is available
2020-03-01 16:19:39 +01:00
Thilo Graf
01649342cb
cc_frm_chain: use offset variables as protcted
...
Allows usage inside derived classes.
2020-03-01 16:02:01 +01:00
Thilo Graf
cc12a277db
cc_frm_icons: add miising init of vars cc_xr and cc_yr
2020-03-01 16:01:59 +01:00
Markus Volk
0aaf6980e6
supplement for f71e5a1e5f
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-02-28 09:38:44 +01:00
Jacek Jendrzej
7d5e123b20
hide menu break enableSaveScreen ?
2020-02-27 16:22:12 +01:00
Jacek Jendrzej
3795dd4d9a
hide hintbox with selectResult menu
2020-02-27 15:39:31 +01:00
Jacek Jendrzej
c44222b74a
TMDB: second try without (*)
2020-02-27 12:41:54 +01:00
Thilo Graf
aec0aca885
imageinfo: avoid possible build error if version.h is not available
2020-02-27 09:01:20 +01:00
TangoCash
f17fe7e432
- tmdb: add movie selection menu
2020-02-27 08:01:21 +01:00
Thilo Graf
f71e5a1e5f
add boxmodel OSMIO4K
...
update to version 3.11.1
2020-02-19 21:42:18 +01:00
svenhoefer
55a09ec757
- usermenu: add read epg to epg function (thx to DboxOldie)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-19 21:33:44 +01:00
Markus Volk
bc0165ae75
unify boxmodel name
2020-02-18 18:48:30 +01:00
svenhoefer
cf8f4e9845
- controlapi: modify channelname in tvg-name to satisfy parser
...
This is just a workaround. The parser should be fixed.
Signed-off-by: Thilo Graf <dbt@novatux.de >
#include <system/helpers.h> added, because of broken build
2020-02-18 18:38:17 +01:00
svenhoefer
78c256bf47
- indoviewer: hide infoclock from movieplayer too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:15:05 +01:00
svenhoefer
54cbca936c
- just indentation alignments; no other code changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:03:27 +01:00
svenhoefer
6248ed8233
- controlapi: allow to get both tv and radio channels in xmltv.m3u
...
Usage:
/control/xmltv.m3u?mode=tv to get tv channels
/control/xmltv.m3u?mode=radio to get radio channels
/control/xmltv.m3u to get both tv and radio channels
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:02:44 +01:00
svenhoefer
54b3daa371
- a bit more readability in latest changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:00:26 +01:00
svenhoefer
7e5903f9bf
- zapit/bouquets: fix reading channelnames with commas from xmltv.m3u
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 17:07:42 +01:00
svenhoefer
72d16ac7c6
- webradio-setup/controlapi: get webradio via xmltv
...
Conflicts:
src/nhttpd/tuxboxapi/controlapi.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 17:04:36 +01:00
Jacek Jendrzej
6d387a97ff
streaminfo2: fix segfault with unknown media_type
2020-02-17 17:05:06 +01:00
Markus Volk
a155404e45
neutrino.cpp: add missing BOXMODEL_H7
2020-02-17 07:37:54 +01:00
Markus Volk
a421be6b27
hdd_menu.cpp: improve test.
...
This is valid for all mmcblk devices
2020-02-17 07:37:46 +01:00
Markus Volk
6fb4a79c87
neutrino.cpp: fix typo
2020-02-16 21:15:54 +01:00
Thilo Graf
9abe6fb00e
update to version 3.11.0
...
support for osmioplus4k added
2020-02-16 11:37:24 +01:00
svenhoefer
c90f1383d2
- settings: addition to commit 28c528a4e77982e40880238efa4dec4ce47c3a88
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-16 11:34:23 +01:00
Markus Volk
414976e157
add dummy png
2020-02-16 08:42:22 +01:00
Markus Volk
6aa82141ff
add osmioplus4k stb
2020-02-16 08:42:17 +01:00
svenhoefer
f88c398f87
- a bit more readability in latest changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-16 00:49:48 +01:00
svenhoefer
79a9c6dd44
- xmlutil: badass hack to read radio epg from xmltv.xml
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-16 00:48:52 +01:00
Thilo Graf
230cbf741b
hintbox: assign missing item name for timeout bar
2020-02-15 22:41:50 +01:00
Thilo Graf
00263aa710
cc_types: init type with empty name
...
In this class not required
2020-02-15 22:09:19 +01:00
svenhoefer
cff41d02e4
- helpers: fix getBaseName() and getFileExt() for urls with query-strings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-15 21:42:38 +01:00
svenhoefer
5616fc79f7
- controlapi: add missing radio flag to xmltv.m3u
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-15 21:42:24 +01:00
svenhoefer
033b863d56
- keyboard-input: don't change focus after digit input
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Why?
2020-02-15 21:42:24 +01:00
svenhoefer
3abeb4a2d8
- webtv-setup: align keyboardinput to new template length
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-15 21:42:24 +01:00
svenhoefer
2ef0caef83
- webradio-setup/controlapi: get webradio via xmltv
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-15 21:42:24 +01:00
Jacek Jendrzej
ae3c9a5248
user_menue: fix possible segfault, after remove channelist
2020-02-15 18:32:03 +01:00
Thilo Graf
3f121c868e
hintbox: fix enable/disable timeout bar
...
enable_timeout_bar was not considered within exec().
Each try to disable timeout bar (eg. with enableTimeOutBar())
was without effect.
2020-02-13 18:40:34 +01:00
svenhoefer
c13df6800b
- zapit/capmt: back to old stand but keep new indentation
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-13 09:18:32 +01:00
BPanther
9098c651a3
default for ci_delay changed to 128
2020-02-13 09:18:16 +01:00
svenhoefer
16c54c3ad4
- neutrino: try to fix reading ci-settings for cst hardware
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-12 16:03:14 +01:00
svenhoefer
b4eb158197
- neutrino: a bit more transparency reading ci-settings keys
...
Conflicts:
src/neutrino.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-12 16:02:47 +01:00
Thilo Graf
e436f69d8b
imageinfo: fix used font
...
Font type was not defined.
Therefore font size was too small with auto font.
2020-02-12 10:20:45 +01:00
Markus Volk
34f669c91f
cc_timer: fix -wformat for 64bit
2020-02-11 07:50:53 +01:00
Jacek Jendrzej
aa0f24008f
bouquets:fix mem leak
2020-02-10 15:48:01 +01:00
TangoCash
0f9f19db25
fix 2 reading e2tv files
2020-02-10 15:35:49 +01:00
TangoCash
5afa516f9b
fix reading e2tv files
2020-02-09 19:39:08 +01:00
Thilo Graf
a188144a6b
screensaver: add long time format again
2020-02-06 19:59:18 +01:00
Jacek Jendrzej
e4f93494a0
movieplayer: makeScreenShot fallback for too long name
2020-02-06 09:44:53 +01:00
Thilo Graf
6bc3d7c109
screensaver: ensure clean paint of unscaled images
2020-02-05 22:03:12 +01:00
Thilo Graf
b42bf6109b
fb_generic: add possibility to handle with unscaled images in showFrame()
2020-02-05 22:03:12 +01:00
Thilo Graf
d5c0e2ec97
radiotext_window: show radiotext window only in radio mode
2020-02-05 22:03:12 +01:00
Thilo Graf
44debf7a73
screensaver settings: add option to enable/disable additional text info
2020-02-05 22:03:12 +01:00
Thilo Graf
7d70b8c823
buildinfo: fix and optimize text arrangement and scroll behavior
...
FIXME: behavior of CTextBox scroll is broken with disabled background paint
2020-02-05 21:58:42 +01:00
Thilo Graf
fdc88c8b1c
cc_frm_ext_text: fix text position
...
Text has been rendered outside of item.
2020-02-05 17:43:58 +01:00
GetAway
4d41d5ec60
audioplayer.cpp: fix -Wmissing-field-initializers warning
2020-02-04 19:15:55 +01:00
Thilo Graf
3f7002c7d6
cc_draw: ensure paint no transparent background at black image parts
2020-02-04 18:02:24 +01:00
Jacek Jendrzej
296d7b4a53
hintbox: supplement to fix getMaxWidth, hintbox have shadow default ON and shadow is added to width in cc_item (dx+sw). This break RestoreScreen
2020-02-04 13:01:11 +01:00
Jacek Jendrzej
41c841aa79
hintbox: fix getMaxWidth
2020-02-03 15:59:23 +01:00
Jacek Jendrzej
5f6bcadb0d
partial revert:pictureviewer: fix move resized pic with pictureviewer
2020-02-02 17:25:06 +01:00
Jacek Jendrzej
073eef6463
partial revert:pictureviewer: fix logic,picture can be bigger than display
2020-02-02 17:20:50 +01:00
Jacek Jendrzej
a2c70af4d6
fix move resized pic with pictureviewer
2020-02-02 14:48:00 +01:00
Jacek Jendrzej
f6bdc07f84
pictureviewer: fix logic,picture can be bigger than display
2020-02-02 14:13:12 +01:00
Jacek Jendrzej
97381484ce
pictureviewer: fix possible integer_overflow
2020-02-02 14:09:47 +01:00
svenhoefer
0df5781246
- audioplayer: change format of title number
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-01 15:14:22 +01:00
svenhoefer
bab794a1de
- audioplayer: avoid start of pictureviewer; this feature seems broken
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-01 15:14:03 +01:00
svenhoefer
cad5532dcb
- audioplayer: change screensaver handling
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-01 15:13:18 +01:00
Markus Volk
04b426412e
hdd_menu: fix -Wformat-truncation warnings it feels more sane to avoid possible truncation instead of just disarming the gcc test
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-02-01 08:58:43 +01:00
Markus Volk
b0dee3c9f3
netfile: fix -Wformat-truncation warnings
2020-01-31 12:45:25 +01:00
Markus Volk
abb024ee82
controlapi.cpp: fix -Wstringop-truncation warning
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-01-30 23:02:10 +01:00
Markus Volk
b6975e8b0a
timerd.cpp: fix Wstringop-truncation
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-01-30 22:44:01 +01:00
Markus Volk
1189b484ea
timerlist.cpp: fix Wstringop-truncation warnings
2020-01-30 22:09:01 +01:00
Markus Volk
7f3423dd4b
timerdclient: fix -Wstringop-truncation warnings
2020-01-30 21:40:30 +01:00
Jacek Jendrzej
b1899de3f5
eitd:fix some compil warnings
2020-01-30 17:33:50 +01:00
Thilo Graf
5059248d39
Revert "- screensaver: add NeutrinoMessages::EVT_GOT_CN_EPG to ignored messages"
...
This reverts commit 5c756e9dc5
.
Is wrong here, build is broken
2020-01-30 10:07:41 +01:00
Jacek Jendrzej
cadde59c0f
lcd4l:fix comil warninig
2020-01-30 10:07:41 +01:00
Jacek Jendrzej
098438a5ff
fb_generic: fix compil warning
2020-01-29 22:50:46 +01:00
Jacek Jendrzej
55ed87727b
libnet: fix compil warning
2020-01-29 22:42:41 +01:00
svenhoefer
5c756e9dc5
- screensaver: add NeutrinoMessages::EVT_GOT_CN_EPG to ignored messages
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-29 21:34:30 +01:00
svenhoefer
72eb464562
- videosettings: add menu hint to zappingmode item
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-28 09:30:52 +01:00
svenhoefer
a66671e642
- videosettings: reduce videomenu.zappingmode to mute and hold
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-27 21:03:12 +01:00
svenhoefer
3c9588c423
- locale: minor changes in new videomenu.zappingmode locales
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-27 21:02:24 +01:00
BPanther
6c2175671b
arm/mips: new video setting zapping mode added
2020-01-27 21:01:10 +01:00
TangoCash
b41135b95a
migrate ci settings if exists
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-26 15:00:26 +01:00
svenhoefer
352250a486
- infoviewer: fix commit 626011a
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-26 10:05:12 +01:00
Jacek Jendrzej
ef4874de68
- upnpbrowser: fix typo
2020-01-25 11:02:50 +01:00
Jacek Jendrzej
e9211377f9
motorcontrol: init TP.feparams.pilot
2020-01-24 22:38:05 +01:00
Jacek Jendrzej
0aaadf2aef
msgbox: fix segfault with null pointer progressbar
2020-01-24 22:03:14 +01:00
Jacek Jendrzej
c133d89069
supplement to 1e76f6ef44
, progresspar clean is after 'add possibility for more control of timeout bar' broken
2020-01-24 20:19:06 +01:00
MarkusVolk
4836eb8f75
lcd4l: fix -Wformat-truncation warning
2020-01-24 18:24:30 +01:00
MarkusVolk
0e7170fe98
network_setup.cpp: fix -Wformat-overflow warning
2020-01-24 15:58:24 +01:00
MarkusVolk
4559022c96
cc_timer.cpp: fix -Wformat warning
2020-01-24 15:40:38 +01:00
Jacek Jendrzej
e1ea8e2b98
supplement to - add sigc disconnect() to destructor, avoid segfault if use new/delete CUpnpBrowserGui in other menu
2020-01-24 15:24:43 +01:00
Jacek Jendrzej
75ac2d660d
add sigc disconnect() to destructor, avoid segfault if use new/delete CUpnpBrowserGui in other menu
2020-01-24 15:18:22 +01:00
Jacek Jendrzej
a6ac57109b
movieplayer:fix format overflow
2020-01-24 10:06:51 +01:00
Jacek Jendrzej
e6b6f97b7d
ffmpegdec:fix ignored qualifiers
2020-01-24 10:03:31 +01:00
Jacek Jendrzej
4e89917dbc
netfile: fix invalid conversion
2020-01-23 21:43:37 +01:00
Thilo Graf
fa80a60de9
remotecontrol: avoid possible compiler warnings with -Wignored-qualifiers
...
Leading const should be superfluous.
2020-01-23 17:13:59 +01:00
Thilo Graf
626011a648
infoviewer: avoid possible compiler warnings -Waddress-of-packed-member
2020-01-23 16:53:46 +01:00
Thilo Graf
325a7f406e
infoviewer: avoid possible compiler warnings with -Wignored-qualifiers
...
The leading const should be superfluous.
2020-01-23 16:53:40 +01:00
Thilo Graf
8006b7c75a
cc_frm_window: fix background switch
...
Background was always on because calling of foo.doPaintBg(false)
was without any effect.
2020-01-23 16:15:02 +01:00
Jacek Jendrzej
fee92f0ab4
hintbox: fix destructor, supplement to 1e76f6ef44
2020-01-22 23:41:47 +01:00
Thilo Graf
1b5006a911
epgview.cpp: avoid possible compiler warnings -Waddress-of-packed-member
2020-01-22 21:25:53 +01:00
BPanther
6d9ec5cafc
fix vuuno4k
2020-01-22 21:25:53 +01:00
svenhoefer
9019dc0e56
- fix coolstream build
...
Conflicts:
src/zapit/src/zapit.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-22 21:25:53 +01:00
svenhoefer
cf114aefae
Revert "- fix some compiler warnings"
...
This reverts commit 24b42c1e6a73fa8fe03a906a87497a221b50916b.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-22 21:25:53 +01:00
svenhoefer
c45f3a7617
- cam_menu: fix compiler warning (too many arguments for format)
...
Conflicts:
src/gui/cam_menu.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-22 21:25:53 +01:00
svenhoefer
da80ba80e9
- ffmpegdec: fix compiler warning (unused parameter ‘ft’)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-22 21:25:53 +01:00
svenhoefer
534cb55970
- netfile: fix compiler warning (defined but not used)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-22 21:25:53 +01:00
Thilo Graf
b817a0a819
channellist.cpp: fix possible compiler warnings -Waddress-of-packed-member
2020-01-22 21:25:53 +01:00
Thilo Graf
8ca78e4290
lcd4l: avoid taking address of packed members
...
Should fix possible compiler warnings with -Waddress-of-packed-member.
Comes with newer compilers e.g gcc 9.x
2020-01-22 21:25:53 +01:00
Thilo Graf
1e76f6ef44
hintbox: add possibility for more control of timeout bar
...
So we can enable/disable directly with setTimeOut() method.
Usefully to disable timeout bar if not required.
2020-01-22 21:25:53 +01:00
Thilo Graf
21bd65bfa2
cc_frm: fix offset in center mode
...
Items were not precise centered.
2020-01-22 21:25:53 +01:00
Thilo Graf
50fc1bf09d
cc_timer: add member to get count of ticks
2020-01-22 21:25:53 +01:00
Thilo Graf
cb47add9b5
cc_frm_chain: remove not required virtuals
2020-01-22 21:25:53 +01:00
Thilo Graf
ebe3b5b073
cc_icons: add missing virtual destructor
...
for usage with derived classes
2020-01-22 21:25:53 +01:00
Jacek Jendrzej
33ab251a3b
ffmpegdec: try to fix overread on rewind/forward play
2020-01-22 09:48:36 +01:00
Jacek Jendrzej
6704e0de9f
luainstance.cpp: init var
2020-01-21 15:22:05 +01:00
Jacek Jendrzej
94be52cfea
use pass by reference
2020-01-21 15:20:56 +01:00
Jacek Jendrzej
483aeea387
xmlinterface: fix possible memleak
2020-01-21 14:53:19 +01:00
Jacek Jendrzej
6e7a7d4bae
timermanager: add standby-on timer to wakeup from depstandby, is as silent wakeup without use CEC-on
2020-01-20 13:36:57 +01:00
Thilo Graf
97399263f1
cc_frm: add member to get item object by item name
2020-01-19 16:55:42 +01:00
BPanther
b78498f806
move ci save pin code to each slot menu (but still only valid for slot 0)
...
Conflicts:
src/system/settings.h
2020-01-19 14:53:12 +01:00
Thilo Graf
05549e1939
neutrino.cpp: fix possible build error
...
comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’
2020-01-19 14:53:12 +01:00
BPanther
49ca52ad5a
move ci ignore_messages to each slot menu (but still only valid for slot 0)
...
Conflicts:
src/gui/cam_menu.cpp
2020-01-19 14:53:12 +01:00
Thilo Graf
5ac1bafae3
neutrino.cpp: fix possible broken build
...
comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’
2020-01-19 14:53:12 +01:00
Thilo Graf
45b45dd55e
cam_menu.cpp: add missing define
...
build was broken without #if BOXMODEL_VUPLUS
2020-01-19 14:53:12 +01:00
Thilo Graf
609391369c
cam_menu.cpp: fix possible build error
...
used char instead int
2020-01-19 14:53:12 +01:00
Thilo Graf
6946b158d6
zapit.cpp: Fix possible build errors
...
signed/unsigned comparison
2020-01-19 14:53:12 +01:00
BPanther
976967d3f0
move ci clock and ci relevant pids routing to each slot menu (but still only valid for slot 0)
...
Conflicts:
src/gui/cam_menu.cpp
2020-01-19 14:53:12 +01:00
svenhoefer
8b32701a89
- use HAVE_LIBSTB_HAL to fix coolstream build
...
Conflicts:
src/gui/cam_menu.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-19 14:53:12 +01:00
svenhoefer
fd5bb78036
- acinclude: add HAVE_LIBSTB_HAL to clarify that function is not available in libcoolstream
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-19 14:53:12 +01:00
BPanther
55bbe2c364
vuplus: relevant pids routing
...
Conflicts:
src/neutrino.cpp
src/system/settings.h
src/zapit/include/zapit/zapit.h
src/zapit/src/zapit.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
fixes named: "vuplus: relevant pids routing - fix" are included
2020-01-19 14:53:12 +01:00
max10
75e7bc7b28
add check-live-ci (thx DboxOldie)
...
Conflicts:
src/gui/cam_menu.cpp
2020-01-19 14:53:12 +01:00
Thilo Graf
0feb693cf1
- fix some compiler warnings
2020-01-19 14:53:12 +01:00
Jacek Jendrzej
13f5e6b4a3
ffmpegdec: 2.try to fix ogg stream play
2020-01-19 00:02:06 +01:00
Jacek Jendrzej
e1c94f88f4
fix syntax
2020-01-17 22:49:56 +01:00
Jacek Jendrzej
29ae868ae6
fix somme inits
2020-01-17 22:35:08 +01:00
Thilo Graf
3cd712967f
cc_frm.cpp: Leave method 'getCCItem()' if item collection is empty.
...
It makes no sense to execute these method if no items are existing and
avoids unintended debug error output with "out of range" content.
2020-01-17 18:43:51 +01:00
Thilo Graf
5375f0a1c2
netfile.cpp: fix possible compile error
...
error was:
- suggest parentheses around assignment used as truth value
- comes with Werror=parentheses
2020-01-17 16:35:06 +01:00
Thilo Graf
9ba2a4a0cf
cc_timer: show object name for better identification in debug output
2020-01-17 16:35:06 +01:00
Thilo Graf
b73ec56278
cc_item_picture: use image name as default item name
2020-01-17 16:35:06 +01:00
Thilo Graf
bc845fafc2
cc_frm: add overloaded versions of getCCItemId() and removeCCItem()
...
Allows to use with item name as parameter.
Note: Requires that unique names are assigned!
2020-01-17 16:35:06 +01:00
Jacek Jendrzej
ca25c03931
ffmpegdec: supplement to fix ogg stream play, disable seek only on ogg format.
2020-01-17 16:25:46 +01:00
Jacek Jendrzej
f6f65093ae
ffmpegdec: fix ogg stream play
2020-01-17 15:30:44 +01:00
Jacek Jendrzej
08cef8734d
netfile: some chunked mode fixes
2020-01-17 12:22:40 +01:00
Jacek Jendrzej
685e118efd
audiometadata.cpp: fix init
2020-01-16 19:36:46 +01:00
MarkusVolk
d5bf8420aa
supplement to 7b85e7cb89
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
commit was: scan_setup: avoid unterminated strings
2020-01-15 09:18:45 +01:00
MarkusVolk
6b2e67dafd
fix for 523bea256a
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
commit was: screensaver.cpp: avoid unterminated strings
2020-01-15 09:17:54 +01:00
Jacek Jendrzej
0ded4a73eb
netfile: clean last commit
2020-01-14 18:15:11 +01:00
Jacek Jendrzej
f0c4463c00
netfile: fix posible segfalt with chunked mode
2020-01-14 18:10:46 +01:00
MarkusVolk
ea9da30d8b
menue.cpp: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
523bea256a
screensaver.cpp: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
7b85e7cb89
scan_setup: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
740624220b
motorcontrol: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
07c991e25e
xmlinterface.cpp: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
MarkusVolk
535bbef5dd
libnet: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
Thilo Graf
4c3afd447f
cc_timer: add missing virtual for destructor
2020-01-14 08:55:44 +01:00
Jacek Jendrzej
1282dd658a
netfile: add chunked mode
2020-01-13 19:37:42 +01:00
Thilo Graf
b333f59a85
widget/termwindow.cpp: use frameBuffer->Clear() only in verbose mode
...
frameBuffer->Clear() is not required if yaft window was not visible.
Otherwise frameBuffer->Clear() will clean screen at possible background operations e.g. updatechecks, thats not so good if we have opened
messages, menues, screensaver or other gui stuff.
Hope this has no bad side effects with scripts, plugins or what ever.
2020-01-12 17:34:58 +01:00
Thilo Graf
6581092962
driver/radiotext.cpp: remove misleadingly indented lines
2020-01-12 11:40:37 +01:00
Jacek Jendrzej
4997a9440a
basicserver.cpp and zapitclient.cpp 2.try to fix compiler warnings, suggested by Seife
2020-01-11 23:13:41 +01:00
Jacek Jendrzej
d39a85b951
streamts.cpp and record.cpp: fix memleak
2020-01-11 22:39:47 +01:00
TangoCash
a9a5f1a5e4
set start volume to 85 if use hdmi_cec_volume
2020-01-10 22:08:08 +01:00
Thilo Graf
04e840366a
opkg_manager: add option for silent screen
...
Help to control some screen messages, avoids unintended or disturbing messages, e.g.
on update checks at background.
2020-01-10 21:59:18 +01:00
MarkusVolk
7f2bba84a0
cam_menu.cpp: increase destination array to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 21:59:05 +01:00
MarkusVolk
37f83616a6
Revert "cam_menu: reduce dub code, avoid possible format-truncation error"
...
This reverts commit bf9b5270b9
.
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 21:59:01 +01:00
MarkusVolk
f304acb4e5
record.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
55dbe62c16
audioplayer.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
527f3ec1a2
upnpbrowser.cpp: increase destination array to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
b68ed042c0
bouquetlist.cpp: increase destination array to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
MarkusVolk
df486d7697
infoviewer.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
Thilo Graf
635d84db16
cc_timer: declare some members as protected
...
required for use in derived classes
2020-01-10 15:03:07 +01:00
Thilo Graf
51c8c07a39
opkg: move showHeader() under show_progress condition
2020-01-10 15:03:07 +01:00
Jacek Jendrzej
6d366ce6fe
basicserver.cpp fix compiler warnings
2020-01-09 22:03:33 +01:00
Jacek Jendrzej
5373b921f5
zapit: fix compiler warnings
2020-01-09 21:42:24 +01:00
svenhoefer
f6f0a9224d
- cables.xml: remove obsolete providers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-09 20:12:55 +01:00
svenhoefer
4a702b4806
- cables.xml: add PYUR
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-09 20:12:14 +01:00
Jacek Jendrzej
9306081027
libeventserver: silence compiler warnings
2020-01-09 15:02:04 +01:00
Jacek Jendrzej
19b9a05893
widget/yaft: silence compiler warnings
2020-01-09 13:29:57 +01:00
Jacek Jendrzej
eef536a737
fix compiler warnings
2020-01-09 09:52:52 +01:00
Jacek Jendrzej
dfb3b55f02
cc_frm_clock.h fix show time in movieplayer
2020-01-09 01:20:32 +01:00
Thilo Graf
da8b5f679d
data/config/bad_package_pattern.list.sample: add more entries
2020-01-08 21:09:02 +01:00
Markus Volk
65f2156720
hdd_menu.cpp: circumvent format-truncation-warning
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-08 21:08:54 +01:00
Markus Volk
428707d474
Revert "hdd_menu: avoid possible format-truncation errors"
...
This reverts commit b702c89fca
.
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-08 21:08:39 +01:00
svenhoefer
cab2ebe86e
- radiotext: add icon to new radiotext window
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 20:08:42 +01:00
svenhoefer
fb981768f8
- radiotext_window: remove trailing colon from header
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 17:53:26 +01:00
svenhoefer
9631f2c74b
- fix some compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 17:51:27 +01:00
BPanther
291c3a4d84
- zapit/pat: change dmx handling; was named "small changes"
2020-01-07 17:51:06 +01:00
Thilo Graf
b702c89fca
hdd_menu: avoid possible format-truncation errors
2020-01-06 18:14:46 +01:00
Thilo Graf
bf9b5270b9
cam_menu: reduce dub code, avoid possible format-truncation error
2020-01-06 17:29:18 +01:00
Thilo Graf
839d8a9d9c
subchannel_select: fix possible format-truncation error
...
output between 5 and 152 bytes into a destination of size 100
2020-01-06 16:57:30 +01:00
Thilo Graf
cfb537791e
moviebrowser/mb.cpp: fix format error
2020-01-06 16:47:10 +01:00
Thilo Graf
17c7bbd6e3
cc_frm_clock: fix format error
2020-01-06 16:38:21 +01:00
Thilo Graf
17d1ed41be
cc_frm_clock: clean up, remove unused var and comments
2020-01-05 21:17:59 +01:00
Thilo Graf
3a6e8a29b6
imageinfo: align to gui output above
2020-01-05 21:17:59 +01:00
Thilo Graf
c4b1824c11
themes: align some alpha and color values
2020-01-05 21:17:59 +01:00
Thilo Graf
439133be0d
start.jpg: update start image
...
use start.jpg as default fallback for tvpic.
2020-01-05 21:17:59 +01:00
Thilo Graf
54582340c6
hintbox: fix init order of setValue() and paint()
2020-01-05 21:17:59 +01:00
Thilo Graf
0c62e5e264
CProgressWindow: add adaptiv progress handling, new classes added
...
See src/gui/widget/progresswindow.h for more details and examples.
Docs could be generated with Doxygen.
2020-01-05 21:17:59 +01:00
Thilo Graf
eecedc6099
neutrino.cpp: remove CInfoClock::getInstance()->block() on timeout and home
...
Is already done with sccreensaver.
2020-01-05 21:17:59 +01:00
Thilo Graf
df64925b30
radiotext: rework radiotext handling
...
Radiotext moved into a separate class and will be shown with screensaver.
2020-01-05 21:17:59 +01:00
Thilo Graf
b1f9c3c7f3
cc_timer/cc_frm_clock: allow use of milisecond intervals
...
Should be easier and more flexible to handle without nano parameter,
some reworkes in other classes and thread handlings are required.
2020-01-05 21:17:59 +01:00
Thilo Graf
06aec40a25
CBouquetList/CMenuWidget: use block() instead disableInfoClock()
2020-01-05 21:17:59 +01:00
Thilo Graf
32b52a9c96
cc_item_infobxox: reset pic and cctext in destructor for sure
2020-01-05 21:17:59 +01:00
Thilo Graf
c725baff27
cc_frm_footer: ensure unsigned value for w_btn_tmp
2020-01-05 21:17:59 +01:00
Thilo Graf
658941f721
cc_frm_header: minor format changes
2020-01-05 21:17:59 +01:00
Thilo Graf
ec3907a0e5
infoviewer: fix display of info clock on activated infobar
...
clock was always visible
2020-01-05 21:17:59 +01:00
Thilo Graf
a6bffd8d12
locales: add locales for radiotext font size setup
2020-01-05 21:17:59 +01:00
Thilo Graf
dec32f88eb
cc_item_text: add global mutex
2020-01-05 21:17:59 +01:00
Thilo Graf
46bb9cb333
cc_item: make some get members const, for sure
2020-01-05 21:17:59 +01:00
Thilo Graf
8df2710be7
cc_frm: add global mutex for cc forms
2020-01-05 21:17:59 +01:00
Thilo Graf
890d04b0ca
widget: reset some object vars to NULL, only for sure
2020-01-05 21:17:59 +01:00
svenhoefer
6c5461d582
- initial-settings: update
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
939cd28c0c
Revert "disable private copy of the linux dvb headers"
...
This reverts commit 945452e35a
.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
BPanther
2ed59dc229
more s2x stuff
...
Conflicts:
src/zapit/src/frontend.cpp
2020-01-05 16:53:14 +01:00
BPanther
2418700ffa
femanager, small fix
2020-01-05 16:53:14 +01:00
BPanther
011e17ba6d
femanager, 2 functions added
...
Conflicts:
src/zapit/include/zapit/femanager.h
2020-01-05 16:53:14 +01:00
svenhoefer
efa0e7c440
- acinclude: resort
...
Conflicts:
acinclude.m4
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
TangoCash
efe45e9b7a
make driver selectable for graphlcd
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/nglcd.h
src/gui/glcdsetup.cpp
src/gui/glcdsetup.h
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
compile fixed
2020-01-05 16:53:14 +01:00
svenhoefer
3fd2d5011f
- data/pictures: disable new logo.jpg; not really usefull for narrow-breasted boxes like hd1
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
ddc2082a0d
- neutrino: use proc_put() to write to procfs
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
c70b012bf7
- proc_tools: add some more wrappers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
d007474a48
- neutrino: fix timers from deepstandby; RTC was missing
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
799aaf6728
- infoviewer: try to fix strange remaining pixel
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
b94d31cb75
- screenshot: allow screenshots using external utility; most code is taken from TangoCash
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
275fbb7c4f
- controlapi: remove commented code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
696f7e81e8
- moviebrowser: fix display of control chars in movieinfo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
7c88a340df
- update: move function to get active partition to helpers.cpp
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
630a6f605a
- update: better solution to disable active partition for vuplus models
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
BPanther
d5fbe95d07
arm vu+ multiboot added for local flashing
2020-01-05 16:53:14 +01:00
BPanther
ce4fe6301b
update terrestrial.xml
2020-01-05 16:53:14 +01:00
svenhoefer
eb7d0293b4
- zapitclient.h: whitespace fixes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
ca781064a7
- zapit/capmt: fix coolstream build
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
0e05ef11e3
- zapit: align to ddt
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
4c0a0cc4b7
- zapit/capmt: prepare merge from ddt
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
BPanther
0e96208010
fix possible segfault
2020-01-05 16:53:14 +01:00
svenhoefer
ff51f31f51
- revert 2e6e2ef and 08b5b19 partly
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
commits:
- neutrino_menu: use RC_help to show info_menu; ARM/MIPS_HARDWARE only
- add some mor help keys; fix 5e8a1d0233781d1b4a7494e5be8107ef4094ba85
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
dc8836fc83
- avoid compiler warning
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
92ec87c8af
- locale: minor changes in keybinding locales
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
87ec06daff
- neutrino: introduce user-assignable favorites key
...
Conflicts:
src/gui/audioplayer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
1b72223cab
- controlapi: addition to commit dcfb6a1ebdc5219e22329657b2f5600d098de634
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
5c06c5cf83
- rcinput: remove some keymappings for vuplus
...
Conflicts:
src/driver/rcinput.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
c5e2915149
- menu: add possibility to show epg key
...
Conflicts:
src/gui/widget/menue.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
1abdcd167e
- add some mor help keys; fix 5e8a1d0233781d1b4a7494e5be8107ef4094ba85
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
fix here: a81af7c5065973f9b9c9d71dbe6d8631090a4618
2020-01-05 16:53:14 +01:00
svenhoefer
d2ce9328e7
- neutrino_menu: use RC_help to show info_menu; ARM/MIPS_HARDWARE only
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
eaa1f956de
- info_menu: use RC_help to show imageinfo
...
Conflicts:
src/gui/info_menue.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
Commit has no effect, TODO: add setFooter() for visibility of footer and key action results
2020-01-05 16:53:14 +01:00
svenhoefer
0a6f479995
- movieplayer: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Would like to know why?
2020-01-05 16:53:14 +01:00
BPanther
c4afd1953f
small change for vu
2020-01-05 16:53:14 +01:00
vanhofen
bff51f0d8a
- neutrino: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only
...
Conflicts:
src/gui/epgview.cpp
src/gui/infoviewer.cpp
2020-01-05 16:53:14 +01:00
BPanther
6ccaec945d
fix internet radio
2020-01-05 16:53:14 +01:00
svenhoefer
c0f734e185
- yWeb: fix popup logos; move special logo path to "/var/tuxbox/httpd/logo"
...
Conflicts:
src/neutrino.cpp
src/nhttpd/nhttpd.conf.in
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
38dfe21b61
- update: smoother view for current image
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
085fb5edbe
- simple_display: fix dim setting
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
728a824602
- simple_display: allow to control led brightness for some vuplus boxmodels
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
f0240d89a0
- pick graphlcd support from DDT but include it in another way
...
Conflicts:
src/driver/Makefile.am
src/driver/nglcd.cpp
src/gui/Makefile.am
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/osd_setup.cpp
src/gui/widget/menue.cpp
src/gui/widget/menue.h
src/neutrino.cpp
src/system/flashtool.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
Jacek Jendrzej
30dbfb7ec9
ffmpegdec.cpp fix memleak
2020-01-05 14:57:42 +01:00
Jacek Jendrzej
2d5a1c9e29
audioplayer.cpp fix scandir memleak
2020-01-04 12:49:57 +01:00
Jacek Jendrzej
e7d900b9c9
themes.cpp fix scandir memleak
2020-01-03 18:35:50 +01:00
Jacek Jendrzej
f1cc6baa77
fix last commit; screensaver.cpp fix scandir memleak
2020-01-03 18:01:28 +01:00
Jacek Jendrzej
f9314ec109
fix last commit; webtv_setup fix scandir memleak
2020-01-03 17:25:35 +01:00
Jacek Jendrzej
106c34f5dc
screensaver.cpp and webtv_setup fix scandir memleak
2020-01-03 16:52:29 +01:00
Jacek Jendrzej
445bb5e600
xmlparse.cpp skip memmove if pool->start (src) is 0
2020-01-03 15:14:53 +01:00
Thilo Graf
1d76394de6
Revert "xmlparse.cpp: add condition to avoid possible crash"
...
This reverts commit 40633dcfb5
.
Needs another solution. This Commtit breaks channel tuning without
configure option --enable-pugixml
2020-01-02 20:36:26 +01:00
svenhoefer
a172e2db6c
Cam Menu: init CI|CARD|BOTH
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 15:11:01 +01:00
FlatTV
250be1184a
Cam Menu: Allow switching to all or same transponder channels
...
while CI recording
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 14:17:30 +01:00
FlatTV
f291dfb445
channellist: set CI channel inactive if recording with CI
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 13:43:53 +01:00
FlatTV
fb0cdcf1e6
Zap when recording needs CAM
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 12:31:33 +01:00
GetAway
eb9d9d8481
fix of "arm ci clock fix"
2020-01-01 11:24:55 +01:00
TangoCash
6df729b954
remotetimers: switch from full channelid to short channelid
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-12-31 16:10:51 +01:00
Jacek Jendrzej
ec780d8401
user_menue: fix use heap after free, 2. try
2019-12-30 22:45:23 +01:00
Jacek Jendrzej
acfccc69e2
Revert "user_menue: fix use heap after free, in infoviewer_bb.cpp:257"
...
This reverts commit 28a051b14c
.
2019-12-30 21:26:45 +01:00
Thilo Graf
69a1014ab7
cc_draw: ensure kill of rendered boxes only if enabled
...
Avoids unnecessary render of empty parts on screen.
2019-12-30 21:12:46 +01:00
Jacek Jendrzej
28a051b14c
user_menue: fix use heap after free, in infoviewer_bb.cpp:257
2019-12-30 20:57:13 +01:00
Thilo Graf
baff642993
cc_item_infobox: add signal OnAfterPaintInfo
2019-12-30 16:32:11 +01:00
Thilo Graf
794619df4f
cc_frm_clock: replaced paintClock with cl_blocked
...
for better readability
2019-12-30 16:32:11 +01:00
Thilo Graf
99645a570c
epgview: ensure paint of segment after changed background
2019-12-30 16:32:11 +01:00
Thilo Graf
6f1463aacd
imageinfo: more align to OE image data
2019-12-30 16:31:05 +01:00
Thilo Graf
18380df200
cc_frm_clock: Removed not required digit of slot method name
...
only to simplify.
2019-12-30 16:31:05 +01:00
Jacek Jendrzej
34fd452de4
epgplus: avoid segfaults
2019-12-30 00:09:08 +01:00
Thilo Graf
4d5d2f47b9
pad_package_pattern.list.sample: add libqt and -src packages to filter
2019-12-29 20:29:47 +01:00
J. Krieg
5f51ee491b
fb_generic: fix compile with '-Werror'
...
error caused by commit ca9c47b
- fb_generic: use parameters as const ref, catch possible dimension error:
/home/bellum/neutrino/bbs/source/gui-neutrino/src/driver/fb_generic.cpp: In member function ‘void CFrameBuffer::RestoreScreen(const int&, const int&, const int&, const int&, uint32_t*)’:
/home/bellum/neutrino/bbs/source/gui-neutrino/src/driver/fb_generic.cpp:1536:9: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (dx > xRes || dy > yRes)
^
/home/bellum/neutrino/bbs-test/source/gui-neutrino/src/driver/fb_generic.cpp:1536:22: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (dx > xRes || dy > yRes)
^
cc1plus: all warnings being treated as errors
2019-12-29 16:12:12 +01:00
Thilo Graf
e536d5cef1
Images: add logo file
2019-12-29 15:25:03 +01:00
Thilo Graf
d23a0755d4
imageinfo: ignore creator if not available
2019-12-29 15:25:03 +01:00
Jacek Jendrzej
6540b07311
zapit:CFrontend::setInput return if satposition not found
2019-12-29 12:08:28 +01:00
Jacek Jendrzej
7dad606610
eventlist: skip if Bouquets is empty, avoid segfault
2019-12-27 14:44:53 +01:00
Jacek Jendrzej
bb6e1b6353
eitd:dmx check if filters is not empty
2019-12-27 14:42:45 +01:00
Jacek Jendrzej
84623485e7
eitd: -GENERIC- set neutrino time from system, for non-root user
2019-12-27 14:06:00 +01:00
Jacek Jendrzej
bbb047fb08
netfile: dont add default port 80 to request header, this break some redirects
2019-12-17 15:06:08 +01:00
Thilo Graf
853966d89a
lua api: add function setSelected() for lua menu handler, update to v1.84
2019-11-28 21:07:04 +01:00
Thilo Graf
810ed367db
COsdHelpers: add signal OnBeforeChangeResolution
2019-11-28 21:07:01 +01:00
BPanther
8db6055772
fix: if no sat, force no diseqc
2019-11-28 21:06:58 +01:00
Thilo Graf
40cd758bcd
menue.cpp: fix possible render errors after changed font settings
...
Positions of some menu parts, e.g. headers...
were not updated after changed font scale settings.
2019-11-09 11:05:06 +01:00
Thilo Graf
45bbc84bf0
neutrino.cpp: add signal OnBeforeSetupFonts
2019-11-09 11:05:06 +01:00
Thilo Graf
a7ab50dace
dvbsutitle.cpp: fix wrong file code
...
was not UTF8, some ide editors don't like this
2019-11-09 11:05:06 +01:00
Thilo Graf
42d69e2c34
cc_frm_header: fix clock width
2019-11-09 11:05:06 +01:00
Thilo Graf
ca9c47b106
fb_generic: use parameters as const ref, catch possible dimension error
2019-11-09 11:05:06 +01:00
GetAway
c212e2c5f4
zapit_setup.cpp: refresh Start-Channel after change
2019-11-07 18:42:42 +01:00
Jacek Jendrzej
fa951c883c
movieplayer arm: add option to play separate audio file
2019-11-03 18:42:05 +01:00
GetAway
a603c5d8a4
infoviewer_bb.cpp: dont map caid 0x1700 any longer
2019-11-01 14:10:59 +01:00
GetAway
fdd24f73ca
controlapi.cpp: fix RC_DEVICE for Zgemma H7
2019-10-28 22:23:27 +01:00
Thilo Graf
04e3ee7ee9
update to version 3.10.0
...
zgemma h7, vuduo4k, vuzero4k added
2019-10-27 16:46:52 +01:00
Thilo Graf
afeb3d2f26
msgbox: ensure top allignment of buttons in message boxes
...
Behavior with definied frame colors, e.g. error and info boxes,
is untouched.
2019-10-27 16:24:47 +01:00
Thilo Graf
97fc294d54
cc_frm_footer: add members to enable button allignment on top of footer
2019-10-27 16:24:47 +01:00
Thilo Graf
52e8737d2d
themes: add option to enable frames for message and hint boxes
2019-10-27 16:24:47 +01:00
Thilo Graf
9234f67d98
CHintBox/CMsgBox: use frames as default for better highlighting
2019-10-27 16:24:47 +01:00
Thilo Graf
c82d1a9b27
cc_frm_window: add paramter for frame width into constructors
...
setFrameThickness() has no effect
2019-10-27 16:24:47 +01:00
Thilo Graf
15a310be47
fb_generic: use const int by ref for more safety
2019-10-27 16:24:47 +01:00
Thilo Graf
8cca903780
widget: reset some deleted vars
...
only to be shure
2019-10-27 16:24:47 +01:00
Thilo Graf
bcf4fbdc87
cc_signals: add missing virtual destructor
2019-10-27 16:24:47 +01:00
Thilo Graf
7f2c9ca41b
cc_frm/cc_item_text: use mutexes in some members
...
Watched some problems with thredead parts in some
window objects (e.g. messageboxes, clock ...) thx satbaby for some hints
and testings
2019-10-27 16:24:47 +01:00
Thilo Graf
e40ae52779
textbox: use parameters as const &bool
2019-10-27 16:24:47 +01:00
Thilo Graf
31b73a4e35
cc_frm_footer/cc_frm_button: fix some arangement errors
2019-10-27 16:24:47 +01:00
Thilo Graf
ed701f450a
cc_draw: declare some functions as const, minor format changes
2019-10-27 16:24:47 +01:00
Thilo Graf
b206e7025c
cc_item: add missing virtual destructor
2019-10-27 16:24:47 +01:00
Thilo Graf
600230c1c2
fb_generic: avoid possible crash on shutdown
...
Observed on generic platform.
2019-10-27 16:24:47 +01:00
Thilo Graf
7c7578741b
cc_draw: use const bool& for more safety
2019-10-27 16:24:47 +01:00
Thilo Graf
969644c39a
cc_frm: us at member inside addCCItem() for more safety
2019-10-27 16:24:47 +01:00
Thilo Graf
689d35db25
cc_draw: remove virtual from position setters
2019-10-27 16:24:47 +01:00
Thilo Graf
84d3f05c63
cc_detailsline.h: add missing virtual destructor
2019-10-27 16:24:47 +01:00
Thilo Graf
00984b9d1e
cc_draw: remove 'virtual' from hasChanges()
...
Makes problems with thread handling
2019-10-27 16:24:47 +01:00
Thilo Graf
0b83d05e42
cc_frm_window: rename member initVarWindow() -> init()
...
One step to unify member names
2019-10-27 16:24:47 +01:00
Thilo Graf
61e09c344c
cc_frm_footer: remove inline for enableButtonFrameColor()
...
inline already default in header file
2019-10-27 16:24:47 +01:00
Thilo Graf
f4c0a34b48
cc_draw: use const for getFrameThickness()
2019-10-27 16:24:47 +01:00
Thilo Graf
83dfe855b0
cc-classes: add missing virtual destructors
2019-10-27 16:24:47 +01:00
Thilo Graf
3e58485066
components/Makefile.am: enable exception handling
2019-10-27 16:24:47 +01:00
Thilo Graf
3e01524baf
cc_draw: use 'at' methode in vectors for more savety
2019-10-27 16:24:47 +01:00
Thilo Graf
d86dcd36a7
components: use const bool& parameter in paint methodes
2019-10-27 16:24:47 +01:00
Thilo Graf
7783b755d0
cc_frm.cpp: use 'vector::at' function for more safety
2019-10-27 16:24:47 +01:00
Thilo Graf
535b1004aa
cc_frm_clock.cpp: move cl_timer to protected
...
Was not usable from derived classes.
2019-10-27 16:24:47 +01:00
Thilo Graf
40633dcfb5
xmlparse.cpp: add condition to avoid possible crash
...
pool->start seems to be a null pointer in some constellations,
memmove don't like such for parameter 2
2019-10-27 16:24:47 +01:00
Thilo Graf
0080ac220d
test-menu: move separator types into own methode
2019-10-27 16:24:47 +01:00
Knicko007
3932a71d80
- initial settings: update to latest matze settings thx to matze
...
Conflicts:
data/initial/services.xml
data/initial/ubouquets.xml
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
Thilo Graf
38d7547efb
icons/status: update ca icons to current skin
2019-10-27 16:24:47 +01:00
Knicko007
bce33c2af4
add new rc_vuplus.png, thx Fred.F. and DdD
2019-10-27 16:24:47 +01:00
BPanther
fd1dc556be
crypt info verimatrix added
...
Conflicts:
src/gui/infoviewer_bb.cpp
2019-10-27 16:24:47 +01:00
BPanther
670a6f951e
fix motorcontrol keys
2019-10-27 16:24:47 +01:00
svenhoefer
d6b6f3362f
- acinclude.m4: add defines to summarize vuplus boxmodels
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
3fae672bc0
- fix commit c8bf275853e99fe24b94a7b7929fe0ff8afe6141
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
max_10
0c817f38fe
- vuuno4k and vuuno4kse added
2019-10-27 16:24:47 +01:00
svenhoefer
7ccce66ba6
- acinclude.m4: simplify the define of ENABLE_CHANGE_OSD_RESOLUTION
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
3b9a82f444
- cables.xml: update OstTelCom
...
thx to elstablo
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
9f152710a5
- rcinput: fix non existing info key for vu+
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
224f632c1f
- neutrino: fix key_timeshift for vu+ models
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
f55637b6b2
- rcinput: add vu+ timer key
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
Thilo Graf
a68738aa37
update yWeb version 2.9.0.43->2.9.0.44
2019-10-27 16:24:47 +01:00
svenhoefer
d7cca5c16b
- yweb: use more generic name for generic vu+ remote control
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Only image renamed
2019-10-27 16:24:47 +01:00
svenhoefer
3b44e9019c
- yweb: fix code of rc_vu_solo4k
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
d057867792
- controlapi: add rc fallback device
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
max_10
3e9416eb6d
- vuultimo4k added
...
Conflicts:
acinclude.m4
data/y-web/Y_Blocks.txt
src/driver/nglcd.cpp
src/gui/vfd_setup.cpp
src/neutrino.cpp
2019-10-27 16:24:47 +01:00
svenhoefer
71288139a5
- update: signalize ofgwrite's start in VFD
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
b624173e79
- acinclude.m4: sort helpstrings and code (start with generic and end up with armbox and mipsbox)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
svenhoefer
2dfc4a135d
- acinclude.m4: add boxmodel generic (not really needed; just for better readability)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
max_10
b96c72b032
- vuzero4k and vuduo4k added
2019-10-27 16:24:47 +01:00
IngoF
26682f762c
Seems there is a timing problem.
...
see here:
https://www.neutrino-images.de/board/viewtopic.php?f=26&t=3759&start=20
there is a big timing difference to my TV-timing. Maybe the delay starts at the beginning of the telegram an not at the end of the telegram.
2019-10-27 16:24:46 +01:00
svenhoefer
896fd0ba1d
- channelist: keep channellist in users display/desc mode until exit
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:46 +01:00
GetAway
93ade861ac
add zgemma h7 RC to yWeb
...
FIXME: KEY_BACK
2019-10-24 10:28:08 +02:00
Markus Volk
f3de0d4dc9
neutrino: add zgemma h7 stb models
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
Signed-off-by: GetAway <get-away@t-online.de >
2019-10-23 22:20:54 +02:00
Jacek Jendrzej
2a161a1246
rcinput: use mutex, suggested by Seife
2019-10-14 15:45:01 +02:00
Jacek Jendrzej
980dee5622
cc_draw: avoid integer overflow
2019-10-13 16:47:37 +02:00
Jacek Jendrzej
907c5b52ce
rcinput:killTimer check if iterator is not corrupted, possible segfault
2019-10-13 16:42:49 +02:00
Thilo Graf
06e6fd5904
lua_cc_text.cpp: use 'text_mode' instead 'mode' in api
...
Prevent possible ambiguity of text mode parameter.
Parameter 'mode' deprecated, but still available for
downward compatibility.
2019-09-10 10:40:53 +02:00
Thilo Graf
e74181dee0
lua_messagbox.cpp: add parameter for text allign
2019-09-10 10:40:53 +02:00
Thilo Graf
2ba05ebfba
neutrino.cpp: add FIXME tag because of possible leak
2019-09-10 10:40:53 +02:00
GetAway
f6a04a2ec7
supplement to yweb: add url to StreamInfo
2019-08-05 16:34:17 +02:00
Jacek Jendrzej
6e7ecc4165
webtv:add icy meta info
2019-08-01 21:27:21 +02:00
Jacek Jendrzej
bad914452c
movieplayer: use htmlEntityDecode with name in luaGetUrl
2019-08-01 18:44:10 +02:00
Jacek Jendrzej
88455514c9
yweb: add url to StreamInfo
2019-07-31 14:32:35 +02:00
Jacek Jendrzej
269154ce38
movieplayer: enable chapter select for hd51
2019-07-29 18:14:09 +02:00
Jacek Jendrzej
173d3a4b89
api ffmpeg, renamed hls format
2019-07-17 18:03:59 +02:00
Thilo Graf
8e5292abc3
neutrino.cpp: fix memleak with progressbar cache
...
detected with LeakSanitizer
2019-07-02 12:30:59 +02:00
Thilo Graf
b129d474d0
cc_item_progressbar.cpp/h: move CProgressBarCache class into header file
...
Allows usage from other classes
2019-07-02 12:30:59 +02:00
Jacek Jendrzej
4f071d99b9
Revert "lua: don't play video if movieplayer is in use"
...
This reverts commit 45925b1329
.
2019-06-28 17:08:16 +02:00
Thilo Graf
ad8b3271d4
moviebrowser: fix possible memleak in initSeriesMenu()
...
thx satbaby for hints
2019-06-24 21:47:58 +02:00
Thilo Graf
08aaeced13
moviebrowser: fix possible memleaks with initOptionsBrowserMenu()
2019-06-24 21:43:33 +02:00
Jacek Jendrzej
8fcad916fa
dvbsubtitle: use transp bg
2019-06-22 20:53:11 +02:00
Thilo Graf
d46645ec93
menue.h/cpp: add method to override menu position from user settings
2019-06-20 20:41:19 +02:00
Thilo Graf
851c8d16e0
moviebrowser: clean up showMenu(), browser options menu outsourced
2019-06-20 20:41:19 +02:00
Thilo Graf
a3b9bcac0b
moviebrowser: clean up showMenu(), directory options menu outsourced
2019-06-20 20:41:19 +02:00
Thilo Graf
7f5079a321
moviebrowser: clean up showMenu(), parental lock menu outsourced
2019-06-20 20:41:19 +02:00
GetAway
672959e68f
helpers.cpp: introduce safe_strncpy() and use it
2019-06-18 19:37:11 +02:00
GetAway
305af3116e
fix some strncpy warnings when build with gcc8
2019-06-18 19:15:58 +02:00
GetAway
07f0a015ab
icons/headers/Makefile.am: add missing icons
2019-06-17 22:29:42 +02:00
Thilo Graf
304d673926
moviebrowser: clean up showMovieInfoMenu(), update movie info menu outsourced
2019-06-17 14:39:11 +02:00
Thilo Graf
5a84cde507
moviebrowser: clean up showMovieInfoMenu(), series menu outsourced
2019-06-17 14:39:11 +02:00
Thilo Graf
c963f5b218
movibrowser: fix 'clean up showMovieInfoMenu(), bookmark menu outsourced'
...
CIntInput objects has been positioned unfavorable within scope
and caused possible crashes. This was not noticeable while compiling.
To avoid crashes and possible memleaks some parameters were added for CIntInput objects.
2019-06-16 19:24:48 +02:00
Thilo Graf
aafeb4bf12
moviebrowser: clean up showMovieInfoMenu(), bookmark menu outsourced
2019-06-16 17:41:10 +02:00
GetAway
3ae505f2a6
upnpbrowser.cpp: fix catching polymorphic type warning
2019-06-15 12:50:50 +02:00
GetAway
dacc5fffa2
UPNPSocket.cpp: fix catching polymorphic type warning
2019-06-15 10:05:59 +02:00
Sascha Zelzer
e9aab3054d
jsoncpp: Suppress implicit-fallthrough warnings from GCC 7
...
GCC 7, when compiling with -Wimplicit-fallthrough=1 or higher, issues a warning which can be suppressed using a comment
that matches certain regular expressions. The comment change does just that: signal to GCC that the fall through is intentional.
Signed-off-by: GetAway <get-away@t-online.de >
2019-06-13 22:10:12 +02:00
Jacek Jendrzej
edd43ef5e9
weather: fix possible memleak
2019-06-13 16:48:02 +02:00
Jacek Jendrzej
43326650af
YTparser: supplement to 9af1506c89
2019-06-13 11:56:51 +02:00
Jacek Jendrzej
7c64b282fe
YTparser: fix compil with debug
2019-06-12 20:36:22 +02:00
Jacek Jendrzej
9af1506c89
YTparser: fix video without signature
2019-06-12 20:32:54 +02:00
Jacek Jendrzej
7a816a52f9
luaclient: fix result buffer overflow
2019-06-11 13:12:57 +02:00
Jacek Jendrzej
774d0c3145
movieplayer: init neutrino_msg_t
2019-06-09 18:28:44 +02:00
Jacek Jendrzej
45925b1329
lua: don't play video if movieplayer is in use
2019-06-09 17:21:18 +02:00
Thilo Graf
2f7adaa390
update.cpp: use exec find for ofgwrite caller
2019-06-08 19:58:14 +02:00
svenhoefer
6f8e829b97
- update: allow to flash zipped archives
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-08 19:58:14 +02:00
svenhoefer
c65cacaa2e
- update: fix detection of image type
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-08 19:58:14 +02:00
Jacek Jendrzej
50c4387178
lua: fix memleak
2019-06-07 19:11:23 +02:00
Jacek Jendrzej
de699f2a2f
lua: disable block from luavideo
2019-06-07 19:01:49 +02:00
Thilo Graf
4a52b79c0f
moviebrowser: rework frame height setup in moviebrowser setup
...
Usability with height presets was not really user friendly.
2019-06-05 11:12:04 +02:00
Jacek Jendrzej
e71823b47b
movieplayer: fix unnecessary save xml file in stream mode
2019-06-03 17:59:40 +02:00
Jacek Jendrzej
c6d2a4430f
YT supplement to e193c72d34
2019-06-03 15:34:10 +02:00
Thilo Graf
121d00a21a
mb.cpp: truncate title name in info menu
...
Minimal view of title should be enough information in this menu and
avoids possible issues after hide when user has changed movie data.
2019-06-02 16:17:14 +02:00
svenhoefer
3ffbd4521b
- listframe: re-align title to the left
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-02 16:17:11 +02:00
svenhoefer
90d4694e12
- move plugins to /share/tuxbox/neutrino/plugins
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-06-02 16:17:08 +02:00
Jacek Jendrzej
1cf1b08d4e
YT: add download dir menu
2019-06-02 12:13:34 +02:00
Jacek Jendrzej
e193c72d34
YT call search from yt histry
2019-06-01 19:52:41 +02:00
Jacek Jendrzej
5fa551dab6
YT use htmlEntityDecode with title
2019-06-01 16:31:27 +02:00
Jacek Jendrzej
359714dd85
yt: fix refreshTitle
2019-06-01 12:53:28 +02:00
svenhoefer
03072e94f1
- deutsch.locale: rename Teletext => Videotext
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-28 22:07:18 +02:00
Thilo Graf
b6bceb32e2
yweb: update version
2019-05-28 22:07:15 +02:00
Jacek Jendrzej
56202a1364
ytparser: fix not supported HTTP
2019-05-28 16:15:09 +02:00
GetAway
d9bd81a9ac
control scripts: dont use the non-existent script "service"
2019-05-25 22:55:00 +02:00
GetAway
8215358657
mb.cpp: little better solution to trigger seen tag
2019-05-25 22:07:35 +02:00
GetAway
5c055dded8
mb.cpp: more accurate percentages
2019-05-25 16:56:49 +02:00
Thilo Graf
9fec21034f
moviebrowser.cpp: try to optimize "seen" tag with record settings
2019-05-24 13:55:06 +02:00
Thilo Graf
5bc7fab06c
cc_frm_clock.cpp: ensure set of thread name
2019-05-24 13:54:58 +02:00
Thilo Graf
d63ffa1b2b
screensaver.cpp: add missing item name for clock instance
2019-05-24 13:54:55 +02:00
Thilo Graf
01e69fbf2a
test_menu.cpp: fix blink demos
2019-05-24 13:54:52 +02:00
Frankenstone
123c723e11
update.cpp: fix flash bootselector for hd51, thx DboxOldie
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-24 13:54:46 +02:00
Jacek Jendrzej
6ed8c3b909
lua:avoid segfault
2019-05-18 14:44:10 +02:00
Jacek Jendrzej
5c4ced773d
streamts: supplement to 086578fdb2
2019-05-16 19:43:08 +02:00
Jacek Jendrzej
15681a54bb
record: fix stream rec segfault, supplement to last commit
2019-05-16 17:20:34 +02:00
Jacek Jendrzej
086578fdb2
record: fix stream rec segfault
2019-05-16 16:47:36 +02:00
Jacek Jendrzej
cf9d1eecbf
fix memleak
2019-05-12 12:21:15 +02:00
Jacek Jendrzej
e2cb9fa025
scan_steup: fix double blue with fastscan
2019-05-10 19:06:47 +02:00
Jacek Jendrzej
494776ccaa
fix for fastscan
2019-05-10 18:40:44 +02:00
Jacek Jendrzej
26c2d7dc54
PMT_CHANGED: fix use after delete
2019-05-09 19:35:28 +02:00
Jacek Jendrzej
0cfd982aa0
capmt: avoid use cam after delete
2019-05-09 15:57:15 +02:00
Jacek Jendrzej
dcf1520156
update initial bouquets.xml services.xml
2019-05-09 14:13:29 +02:00
Thilo Graf
feb46d3268
moviebrowser/mb.cpp: add missing delete for m_detailsLine inside hide()
...
Force of reinit for m_detailsLine was failed after changed settings.
This should fix wrong dimensions of m_detailsLine after
changed m_settings.browserFrameHeight.
2019-05-09 09:14:03 +02:00
Thilo Graf
30fb240036
moviebrowser: add interim message while reset to default settings
...
It's not always a good idea to reset all mb settings. From own experience
it is often not wanted and irritatingly when storage settings will be lost.
2019-05-08 09:13:08 +02:00
Thilo Graf
734d0a3634
moviebrowser settings: move storage settings into own struct
...
For planned usage with user interaction.
2019-05-08 09:13:05 +02:00
Thilo Graf
3601503323
moviebrowser/mb.cpp: avoid possible empty menue entries in showMenu()
...
Empty entries don't look good if no movie infos are available but it
seems to be better to show movie name beside entry name. If movie title
not available show menu entry with an "edit" hint.
So the menu should be more intuitive.
2019-05-08 09:13:02 +02:00
svenhoefer
5d3b7aa9b4
- themes: disable rounded corners per default
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-08 09:12:56 +02:00
Thilo Graf
d4ad7cba12
moviebrowser/mb.cpp: use key blue instead key 3 for reload movies
...
Alignment to function of blue button in main movie browser window.
2019-05-07 09:52:16 +02:00
Thilo Graf
43cdea9cba
moviebrowser/mb.cpp: fix possible fragments on screen while scrolling
2019-05-07 09:52:13 +02:00
svenhoefer
453a8efbb0
- moviebrowser: don't show column title for visual elaspsed time
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-07 09:52:11 +02:00
Thilo Graf
9d3400082e
Revert "movibrowser: don't show column title for visual elaspsed time"
...
This reverts commit 3423c0682c
.
2019-05-07 09:52:06 +02:00
svenhoefer
4fbeb0e3d1
- locale: remove obsolete LOCALE_MOVIEBROWSER_IMDB_DATA
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-07 09:52:04 +02:00
Thilo Graf
3423c0682c
movibrowser: don't show column title for visual elaspsed time
...
progress bars should be self-explanatory
2019-05-06 11:47:19 +02:00
Thilo Graf
2452aaef6c
movieinfo.cpp: exit loadFile() if st.size is 0
...
error message was:
runtime error: variable length array bound evaluates to non-positive value 0
2019-05-06 11:47:16 +02:00
Thilo Graf
ac53657f42
locales: localize LOCALE_MOVIEBROWSER_MENU_DATA_REQUEST
2019-05-06 11:47:14 +02:00
Thilo Graf
e1e6efeffd
moviebrowser: use separate locale for movie database request
2019-05-06 11:47:13 +02:00
Thilo Graf
d7ba2e5f78
moviebrowser: use more generic action key name
2019-05-06 11:47:08 +02:00
Thilo Graf
679f929a6b
neutrino.h: change return type of signal OnBeforeRestart
...
unifiy with other signals
2019-05-06 11:47:06 +02:00
FlatTV
cbbf68e2f4
streamts.cpp: pick ARM streaming from DDT (thx DboxOldie)
2019-05-06 11:46:59 +02:00
GetAway
4cac01b98b
moviebrowser: fix array subscript is above array bounds
2019-05-05 20:02:31 +02:00
Thilo Graf
6c00095213
listframe.cpp: adopt title bar properties to sub head properties
2019-05-05 14:14:34 +02:00
Thilo Graf
83e8a6bf40
moviebrowser: show lastplay date only when really no played in info menu
...
Last play date was filled with sensles data.
2019-05-05 14:14:34 +02:00
Thilo Graf
44915a63a8
moviebrowser: show minute instead percent for last play stop
2019-05-05 14:14:34 +02:00
Thilo Graf
f80f5dd24b
locales: localize LOCALE_MOVIEBROWSER_BROWSER_CUT_LONG_ROWTEXT
2019-05-05 14:14:34 +02:00
Thilo Graf
0a93d97daa
moviebrowser: add switch for cut of text inside rows, default enabled
2019-05-05 14:14:34 +02:00
Thilo Graf
826986d088
listframe: add option to control cut of text inside rows, default enabled
2019-05-05 14:14:34 +02:00
Thilo Graf
bdace76186
moviebrowser: use MESSAGEBOX_YES_NO_OPTIONS struct from mymenu.h
...
avoid dub code
2019-05-05 14:14:34 +02:00
Thilo Graf
58d17fb86d
listframe.cpp: use color gradient in title header
2019-05-05 14:14:34 +02:00
Thilo Graf
efefba2d7e
locales: add localized entries for elapesed time in moviebrowser
2019-05-05 14:14:34 +02:00
Thilo Graf
2dc9c4d252
moviebrowser: add possibility to show visualized elapsed time
2019-05-05 14:14:34 +02:00
Thilo Graf
2792c33269
listframe: add posibility to use cc items inside listframe rows
2019-05-05 14:14:34 +02:00
Thilo Graf
5fa79b2232
helpers: add to_string() for char
2019-05-05 14:14:34 +02:00
Thilo Graf
f58fa6016b
Infoclock: add missing item name
...
needed for thread name
2019-05-05 14:14:34 +02:00
Thilo Graf
d17b246cd6
osd_helpers.cpp: use infoclock methods with better readability
2019-05-05 14:14:34 +02:00
svenhoefer
3b79b87578
- pick mipsbox code from DDT, TangoCash and max10; add missing framebuffer code files
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-05 14:11:39 +02:00
svenhoefer
8991ed60f4
- pick mipsbox code from DDT, TangoCash and max10
...
Conflicts:
src/gui/cam_menu.cpp
src/gui/update.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-05 14:11:39 +02:00
svenhoefer
15e8b2d5ea
- data/y-web/scripts/Makefile.am: simplify; fix script permissions
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-05 14:11:39 +02:00
BPanther
a1fc88e51f
fix update_menue for mips
2019-05-05 14:11:39 +02:00
max_10
d5ef29fbca
- fix aac audio when streaming, thx DboxOldie
2019-05-05 14:11:39 +02:00
svenhoefer
dc66f2e32f
- deutsch.locale: minor change in unicable.pin_hint
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-05 14:11:39 +02:00
max_10
f4a15be90d
- activate unicable pin, thx DboxOldie
2019-05-05 14:11:39 +02:00
Jacek Jendrzej
0c5e22e801
adzap: add tzap to monitor mode
2019-05-05 11:23:47 +02:00
Jacek Jendrzej
14b96ccc95
eventlist: fix memleak
2019-05-04 14:54:34 +02:00
Jacek Jendrzej
4798df400d
adzap, fix zap to last channel, disable hintbox with zap
2019-05-04 13:56:36 +02:00
Thilo Graf
a69865157b
data/scripts: fix build
...
files not in this directory
2019-05-02 22:17:11 +02:00
svenhoefer
c5b716ec1a
- data/fonts: move pakenham.ttf away from neutrino repository; it's the plugin font
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# data/fonts/Makefile.am
# data/fonts/pakenham.ttf
2019-05-02 21:28:01 +02:00
svenhoefer
0fdb3436f6
- data/fonts/Makefile.am: fix uninstall
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
svenhoefer
9ff0df9d8b
- data: unify and simplify Makefiles
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
svenhoefer
b3b7ac5c3e
- followscreenings: invert notify behaviour
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
svenhoefer
e33b6f4f33
- epgplus: show notifications when adding timers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
svenhoefer
ddd8e16ec1
- epgview: show notifications when adding timers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
Thilo Graf
8e99e79e6d
followscreenings: add missing logic OR with getUseChannelFilter()
2019-05-02 21:28:01 +02:00
svenhoefer
f413089488
- followscreenings: allow switchable notifications
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
svenhoefer
752e2171c7
- followscreenings: fix CFollowScreenings::FOLLOWSCREENINGS_ALWAYS
...
* add enumeration for a better readability
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
FlatTV
67b4fec5a6
followscreenings.cpp: Fix option "always"
2019-05-02 21:28:01 +02:00
svenhoefer
9760861df5
- followscreenings: re-add possibility to show followscreenings in every case
...
This commit replaces formerly commit f2437b5b06c38f474c06fb295a315ecbb3adff4e
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
FlatTV
2b25a7ec1b
capmt.cpp - try to fix timeshift/recording on armbox
2019-05-02 21:28:01 +02:00
TangoCash
8ea412cc55
- timerlist/controlapi: enable epg_starttime for remote timers
2019-05-02 21:28:01 +02:00
svenhoefer
e5c3777150
- deutsch.locale: shorten menu.hint_adzap_zap
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
Jacek Jendrzej
f4b98498c3
- adzap: add "zap on timer activation" to adzap menu too
2019-05-02 21:28:01 +02:00
svenhoefer
c9d6285091
- moviebrowser: better check for *tmdb's availability
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-05-02 21:05:30 +02:00
BPanther
13c4cc90ef
tmdb cleanup
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-05-02 21:02:14 +02:00
BPanther
6ae5b6fa9d
fix tmdb again
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-05-02 20:59:20 +02:00
BPanther
d43e4912ce
fix tmdb cover in moviebrowser
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-05-02 20:55:51 +02:00
Jacek Jendrzej
c0c72e8af8
Revert "cc_frm_clock.h: clean up: remove unnecessary virtual declaration"
...
This reverts commit 13dad842e312461319df03612f11d4aae74112ad.This break moviepayer show time
2019-05-01 17:16:12 +02:00
Jacek Jendrzej
389b88d08d
fix segfault,supplement to 69ae7d89e3
2019-05-01 16:16:27 +02:00
Thilo Graf
aedf686fe7
textbox.cpp: check for pix buffer content first for shure
2019-04-28 20:15:13 +02:00
NadjaW
d1699ac2b4
fontrenderer.cpp: prevent possible crash when text parameter == NULL
...
Observed e.g. with undefined behavior within threads
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 20:15:10 +02:00
svenhoefer
f1e582e109
- deutsch.locale: minor changes in adzap.zap
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 11:17:34 +02:00
svenhoefer
9b1c2cf327
- code formatting of "add option to adzap: zap on timer activation"
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 11:17:09 +02:00
svenhoefer
08cdb2ee83
- cosmetics: align epg_id notation to channel_id
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 11:16:03 +02:00
svenhoefer
a5a3ec04cc
- timerlist/controlapi: handle epg_id as channel_id
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:58:56 +02:00
svenhoefer
31bbb45946
- eventlist: fix "- eventlist: signalize remote timers"
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:58:25 +02:00
svenhoefer
3ee1e93e32
- eventlist: fix warnings in console output for timer conflicts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:51:16 +02:00
svenhoefer
24a57934cc
- eventlist: small code formatting changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:50:56 +02:00
TangoCash
198c427f1e
- eventlist: signalize remote timers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:50:47 +02:00
svenhoefer
cc33158cd7
- add missing empty INSTALL file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:47:22 +02:00
svenhoefer
8d2c8cf5c7
- configure.ac: autoupdate
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:44:18 +02:00
svenhoefer
d5f4ec0d03
- .gitignore: a bit more structure; inspired by https://github.com/github/gitignore
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 20:20:20 +02:00
svenhoefer
9b06726926
Revert "capmt.cpp: enable CI for recording only if necessary"
...
This reverts commit 7b54b1dfb1
.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-27 19:26:52 +02:00
Jacek Jendrzej
54da71ebda
fix 44fb2039e1
typo
2019-04-27 10:23:18 +02:00
Jacek Jendrzej
44fb2039e1
add option to adzap: zap on timer activation
2019-04-25 18:49:57 +02:00
svenhoefer
df19fff874
- autogen.sh: small cosmetics
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-18 17:05:37 +02:00
svenhoefer
4a766df8de
- acinclude.m4: fix exec_prefix variable in cdk-mode too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-18 17:05:37 +02:00
Thilo Graf
3ee35e0b59
fb_generic.h: avoid multiple define of fb_pixel_t
...
Is already defined with build config inside configure.ac
2019-04-18 17:01:22 +02:00
Thilo Graf
9480f67c95
cc_frm.h: clean up remove unneeded virtual declarations
2019-04-18 17:01:22 +02:00
Jacek Jendrzej
bbc9527c2f
src/gui/screensaver.cpp: read screensaver dir only in image mode
2019-04-18 12:16:23 +02:00
Jacek Jendrzej
7987087db0
fix unknown address segfault, if audio pid is empty
2019-04-18 11:50:41 +02:00
Thilo Graf
6cb1217bc9
cc_draw.cpp: remove of an unneeded line break in debug line
2019-04-11 11:26:39 +02:00
Thilo Graf
13dad842e3
cc_frm_clock.h: clean up: remove unnecessary virtual declaration
2019-04-11 11:26:39 +02:00
Thilo Graf
5c5dad5766
neutrino.cpp: enable radiotext as default
2019-04-11 11:26:39 +02:00
Thilo Graf
14a3844c57
cc_frm.cpp: add missing call for hide()
...
Required if we have saved buffer.
2019-04-11 11:26:39 +02:00
Thilo Graf
25026c9bae
textbox.cpp/h: use parameter as ref, ensure empty string on empty line array
2019-04-11 11:26:39 +02:00
Jacek Jendrzej
3e90c56249
infoviewer: copy also time info
2019-04-07 14:54:52 +02:00
Thilo Graf
057d458f96
osd_setup/menue.cpp: remove slot OnAfterChangeOption from OsdSetup class
...
Effect was right only for the osd_menu widget but not for all the
other opened menu widget instances. This was watched if user the osd setup menu
has lefted with the 'Setup' ('Menu') button. The main menu was not touched.
Thx GetAway for hint.
The use of slot in context with the OsdHelpers class should solve this
issue for all new generated menu widget instances.
2019-04-06 23:58:32 +02:00
Thilo Graf
86f0798f63
gui/osd_helpers.cpp/h: add signal OnAfterChangeResolution
...
Adds possibility to use any methods after changed resolution without
any changes on COsdHelpers class.
Implementation is possible directly from other objects that need this.
2019-04-06 23:58:17 +02:00
Frankenstone
2041ba7d54
fix commit 4fc2d90fd3 "vfd_setup.cpp: apply native sub head "
...
- remove superfluous entry
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:58:13 +02:00
svenhoefer
c0971287ad
- pictureviewer: masking some more chars in event logo names
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:58:02 +02:00
svenhoefer
cd8d076d35
- weather-locations: update
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:58:00 +02:00
svenhoefer
2949ae684e
- update: a bit more console output after flashing
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-06 23:57:56 +02:00
Thilo Graf
bba8093f05
cc_item_tvpic.cpp: fix wrong parameter type
...
parameter is type int
2019-04-05 21:52:53 +02:00
Thilo Graf
f387150bf1
cc_types.h: add item 'order_id' to button_label_cc struct
2019-04-05 21:52:53 +02:00
Jacek Jendrzej
e4b7bfef93
tuxtxt.cpp fix possible memleak
2019-04-05 12:29:08 +02:00
Jacek Jendrzej
86fc8b079a
2. try to fix mute icon hide from lua menu and movieplayer, please teste
2019-04-04 16:42:31 +02:00
Jacek Jendrzej
af1a8e0e44
Revert "movieplayer.cpp dont use enableOsdElements from lua-plugin"
...
This reverts commit 68fdd2ba75dd8c088c05d53f79e6707caaab8972., is other Bug
2019-04-04 13:31:11 +02:00
Thilo Graf
e3e3d685b3
COsdSetup: ensure apply of selected osd resolution
...
Menu was faulty rendered.
2019-04-03 15:35:29 +02:00
Thilo Graf
02ba69995e
vfd_setup.cpp: apply native sub head
2019-04-03 15:35:29 +02:00
Thilo Graf
0731790764
personalize.cpp: apply native sub head
2019-04-03 15:35:29 +02:00
Thilo Graf
d02a24cc9c
parentallock_setup.cpp: apply native sub head
2019-04-03 15:35:29 +02:00
Thilo Graf
8eb418617b
menue.cpp/h: re add SUB_HEAD option with some samples inside test menu
2019-04-03 15:35:29 +02:00
Thilo Graf
eceefe6f27
themes: update Neutrino-3.0
2019-04-02 18:28:00 +02:00
Thilo Graf
710ffd7998
locales: localize osd menu subtitle theme settings
2019-04-02 16:34:56 +02:00
Thilo Graf
ddc6407924
osdsetup: add entries for sub header settings
2019-04-02 16:34:56 +02:00
Thilo Graf
f0ca7e37f1
menue.cpp: apply gradient modes for sub header
2019-04-02 16:34:56 +02:00
Thilo Graf
a46f5d1ee1
cc_frm_header.cpp: add gradient mode if header is in small mode
2019-04-02 16:34:56 +02:00
Thilo Graf
61ae84f497
settings: add gradient options for sub header theme settings
2019-04-02 16:34:56 +02:00
Thilo Graf
42093a287b
themes: update Olive-3.0
2019-04-02 16:34:56 +02:00
Thilo Graf
a6119bf7cb
themes: update bluemoon-3.0
2019-04-02 16:34:56 +02:00
Thilo Graf
3f84d53b05
CMenueWidget: use native header as sub header
2019-04-02 16:34:56 +02:00
Thilo Graf
1c574e4a07
header/footer: add overloaded versions of header class with size mode option
...
Size mode didn't really work. It is easier to implement
headers with with separate class constructor and other size mode
Footer works also with this additional parameter but without additional
overloaded constructors.
2019-04-02 16:34:56 +02:00
Thilo Graf
714df8b092
cc_draw.cpp: use random colors for CCDraw_debug
...
For better distinguish objects on screen while debugging.
2019-04-02 16:34:56 +02:00
Thilo Graf
0c32280363
color: add function to get random color
2019-04-02 16:34:56 +02:00
Thilo Graf
ef0cb42b85
CMenuWidget: ensure applying of changed header width while runtime
...
Width was not applied after changed osd settings e.g. changed corner types
2019-04-02 16:34:56 +02:00
Thilo Graf
44ab3627a7
Themes: add Origin.theme
2019-04-02 16:34:56 +02:00
Thilo Graf
0aa76a8616
themes: update 3.0 themes
...
add missing defaults, progressbar and contrast optimizings
2019-04-02 16:34:56 +02:00
Jacek Jendrzej
68fdd2ba75
movieplayer.cpp dont use enableOsdElements from lua-plugin
2019-04-02 15:21:21 +02:00
Jacek Jendrzej
4fb17ff991
cc_item_picture.cpp use def, supplement to 9af186dcd7
2019-04-02 12:10:50 +02:00
Jacek Jendrzej
232ecf1027
cc_item_picture.cpp fix init var
2019-04-02 11:30:43 +02:00
Jacek Jendrzej
9af186dcd7
cc_item_picture.cpp: fix hide mute paint, if first mute paint is in movieplayer
2019-04-01 16:14:18 +02:00
Thilo Graf
756968ab97
CMenueWidget: get header height directly from header object
2019-03-31 18:18:00 +02:00
Thilo Graf
3db81f0396
widget/menue.cpp: allow IDE's find include header file
2019-03-31 18:17:55 +02:00
svenhoefer
104229dacf
- moviebrowser: reset selected item in MB_FOCUS_LAST_PLAY after deleting any movie
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-31 18:03:29 +02:00
svenhoefer
d5f6f33e6f
- lcd4linux: fix weather on/off item again
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-03-30 23:55:23 +01:00
GetAway
ab30459acb
lcd4l: finally ported weather on/off item from NI
2019-03-30 23:51:05 +01:00
TangoCash
6b46ded6a5
fix typo
2019-03-29 23:54:26 +01:00
Thilo Graf
06e968df78
CMenueWidget: add overloaded version of addIntroItems()
...
Allows additional usage of strings as text parameter.
2019-03-29 23:29:51 +01:00
svenhoefer
08e8fd88ad
add forecast weekdays to timestamp
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-29 23:27:08 +01:00
Thilo Graf
de03897cf6
neutrino.cpp: fix dub lines
...
Partial revert of cherry-pick 2662dcf
.
There were no conflicts while cherry-pick, therefore I noticed it too late.
2019-03-29 23:26:39 +01:00
Thilo Graf
f717984a83
menu.cpp: add member to set action key
2019-03-29 23:26:36 +01:00
Thilo Graf
cca09c7469
helpers: add trim methodes for left and right trim
2019-03-28 11:29:44 +01:00
Thilo Graf
531227a482
helpers: add isDigitWord() function
...
returns true if all chars of string parameter are digits
2019-03-28 11:29:41 +01:00
svenhoefer
2662dcf7b8
- neutrino: show saveEpg-message in shutdown mode too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-28 11:27:07 +01:00
Thilo Graf
17b57d0914
cc_item_picture.cpp: avoid possible crash if image paint was failed
2019-03-26 10:01:22 +01:00
svenhoefer
edc597748d
- weather: use km/h instead of m/h
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 09:58:36 +01:00
FlatTV
7b54b1dfb1
capmt.cpp: enable CI for recording only if necessary
2019-03-26 09:51:23 +01:00
svenhoefer
db5c17f5a0
- keybind-setup: use g_settings.backup_dir to save/load keys
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 09:50:26 +01:00
svenhoefer
6187a82fee
- lcd4l: fix crash
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 09:45:57 +01:00
svenhoefer
b5b4170d2d
- lcd4l: we need the forecast for current day
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 07:57:05 +01:00
svenhoefer
0fcfc0a47e
- lcd4l: align to TC code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 07:57:05 +01:00
svenhoefer
34a4954ab5
- weather: add more data to struct
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 07:57:05 +01:00
svenhoefer
e04de3136e
- weather/lcd4l: add some more weather data
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 07:57:05 +01:00
svenhoefer
9d5698865e
- weather: fix month in console log
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 07:57:05 +01:00
svenhoefer
e1ed034a9f
- weather: naming the member varables as the keywords from json request
...
So it's easier to add some new stuff as i think.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-26 07:57:05 +01:00
TangoCash
68ff0bb553
weather: add "°C" to temperatures in show
2019-03-26 07:57:05 +01:00
Jacek Jendrzej
1d02df4fd5
fix usals menu
2019-03-25 15:28:48 +01:00
Jacek Jendrzej
1c9a0aa249
neutrino.cpp: fix load save keys
2019-03-25 15:24:38 +01:00
GetAway
8e2f0d5af0
weather.cpp: dont use deprecated Json::Reader
2019-03-24 20:51:07 +01:00
Jacek Jendrzej
27c03b02b4
gui/keybind_setup: fix painted key name after use loadkeys conf
2019-03-24 16:15:41 +01:00
Jacek Jendrzej
54885c0f56
fix segfault with static item, supplement to 69ae7d89e3
2019-03-23 11:33:50 +01:00
Thilo Graf
819f6afb17
CKeyboardInput: clean up: remove keyword 'virtual'
...
Is not required, no sub classes
2019-03-21 11:09:12 +01:00
svenhoefer
aeacf03234
- lcd4l: write weather_city file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-21 09:49:56 +01:00
svenhoefer
6c1e155cfe
- weather: allow to get city
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-21 09:49:16 +01:00
svenhoefer
c639827324
- weather: don't add "°C" to temperatures
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:06 +01:00
svenhoefer
00265bd7c4
- lcd4l: get weather forecast data for one day
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:06 +01:00
svenhoefer
c705e35a9f
- weather: allow to get forecast temp and forecast icon
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:06 +01:00
svenhoefer
b2a57d375c
- weather_locations.h: reformatting code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:06 +01:00
svenhoefer
e6a719fb91
- weather: code formatting using astyle
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:06 +01:00
svenhoefer
7fedf87ea6
- weather: better naming for update cycle
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:05 +01:00
svenhoefer
f8e0bf244a
- lcd4l/weather: fix creation of data files for first run
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:05 +01:00
svenhoefer
1850fb3692
- miscsettings_menu: small changes in new weather items
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-20 22:47:05 +01:00
TangoCash
f7219894bc
add weather via Dark Sky API -step1-
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Build errors fixed, missing code disabled
2019-03-20 22:47:05 +01:00
Jacek Jendrzej
69ae7d89e3
widget/menue fix memleak, CMenuWidget::removeItem
2019-03-20 12:41:48 +01:00
Jacek Jendrzej
040f329216
use strftime instead of std::put_time, for sh4 build
2019-03-18 18:37:10 +01:00
Thilo Graf
e8bc676f76
CMenuOptionStringChooser: remember last item
...
useful for some cases if needed, default off
2019-03-18 15:53:21 +01:00
Jacek Jendrzej
bd2e323742
- movieplayer: allow screenshots from stream
2019-03-18 15:44:47 +01:00
svenhoefer
982fa73ec3
- channellist: fix commit d523fa4
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-18 15:44:04 +01:00
Thilo Graf
6bf13f6d6b
CKeyboardInput: add signal OnAfterSave()
...
supplementing for notifier handling
2019-03-17 13:09:23 +01:00
Thilo Graf
91854a4d81
widget/keyboard_input.cpp: simplify class constructors
...
Removed multiple code.
2019-03-17 13:01:29 +01:00
svenhoefer
a47bb767c4
- streaminfo2: clean up from unused code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
4748b3be40
- streaminfo2: use official notation for abbreviations
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
d523fa42ed
- channellist: don't show pip-button when pip is disabled
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
b10778016f
- streaminfo2: re-organize order (partly as suggested by Janus)
...
Conflicts:
src/gui/streaminfo2.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
db30378397
- streaminfo2: add real channelname if it differs to channelname (part 2)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
1a4e345a83
- streaminfo2: add real channelname if it differs to channelname
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
c2b08afdad
- streaminfo2: formatting code using astyle
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
cd6086a317
- streaminfo2: pre-init col in struct row
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
255c4ded31
- streaminfo2: some position fixes; mosty on the right side
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
GetAway
2a833fbfc1
yWeb: bump Y_Version.txt to 2.9.0.42
2019-03-16 13:46:37 +01:00
GetAway
e4b2cbe52b
yWeb: fix some help URLs
2019-03-16 13:42:12 +01:00
GetAway
214d3f641c
yWeb: fix TVinfo - use curl now
2019-03-16 12:39:06 +01:00
GetAway
7dc03ef026
Y_Tools.sh: fix link to Y_Version.txt
2019-03-14 23:18:16 +01:00
Frankenstone
f21140f3dc
fix compiler warning, thx DboxOldie
2019-03-14 08:58:13 +01:00
Thilo Graf
d51474c6c8
src/driver/fb_generic.cpp: fix typo
...
cs build was broken
2019-03-12 13:10:44 +01:00
Jacek Jendrzej
43e93be441
cc_draw.h: try to fix broken hide() in derived classes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-12 10:50:00 +01:00
Thilo Graf
43f77618be
/widget/menue.h/cpp: add missing signal OnAfterChangeOption()
2019-03-12 10:49:56 +01:00
Thilo Graf
22f3b20d41
keyinput: outsource keytables into own header file
...
for better common usage
2019-03-12 10:49:48 +01:00
Thilo Graf
e10cd928ed
framebuffer: add optional fallback handlings for showFrame() methode
2019-03-12 10:49:42 +01:00
svenhoefer
e7cb0f668f
- eventlist: don't show EPGplus button when EPGplus is disabled
...
Conflicts:
src/gui/eventlist.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-10 15:00:20 +01:00
svenhoefer
4c33c7a7d4
- channellist: show display mode in header (next/primetime only)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-10 15:00:20 +01:00
Thilo Graf
6ccea677bc
icons: add icon epg.png
2019-03-10 15:00:09 +01:00
svenhoefer
b9b8ca752b
- channellist: show event description per default in primetime mode only
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-09 22:45:58 +01:00
svenhoefer
2964418315
- streaminfo: use fixed fonts
...
TODO: some small position fixes
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-09 22:45:04 +01:00
Jacek Jendrzej
41963aca29
fix stack buffer overflow if icon pic is broken
2019-03-09 20:09:28 +01:00
svenhoefer
c3d1af3171
- channellist: respect g_settings.channellist_show_numbers in history mode too (first quick'n'dirty version)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-09 17:11:28 +01:00
svenhoefer
8329304a48
- neutrinofonts: introduce fixed (non user scalable) fonts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-09 17:10:49 +01:00
TangoCash
7426845feb
- channellist: set beginning of primetime to 20:00
2019-03-07 06:25:40 +01:00
svenhoefer
3229ee387d
- channellist: use OFFSET defines in showdescription() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:20:45 +01:00
svenhoefer
acb7a002b2
- channellist: show event description in primetime mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:20:24 +01:00
svenhoefer
590796dd87
fix commit 7bb694c remove unnecessary
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:19:57 +01:00
TangoCash
b24bdd3126
fix logic
2019-03-06 21:14:25 +01:00
TangoCash
4aeb1db919
show tomorrows events after todays primetime
2019-03-06 21:14:13 +01:00
svenhoefer
22ebe30144
- channellist: rework behaviour of green and blue button; ...
...
* blue key: switches now/next/primetime
* green key: switches eventlist/description (in favorites mode)
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
data/locale/english.locale
src/gui/channellist.cpp
2019-03-05 06:34:47 +01:00
Frankenstone
cdac50c6f8
ffmpegdec change debug output
2019-03-05 06:15:20 +01:00
BPanther
d1f4f82f6a
ffmpegdec fix possible memleak (thx DboxOldie)
2019-03-05 06:15:16 +01:00
Frankenstone
052d9c07f5
fix build ffmpeg, use old api for older ffmpeg
2019-03-04 10:33:16 +01:00
Frankenstone
4f1e47191b
ffmpegdec.cpp: fix possible memleak
2019-03-04 10:20:25 +01:00
svenhoefer
e6d94bda27
- channellist: fix formatation of new code from "add primetime feature to channellist"
...
Conflicts:
src/gui/channellist.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-04 10:20:11 +01:00
TangoCash
83124d283f
add primetime feature to channellist
...
use green button in favorites to show whats showing on primetime
Conflicts:
data/locale/english.locale
src/gui/channellist.cpp
2019-03-04 10:14:43 +01:00
TangoCash
5bd68b781b
fix tmdb cast
2019-03-04 09:36:13 +01:00
TangoCash
39ae3e8e15
fix segfault
2019-03-04 09:36:08 +01:00
TangoCash
0174e6971f
rework tmdb class
2019-03-04 09:32:12 +01:00
Frankenstone
a153f44baa
epgview: use define tmdb_cover
2019-03-04 09:25:28 +01:00
BPanther
0b311da08a
fix remove tmdb.jpg
2019-03-04 09:25:19 +01:00
Jacek Jendrzej
1547f90e4e
fix possible memleak
2019-03-03 16:02:34 +01:00
Jacek Jendrzej
3e08bb4415
netfile: fix stack buffer overflow
2019-03-02 19:52:37 +01:00
Frankenstone
23a009535c
reduce ffmpeg warnings part 2 , thx DboxOldie
...
- part 1 see here b160f48
2019-03-01 21:24:24 +01:00
Frankenstone
ab2a37871a
reduce ffmpeg warnings, thx DboxOldie
2019-03-01 21:24:24 +01:00
Frankenstone
4d52588842
fix ffmpeg compiler warnings, thx DboxOldie
2019-03-01 21:24:24 +01:00
Frankenstone
ef4bb7cff3
disable av sync in radio mode
...
- thx DbO ;-)
2019-03-01 21:24:24 +01:00
Jacek Jendrzej
ffcda7c304
audioplayer: fix memleak
2019-03-01 20:44:40 +01:00
BPanther
f3d71be4a5
remove tmdb.jpg after exit
2019-02-24 13:38:13 +01:00
limes007
2a74457000
sectionsd: unify and optimize debug messages
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-24 13:38:13 +01:00
Thilo Graf
ab5f31c0a1
moviebrowser.cpp: fix position of top marker for details line
...
Top marker was painted at wrong y position.
2019-02-22 17:57:06 +01:00
svenhoefer
3bd75d26a6
- listframe: fix painting of scroolbar backround on empty pages
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-17 22:19:45 +01:00
svenhoefer
365f4951a1
- listframe: fix calculation of m_nLinesPerPage (part 2)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-17 22:19:42 +01:00
svenhoefer
f0b9588b82
- listframe: fix alignment of headerlist to content below
...
* since scrollbar isn't paint over the full height we have to reduce
the netto width by a possible scrollbar width
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-17 22:19:35 +01:00
svenhoefer
47c8f071c8
- listframe: simplify calculation of m_cFrameScrollRel.iHeight
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-16 23:26:45 +01:00
svenhoefer
aed34c5907
- listframe: fix calculation of m_nLinesPerPage
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-16 23:26:28 +01:00
svenhoefer
3b634bd43b
- listframe: add minimal offset to title line
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-16 23:26:11 +01:00
svenhoefer
49883a8775
- listframe: add minimal offset to header line
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-16 23:25:45 +01:00
svenhoefer
de0d46e085
- listframe: fix m_nNrOfPages value for empty pages
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-16 23:25:25 +01:00
svenhoefer
a6a5170732
- listframe: fix calculation of width for rendering titles
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-16 23:25:08 +01:00
Thilo Graf
fd7dab02b3
gui/subchannel_select.cpp: fix possible format-overflow error
...
error was:
'%s' directive writing up to 49 bytes into a region of size between 48
and 97 [-Werror=format-overflow=]
sprintf(nvod_s, "%s - %s %s", nvod_time_a, nvod_time_e, nvod_time_x);
2019-02-16 21:47:34 +01:00
Thilo Graf
406b15c9c1
lib/xmltree/gzstream.h: fix possible Wshadow warnings
2019-02-16 21:47:34 +01:00
Jacek Jendrzej
24475f7dba
fix compil without LCD4LINUX
2019-02-11 18:54:23 +01:00
Thilo Graf
a6c5251e7e
scan_setup.cpp: fix possible compiler warning
...
enum constant in boolean context
2019-02-11 11:14:12 +01:00
Thilo Graf
3a7051c4fd
listframe.cpp: use header colors in subheader
2019-02-11 11:14:12 +01:00
Thilo Graf
8c90841838
listframe.cpp: fix overlapping header line on scrollbar
2019-02-11 11:14:12 +01:00
Thilo Graf
55ce53caae
listframe.cpp: remove unneeded offset
...
Bottom of text was over painted
2019-02-11 11:14:12 +01:00
Thilo Graf
666f0c886f
widget/listframe.h: add function to get line height
2019-02-11 11:14:12 +01:00
Thilo Graf
a7f960ffa4
cc_draw.h: add member to set force full repaint of item
...
This overrides internal firstpaint and is_painted modes to
provoke full repaint of item.
2019-02-11 11:14:12 +01:00
Thilo Graf
99c63a1268
listframe .cpp: use color settings for header text and background
2019-02-11 11:14:12 +01:00
Thilo Graf
aae4ffd638
osd_setup.cpp: outsource radio text notifier handling into own method
...
For usage with other functions.
2019-02-11 11:14:12 +01:00
Thilo Graf
7d36fb52d6
osd_setup.cpp: resort and cleanup osd setup menue
2019-02-11 11:14:12 +01:00
Thilo Graf
f9e1fc30e4
Makifile.am: ensure update locales with 'deploy-target'
...
On sdk build with the command 'devtool deploy-target' not updated
all locals were uploaded.
Effects could be gui will show messed localized menues or windows.
To avoid this issues a complete do_configure() was required
to force (or bitbake -c cleansstate ), this should solve this problem.
2019-02-11 11:14:12 +01:00
Thilo Graf
289e167462
themes: move rounded corners to theme section
2019-02-11 11:14:12 +01:00
Thilo Graf
92eef239ef
osd_setup.cpp: move radiotext option it osd main menue
...
This option is not really specific for infobar.
2019-02-11 11:14:12 +01:00
max_10
0c73c623fe
- Y_EPG_Plus.yhtm: fix defaultwert DisplayLogos (thx vanhofen)
2019-02-11 10:26:31 +01:00
svenhoefer
ff629d9381
- locales: fix movieplayer help
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:26 +01:00
svenhoefer
9c77ed6269
- use new exec_controlscript() function
...
Conflicts:
src/driver/record.cpp
src/global.h
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:23 +01:00
svenhoefer
b027bec157
- helpers: add function to execute control scripts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:19 +01:00
svenhoefer
0ff995ac53
- add missing scan.start/stop control scripts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:16 +01:00
svenhoefer
2bcd32732d
- align defines for control scripts
...
Conflicts:
src/global.h
src/gui/pictureviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:13 +01:00
svenhoefer
91de6f5abe
- install control scripts to CONTROLDIR
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:11 +01:00
svenhoefer
a5ac19f6c1
- acinclude: introduce --with-controldir=PATH and --with-controldir_var=PATH for control scripts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:09 +01:00
svenhoefer
36e4bc9726
- move control scripts from data/neutrino-scripts to data/control
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:06 +01:00
svenhoefer
010f1d41f6
- data/neutrino-scripts: add all possible control scripts
...
Conflicts:
data/neutrino-scripts/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
For the moment all entries disabled because it could
be possible that already modified scripts are available and
has been modified by users. Rename of these scripts with .sample suffix
could be an alternate idea.
2019-02-11 10:26:01 +01:00
svenhoefer
a67e774bfc
- movieplayer: move MOVIEPLAYER_START/END_SCRIPT defines to movieplayer
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:57 +01:00
Frankenstone
8d1cadbf14
Y_neutrino_Blocks.txt: adapt webIF to 861578e timeshift: unify config keywords and locales
2019-02-11 10:25:54 +01:00
svenhoefer
aaac28d41b
- pictureviewer: re-introduce pictureviewer.start/end scripts
...
Conflicts:
src/gui/pictureviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:51 +01:00
svenhoefer
9425f08c55
- locales: fix order
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:47 +01:00
ni-visitor
1ead28e64d
satellites.xml update
2019-02-11 10:25:44 +01:00
svenhoefer
3984f3f239
- lcd4l: rename new variable wait4lcd => wait4daemon
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:41 +01:00
svenhoefer
0e9396bc58
hdd_menu.cpp: kill hdidle if hddsleep is active
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:36 +01:00
svenhoefer
5eda082504
- record.cpp: a bit more readability
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:29 +01:00
svenhoefer
cf08ffec15
- record: re-sort buffer handling keywords
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:25 +01:00
svenhoefer
ea457a8e92
- record: pick buffer handling from DDT
...
neutrino will crash here
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:21 +01:00
Knicko
5077121b12
update-satellites.xml
...
Signed-off-by: Knicko <knicko@glj.servebbs.com >
2019-02-11 10:25:18 +01:00
svenhoefer
6e46005ca0
- timeshift: unify config keywords and locales
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:15 +01:00
svenhoefer
d338be9526
- timeshift: small renamings in timeshift action keys
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:11 +01:00
svenhoefer
578b53cf65
- record: move TSHIFT defines into enumeration
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:24:59 +01:00
TangoCash
2deb1f7631
- zapit/frontend: correct unicable timing for arm boxes
2019-02-11 10:24:39 +01:00
GetAway
a2bc300681
- remove incomplete external volume script controlling
...
if somebody need this, we can commit the correct and complete patch
2019-02-09 19:10:34 +01:00
GetAway
9283c464cb
locale: remove duplicate entry
2019-02-09 18:35:32 +01:00
GetAway
06e246f0d4
fix warning: 'lcd4linux' shadows a member of 'this'
2019-01-26 15:45:14 +01:00
GetAway
04d7efe50c
Supplement to c14b34f
...
...
Call of showFrame() causes unintentional behavior on cs hardware
with green screens and video decoder seems to become unusable.
2019-01-25 09:03:16 +01:00
GetAway
c14b34fe54
fb_generic.cpp: fix build for CST hardware...
...
was broken with commit 8b7de5f
2019-01-22 21:37:38 +01:00
GetAway
9a8d5657f7
l4l: force update of output files if ...
...
lcd4linux is not running and display is changed in automatic mode
2019-01-20 16:28:50 +01:00
GetAway
84693c62e6
cleanup last commit
2019-01-13 11:32:33 +01:00
GetAway
8b7de5fc8f
screensaver.cpp: use fallback if video decoder is busy
2019-01-13 11:13:24 +01:00
GetAway
acc651e528
screensaver.cpp: use paintImage for CST...
...
showFrame does not work correctly on CST if Video decoder is busy, e.g streaming
no way to detect it on Coolstream yet
2019-01-10 20:34:56 +01:00
GetAway
9dcc317db4
l4l: remove brightness_standby, use brightness only
2019-01-07 21:37:16 +01:00
GetAway
d6d79e5c74
l4l: format layout output for more flexibility
2019-01-06 16:00:52 +01:00
TangoCash
0277009f72
some fixes after cherry-picking
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-06 13:24:47 +01:00
svenhoefer
4b9740623e
- lcd4l-setup: move type setup into own submenu to get different options for different types
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-05 21:53:57 +01:00
svenhoefer
6145cabae1
- lcd4l: activate new Samsung SPF types
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-05 21:05:57 +01:00
svenhoefer
9b9c900ab6
- lcd4linux: prepare for some more Samsung SPF types
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-05 20:53:35 +01:00
GetAway
8549307a9f
l4l: align some variables names to NI's names
2019-01-05 19:06:30 +01:00
GetAway
afaad86986
l4l: fix LOGO_DUMMY; use system icon
2019-01-05 18:29:34 +01:00
GetAway
1be84bc059
acinclue.m4: introduce --with-lcd4liconsdir=PATH
2019-01-05 17:34:53 +01:00
GetAway
80bf4aac4e
l4l: add hint icon
2019-01-05 13:27:41 +01:00
vanhofen
a418917ade
- miscsettings: add missing shortcut to sleeptimer item
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-04 15:03:28 +01:00
GetAway
9f642a1852
miscsettings_menu.cpp: fix button order
2019-01-03 17:42:03 +01:00
GetAway
fdeb594750
l4l: reinitialize only once
2019-01-03 17:23:16 +01:00
GetAway
451de1c00b
l4l: use more enums
2019-01-03 17:02:04 +01:00
redblue-pkt
6948dc1d78
lcd4linux: convert polish letters
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-03 16:12:31 +01:00
vanhofen
0a359a8133
- lcd4l: fix cherry-pick
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-03 15:58:41 +01:00
J. Krieg
beed663788
src/driver/pictureviewer/pictureviewer.cpp: fix fix compil without LCD4LINUX
...
v_path.push_back(g_settings.logo_hdd_dir) does not relate to LCD4Linux
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-03 15:33:05 +01:00
Jacek Jendrzej
e97c8d03fe
fix compil without LCD4LINUX
2019-01-03 11:27:46 +01:00
GetAway
2cfd6b7f89
fix commit 6fdc01c0e7
2019-01-02 23:13:40 +01:00
svenhoefer
9834e9e18e
- lcd4l-setup: use new GetMaxBrightness() function
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-02 23:00:13 +01:00
svenhoefer
e63e874e13
- lcd4l: add GetMaxBrightness() function
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-02 22:57:25 +01:00
Thilo Graf
706027d792
imageinfo.cpp: adopt to last libstb changes
2019-01-02 19:01:48 +01:00
Thilo Graf
6282d0a266
configure: remove unneeded define
2019-01-02 19:01:46 +01:00
GetAway
ed435a5fea
l4l: remove hardcoded path; start with full path
2019-01-01 23:22:34 +01:00
bazi98
c8fcf927d9
fix typos framerate
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-01 22:44:09 +01:00
Thilo Graf
42ef95d0b9
update to version 3.9.0
...
switch to changed libst-hal structur. libstb-hal >= 1.1.0 is required
2019-01-01 17:04:07 +01:00
svenhoefer
52e49c25f4
- osd-setup: allow to enable/disable event logos
...
Conflicts:
src/gui/osd_setup.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-01-01 14:36:27 +01:00
svenhoefer
26c6861d12
- osd_setup: move channellist_show_channellogo to new logo menu; ...
...
align locales
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 18:20:23 +01:00
svenhoefer
63f507b38b
- osd_setup: add channellogo-setup menu
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/gui/osd_setup.cpp
src/system/locals.h
src/system/locals_intern.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 17:57:57 +01:00
svenhoefer
d8111f7aef
- lcd4l: add function to reset m_parseID
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 15:18:22 +01:00
svenhoefer
581a2b5e8d
- lcd4l: re-enable event logos
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 15:18:19 +01:00
TangoCash
93f74ef829
show event logos only in infoviewer
2018-12-31 15:18:15 +01:00
svenhoefer
1d0d8ade9c
- lcd4l: reset channelid when epg is changed to get a possible eventlogo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 15:18:10 +01:00
TangoCash
4853dd82d0
fix fastscan
2018-12-31 15:18:02 +01:00
BPanther
f638ffbb1c
fix hd51 nhttp rc
2018-12-31 15:17:57 +01:00
svenhoefer
b823f456ca
- simplify some more USE_STB_HAL defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 15:17:46 +01:00
max_10
d4abd1edbb
- neutrino.cpp: customization to libstb-hal align init/exit function names
...
Conflicts:
src/neutrino.cpp
2018-12-31 15:17:43 +01:00
svenhoefer
65523a385d
- lib/hardware: align to latest changes in libstb-hal repo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
include: fix build after libstb-hal changes
2018-12-31 15:03:06 +01:00
svenhoefer
9a807b7741
- move playback.h compatibility header file to the other ones
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
3609199c92
- introduce ca.h compatibility header file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
ed9cbd170f
- webtv/xmltv: add remote hostname as group prefix to see where the stream is come from
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
5c413dce45
- move compatibility headers to /lib/hardware
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
bc03da48b5
- introduce record.h compatibility header file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
bd01452e2f
- simplify more includes of compatibility headers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
00e159b5fa
- simplify more includes of compatibility headers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
a855eebcf2
- move compatibility headers to /lib/hardware
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
7be2a3950c
- timerlist: fix yellow on/off behaviour when back item is selected
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
6d53bf7967
- pictureviewer: more string replacements for eventlogo in GetLogoName()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
a48c387bbd
- pictureviewer: massively simplify GetLogoName() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
d510a1a9bf
- lcd4l: use GetLogoName() function from pictureviewer
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
deede1bd92
- pictureviewer: add support for g_settings.lcd4l_logodir to GetLogoName() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
4e21dd5c44
- introduce eventlogos (e.g. tagesschau.png for Tagesschau)
...
Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
So an event called "American Dad" needs a logo called "american-dad.png".
Eventlogo must be located in a subdir called "/events" in the logo directories.
The search is working backwards through the eventname like this:
"/var/tuxbox/icons/logo/events/american-dad.jpg"
"/var/tuxbox/icons/logo/events/american-da.jpg"
"/var/tuxbox/icons/logo/events/american-d.jpg"
"/var/tuxbox/icons/logo/events/american-.jpg"
"/var/tuxbox/icons/logo/events/american.jpg"
"/var/tuxbox/icons/logo/events/america.jpg"
"/var/tuxbox/icons/logo/events/americ.jpg"
"/var/tuxbox/icons/logo/events/ameri.jpg"
"/var/tuxbox/icons/logo/events/amer.jpg"
"/var/tuxbox/icons/logo/events/ame.jpg"
"/var/tuxbox/icons/logo/events/am.jpg"
"/var/tuxbox/icons/logo/events/a.jpg"
First hit is used. If no eventlogo was found, the wellknown channellogos are used.
Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
for all events starting with an A.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
0132429dfc
- pictureviewer: just small code formatting changes in GetLogoName()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
TangoCash
91fb19ff22
add special logo names support
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
1dd01cef5f
- use new edit icon in several headers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
Thilo Graf
554563755f
icons: add edit icon for headers
2018-12-31 11:47:44 +01:00
svenhoefer
c7f831d7df
- timerlist: remove obsolete old code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
6fdc01c0e7
- fix latest key changes (KEY_EXIT => KEY_HOME)
...
Conflicts:
src/neutrino.cpp
version_pseudo.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
e5333574eb
- data: move config data to new config subdir
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
13c2e578e8
- data: move zapit data to new zapit subdir
...
Conflicts:
data/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
82a6dfeaeb
- timerlist: speed up loop when remote box is offline
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
75f64f760e
- timerlist: fix return from RemoteBoxSelect() when no item is choosed
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
9913a578b2
- menu: add possibility to get action state of menu widget
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
124c8c6d63
- timerlist: allow to enable/disable remote boxes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
b4b122c6da
- zapit: remove obsolete data directory
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
d026cdd7a1
- fix install of myservices.xml; was in wrong directory
...
Conflicts:
data/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
c2df6c97b9
- cc_frm_header: re-add offet to header caption; ...
...
this fixes ofset on right side for very long header captions
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
Thilo Graf
a327498209
cc_item_text.h: remove unneeded virtual declarations
2018-12-31 11:46:55 +01:00
Thilo Graf
2a7e4b9b42
widget/textbox: cpp: try to fix possible issue while restore screen
...
maybe possible crash
2018-12-31 11:46:55 +01:00
Thilo Graf
0db7634583
cc_frm_clock.cpp: declare force_repaint as const
2018-12-31 11:46:55 +01:00
Thilo Graf
cb40dcb9ea
widget/hintbox.cpp/h: use disconnect instead check for OnTimer
...
diconnect ensures handle of current slot.
2018-12-31 11:46:55 +01:00
Thilo Graf
25d55b60b9
cc_item_text.cpp/h: move functions into cpp file
...
clean up
2018-12-31 11:46:55 +01:00
Thilo Graf
8b9a268a0c
cc_timer.h: fix threadname assignment
...
Parameter not really passed in some some conditions.
2018-12-31 11:46:55 +01:00
Thilo Graf
6237bfe07c
hintbox/msgbox: add more specific thread names
...
For better tracing while debugging.
2018-12-31 11:46:55 +01:00
Thilo Graf
1022cba0cc
imageinfo: add possible information for used libstb-hal
2018-12-31 10:10:30 +01:00
Thilo Graf
a2ddff616f
configure: expand package data, add libstb-hal-config.h if available
...
Additional header file can be checked with new define HAVE_CONFIG_HAL_H.
This should be downwards compatible too, meaning that build is possible
even without this header.
2018-12-31 10:09:19 +01:00
Thilo Graf
728b04db2c
imageinfo.cpp: simplify creation of info lines
2018-12-30 22:13:52 +01:00
GetAway
444173ead6
lcd4l: possibility to use it in user menue
2018-12-26 20:06:01 +01:00
GetAway
99a6ab267d
add lcd4linux support, ported from
...
defans and vanhofen, modded by TangoCash
2018-12-26 20:04:32 +01:00
GetAway
fe8dbf3458
neutrino.cpp: add another key to backward-compatible check thx DdD
2018-12-15 23:14:08 +01:00
GetAway
2225d943dd
epgview.cpp: fix recalculation of several heights
2018-12-11 14:20:50 +01:00
Thilo Graf
13752e6de8
navibar.cpp: fix possible overpaint of text after repaint with new content
2018-12-10 22:07:27 +01:00
Thilo Graf
7eeb270cba
cc_draw.cpp/h: move more methodes into cpp file
...
clean up
2018-12-10 22:01:56 +01:00
Thilo Graf
d4fb223045
src/gui/widget/hintbox.cpp: connect OnTimer slot only if is still empty
...
Prevent multiple connections to slot. Only to be sure.
2018-12-09 17:29:44 +01:00
max_10
2131058fc4
-src/zapit/src/channel: fix warning: this statement may fall through [-Wimplicit-fallthrough=]
2018-12-09 17:28:54 +01:00
Thilo Graf
73f0c4b25e
cc_item.cpp/cc_detailsline.cpp: clean up and simplify fblayer init
...
use v_fbdata.push_back() for direct fill with contents, reduced effort
2018-12-07 22:57:19 +01:00
svenhoefer
13b7612fcf
- cables.xml: update KD - Offensive 2012; thx to Detlef from NI-Board
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-07 21:47:33 +01:00
Thilo Graf
09940ed419
cc_item.cpp/h: move getPageNumber() into cpp file
...
clean up
2018-12-07 21:47:33 +01:00
Thilo Graf
c7f8392ef6
cc_draw.cpp/h: move position members into cpp file
...
clean up
2018-12-07 21:47:33 +01:00
Thilo Graf
d9e66f4142
CTextBox: move setTextRenderModeFullBG() into cpp file.
2018-12-07 21:47:33 +01:00
Thilo Graf
b13a2a3b9a
cc_draw.cpp: remove consequently all possible pixbuf contents
...
This should enusre a clean content for all fbdata.pixbuf parts.
2018-12-07 21:47:33 +01:00
Thilo Graf
39c890ed22
neutrino.h: add signal OnShutDown
...
was missed in context with similar OnBeforeRestart
2018-12-07 21:47:33 +01:00
Thilo Graf
80a1a8b64f
CTextBox: move enableBackgroundPaint() into cpp file
...
partial cleanup
2018-12-07 21:47:32 +01:00
Thilo Graf
1d5de6babc
clean up: remove unnecessary virtual declarations from cc classes
2018-12-07 21:47:32 +01:00
Thilo Graf
420fba0e1b
cc_draw.cpp: remove variable cc_fbdata_t& fbdata
...
Try to avoid som possible data races.
2018-12-07 21:47:32 +01:00
Thilo Graf
94284c2e5b
cc_draw.cpp: call blitBox2FB() only if checkFbArea() was true
...
This should prevent pass corrupted parameters for blitBox2FB().
2018-12-07 21:47:32 +01:00
GetAway
727aeb18f0
Y_Blocks.txt: add keys to yweb rcu for bre2ze4k thx bazi98
2018-12-06 16:10:44 +01:00
GetAway
db31e98c8c
rcinput: use translation for some keys
2018-12-05 14:08:48 +01:00
GetAway
72b33c9520
keybind_setup.cpp: fix warning
2018-12-05 13:35:49 +01:00
GetAway
91948d8a48
keybind_setup.cpp: fix menu special keys
2018-12-04 19:06:25 +01:00
GetAway
4f6b882b95
rcsim: format helpscreen; bump version 1.2
2018-12-02 23:17:37 +01:00
GetAway
b7424b772f
yWeb: fix RC Button V-Format for BRE2Ze4K
2018-12-02 22:41:06 +01:00
GetAway
77ffcac7d0
rcinput: fix RC_mode for BRE2ZE4K
2018-12-02 22:21:42 +01:00
GetAway
61aeeb1537
yWeb: write missing translations to file
2018-12-01 17:50:33 +01:00
GetAway
2bd937a0d0
videosettings.cpp: use hw_caps->has_button_vformat
2018-12-01 10:42:35 +01:00
GetAway
477d363308
yWeb: fix typo
2018-12-01 09:11:49 +01:00
Jacek Jendrzej
3dc0434bd3
nhttpd: fix stack buffer overflow
2018-11-30 17:54:11 +01:00
GetAway
2f9a25d066
y-Web: add RC support for WWIO Bre2ze4k
2018-11-29 19:37:31 +01:00
GetAway
dcd67e67de
neutrino.cpp: fix RC_playpause for bre2ze4k
2018-11-27 20:23:43 +01:00
svenhoefer
5fb9a842e9
- webtv-setup: fix compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-26 21:24:02 +01:00
svenhoefer
b1587464bb
- webtv-setup: disable possibility to setup livestreamScriptPath ...
...
Movieplayer searches automatically in default-directories for scripts
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-26 21:23:57 +01:00
TangoCash
9b66d96c0c
add support for wwio bre2ze4k
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-26 18:08:58 +01:00
TangoCash
d4c7682ba6
display clock on segment display too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-26 18:08:35 +01:00
svenhoefer
478e7dc1fa
- yWeb/yparser: complete handling of directory defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# data/y-web/Makefile.am
2018-11-26 18:08:08 +01:00
Jacek Jendrzej
a34614ae57
eitd: fix stack use after scope
2018-11-26 14:00:46 +01:00
Jacek Jendrzej
15c779f538
tuxtxt: fix global buffer overflow line 4753 in tuxtxt.cpp if Char is 0xF5 or 0xF6
2018-11-22 16:26:06 +01:00
GetAway
8a1879df20
screensaver.cpp: add 1 more event to filter
2018-11-20 09:57:07 +01:00
Thilo Graf
bb6198fa0c
cc_frm_clock.cpp/h: fix incomplete result of isRun() methode
2018-11-20 09:17:02 +01:00
Knicko
fac82b91dd
- streaminfo2: change name Picon to Logo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:17:02 +01:00
Thilo Graf
7c14322653
cc_item_text.cpp: avoid evaluation within parameters
2018-11-20 09:17:02 +01:00
Thilo Graf
138c7b810e
cc_item_text.h: declare unnecessarily protected variables as private
2018-11-20 09:17:02 +01:00
Thilo Graf
112ecc4714
src/gui/screensaver.cpp: avoid create clock instance if not required
2018-11-20 09:17:02 +01:00
Thilo Graf
9eeea78fb8
screensaver.cpp: start clock only if not running
2018-11-20 09:17:02 +01:00
Thilo Graf
014f0f3da7
cc_frm_window.cpp: fix possible oversize render with maximum screen settings
2018-11-20 09:17:02 +01:00
Thilo Graf
157acc7926
Revert "infoviewer: force repaint of text fields"
...
This reverts commit e63d8b6999
.
kill() does not consider screen buffer. But call of
'paint(CC_SAVE_SCREEN_YES)' generates buffer but
always never used so far. Before we apply new text, hide() will reset
background with saved buffer.
Btw. kill() seems was never called, because isPainted was until recently broken in text object,
so I'm amazed that this 'if' block was with any effect.
2018-11-20 09:17:02 +01:00
Thilo Graf
692d39bfb0
cc_item_text.cpp: add missing paint state after rendered text box
...
Evaluations while usage of this state could has been wrong or incomplete
and therefore it was possible that some effects were unintended or
without any effect.
2018-11-20 09:17:02 +01:00
Thilo Graf
b86b89981f
src/gui/widget/textbox.cpp: try to fix possible background handling
...
Condition of changed postion and unchanged text was not considered.
2018-11-20 09:17:02 +01:00
J. Krieg
13476691b7
webtv: switch default webtv paths from CONFIGDIR to WEBRADIODIR_VAR (specified by configure)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:35 +01:00
J. Krieg
2c1a210d2f
webradio: switch default webradio paths from CONFIGDIR to WEBRADIODIR_VAR (specified by configure)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:31 +01:00
J. Krieg
fffa3d6963
webtv/webradio: move defines for webtv and webradio path to a more appropriate place
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:29 +01:00
J. Krieg
61eac04a67
webradio: create necessary data directories at build time and put sample file in it
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:26 +01:00
J. Krieg
7190b81f10
webtv: create necessary data directories at build time and put sample file in it
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:23 +01:00
GetAway
3793c8dfd2
streaminfo: show techinfo in TS_MODE if channelist is empty
2018-11-13 18:04:28 +01:00
GetAway
a6c77ece34
streaminfo2.cpp: show resolution in TS_MODE if no channel is tuned
2018-11-13 15:51:18 +01:00
GetAway
5b5e11f327
activate streaminfo2 for non COOL_HARDWARE
2018-11-12 22:37:51 +01:00
Thilo Graf
8a447a987f
gui/scan.cpp: fix missing osd transponder parameters while scan, thx janus
2018-11-07 08:55:29 +01:00
svenhoefer
af706314e5
- vusolo4k: simplify and unify code from commit af87ebc788
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-01 22:49:42 +01:00
BPanther
af87ebc788
- add support for VU+ Solo 4k
2018-11-01 22:48:28 +01:00
svenhoefer
50bf6c27c8
- acinclude: simplify commit 15632941c1
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-01 22:47:20 +01:00
TangoCash
15632941c1
add first experimental support for ax hd60
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-01 22:39:12 +01:00
svenhoefer
30fb127941
- yWeb: remove support for outdated dboxshot binary
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-01 22:38:32 +01:00
vanhofen
4483bb67d3
- infoviewer: fix display of frequency for terrestrial channels; thx to Janus
2018-11-01 22:38:27 +01:00