Commit Graph

8836 Commits

Author SHA1 Message Date
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
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
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
f5cdaff282 hardware_caps.cpp: Add hw ifdef for cs_get_chip_type() 2017-03-09 17:34:25 +01:00
svenhoefer
b546ed517e - hardware_caps: add latest coolstream models 2017-03-09 12:51:44 +01:00
M. Liebmann
87b7260c48 Add src/compatibility.h to include software-dependency macros 2017-03-08 12:35:20 +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
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
4c388bb71c CTextBox: fix pass of SCROLL_FRAME_WIDTH 2017-03-06 21:11:08 +01:00
Jacek Jendrzej
92abe90d58 src/gui/movieplayer.cpp some streams need more time pro frame 2017-03-06 14:41:25 +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
Jacek Jendrzej
bc188c66ba src/zapit/src/zapit.cpp fix segfault without services.xml 2017-03-05 13:48:40 +01:00
svenhoefer
b283128d0f - imageinfo: remove obsolete define 2017-03-03 15:50:47 +01:00
svenhoefer
629f91e229 - imageinfo: change handling of yWeb version; use own CConfigFile 2017-03-03 15:48:31 +01:00
M. Liebmann
c9242679a0 CScanTs::handleMsg: Fix handling left/right keys during channel search 2017-03-03 14:41:26 +01:00
svenhoefer
75ff8687dd - luainstance: re-add typo TO_WIDE to stay backward compatible 2017-03-03 08:57:42 +01:00
svenhoefer
6afe247bc3 - luainstance: add missing RADIUS_NONE; fix typo in dynfont handling 2017-03-03 08:55:35 +01:00
M. Liebmann
9fe20399c4 CNeutrinoApp::loadSetup: Fix Segfault when an remote timer is defined 2017-03-02 23:37:41 +01:00
svenhoefer
6eb1bb1ea4 - luainstance: add offsets to lua; set Lua api version to 1.70 2017-03-02 23:00:49 +01:00
svenhoefer
00d2d557c2 - update: rename DEBUG1 to DRYRUN 2017-03-01 18:16:09 +01:00
svenhoefer
ea3ab21bb0 - update: small cleanup; ...
remove obsolete g_Locale->getText() from ShowHint calls
2017-03-01 18:16:09 +01:00
svenhoefer
2a9b39f45f - update: change filetype comparsion; "< '3'" to "<= '2'" 2017-03-01 18:16:09 +01:00
svenhoefer
943c03fc52 - update: prepare for menu hints 2017-03-01 18:16:09 +01:00
svenhoefer
950f74dd41 - flashtool: localize getType() function 2017-03-01 18:16:09 +01:00
TangoCash
16537620a6 fix blinking clock in some modes (thx dbo) 2017-03-01 18:16:09 +01:00
Jacek Jendrzej
d12ea80c5b src/neutrino.cpp init struct timer_remotebox_item, avoid segfault without InfoClock 2017-03-01 15:04:10 +01:00
svenhoefer
856c676430 - rename g_PluginList to g_Plugins; this isn't a list of plugins 2017-03-01 13:03:50 +01:00
svenhoefer
5edc857122 - yWeb: unify rec/zap timer handling; avoid german umlaut in js-popup 2017-03-01 11:51:25 +01:00
M. Liebmann
2d30ef10d8 lua cwindow.new: Fix draw small windows
- Ignore percent conversion of width and height
   to remain compatible with the Lua API
2017-02-28 23:31:58 +01:00
M. Liebmann
6166f4a6f4 CLuaInstance: Add script fumction 'scale2Res'
- Set Lua api version to 1.69
2017-02-27 00:24:34 +01:00
Jacek Jendrzej
df25b50944 src/gui/movieplayer.cpp try fix stop play file on file end 2017-02-26 15:05:21 +01:00
svenhoefer
1aa5e929db - channelist: use OFFSET-defines for channels w/o EPG too 2017-02-26 01:01:15 +01:00