Commit Graph

15872 Commits

Author SHA1 Message Date
Jacek Jendrzej
139537438c record: use pkt after free have no effects
Origin commit data
------------------
Commit: 723db7d688
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Jacek Jendrzej
ef46d03024 lua_hourglass: try to fix hide on exit
Origin commit data
------------------
Commit: 3247bc8692
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Jacek Jendrzej
a64b6ebcbb hourglass: fix segfault, repeatable with: for(int i = 1; i < 10000; i++){hg.paint();hg.hide();}
Origin commit data
------------------
Commit: 4c1d17c4b5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Thilo Graf
1b2f3bc103 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


Origin commit data
------------------
Commit: d0f14be9c1
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Thilo Graf
b58e51118e cc_item_picture: reset dimension if used blank image
avoids unnecessary applying of old dimensions


Origin commit data
------------------
Commit: 3061d83380
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Thilo Graf
4d4e625186 cc_item_picture: remove debug spam
Origin commit data
------------------
Commit: e75f0e1e91
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
TangoCash
a2fccfda81 fix artifacts if no logo found
Origin commit data
------------------
Commit: 626d404e95
Author: TangoCash <eric@loxat.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
TangoCash
aa91dbab6e fix weatherinfo, align text to channelname font
Origin commit data
------------------
Commit: f477d746fd
Author: TangoCash <eric@loxat.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Thilo Graf
c4a9fcb20c test_menu: add image demo into test window
Origin commit data
------------------
Commit: c897a1b731
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
vanhofen
0a393efa7a luainstance: formatting code using astyle
Origin commit data
------------------
Commit: 4775115a23
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-19 (Fri, 19 Nov 2021)

Origin message was:
------------------
- luainstance: formatting code using astyle
2021-11-19 23:05:40 +01:00
vanhofen
6c8913a53f setting-helpers: formatting code using astyle
Origin commit data
------------------
Commit: 47fb92bd31
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-19 (Fri, 19 Nov 2021)

Origin message was:
------------------
- setting-helpers: formatting code using astyle
2021-11-19 23:05:40 +01:00
vanhofen
f4509f290f color_custom; fix c/p error
Origin commit data
------------------
Commit: 2df77206bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-19 (Fri, 19 Nov 2021)

Origin message was:
------------------
- color_custom; fix c/p error
2021-11-19 21:53:06 +01:00
vanhofen
978633ace9 colors_custom: rework colors; use Google Material Palette
TODO: make custom colors themable


Origin commit data
------------------
Commit: 1da3f5ef61
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-19 (Fri, 19 Nov 2021)

Origin message was:
------------------
- colors_custom: rework colors; use Google Material Palette

TODO: make custom colors themable
2021-11-19 21:51:01 +01:00
vanhofen
5dfef27e04 color: formatting code using astyle
Origin commit data
------------------
Commit: 6eaac512fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-19 (Fri, 19 Nov 2021)

Origin message was:
------------------
- color: formatting code using astyle
2021-11-19 21:51:01 +01:00
vanhofen
bd88168133 Revert "- bouquetlist: ugly workaround for better readability"
This reverts commit 7d740f20f2.


Origin commit data
------------------
Commit: 4db9d23380
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-18 (Thu, 18 Nov 2021)
2021-11-18 22:09:09 +01:00
Thilo Graf
d4cb7cf1b8 cc_frm_header: remove alternative logo name
hasLogo() returns always true, this should fix
implementation e.g. of getChannelLogoObject()->hasLogo()


Origin commit data
------------------
Commit: 5406ec16bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-18 (Thu, 18 Nov 2021)
2021-11-18 22:05:48 +01:00
Thilo Graf
d69f982eae cc_item_picture: try to fix has_logo value
has_logo was always true if an alternate logo was defined.


Origin commit data
------------------
Commit: 0cec0e97bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-18 (Thu, 18 Nov 2021)
2021-11-18 22:05:41 +01:00
Thilo Graf
662cca4684 network-setup: change timeout for applying setup
Timeout was set to default hintbox timeout settings,
that was not really appropriated.


Origin commit data
------------------
Commit: 53ae027d17
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-17 (Wed, 17 Nov 2021)
2021-11-18 00:22:11 +01:00
Thilo Graf
01c23f371e test_menu: fix form with blinking item
Origin commit data
------------------
Commit: 06f1a870f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
2021-11-16 20:17:27 +01:00
Thilo Graf
03a8b14109 helpbox: enable paint bg in addLine()
disable not required


Origin commit data
------------------
Commit: 79a22af4d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
2021-11-16 20:17:27 +01:00
Thilo Graf
5ebf40b151 rc_lock: enable paint bg in lockRC()
disable not required


Origin commit data
------------------
Commit: 72cb9f840c
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
2021-11-16 20:17:27 +01:00
Thilo Graf
ca63b528f0 moviebrowser: enable paint bg in initMovieCover()
disable not required


Origin commit data
------------------
Commit: 950ddecbd9
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
2021-11-16 20:17:27 +01:00
Thilo Graf
9abbe847fe audiomute: enable paint bg
disable is not required


Origin commit data
------------------
Commit: 088bf0ce8e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
2021-11-16 20:17:27 +01:00
vanhofen
c145a461a7 Revert "- upnpbrowser.cpp: reduce warning: ‘%ld’ directive output may be truncated writing between"
This reverts commit d62ccab79a.


