svenhoefer
37e3502fb0
- movieplayer: show progress in VFD (thx Satbaby)
2013-11-15 09:18:18 +01:00
svenhoefer
22c3cec0ca
- audioplayer: fix cover handling
2013-11-14 23:52:21 +01:00
svenhoefer
3c8d47fa49
Revert "global.h: Use forward-declarations to reduce number of dependencies"
...
This reverts commit 4bc6e43ad4
.
2013-11-13 23:40:16 +01:00
svenhoefer
014dd3ac7b
Revert "- add missing include of vfd header"
...
This reverts commit 3845feb0e4
.
2013-11-13 23:39:55 +01:00
svenhoefer
3845feb0e4
- add missing include of vfd header
2013-11-13 10:40:18 +01:00
Stefan Seyfried
4bc6e43ad4
global.h: Use forward-declarations to reduce number of dependencies
2013-11-13 10:40:03 +01:00
Stefan Seyfried
769d310455
remove unneeded CConfigFile from lcdd and shutdown_count
2013-11-13 10:39:04 +01:00
Stefan Seyfried
0481b1f2af
scanepg: fix unused variable warning
2013-11-13 10:38:36 +01:00
[CST] Focus
3a120da68d
driver/scanepg.cpp, neutrino.cpp: fix for standby epg scan
2013-11-11 14:07:03 +04:00
[CST] Focus
545f1dee6a
driver/record.cpp: save added pids from pmt update;
...
add safe-check for max pids recorded
2013-11-11 14:07:03 +04: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
[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
Michael Liebmann
bace5ce91b
Audioplayer: Remove special handling for display mute icon
2013-11-04 17:00:34 +01:00
Thilo Graf
6dd1da0628
revert 6ee7fac1a5
...
Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget
2013-10-26 23:25:59 +02:00
[CST] Focus
af49e54d22
driver/rcinput.cpp: increase neutrino.sock listen backlog -
...
try to avoid dead-lock on zap flood, when neutrino wait response for command,
while zapit try to send event to neutrino
2013-10-25 13:03:11 +04:00
Thilo Graf
6ee7fac1a5
CComponents: rename hide() to hideCC()
...
There are too many name conflicts with hide-members in other classes.
2013-10-24 21:39:04 +02:00
Michael Liebmann
df43ca24fa
CFrameBuffer: Fix query for Apollo hardware
2013-10-21 09:32:15 +02:00
striper
80fbe7db4c
- fix annoying gui flickering when fading is activated on nevis
2013-10-20 21:07:59 +02:00
[CST] Focus
d4cf498279
driver/scanepg.cpp: return handled for events not handled in other code,
...
should fix crashes on double-free problem
2013-10-20 14:38:06 +04:00
[CST] Focus
3863008e3a
driver/scanepg.cpp: change handleMsg() to return event handled/unhandled
2013-10-17 19:14:02 +04:00
Michael Liebmann
5091e920fc
Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am
2013-10-17 04:22:49 +02:00
Thilo Graf
b5483d4050
CNeutrinoFonts: performance fix
...
Variable '_height' is reassigned a value before the old one has been used.
2013-10-16 11:54:05 +02:00
Thilo Graf
37cb024412
CNeutrinoFonts: add explicit include for SNeutrinoSettings
...
required in typedef struct font_sizes_groups for *const content
2013-10-16 11:54:04 +02:00
[CST] Focus
3686c86232
driver/scanepg.cpp: fix wrong favorites adding in bouquet mode;
...
fix current bouquet check in case channel mode is changed;
save/restore live channel id in standby scan
2013-10-11 17:03:14 +04:00
Jacek Jendrzej
857514a8cd
fix compil warnings
2013-10-10 19:30:11 +02:00
[CST] Focus
201fb60262
src/driver/scanepg.cpp: add support for standby epg scan;
...
block scan if recording is running;
experimental, needs more testing
2013-10-10 19:01:46 +04:00
Jacek Jendrzej
371c0785a8
CGenPsi:: -fix ac3 type
2013-10-10 14:54:08 +02:00
Jacek Jendrzej
d92ad1de0d
CGenPsi:: add EAC3 audio support, revork genpsi
2013-10-09 21:51:18 +02:00
[CST] Focus
2e6276def7
neutrino: add EAC3 audio support
2013-10-08 17:18:35 +04:00
svenhoefer
50ee98c3c9
- pictureviewer: readd fallback to the std logo directory in flash
2013-10-07 17:19:27 +02:00
[CST] Focus
27dc2ba888
driver/scanepg.cpp: prefer current bouquet in favorite mode,
...
adding other favorites when current is finished
2013-10-07 16:46:56 +04:00
[CST] Focus
f2f3737c10
driver/scanepg.cpp: reuse code, do not try to add favorites again if scan complete
2013-10-07 16:46:56 +04:00
Thilo Graf
992cac1a55
CComponentsPicture: add class CComponentsChannelLogo
2013-10-06 17:14:31 +02:00
Thilo Graf
662fbe2dec
CPictureViewer: rework GetLogoName
...
Evaluation with real channel name was broken.
2013-10-06 17:14:31 +02:00
defans
1af88c922b
show record icon for normale records
2013-10-04 23:22:37 +02:00
[CST] Focus
3ccd5cca68
driver/scanepg.cpp: add support to scan all favorites
2013-10-02 15:30:44 +04:00
svenhoefer
5227f726c9
- yweb: fix /control/reboot
2013-09-28 22:25:41 +02:00
Stefan Seyfried
6e83576a1b
oggdec: remove old include to fix build with new tremor
2013-09-19 08:24:38 +02:00
[CST] Focus
06e6fa5415
driver/netfile.cpp: fix crash, id3 struct not initialized
2013-09-06 18:32:53 +04:00
[CST] Focus
a876b074ed
driver/pictureviewer/pictureviewer.cpp: add support to get file from url, (c) martii <m4rtii@gmx.de>
2013-09-03 18:23:20 +04:00
[CST] Focus
c63c0b4c79
driver/audioplay.cpp: reset state to STOP in stop(), in case it called in STOP state
2013-09-03 18:23:20 +04:00
svenhoefer
6ed30528f9
- osd_setup: introduce g_settings.window_size to scale some windows
...
* remove g_settings.big_windows
* add setup window (use up/down to change size)
2013-09-02 20:59:26 +02:00
Thilo Graf
5e666dcdd5
CNeutrinoFonts: disable debug spam
2013-08-30 22:14:35 +02:00
Michael Liebmann
677a3ba116
Activate reworked mute icon handling for apollo hardware
2013-08-24 15:51:29 +02:00
martii
12910d1af3
fix audiodec/wav
2013-08-20 11:50:53 +02:00
[CST] Focus
ad1a626844
driver/record.cpp: check if pcr pid is not 0 before adding to record
2013-08-13 20:13:26 +04:00
[CST] Focus
cdb0e0ef21
driver/record.cpp, driver/scanepg.cpp, zapit/src/zapit.cpp: try to prevent race
...
while lock/allocate frontend in case of possible concurrent usage in neutrino and zapit threads
2013-08-13 20:10:02 +04:00
[CST] Focus
79845b8fe2
driver/scanepg.cpp: fix copy/paste
2013-08-13 20:10:02 +04:00
[CST] Focus
46980f524d
driver/scanepg.cpp: try to make zap for epg scan non-blocking
2013-08-13 20:10:02 +04:00
[CST] Focus
f210a8c048
neutrino: add EVT_BACK_ZAP_COMPLETE event for background epg scan zap
2013-08-13 20:10:02 +04:00