Commit Graph

10878 Commits

Author SHA1 Message Date
svenhoefer
c507f36816 - nhttpd: remove non-working and outdated Y_CONFIG_BUILD_AS_DAEMON switch
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
32211d85b8 - nhttpd: align mod_sendfile.mime_types to HTTPD_SENDFILE_EXT
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
4e658dcde1 - nhttpd: fix typo in AUTH_NAME_MSG
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
d996147dbd - nhttpd: enable mod_sendfile.sendAll by default
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
c06e5e114a - y-web: show hostname as page-title
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
5477bed480 - y-web: remove white background from favicon
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
6e158e00ac - acinclude.m4: add missing variables substitutions
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
9112e85cd3 - locale: small changes in update locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
svenhoefer
43c7e0ed09 helpers.chh/h: add some helper functions
Partial cherry pick from:
https://bitbucket.org/neutrino-images/ni-neutrino-hd

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-09-14 12:14:41 +02:00
Jacek Jendrzej
513850f915 try to fix tm thread 2017-09-14 12:09:40 +02:00
Jacek Jendrzej
d30bd0ea26 src/driver/screenshot.cpp avoid memory ranges overlap 2017-09-14 11:17:36 +02:00
vanhofen
26e8712f90 - parentallock_setup: fix compiler warning; remove easymenu leftover 2017-09-13 18:44:29 +02:00
Jacek Jendrzej
98a31ea821 Merge branch 'master' into pu/mp 2017-09-13 15:53:42 +02:00
vanhofen
d23323758c - rework multimedia-menu code; cleanup from many unused code 2017-09-13 15:52:19 +02:00
Jacek Jendrzej
a5bc9f1050 Merge branch 'master' into pu/mp 2017-09-13 14:09:21 +02:00
Jacek Jendrzej
a7813a885d fix pick diff error 2017-09-13 14:08:29 +02:00
Jacek Jendrzej
4e232439c3 Merge branch 'master' into pu/mp 2017-09-13 13:52:49 +02:00
vanhofen
1fae4130b8 - remove unused nkplay stuff 2017-09-13 13:48:16 +02:00
Jacek Jendrzej
2c5bf73006 Merge branch 'master' into pu/mp 2017-09-13 13:40:40 +02:00
vanhofen
932a535b6a - remove unused nkplay stuff 2017-09-13 13:35:23 +02:00
vanhofen
816de89898 - drop easymenu 2017-09-13 13:35:23 +02:00
Jacek Jendrzej
6576729fd1 remove double includes 2017-09-08 21:21:32 +02:00
Jacek Jendrzej
2d4f52ae62 pic max10<max_10@gmx.de> code from commit f480ad018c72d40a9d2d2fb4006cfca1c262234d 2017-08-29 16:35:32 +02:00
Jacek Jendrzej
4700523643 Merge branch 'master' into pu/mp 2017-08-29 16:33:21 +02:00
Jacek Jendrzej
c5dc1b7770 remove my stupid init 2017-08-29 15:01:31 +02:00
Jacek Jendrzej
23797d29c0 Merge branch 'master' into pu/mp 2017-08-29 11:26:54 +02:00
Thilo Graf
3987c3a306 CTimerList: adjust label width in footer dependent by count of buttons 2017-08-28 12:16:45 +02:00
Thilo Graf
4dd12767f9 CTimerList: paint header only if required
Avoid possible flicker effects.

TODO: fix clock background with enabled gradient on header repaint.
2017-08-28 12:16:45 +02:00
Thilo Graf
6e310a8157 comments: fix copy paste errors 2017-08-28 12:16:45 +02:00
Thilo Graf
c743cb632b cc_item_shapes.cpp/h: Add method to create draw boxes without explicit objects 2017-08-28 12:16:45 +02:00
Thilo Graf
b5d33f10e1 Helpbox: add missing check for null pointer 2017-08-28 12:16:45 +02:00
Thilo Graf
5221769840 CComponentsHeader: add missing check for null pointer 2017-08-28 12:16:45 +02:00
Thilo Graf
d42389b167 CProgressBarCache: remove benchmark lines
Was only for debugging.
2017-08-28 12:16:45 +02:00
Thilo Graf
f07a27825d CComponentsPicture: remove benchmark lines
Was only for debugging.
2017-08-28 12:16:45 +02:00
Thilo Graf
16dac64ed2 CComponentsFooter: fix possible error with non-POD element type
affected is struct type 'button_label_cc'
2017-08-28 12:16:45 +02:00
Thilo Graf
27995b19fa CComponentsFooter: fix possible conversion warning
For platform compatibility. eg. with neutrino-pc on it is possible
that size_t is long unsigned ini, for others unsinged int
2017-08-28 12:16:45 +02:00
Thilo Graf
fe6a24351b cc_frm.cpp, cc_frm_button.cpp: remove unread stored variables 2017-08-28 12:16:45 +02:00
Thilo Graf
758081a0ac CComponentsFrmClock: fix wrong initialization of w_tmp 2017-08-28 12:16:45 +02:00
Jacek Jendrzej
6be63f736c Merge branch 'master' into pu/mp 2017-08-23 13:10:49 +02:00
Jacek Jendrzej
350a73ce08 fix possible out of bound memory access 2017-08-23 13:05:57 +02:00
Jacek Jendrzej
527c0de33a null pointer check 2017-08-23 13:03:34 +02:00
Jacek Jendrzej
e58e72635b fxi possible buffer overflow 2017-08-23 13:00:24 +02:00
Jacek Jendrzej
ba600f0e5c some inits and never read var 2017-08-23 12:58:26 +02:00
Jacek Jendrzej
c99486520e some inits warnings 2017-08-21 14:42:24 +02:00
Jacek Jendrzej
8c45b2eea6 Merge branch 'master' into pu/mp 2017-08-21 13:13:03 +02:00
vanhofen
c307ed5b36 - hw_caps: remove CFEManager-code; ...
the relevant boxmodels are handled now in a "dirty part of hw_caps"
in neutrino.cpp after zapit-start
2017-08-21 12:56:00 +02:00
Jacek Jendrzej
8c8ae9595c Revert "- neutrino: fix hw_caps init; it must be initialized after zapit start"
This reverts commit edb0a5937e.
2017-08-21 12:53:05 +02:00
Jacek Jendrzej
0238049daf part from 382181e289ac990fa1bc69ec528b8c25be6c6537 2017-08-21 10:57:18 +02:00
Stefan Seyfried
e2db590797 Revert "- hardware_caps: fix has_fan and add detection of Neo Twin"
This reverts commit c225c2d4b6.
This leads to a segfault at start and the upstream solution
is not yet ready for primetime, so revert this for now.
2017-08-21 10:17:05 +02:00
Stefan Seyfried
d0a21abd9f rcinput: add two more keys in the ugly azbox translate() table 2017-08-21 10:17:05 +02:00