Commit Graph

8863 Commits

Author SHA1 Message Date
M. Liebmann
d2b3a8da68 CNeutrinoApp::InitMenuMain: Fix compiler warning 2017-03-20 00:40:10 +01:00
svenhoefer
b8a97a97ca - neutrino: just code cosmetics in ExitRun() 2017-03-19 23:50:52 +01:00
svenhoefer
ec6e863e6f - neutrino: remove unused write_si from ExitRun() function ...
and rename retcode to can_shutdown for a better readability
2017-03-19 23:50:52 +01:00
svenhoefer
de1ee8b73a - use g_info.hw_caps->can_shutdown; mostly ported from neutrino-mp 2017-03-19 23:50:52 +01:00
svenhoefer
3eb8f8bef8 - move src/timerd/doku.html to doc/timerd.html 2017-03-19 23:50:52 +01:00
Thilo Graf
96e05c69dc CNeutrinoFonts: reduce debug spam
In some cases with many following  dynamic size changes,
it could be better to suppress this output.
2017-03-19 22:32:15 +01:00
Thilo Graf
9801c3100c CColorChooser: fix missing rewrite current values to *value[selected]
Supplement to commit:
	CColorChooser: fix compile conversion  warnings
	3b5cd00bf4
2017-03-19 16:06:04 +01:00
svenhoefer
720269c99a - remove unused g_info.delivery_system 2017-03-19 01:04:48 +01:00
svenhoefer
233886df8d - remove unused g_info.box_Type 2017-03-19 01:04:48 +01:00
svenhoefer
4f202b19d6 - use g_info.hw_caps->has_fan; remove old g_info.has_fan 2017-03-19 01:04:48 +01:00
svenhoefer
59adc88491 - neutrinoyparser: remove workaround for Neo Twin 2017-03-19 01:04:48 +01:00
svenhoefer
9e5c30f754 - controlapi: use "CST" instead of "Coolstream" ...
because I don't know the current legal situation.
2017-03-19 01:04:48 +01:00
svenhoefer
c225c2d4b6 - hardware_caps: fix has_fan and add detection of Neo Twin 2017-03-19 01:04:48 +01:00
M. Liebmann
ad47a5d5e9 CScreenShot: Remove OpenThreads and use pthread functions 2017-03-17 12:19:51 +01:00
svenhoefer
93e22163e9 - acinclude.m4: remove unused --enable-tmsdk switch; ...
There's so much more unused and outdated stuff :/
2017-03-16 21:12:01 +01:00
TangoCash
f974b56343 add unicable2/jess (thx DboxOldie) 2017-03-15 19:51:20 +01:00
Jacek Jendrzej
142ac1392f screenshot.cpp fix memcpy param overlap 2017-03-15 19:02:44 +01:00
Jacek Jendrzej
f18ec050c7 src/neutrino.cpp fix possible memleak 2017-03-15 15:56:23 +01:00
Sven Höfer
09606c5ded Merge pull request #8 from Pr0metheus2/patch-1
Update slovak.locale
2017-03-15 11:21:49 +01:00
Andrej Tobola
9cefe16d4b Update slovak.locale 2017-03-15 09:32:43 +01:00
Thilo Graf
3b5cd00bf4 CColorChooser: fix compile conversion warnings 2017-03-14 09:42:30 +01:00
svenhoefer
4bf9c74f59 - .gitignore: add compile
- .svnignore: remove
2017-03-14 08:04:26 +01:00
svenhoefer
60d3cfb962 - neutrinoyparser: stay compatible with present code in Y_Blocks.txt 2017-03-13 23:48:08 +01:00
svenhoefer
5b0faeab8c - unify DetailsLine-names; move define to settings.h 2017-03-13 12:40:04 +01:00
Thilo Graf
3fa097ebb9 cc_types.h: expand button_label_cc with hint as descrpition for button 2017-03-13 09:45:38 +01:00
Thilo Graf
e777ecdfdb cc_types: move struct button_label_cc into cc_types.h 2017-03-13 09:45:38 +01:00
Thilo Graf
e2ca965ee9 CComponentsFooter: add bg_image to button_label_cc type 2017-03-13 09:45:38 +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
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