Commit Graph

6117 Commits

Author SHA1 Message Date
Stefan Seyfried
f1a1b9395a add tool to work around crappy coolstream driver initialization 2013-11-10 17:12:16 +01:00
Stefan Seyfried
609847eed5 iwscan: work around strange problem with older compilers 2013-11-10 16:57:53 +01:00
Stefan Seyfried
b93a372b54 Merge branch 'check/next-cc'
Compiles on most platforms, starts. Not really tested.
2013-11-10 16:55:53 +01:00
Stefan Seyfried
23d8cc6434 movieplayer: initialize vpid and vtype variables 2013-11-10 11:52:16 +01:00
Stefan Seyfried
f1df21079f tuxtxt: add back the Tripledragon's ttx keys 2013-11-09 18:59:59 +01:00
Stefan Seyfried
e06e845eae tuxtxt: don't try to manipulate input fd
the CRCInput class is used for input anyway, so
this does not make any sense.
2013-11-09 18:57:10 +01:00
svenhoefer
fe07423ad1 - audioplayer: show cover from id3-tag or folder.jpg in header
if exist a file called folder.jpg in same dir as the audiofile
  or a audiocover is defined in id3-tag it will be displayed in header.

  cover in tag is preferred.

  ported from mohusch. original patch by tangocash. thx!
2013-11-09 18:34:09 +01:00
martii
4eb66ba4b2 global.h: Use forward-declarations to reduce number of dependencies
[seife: amended to fix build]

