Commit Graph

9418 Commits

Author SHA1 Message Date
M. Liebmann
828329452e Merge branch 'master' into pu/fb-setmode 2017-03-12 06:37:10 +01:00
M. Liebmann
5ce34d5cf9 Revert "- allow to force given osd resolution in "videosystem = auto" mode"
This reverts commit 6fc24e990b.
2017-03-12 06:32:52 +01:00
Thilo Graf
c766a970dc CComponentsFooter: simplify implementation of button labels
button_label_l and button_label_s are now
merged to button_label_cc with prepared default values for text and locales.This type contains all possible
button label properties. Values for locales and string
are evaluated in setButtonLabels(), so it's possible to remove some
overloaded methodes.
2017-03-11 00:45:25 +01:00
Thilo Graf
ccb82083e2 CCDraw: add possibility to use background images as item background
Provides functionality to use a backround image instead to render
usual box. If an image is defined, box render is disabled, but behavior
for hide, kill, cache... is not changed.

TODO:
- maybe needs global caching because images are not yet managed like icons in framebuffer class
2017-03-11 00:45:25 +01:00
Stefan Seyfried
c857fc49be bouquetlist: don't block RC keys while list is opened 2017-03-10 19:10:19 +01:00
Stefan Seyfried
2cef61bd8e msgbox: deobfuscate assignment of default result value 2017-03-10 19:10:06 +01:00
M. Liebmann
87cb1b514a Merge branch 'master' into pu/fb-setmode 2017-03-10 15:38:15 +01:00
svenhoefer
0203de264f - controlapi: /control/info => return PACKAGE_NAME and PACKAGE_VERSION 2017-03-10 15:36:13 +01:00
svenhoefer
ff6046bb56 - hardware_caps: just changes in comments 2017-03-10 15:07:52 +01:00
svenhoefer
305b1a6da5 - neutrinoyparser: use hw_caps in func_get_boxtype() ...
... and func_get_boxmodel()
2017-03-10 15:07:52 +01:00
svenhoefer
b902648b08 - controlapi: use hw_caps in HWInfoCGI() 2017-03-10 15:07:52 +01:00
svenhoefer
e092059f32 - controlapi: /control/info => return right name 2017-03-10 15:07:52 +01:00
svenhoefer
24b159f84c - hardware_caps/Makefile: use @HWLIB_CFLAGS@ instead of defines 2017-03-10 15:07:52 +01:00
svenhoefer
7cca1e02c3 - hardware_caps: use define instead of value; better readability 2017-03-10 15:07:52 +01:00
svenhoefer
83de4ba055 Revert "hardware_caps.cpp: Add hw ifdef for cs_get_chip_type()"
This reverts commit f5cdaff282
because libcoolstream now is updated
2017-03-10 15:07:52 +01:00
M. Liebmann
5e09df1d91 Merge branch 'master' into pu/fb-setmode 2017-03-10 14:50:04 +01:00
M. Liebmann
ab6ca5b606 hd2/libcoolstream/*.h: Update for new libcoolstream functions
- cs_get_lib_version()
 - cs_compare_lib_versions()
 - GetVideoSystem()
 - GetVideoSystemFormatName()
 - Add CS_CHIP_NEVIS definitions
2017-03-10 14:35:32 +01:00
M. Liebmann
7eecd09eca hd1/libcoolstream/cs_api.h: Update for new libcoolstream functions
- cs_get_lib_version()
 - cs_compare_lib_versions()
 - cs_get_chip_type() (dummy function for compatibility with hd2)
 - Add CS_CHIP_xxx definitions
2017-03-10 14:35:32 +01:00
M. Liebmann
fee5cd0175 Merge branch 'master' into pu/fb-setmode 2017-03-09 17:34:42 +01:00
M. Liebmann
f5cdaff282 hardware_caps.cpp: Add hw ifdef for cs_get_chip_type() 2017-03-09 17:34:25 +01:00
M. Liebmann
94492c4271 Merge branch 'master' into pu/fb-setmode 2017-03-09 15:17:25 +01:00
svenhoefer
b546ed517e - hardware_caps: add latest coolstream models 2017-03-09 12:51:44 +01:00
M. Liebmann
6a531d4304 Merge branch 'master' into pu/fb-setmode 2017-03-08 12:35:39 +01:00
M. Liebmann
87b7260c48 Add src/compatibility.h to include software-dependency macros 2017-03-08 12:35:20 +01:00
M. Liebmann
7ad59776d1 Merge branch 'master' into pu/fb-setmode 2017-03-08 00:35:16 +01:00
M. Liebmann
b58aa9ad6f Fix malloc_stats() call for newer uClibc-ng versions 2017-03-08 00:34:48 +01:00
Jacek Jendrzej
bfa589eb08 make neutrino compatible with new ffmpeg 2017-03-07 15:00:17 +01:00
svenhoefer
6fc24e990b - allow to force given osd resolution in "videosystem = auto" mode 2017-03-06 23:50:15 +01:00
M. Liebmann
1bb9fc6687 Fix osd mode switch in videosystem auto mode 2017-03-06 23:50:15 +01:00
M. Liebmann
bab10ee438 Merge branch 'master' into pu/fb-setmode 2017-03-06 22:06:38 +01:00
svenhoefer
d3c3d3760c - configure.ac: remove duplicated code 2017-03-06 21:49:32 +01:00
svenhoefer
2029a684e5 - move public libcoolstream-headers to hardware directory 2017-03-06 21:49:32 +01:00
svenhoefer
29fd05002f - port hardware_caps from Neutrino-MP 2017-03-06 21:49:32 +01:00
Thilo Graf
8c6a47ee3a CMovieBrowser/cYTFeedParser: implement signals from CProgressSignals 2017-03-06 21:26:26 +01:00
Thilo Graf
7f511ebd1a CProgressWindow/CProgressSignals: add prepared signals
Required for inhertance of signals used with CProgressWindow.
2017-03-06 21:26:26 +01:00
Thilo Graf
26a0f31923 CMovieBrowser: remove wrong progress value 2017-03-06 21:26:26 +01:00
Thilo Graf
4c388bb71c CTextBox: fix pass of SCROLL_FRAME_WIDTH 2017-03-06 21:11:08 +01:00
Jacek Jendrzej
e10cb00613 subpagetable is unsigned 2017-03-06 15:50:06 +01:00
Jacek Jendrzej
92abe90d58 src/gui/movieplayer.cpp some streams need more time pro frame 2017-03-06 14:41:25 +01:00
M. Liebmann
77f74c5966 Merge branch 'master' into pu/fb-setmode 2017-03-05 19:54:19 +01:00
M. Liebmann
b1dcce0ad3 COsdHelpers: Remove no longer required function resetOsdResolution() 2017-03-05 19:54:09 +01:00
M. Liebmann
fa08347ef4 COsdHelpers: Add function setVideoSystem() 2017-03-05 19:54:09 +01:00
M. Liebmann
53460e54da CFbAccelCSHD2::setMode: Fix value for screeninfo.yres_virtual 2017-03-05 19:54:09 +01:00
Stefan Seyfried
f80f69c232 msgbox: remove explicit handling of record events
these are handled in the last else clause anyway
2017-03-05 19:53:34 +01:00
Stefan Seyfried
c3ab1b91d8 msgbox: remove duplicated code 2017-03-05 19:53:34 +01:00
Stefan Seyfried
f9b7fca210 unbreak msgbox
the "if (msg)" was basically always true, killing all keys that were not
handled in this clause (e.g. it was not possible to switch the box from
standby if a plugin with output was running during standby)
2017-03-05 19:53:34 +01:00
Jacek Jendrzej
b3f69009af try fix YT cache wirite to root 2017-03-05 17:06:22 +01:00
Jacek Jendrzej
d5cf652763 src/gui/widget/msgbox.cpp init result 2017-03-05 14:41:15 +01:00
M. Liebmann
52cd29a207 Merge branch 'master' into pu/fb-setmode 2017-03-05 13:53:34 +01:00
Jacek Jendrzej
bc188c66ba src/zapit/src/zapit.cpp fix segfault without services.xml 2017-03-05 13:48:40 +01:00