Commit Graph

12840 Commits

Author SHA1 Message Date
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
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
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
Jacek Jendrzej
d8b822ed11 cc_frm_button.cpp: dont create cc_btn_icon_obj with empty cc_btn_icon, avoid segfault with doble delete - delete cc_btn_icon_obj and CComponentsForm::clear() 2021-11-06 18:01:26 +01:00
Jacek Jendrzej
f682ffa8b2 personalize.cpp: avoid length array with value 0 2021-11-06 16:37:55 +01:00
TangoCash
373807b158 some cec volume fixes
Conflicts:
	src/neutrino.cpp
2021-11-05 21:11:08 +01:00
Thilo Graf
2cf0cb9d06 driver/picturviewer: minor format change 2021-11-05 17:05:14 +01:00
TangoCash
db6071bf39 add support for svg header icons
Signed-off-by: Thilo Graf <dbt@novatux.de>

The CComponentsPicture class is currently being refactored.
It's almost done, but various adjustments and tests
are still missing, to identifying side effects on other objects.
It will be strongly simplified and will support svg feature.
Perhaps, an implementation of this kind in the header
class is not required.
2021-11-05 17:05:00 +01:00
TangoCash
3bf3897787 always scale svg's 2021-11-05 15:57:18 +01:00
TangoCash
324f44e3d7 support svg channellogos 2021-11-05 15:56:42 +01:00
TangoCash
37814bd1f8 remove unneeded delay
Conflicts:
	src/gui/movieplayer.cpp
2021-11-05 15:56:13 +01:00
Thilo Graf
f4dd477050 cc_draw: add member for transparency mode 2021-11-03 18:50:22 +01:00
svenhoefer
53097e5ece - remove driver/spark_led.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
86b19634d1 - add PARTIAL_BLIT again
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
6b79f74b55 - remove HAVE_SH4_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
3bf1b05399 - remove unused src/driver/audiodec/vis.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
991f0c4347 - remove lcddisplay code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00