Signed-off-by: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
2013-11-09 17:03:03 +01:00
Stefan Seyfried
4bb5d1bdc0 sectionsd: work around buggy cDemux in libcoolstream 2013-11-09 17:02:44 +01:00
Stefan Seyfried
f2791fa792 remove unneeded CConfigFile from lcdd and shutdown_count 2013-11-09 16:00:00 +01:00
Stefan Seyfried
9fc9e8912e fbaccel: get rid of USE_OPENGL
it's not really OpenGL we are using but glfb, and this is on
all generic-hw boxes, so use the HAVE_GENERIC_HARDWARE define.
2013-11-09 15:55:01 +01:00
Stefan Seyfried
77ef016271 framebuffer-ng: move more hw specific stuff to fbaccel
setMode (not really the right name) is also hardware specific,
so move it into fbaccel, too.
2013-11-09 15:53:24 +01:00
Stefan Seyfried
91ee918dd5 framebuffer-ng: move hw-specific stuff into fbaccel
hardware initialization is platform specific, so put
it into fbaccel instead.
2013-11-09 15:47:47 +01:00
svenhoefer
1e8764be2e - ylanguage.cpp: fix wrong value in for loop 2013-11-09 14:40:58 +01:00
defans
9b71f720ea small fix, possible segfault in hddmenu 2013-11-09 13:32:45 +01:00
Stefan Seyfried
5a462721cb fbaccel: factor out private stuff into own header 2013-11-09 13:09:39 +01:00
svenhoefer
5324c57a38 - ylanguage.cpp: add neutrino locale as an additional locale file for yWeb 2013-11-08 15:07:02 +01:00
svenhoefer
f9515444f0 - libconfigfile: allow configfiles with another delimiter as '=' 2013-11-08 15:06:05 +01:00
[CST] Focus
339b047019 gui/scan_setup.cpp: force fe link on master change, too 2013-11-08 15:54:20 +04:00
[CST] Focus
7c4b9d3fdd gui/scan_setup.cpp: disable frontend setup, if record running 2013-11-08 15:50:23 +04:00
svenhoefer
395767adf4 - audioplayer: use and show play/pause/stop/rew/ff keys 2013-11-07 22:09:23 +01:00
[CST] Focus
4e423e2bd7 gui/osd_setup.cpp: fix Window size in menu, snprintf take care about 0 at the end 2013-11-07 18:59:42 +04:00
[CST] Focus
aaf9d3edf6 gui/osd_setup.cpp: add support to change window width and height,
use buttons up/down to change height, left/right to change width, page up/down to change both
2013-11-07 17:27:23 +04:00
[CST] Focus
0dc92e99f9 driver/framebuffer.cpp: switch from window_size to window width/height,
allow 50% min window size
2013-11-07 17:25:15 +04:00
[CST] Focus
1eb658fc21 neutrino.cpp: add window width/height settings 2013-11-07 17:23:40 +04:00
Stefan Seyfried
4599172b0e framebuffer_ng: use new-style fb device
devfs is gone since kernel 2.6.18, so everybody should have at least a
compat symlink today.
2013-11-07 08:44:41 +01:00
[CST] Focus
4ce96d5ada zapit/src/fastscan.cpp: set current channel to channel number 1 2013-11-06 15:09:58 +04:00
[CST] Focus
d7403be659 system/settings.cpp: set fastscan default type to HD 2013-11-06 15:09:58 +04:00
[CST] Focus
40e3106e53 gui/personalize.cpp: fix pin change active/enactive,
broken after commit 404de5376b
2013-11-06 15:09:58 +04:00
[CST] Focus
3a5d58f139 gui/personalize.cpp: fix pin access in case personalize pin is off,
but items with enabled pincode present
2013-11-06 15:09:58 +04:00
Jacek Jendrzej
aaad29a245 CControlAPI::_GetBouquetActualEPGItem: -add eventid & timeTotal to secondEPG 2013-11-05 15:42:50 +01:00
Thilo Graf
6f700d80c0 CTestMenu: add configure option --enable-testmenu 2013-11-05 13:22:28 +01:00
[CST] Focus
ae78af966c gui/test_menu.h: disable test menu 2013-11-05 15:54:13 +04:00
[CST] Focus
70725b323b gui/scan_setup.cpp: do not add satellites to select from disabled frontend;
add intro items for scan menu not dependent on wizard mode:
after wizard mode disabled, code add one more item (subhead), and saved
selected invalidated, as result ie no selected item at all
2013-11-05 15:34:24 +04:00
[CST] Focus
1e247dd6f4 data/locale/english.locale: fix typo 2013-11-05 15:34:23 +04:00
svenhoefer
789280736d - moviebrowser: use ccomponents to paint header 2013-11-05 10:09:08 +01:00
[CST] Focus
0c724b457a gui/start_wizard.cpp: fix missing frontend setup 2013-11-05 11:44:44 +04:00
[CST] Focus
8ef3efc72d gui/scan_setup.cpp: set wizard mode for frontend setup menu 2013-11-05 11:44:44 +04:00
[CST] Focus
9fe3e97c84 gui/widget/menue.cpp: fix jump to some item types with direct key 2013-11-05 11:44:44 +04:00
[CST] Focus
8676254150 PERSONALIZE_ACTIVE_MODE_OPTIONS: fix PERSONALIZE_PROTECT_MODE_MAX, PERSONALIZE_ACTIVE_MODE_OPTIONS need 2 options, not 3 2013-11-05 11:44:43 +04:00
[CST] Focus
404de5376b gui/personalize.cpp: fix CPinSetupNotifier: return false, menu repaint not needed 2013-11-05 11:44:43 +04:00
svenhoefer
fed0bfda8c - moviebrowser: disable hdd-bar in youtube mode 2013-11-04 21:54:13 +01:00
Michael Liebmann
1c3ee43410 Audioplayer: Remove special handling for display mute icon
- Supplement to bace5ce91b
2013-11-04 17:12:48 +01:00
Michael Liebmann
bace5ce91b Audioplayer: Remove special handling for display mute icon 2013-11-04 17:00:34 +01:00
BPanther
7de3ac679e fix char (thx mohousch) 2013-11-04 15:28:36 +01:00
svenhoefer
a3173c82cf - audioplayer: fix corner_type in header 2013-11-04 12:44:25 +01:00
svenhoefer
87f9ac539b - yWeb: remove descriptions from rcu tooltips 2013-11-04 09:25:43 +01:00
Stefan Seyfried
756080ba19 fix build when --with-stb-hal-build is given 2013-11-03 12:20:58 +01:00
Stefan Seyfried
6f174c2c26 allow empty --with-stb-hal-build path 2013-11-03 02:09:32 +01:00
Stefan Seyfried
831fff71f3 update lcddisplay and libcoolstream to AM_CPPFLAGS 2013-11-03 02:07:51 +01:00