Origin commit data
------------------
Commit: 3c66574725
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:19:17 +01:00
vanhofen
f3a89a2cc1 Revert "- audioplayer.cpp: reduce warning: ‘%ld’ directive output may be truncated writing between"
This reverts commit 47a238519e.


Origin commit data
------------------
Commit: b4c57679ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:19:17 +01:00
max_10
d62ccab79a upnpbrowser.cpp: reduce warning: ‘%ld’ directive output may be truncated writing between
Origin commit data
------------------
Commit: 6e0fe5cddb
Author: max_10 <max_10@gmx.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)

Origin message was:
------------------
- upnpbrowser.cpp: reduce warning: ‘%ld’ directive output may be truncated writing between
2021-11-14 22:12:28 +01:00
max_10
47a238519e audioplayer.cpp: reduce warning: ‘%ld’ directive output may be truncated writing between
Origin commit data
------------------
Commit: 43d11383a6
Author: max_10 <max_10@gmx.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)

Origin message was:
------------------
- audioplayer.cpp: reduce warning: ‘%ld’ directive output may be truncated writing between
2021-11-14 22:12:28 +01:00
max_10
c11ce40494 neutrinoapi.cpp: replace /tmp/neutrino.sock with NEUTRINO_UDS_NAME
Origin commit data
------------------
Commit: 5b1c64a16c
Author: max_10 <max_10@gmx.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)

Origin message was:
------------------
- neutrinoapi.cpp: replace /tmp/neutrino.sock with NEUTRINO_UDS_NAME
2021-11-14 22:12:27 +01:00
vanhofen
6defc66b92 radio-stations.xml: synch with tuxbox; whitespace fixes
Origin commit data
------------------
Commit: ea6eb94eed
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)

Origin message was:
------------------
- radio-stations.xml: synch with tuxbox; whitespace fixes
2021-11-14 22:12:27 +01:00
Thilo Graf
c34eb6b88d cc_extra: simplify and fix paintImage()
Origin commit data
------------------
Commit: f98c436aa5
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
23a8e283f7 cc_frm_button: remove offset between icon and text
Text object has an own internal offset. Therefore, I think it
is not required. Possible side effects are not to be ruled out and
remains to be seen.


Origin commit data
------------------
Commit: 4a10ed1bdc
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
54a347b518 cc_frm_button: rework initIcon(), more simply implementaion
Origin commit data
------------------
Commit: c6cca0ae17
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
6df0b28a4d cc_item_picture: rework for svg-support, simplified structure
- simplified icon and logohandling in headers
- add svg examples, fix some other tests inside test_menu.cpp


Origin commit data
------------------
Commit: 06fac0b58e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
dff4df6af2 cc_frm_slider: remove isPicPainted(), not required
Origin commit data
------------------
Commit: 684600f6e7
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
63d377c8aa cc_item_infobox: remove pic->isPicPainted(), pic->doPaintBg(false)
not required


Origin commit data
------------------
Commit: 6c00eaee37
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
108a7ba174 cc_frm_scrollbar: format changes
Origin commit data
------------------
Commit: 75919e442e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
849b85b01a cc_frm_scrollbar: remove doPaintBg(false), not required
Origin commit data
------------------
Commit: c2bc11c603
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
e80cf9ff56 cc_frm_icons: simplify icon handling, code format changes
Origin commit data
------------------
Commit: cecdd4d24a
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
c1a538f2df cc_frm_button: remove doPaintBg(false) and setter parameters, not required
Origin commit data
------------------
Commit: 7c50237997
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
77cbc3b63d cc_extra: remove isPicPainted(), not required
Origin commit data
------------------
Commit: 94208aa152
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
35baed4930 audioplayer: outsource for title data source handling into own methods
Prepared to allow external access to an audio player instance.


Origin commit data
------------------
Commit: 40845a833e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
90820372e2 audioplayer: simplify cover handling
Origin commit data
------------------
Commit: 0d2d350ec7
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
d87d713aa4 epgplus: use CComponentsChannelLogo instead CComponentsChannelLogoScalable
Origin commit data
------------------
Commit: 0237c570de
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
41635a1dd4 moviebrowser: use CComponentsChannelLogo instead CComponentsChannelLogoScalable
scale parameter from logo/cover dimesion setters not required


Origin commit data
------------------
Commit: 63feb32e6f
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
f35a74f78d upnpbrowser: change code format
Origin commit data
------------------
Commit: 774247789b
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
a5056cd696 upnpbrowser: remove 2nd paramter from image->setHeight(h_image)
not required, use default value


Origin commit data
------------------
Commit: a988b66724
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
3dd15ffc9b wdget/navibar: remove nb_lpic->doPaintBg(false), code format changes
doPaintBg is no more required


Origin commit data
------------------
Commit: d83dced0c4
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
9d489845d9 cc_draw: add methode to set bg image transparency mode
Origin commit data
------------------
Commit: 94c2e57d29
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
5d5b260805 cc_draw: reduce log output
Origin commit data
------------------
Commit: 4f58496b84
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00
Thilo Graf
4cb0bfaffe icons/various: add test svg icon tux for testing
--enable-testing is required


Origin commit data
------------------
Commit: c67b0dc76e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
2021-11-14 22:12:27 +01:00