svenhoefer
e315cd43d7
fix centering logo in header
2022-04-30 18:10:25 +02:00
svenhoefer
db19aa667d
- neutrino: make header's channellogos alignable
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-30 18:01:10 +02:00
svenhoefer
5222218208
- neutrino-menu: allow personalization for parental lock item
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-26 07:43:17 +02:00
svenhoefer
3eba207cc7
mediaplayer-setup: add missing ENABLE_YOUTUBE_PLAYER
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-26 07:43:03 +02:00
svenhoefer
d060fed98c
- dboxinfo: minor whitespace fixes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-26 07:43:03 +02:00
Thilo Graf
19f1b89c78
keyboard-input: remove russian keyboard
2022-04-26 07:43:03 +02:00
svenhoefer
66e5d9f609
- helpers: fix warning in neutrinoMode_to_string();
...
cc1plus: warning: function may return address of local variable [-Wreturn-local-addr]
../src/system/helpers.cpp:114:16: note: declared here
std::string res = s.str();
^~~
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-23 21:30:33 +02:00
svenhoefer
e74ec3d5ad
- channellist: fix description color for selected or marked items
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-23 21:30:33 +02:00
Thilo Graf
25f9d6e06e
lua API: update to v1.95->1.96
...
add setValue() for menu forwarders
add paintItem() for menu items
implement kill() for cctext items
2022-04-23 20:52:36 +02:00
Thilo Graf
32abde37de
lua: implement kill() for cctext items
...
ct:kill()
2022-04-23 20:47:05 +02:00
Thilo Graf
e4939264f0
lua: add paintItem() for menu items
...
menu1:setSelected{id=<id>}
2022-04-23 20:47:01 +02:00
Thilo Graf
9f9aa957b1
lua: add setValue() for menu forwarders
...
menu1:setSelected{id=<id>,value="text"}
2022-04-23 20:45:42 +02:00
svenhoefer
ead36a120f
- themes: add color for channellist event descriptions
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-18 10:07:02 +02:00
Thilo Graf
0e02e8e956
progresswindow: Consider window frame for progress bar width
...
supplement to: sync frame width with message/hintbox 8fb9196
2022-04-17 17:11:31 +02:00
Thilo Graf
8fb9196949
progresswindow: sync frame width with message/hintbox
2022-04-09 11:46:12 +02:00
Thilo Graf
76e9ca2eba
menu: fix item height calculation
...
The height of the description was never 0. Switching to std::string
makes handling easier. Locales are secondary because only strings
come out at the end.
# Conflicts:
# src/gui/widget/menue.cpp
2022-04-07 12:06:03 +02:00
Thilo Graf
e33b61f52d
infoviewer_bb: outsource init of volscale
...
partial clean up
2022-04-07 12:06:03 +02:00
svenhoefer
7f4fcddd9a
- pluginlist: formatting code using astyle
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-03-28 06:31:43 +02:00
svenhoefer
21d4b727a3
- plugins: formatting code using astyle
...
Conflicts:
src/gui/plugins.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-03-28 06:31:43 +02:00
TangoCash
46ae497074
support for svg hint icons
2022-03-28 06:31:43 +02:00
Thilo Graf
9b25a0ab14
Revert "plugins.cpp: fix show *_hint.svg"
...
This reverts commit 9b619d39c8376ed2a7f9954cca53996e940a720f.
2022-03-28 06:31:43 +02:00
svenhoefer
bffb9be415
- initial settings: update to latest matze settings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-03-28 06:31:43 +02:00
GetAway
bf1375e9bb
- more readability for modes while logging
2022-03-27 20:35:54 +02:00
GetAway
980d348191
- movieplayer.cpp: try to fix blank mode for !CST
2022-03-27 10:57:39 +02:00
Jacek Jendrzej
09f067da20
tuxtxt: try to fix use sbit->buffer after free; test on Phoenix site 280
2022-03-26 17:17:14 +01:00
Jacek Jendrzej
8f45184162
neutrino: fix build with last org ffmpeg git
2022-03-24 16:51:49 +01:00
Thilo Graf
09ce8971f1
msgbox: simplify call for extraction of button label
2022-03-23 21:08:44 +01:00
Thilo Graf
9f5fc4a9d4
menue.cpp/h: modify move behavior of menu window for custom position
...
MENU_POS_PRESET is replaced with MENU_POS_CUSTOM. This allows
with methode setPos() to any position on screen without preset offset.
Old behavior is untouched.
2022-03-23 21:08:44 +01:00
Thilo Graf
a48a0515c0
menue: add members to get dimensions
...
# Conflicts:
# src/gui/widget/menue.h
2022-03-23 21:08:44 +01:00
Thilo Graf
e48aa19edb
epgplus: use footer global at heap
...
For global use.
2022-03-23 21:08:44 +01:00
Thilo Graf
b8a617644f
widget/textbox: add member to get current text color
2022-03-23 21:08:44 +01:00
Thilo Graf
d35cabfd0f
cc_frm_clock: fix data type for text color
2022-03-23 21:08:44 +01:00
GetAway
a9a8539e1e
plugins.cpp: fix show *_hint.svg
...
- i.e. use hinticon=rss_hint in plugin_xy.cfg to show rss_hint.svg
2022-03-20 18:41:04 +01:00
Thilo Graf
1981da6240
filebrowser: fix hourglass object remove order
...
Avoids holes on screen.
2022-03-12 17:21:36 +01:00
Thilo Graf
c14748ea51
widget/buttons.h: fix order of parameters in prototype of paintButtons()
...
comes in with: cf91f2e
'merge neutrino-mp menu/buttons/icons changes'
2022-03-11 08:33:07 +01:00
Thilo Graf
e90b730d8e
eventlist: suplement to 'optimize button paint on changed caption content'
...
More simplified
2022-03-10 09:39:07 +01:00
Thilo Graf
96174bc313
eventlist: use footer instance at heap
...
Some settings were never applied on runtime.
This ensures re assign possible changed settings (e.g. colors).
2022-03-04 20:34:38 +01:00
Thilo Graf
82a04ed87c
eventlist: optimize button paint on changed caption content
...
Paint not complete footer but only button which content has been changed.
another supplement to:
eventlist: use footer object as class member
2022-02-19 21:29:30 +01:00
Thilo Graf
75e646335b
theme settings: resort codelines, remove unused 'menu_ButtonBar_gradient*
2022-02-19 20:09:18 +01:00
Thilo Graf
be9c56d3b1
eventlist: supplement to: eventlist: use footer object as class member
...
Additional fix to paint when button text was changed.
2022-02-17 21:52:47 +01:00
Thilo Graf
6332672fe6
audioplayer: get footer height from CComponentsFooter object
2022-02-17 19:35:52 +01:00
Thilo Graf
caa68abcb7
cc_frm_footer: add sizemode als default paramter to constructor
2022-02-17 13:12:34 +01:00
Thilo Graf
a62a3e7528
gui/widget/buttons: remove unused parameters
2022-02-17 08:50:55 +01:00
Thilo Graf
3e3052b4b9
eventlist: use footer object as class member
...
Allows to handle paint interval only on changed button count and
avoids related possible flicker effects on unnecessary paint events.
2022-02-15 21:39:47 +01:00
Thilo Graf
f33d95c197
Doxyfiles: enable class diagrams
2022-02-15 06:35:07 +01:00
Thilo Graf
2a191e40d2
neutrino.cpp: remove and replace wrong entries from usermenu settings
2022-02-13 16:09:29 +01:00
svenhoefer
e3048051c3
- lcd4l: add tuner sig/snr/ber
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-02-12 15:44:13 +01:00
svenhoefer
cf032199c7
- osd-setup: auto-calc some structs
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-02-12 15:43:51 +01:00
svenhoefer
c6fb297681
- osd-setup: remove unused struct
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-02-12 15:43:48 +01:00
GetAway
b43f907309
- yconfig.h: add mime-type m3u8:application/x-mpegURL
...
- fix some others
2022-02-11 08:12:26 +01:00