Thilo Graf
d7922af575
update version to 3.6.0
...
Prepared for multiplatform builds
3.06
2017.4
2017-10-17 20:45:00 +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
c6d6baa23e
icons: add new default iconset, thx OneOfNine
...
Hope it's complete, please report if somthing is missing!
2017-10-17 20:02:54 +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
Thilo Graf
1bfe78636c
data/pictures: add new default background/start image
2017-10-17 20:02:16 +02:00
Thilo Graf
7dba5bc73c
maintain: add version update script
2017-10-17 20:02:02 +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
0f8e614ee4
Revert "- libdvbsub: add missing free() call"
...
This reverts commit 89f9ae85f0
.
2017-10-16 10:44:19 +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
svenhoefer
89f9ae85f0
- libdvbsub: add missing free() call
...
Signed-off-by: J. Krieg <bellum07@googlemail.com >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-13 12:35:59 +02:00
svenhoefer
fa0400f8b2
- libdvbsub: use framebuffer functions getBackBufferPointer() and blit2FB()
...
Signed-off-by: J. Krieg <bellum07@googlemail.com >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-13 12:35:59 +02:00
Striper
3edc365eab
- dvbsubtitle: fix copy/paste error and only show debug if there is something to clear
...
Signed-off-by: J. Krieg <bellum07@googlemail.com >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-13 12:35:59 +02:00
Striper
18699eaf41
- cleanup dvbsubtitle code
...
Signed-off-by: J. Krieg <bellum07@googlemail.com >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-13 12:35:59 +02:00
svenhoefer
5ba719402a
- libdvbsub: allow FullHD resolution dimensions
...
Signed-off-by: J. Krieg <bellum07@googlemail.com >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-13 12:35:59 +02:00
svenhoefer
8bdcfb263d
- libdvbsub: port usefull code from Neutrino-MP to make dvbsub nice again
...
Signed-off-by: J. Krieg <bellum07@googlemail.com >
Signed-off-by: Thilo Graf <dbt@novatux.de >
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
Thilo Graf
6b28013da1
CTimerList: increase width of remote menu
...
eg: With oversized font sizes the buttons inside footer are squeezed.
2017-10-08 17:48:32 +02:00
Thilo Graf
4ad5ce65e2
CMenuWidget: small clean ups
2017-10-08 17:48:32 +02:00
Jacek Jendrzej
3010cd24d7
Merge branch 'master' into pu/mp
2017-10-08 16:50:46 +02:00
Jacek Jendrzej
ea0cd48d18
fix video folderplay
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
7f1d736781
src/gui/upnpbrowser.cpp clear framebuffer
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
9a0bcf0dc5
src/gui/upnpbrowser.cpp kill infobox and timebox
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
74f02a16f5
src/gui/test_menu.cpp fix memleak
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
5ba69b43ec
fix compil after merge
2017-10-02 14:23:17 +02:00
Jacek Jendrzej
7ad4a0e6cc
Merge branch 'master' into pu/mp
2017-10-02 13:56:25 +02:00
Stefan Seyfried
2f39081708
helpers/readFile: limit memory allocations
2017-10-02 13:43:57 +02:00