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 |
|
Thilo Graf
|
6267b0a48d
|
cc_item_picture: try to fix has_logo value
has_logo was always true if an alternate logo was defined.
|
2021-11-18 11:27:47 +01:00 |
|
Thilo Graf
|
5d3165609f
|
network-setup: change timeout for applying setup
Timeout was set to default hintbox timeout settings,
that was not really appropriated.
|
2021-11-17 11:46:00 +01:00 |
|
Thilo Graf
|
20a05074de
|
test_menu: fix form with blinking item
|
2021-11-16 08:53:20 +01:00 |
|
Thilo Graf
|
2123af2505
|
helpbox: enable paint bg in addLine()
disable not required
|
2021-11-16 08:53:19 +01:00 |
|
Thilo Graf
|
507d1ae78f
|
rc_lock: enable paint bg in lockRC()
disable not required
|
2021-11-16 08:53:19 +01:00 |
|
Thilo Graf
|
9a92a1e8fc
|
moviebrowser: enable paint bg in initMovieCover()
disable not required
|
2021-11-16 08:53:19 +01:00 |
|
Thilo Graf
|
cf4fb63326
|
audiomute: enable paint bg
disable is not required
|
2021-11-15 18:52:32 +01:00 |
|
max_10
|
8c915c04c2
|
- neutrinoapi.cpp: replace /tmp/neutrino.sock with NEUTRINO_UDS_NAME
|
2021-11-15 09:30:39 +01:00 |
|
Thilo Graf
|
9e3a82778c
|
cc_extra: simplify and fix paintImage()
|
2021-11-14 17:26:44 +01:00 |
|
GetAway
|
10da6b9894
|
radio-stations.xml: update Radio Arabella
|
2021-11-14 13:24:21 +01:00 |
|
Thilo Graf
|
a9b73a6603
|
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.
|
2021-11-13 18:59:51 +01:00 |
|
Thilo Graf
|
c27c761add
|
cc_frm_button: rework initIcon(), more simply implementaion
|
2021-11-13 18:59:51 +01:00 |
|
Thilo Graf
|
68c8edf09c
|
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
|
2021-11-13 18:59:51 +01:00 |
|
Thilo Graf
|
568518c15a
|
cc_frm_slider: remove isPicPainted(), not required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
53e19aaae2
|
cc_item_infobox: remove pic->isPicPainted(), pic->doPaintBg(false)
not required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
4f916326ab
|
cc_frm_scrollbar: format changes
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
dff5055cfd
|
cc_frm_scrollbar: remove doPaintBg(false), not required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
a9c47fcba2
|
cc_frm_icons: simplify icon handling, code format changes
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
a36b7548b2
|
cc_frm_button: remove doPaintBg(false) and setter parameters, not required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
1c07b26b97
|
cc_extra: remove isPicPainted(), not required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
007b89b205
|
audioplayer: outsource for title data source handling into own methods
Prepared to allow external access to an audio player instance.
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
26646c6ae8
|
audioplayer: simplify cover handling
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
d41cb1bbb1
|
epgplus: use CComponentsChannelLogo instead CComponentsChannelLogoScalable
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
20cb6fbbf3
|
moviebrowser: use CComponentsChannelLogo instead CComponentsChannelLogoScalable
scale parameter from logo/cover dimesion setters not required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
fa99b236e4
|
upnpbrowser: change code format
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
8adab6ec28
|
upnpbrowser: remove 2nd paramter from image->setHeight(h_image)
not required, use default value
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
288520b5b0
|
wdget/navibar: remove nb_lpic->doPaintBg(false), code format changes
doPaintBg is no more required
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
dbad675789
|
cc_draw: add methode to set bg image transparency mode
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
971a21cd4b
|
cc_draw: reduce log output
|
2021-11-13 18:59:50 +01:00 |
|
Thilo Graf
|
33f1e42e8e
|
icons/various: add test svg icon tux for testing
--enable-testing is required
|
2021-11-13 18:59:50 +01:00 |
|
svenhoefer
|
b6a37a85e0
|
- menu: try to allow RC_standby in all menues
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2021-11-13 18:59:32 +01:00 |
|
TangoCash
|
5011c3474c
|
-bouquetlist: ugly workaround for better readability
|
2021-11-13 11:03:38 +01:00 |
|
TangoCash
|
c776b752c0
|
-channellist: align description position to channelname height
|
2021-11-13 11:03:38 +01:00 |
|
Thilo Graf
|
6d22211700
|
cc_draw: avoid possible runtime error with signed integer overflow
|
2021-11-13 11:03:38 +01:00 |
|
GetAway
|
9cae0cf32c
|
neutrino.cpp: party back to good old restart methode
- fix seqfault when restarting neutrino while webtv is streamed
|
2021-11-09 11:00:10 +01:00 |
|
GetAway
|
818c199f6b
|
bouquets.cpp: use strcasecmp while compare DEFAULT_BQ_NAME_FAV
|
2021-11-08 22:36:47 +01:00 |
|
TangoCash
|
d918e6c517
|
add neutrino restart to webif
Signed-off-by: GetAway <get-away@t-online.de>
|
2021-11-08 21:57:24 +01:00 |
|
svenhoefer
|
27c8115cee
|
- zapit/scanait: formatting code using astyle
see https://github.com/neutrino-images/ni-buildsystem/blob/master/support/scripts/astyle.sh
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2021-11-07 20:16:29 +01:00 |
|