Commit Graph

12840 Commits

Author SHA1 Message Date
svenhoefer
24c9dbb73a - update-settings: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/update_settings.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
72669771a7 - testmenu: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
fd2302fbf6 - timerlist: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/timeosd.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
ee297bc77a - timerlist: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/timerlist.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
7665fcec9f - upnpbrowser: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/upnpbrowser.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
2381afcff2 - usermenu: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
95519bf341 - usermenu-setup: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/user_menue_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
2a4b292f2e - vfd-setup: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/vfd_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
bbd59e63eb - zapit-setup: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
42da414020 - volumebar: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
59ec65cce2 - videosettings: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
Thilo Graf
61e74e24ea lua_cc_picture: don't use any corner modes for images
Only for compatibility with old behavior before api < 1.94
2021-12-04 13:21:19 +01:00
max_10
88f663520b - remove old sh4 blit 2021-12-03 23:26:55 +01:00
svenhoefer
51334537ec - videsettings: fix cst build
Conflicts:
	src/gui/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-03 23:26:55 +01:00
Frankenstone
d1967125a0 videosettings: only arm hdmi_colormetry added
choices:

    - auto
    - bt202ncl
    - bt2020cl
    - bt709
2021-12-03 23:26:55 +01:00
Thilo Graf
6b5b4ce1c3 cc_frm_footer: reduce button offset 2021-12-03 23:17:22 +01:00
Thilo Graf
85dfc4af61 cc_frm_button: try to match font text better into container 2021-12-03 23:16:07 +01:00
GetAway
d52d0c0c7b movieplayer.cpp: remove unneeded HAVE_COOL_HARDWARE 2021-12-02 21:33:07 +01:00
Thilo Graf
f0c63ca852 cc_frm_picture: try to fix dimension assignment
init() was only with partial effect for dimensions,
watched in moviebrowser movie covers
2021-12-02 20:12:21 +01:00
Thilo Graf
d0a8c7eafc cc_draw: ensure unsigned values
avoids possible signed integer overflow runtime errors
2021-12-02 20:12:21 +01:00
GetAway
05aa223257 movieplayer.cpp: CST - check if ts file is a mp4 container and start it from MB 2021-12-02 20:11:06 +01:00
Thilo Graf
8c573fd315 lua-API: update version 1.94->1.95
add methode doPaintBg(), fix missing background

API Documentation: https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:cpicture:de#doPaintBg
2021-12-02 15:01:26 +01:00
Thilo Graf
31ddb9f67d lua_api_cc_picture: add methode doPaintBg(), fix missing background
Re adding compatibility with old behavior for background paint.

supplement to: cc_*_picture: add own file for cc_frm_picture.

API Documentation: https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:cpicture:de#doPaintBg
2021-12-02 14:58:03 +01:00
Thilo Graf
1d5472cf5e cc_*_picture: add own file for cc_frm_picture.
Re-adding compatibility with old background behavior.
Should mainly fix behavior with lua plugins whose are using
background paint as default and without explicit enabled background.
2021-12-02 13:50:51 +01:00
Thilo Graf
94ff7f95c7 cc_frm: add missing is_painted to paint()
Forms were never been tagged as painted.
This must be done for form items objects separately.
2021-12-02 13:50:51 +01:00
Thilo Graf
d307f97952 cc_frm_header: remove check for icon instance
Define of icon after created instance was partial broken.
In some cases no icon was visible.
2021-12-02 13:50:51 +01:00
Thilo Graf
84ba7532c4 cc_frm: fix log output for size_t type 2021-12-02 13:50:51 +01:00
Thilo Graf
3858433c30 cc_draw: add missing paint cache check for background images
Was always enabled with images.
2021-12-02 13:50:51 +01:00
Thilo Graf
e8d5f165d1 cc_draw: add method to get body image transparency mode 2021-12-02 13:50:51 +01:00
Thilo Graf
9f244f37c2 cc_item_tvpic: simplify and fix object creation of pic
color was wrong
2021-12-02 13:50:51 +01:00
svenhoefer
5a539d0134 - luainstance: fix custom colors
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-26 05:25:16 +01:00
svenhoefer
46d7921d2c - color_custom: cleanup; remove FB_USE_PALETTE
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-26 05:24:48 +01:00
svenhoefer
fccf8ab8d6 - colorchooser: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-26 05:24:22 +01:00
svenhoefer
597a6e3854 - lua_hourglass: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-20 19:03:06 +01:00
svenhoefer
e52eb3d144 - luainstance: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-20 15:29:08 +01:00
svenhoefer
9ceea38b5e - setting-helpers: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/system/setting_helpers.h
2021-11-20 15:29:08 +01:00
Jacek Jendrzej
9f5b391708 record: use pkt after free have no effects 2021-11-20 11:42:36 +01:00
Jacek Jendrzej
89b8d5fbbf lua_hourglass: try to fix hide on exit 2021-11-20 10:33:26 +01:00
Jacek Jendrzej
b0067f83ca hourglass: fix segfault, repeatable with: for(int i = 1; i < 10000; i++){hg.paint();hg.hide();} 2021-11-20 10:30:32 +01:00
Jacek Jendrzej
940d6473d9 glcd: supplement to https://github.com/tuxbox-neutrino/gui-neutrino/commit/de4a6ade64#diff-7768e6c498899de1e15859c8986013b8b33a4de25386de2bef89bffda31ae9bcL262 2021-11-20 08:35:48 +01:00
Thilo Graf
46b4efd062 cc_frm_header: ensure restore logo background before cleanup
clean background is required before paint new logo,
avoids overpaint of old logo

supplement to: fix artifacts if no logo found
2021-11-19 23:57:08 +01:00
Thilo Graf
dba4e290e8 cc_item_picture: reset dimension if used blank image
avoids unnecessary applying of old dimensions
2021-11-19 23:48:20 +01:00
svenhoefer
89b385eeee - colors_custom: rework colors; use Google Material Palette
TODO: make custom colors themable
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-19 22:24:15 +01:00
svenhoefer
4e951f462b - color: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-19 22:22:03 +01:00
Thilo Graf
39581df1d4 cc_item_picture: remove debug spam 2021-11-19 21:40:29 +01:00
TangoCash
0ccdcca395 fix artifacts if no logo found 2021-11-19 21:02:56 +01:00
TangoCash
a16ef69245 fix weatherinfo, align text to channelname font 2021-11-19 21:02:14 +01:00
Thilo Graf
22a39bdf9d Revert "-bouquetlist: ugly workaround for better readability"
This reverts commit 5011c3474c.
2021-11-19 21:00:16 +01:00
Thilo Graf
af8c1abe16 test_menu: add image demo into test window 2021-11-19 08:56:45 +01:00
Thilo Graf
e9fa5fe19d cc_frm_header: remove alternative logo name
hasLogo() returns always true, this should fix
implementation e.g. of getChannelLogoObject()->hasLogo()
2021-11-18 11:32:34 +01:00