Commit Graph

10006 Commits

Author SHA1 Message Date
svenhoefer
7e974bc716 - update: allow tgz-tarballs for update via ofgwrite
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:34:24 +01:00
TangoCash
e3d94c2c60 modify uhd channel detection to catch channels broadcasting not in DVB specs
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:34:16 +01:00
TangoCash
9c12ce65aa modify autocreate HD _and_ UHD channels as seperate lists
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:33:58 +01:00
TangoCash
1138784282 - zapit: detect uhd-channels
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:33:52 +01:00
svenhoefer
b9ed20ac53 let playback handle devices
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:33:05 +01:00
svenhoefer
5fd7ec68ac - audio_select: copy full code from TangoCash
Just compile tested. Maybe some more alignments needed.

Signed-off-by: Thilo Graf <dbt@novatux.de>
Additional changes on cs playback_cs.h, because broken build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:32:30 +01:00
TangoCash
db6f4ba08d armbox: fix dimming vfd 2017-10-29 18:32:11 +01:00
TangoCash
3b5f5f3bfd armbox: show grafical volume in vfd 2017-10-29 18:32:08 +01:00
TangoCash
a227dcb7e2 fix time in vfd 2017-10-29 18:32:02 +01:00
TangoCash
fb7623c567 fix some keys 2017-10-29 18:31:59 +01:00
TangoCash
6a1b0c1c73 fix resolution icon in infoviewer 2017-10-29 18:31:56 +01:00
TangoCash
c93b2a9b0b fix gstreamer playback 2017-10-29 18:31:48 +01:00
TangoCash
47d85f6e71 fix select osd resolution 2017-10-29 18:31:45 +01:00
TangoCash
f34589a822 adding 4k video settings for armbox 2017-10-29 18:31:37 +01:00
TangoCash
2d11e017a0 start implementing hardware acceleration for armbox
you have to compile neutrino with "--enable-reschange" to use FullHD-OSD
2017-10-29 18:31:34 +01:00
vanhofen
6fe5d269af - add hd51; mostly ported from TangoCash's neutrino-mp 2017-10-29 18:31:30 +01:00
Thilo Graf
4f8b891d26 src/Makefile.am: add missing possible static dir for libcoolstream.mt 2017-10-29 18:31:22 +01:00
svenhoefer
23711b0635 - add UHD icons to infoviewer
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:27:14 +01:00
Thilo Graf
42b967fb89 CNetworkSetup: disable network_services menu
Required with yocto build

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-24 11:33:00 +02:00
M. Liebmann
9feb8efd23 CLuaInstCurl: Add script functions
- encodeUri
 - decodeUri
 - setUriData
 - Set Lua api version to 1.78
2017-10-23 07:54:19 +02:00
M. Liebmann
100fa78952 CLuaInstCurl: Fix CurlDownload() to send POST data
- Set Lua api version to 1.77
2017-10-23 07:54:19 +02:00
Thilo Graf
ccb19a8880 Merge branch 'pu/mp' into 'master' 2017-10-17 20:38:58 +02:00
Thilo Graf
acf9cdfea8 CUpnpBrowserGui: fix button arrangement
defined label width parameter was too large
2017-10-17 20:03:10 +02:00
Thilo Graf
54750e49b7 neutrino.cpp: show logo on start up 2017-10-17 20:02:45 +02:00
Thilo Graf
e169a76ff9 CComponentsPIP: use default background image as default image 2017-10-17 20:02:23 +02:00
Jacek Jendrzej
306c52642d Merge branch 'master' into pu/mp 2017-10-17 12:45:19 +02:00
Jacek Jendrzej
79a9186515 movieplayer.cpp remove free , attempting free on address which was not malloc()-ed 2017-10-17 12:42:32 +02:00
Jacek Jendrzej
4b8cf23d70 Merge branch 'master' into pu/mp 2017-10-16 13:17:17 +02:00
Jacek Jendrzej
ff61f5aef1 streaminfo2: add desc to audiotype 2017-10-14 13:26:55 +02:00
M. Liebmann
9365e09ab9 CBEBouquetWidget::getInfoText(): Fix compile error 2017-10-14 10:02:50 +02:00
Thilo Graf
f53b8fb110 bedit: add methods ResetModules() and init()
Help to handle instances of modules to get current screen and font settings
after changed settings by user.

Dimensions were not applied after changed settings. eg: All Items had wrong
position and dimensions after changed font size.
2017-10-13 13:40:49 +02:00
Thilo Graf
c651f6aa40 bedit: remove multiple code from paintHead() method 2017-10-13 13:40:49 +02:00
Thilo Graf
4dc047557f bedit: remove multiple code from paintFoot() method 2017-10-13 13:40:49 +02:00
Thilo Graf
b7124973de bedit: ensure apply of possible changed timeout settings on runtime 2017-10-13 13:40:49 +02:00
Thilo Graf
61a29f061a bedit: move paintBody() into base class
Avoids multiple code parts
2017-10-13 13:40:49 +02:00
Thilo Graf
53293ba49d bedit: declare internal vars as protected
Access to internal member vars should be done via methods and funtions.
2017-10-13 13:40:49 +02:00
Thilo Graf
d64f06b196 bedit: use inherited version of hide()
This overwrites inherited hide() from CMenuTarget

rework hide
2017-10-13 13:40:49 +02:00
Thilo Graf
3045baea13 bedit: use inherited version of paintDetails() and dline/ibox objects
This moves full identicaly code into base class.

TODO: There are more similar parts.
2017-10-13 13:40:37 +02:00
Thilo Graf
97a124ab44 bedit: remove multiple forward declaration of CFrameBuffer
I don't see any sense why this should be done here.
2017-10-13 13:38:20 +02:00
Thilo Graf
c7a2dd70fc CComponentsFooter: rework uniformed arrangement
Some parts were incomplete treated with defined parameter
'label_width' and/or 'chain_width'.
2017-10-13 12:35:59 +02:00
Thilo Graf
88e488d3a0 Revert "CTimerList: adjust label width in footer dependent by count of buttons"
This reverts commit 3987c3a306.
2017-10-13 12:35:59 +02:00
Thilo Graf
35f048a735 CMenuWidget: don't use parameter for label width calculation
Footer object does this itself.
2017-10-13 12:35:59 +02:00
Thilo Graf
c1d4da731b CTimerList: localize info and send timer buttons 2017-10-13 12:35:59 +02:00
Jacek Jendrzej
47b247472c src/gui/upnpbrowser.cpp clear framebuffer 2017-10-09 17:23:11 +02:00
Jacek Jendrzej
16968f9bde Merge branch 'master' into pu/mp 2017-10-09 16:40:11 +02:00
Jacek Jendrzej
6d81594f12 upnpbrowser : fix memleaks 2017-10-09 16:39:24 +02:00
Jacek Jendrzej
d3233254c8 upnpbrowser : fix memleak 2017-10-09 12:37:35 +02:00
Jacek Jendrzej
2661fa4287 Merge branch 'master' into pu/mp 2017-10-08 18:03:01 +02:00
Thilo Graf
cbe21aade7 CUpnpBrowserGui: fix possible compile errot
error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses]
2017-10-08 17:48:32 +02:00
Thilo Graf
3d9b7c1360 CTimerList: fix behavior of hide() for remotebox sub menus
After hide() the the background was not fully restored or
was partially damaged  the corners beside the header.
2017-10-08 17:48:32 +02:00