svenhoefer
b1ba85c8c1
Merge branch 'master' into pu/mp
...
Conflicts:
acinclude.m4
2017-03-22 12:16:01 +01:00
svenhoefer
e3920273bf
- acinclude.m4: remove more old unused cruft
...
I don't know if CC/CXX-handling is right, but powerpc-tuxbox-linux-gnu
was definitely wrong.
2017-03-22 12:11:26 +01:00
svenhoefer
54ff55dd47
- acinclude.m4: align to neutrino-mp
2017-03-22 12:11:26 +01:00
Stefan Seyfried
216a774343
acinclude: remove old unused cruft
...
remove:
- unused boxtypes, these only give a false sense of support
- unused configure options and associated #defines in config.h
- unused confiugre check macros
2017-03-22 12:11:26 +01:00
M. Liebmann
9bc2d9b95e
hd[1|2]/libcoolstream: Update headers for new libcoolstream functions
...
libcoolstream-mt.so version 3.2.0 required
Functions:
- updateOsdScreenInfo()
- GetVideoSystem()
- GetVideoSystemFormatName()
- fbCopy()
- fbFill()
- cs_set_extra_debug()
2017-03-22 01:23:45 +01:00
svenhoefer
d2f02371e8
- neutrino: grab whole ExitRun() from neutrino-mp ...
...
This fixes my last merge commit, small typos and alignes indentation.
2017-03-21 10:29:35 +01:00
svenhoefer
1373662e31
Merge branch 'master' into pu/mp
2017-03-21 10:19:07 +01:00
Thilo Graf
4eb6a315fc
CComponentsButton: simplify assignment of button message values
...
Count of alternate message values was limited to 1 value. Now it is
possible to add any count of message values.
directKey and directKeyAlt were removed from struct type 'button_label_cc'
and directKeys was added as container for possible message values.
Some methods of CComponentsFooter had to be adapted for that.
2017-03-20 22:55:05 +01:00
Jacek Jendrzej
8516b1662d
fix segfault aufter unbreak msgbox f9b7fca210
2017-03-20 17:40:26 +01:00
svenhoefer
0b629aafc7
- move movieinfo.cpp|h from src/gui to src/driver ...
...
because there are no gui-elements included anymore
2017-03-20 14:30:44 +01:00
svenhoefer
b12624d1fa
Merge branch 'master' into pu/mp
...
Conflicts:
src/gui/miscsettings_menu.cpp
src/neutrino.cpp
src/system/settings.h
2017-03-20 01:31:51 +01:00
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
Jacek Jendrzej
66ea57d710
src/driver/fb_generic.cpp fix possible memleak and possible double free
2017-03-17 15:04:11 +01:00
M. Liebmann
7e4678c6d4
Merge branch 'master' into pu/mp
...
Conflicts:
src/driver/screenshot.cpp
src/Makefile.am
2017-03-17 12:34:28 +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
81fb3b42fa
Merge branch 'pu/mp' of github.com:tuxbox-neutrino/gui-neutrino into pu/mp
...
Conflicts:
src/gui/scan_setup.cpp
src/zapit/src/frontend.cpp
2017-03-15 22:47:42 +01:00
TangoCash
f974b56343
add unicable2/jess (thx DboxOldie)
2017-03-15 19:51:20 +01:00
Jacek Jendrzej
cf126eb761
enable SCREENSHOT for generic
2017-03-15 19:10:35 +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
Jacek Jendrzej
861017a95d
dont cal permanently settimeofday if operation not permitted
2017-03-15 14:54:32 +01:00
svenhoefer
530601cd5f
- locale: re-add some minor elipses fixes
2017-03-15 11:33:54 +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
svenhoefer
4a30321468
- pictures: re-add familiar shutdown picture
2017-03-15 09:47:07 +01:00
svenhoefer
696f5ae5f6
- icons: re-add some familiar icons
2017-03-15 09:47:07 +01:00
max_10
dc9232b7e9
unicable jess added (thx DboxOldie)
2017-03-15 09:47:07 +01:00
Andrej Tobola
9cefe16d4b
Update slovak.locale
2017-03-15 09:32:43 +01:00
Jacek Jendrzej
90c68453a5
src/gui/streaminfo2.cpp add MP3 info
2017-03-14 21:34:08 +01:00
Thilo Graf
3b5cd00bf4
CColorChooser: fix compile conversion warnings
2017-03-14 09:42:30 +01:00
svenhoefer
f498775647
Merge branch 'master' into pu/mp
2017-03-14 08:06:05 +01:00
svenhoefer
4bf9c74f59
- .gitignore: add compile
...
- .svnignore: remove
2017-03-14 08:04:26 +01:00
M. Liebmann
a3bd6bb4de
src/uncooloff.c: Fix compile error
2017-03-14 00:13:35 +01:00
M. Liebmann
bfcf4057d5
src/gui/videosettings.cpp: Replace BOXMODEL_APOLLO by BOXMODEL_CS_HD2
2017-03-14 00:13:35 +01:00
M. Liebmann
03c5d11572
src/gui/widget/buttons.cpp: Use system/stacktrace.h ...
...
... instead of driver/stacktrace
2017-03-14 00:13:35 +01:00
M. Liebmann
8340534ee4
src/system/stacktrace.cpp: Use dummy function for print_stacktrace()...
...
... and install_crash_handler() if HAVE_BACKTRACE is not defined
2017-03-14 00:13:35 +01:00
svenhoefer
60d3cfb962
- neutrinoyparser: stay compatible with present code in Y_Blocks.txt
2017-03-13 23:48:08 +01:00
Jacek Jendrzej
76530e2c05
try fix segfault with --enable-cleanup
2017-03-13 19:13:37 +01:00