Commit Graph

4945 Commits

Author SHA1 Message Date
Jacek Jendrzej
a74e05de7e satellites.xml remove 23.3E 2013-10-10 15:13:48 +02:00
Jacek Jendrzej
371c0785a8 CGenPsi:: -fix ac3 type 2013-10-10 14:54:08 +02:00
Michael Liebmann
b645b644b0 Fix compiler warnings (-Wconversion) 2013-10-10 01:58:37 +02:00
Michael Liebmann
4ee8fded80 neutrino: Fit various functions to the changed at get_fs_usage() 2013-10-10 01:58:37 +02:00
Michael Liebmann
36f3579df6 src/system/helpers.cpp: Replace wrong data types in get_fs_usage()
- Change from 'long' to 'uint64_t'
- src/Makefile.am: Add -D_FILE_OFFSET_BITS=64 to AM_CPPFLAGS
2013-10-10 01:58:37 +02:00
defans
88b92d3d90 fix possible segfault in channallist
fix segfaut channallist in movieplayer mode with active minitv
2013-10-09 23:13:23 +02:00
Thilo Graf
72d2639a73 CComponentsFrmClock: prepare members for usage as virtual members 2013-10-09 22:50:58 +02:00
Thilo Graf
f6d04bfbba CChannelList: fix color of inactive channel in bouquets on active quickzap mode
supplement to 32ca9b848c
see also:
http://www.dbox2world.net/index.php?page=Thread&postID=157903#post157903
2013-10-09 22:50:57 +02:00
Thilo Graf
70b43dc021 CComponentsFrmClock: fix posible flicker effects
Textbox handling was changed since 08e23a917c
2013-10-09 22:50:57 +02:00
Thilo Graf
01fdbba7b7 CChannelList: style fixes
unititialize variables 'r_icon_w', 'p_event':
Variable 'r_icon_w' and Variable 'p_event' were reassigned with value
before the old one has been used.

Scope of the variable 'buf', 'cFrom', 'rec_mode', 'first' can be reduced.
2013-10-09 22:50:57 +02:00
Thilo Graf
3788a5a5ec CChannelList: use matching data types for output 2013-10-09 22:50:57 +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
Jacek Jendrzej
6f07cbe3dd CUpdateSettings:: allow choose tmp(ramfs,TMPFS_MAGIC) as update dir 2013-10-08 10:10:10 +02:00
Jacek Jendrzej
35b49b302d CNeutrinoApp::handleMsg: -fix segfault if Bouquets is empty 2013-10-08 07:18:32 +02:00
svenhoefer
7ccb3ef387 - change plugin_hdd_dir to a more suitable setting
auto-create plugin_hdd_dir
2013-10-07 17:22:52 +02:00
svenhoefer
4f1f1b6b86 - change logo_hdd_dir to a more suitable setting
auto-create logo_hdd_dir
2013-10-07 17:21:25 +02:00
svenhoefer
50ee98c3c9 - pictureviewer: readd fallback to the std logo directory in flash 2013-10-07 17:19:27 +02:00
[CST] Focus
78fd4a1204 zapit/src/zapit.cpp: prevent 'rotor moving' message for ZapForEpg 2013-10-07 16:58:41 +04: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
Michael Liebmann
839547acb9 Revert "Neutrino build: Fix build with '--with-tremor-static'"
This reverts commit 40dc93d9e8.
2013-10-06 19:23:21 +02:00
Thilo Graf
2ed9357222 CTestMenu: add sample code for channel logo item 2013-10-06 17:14:31 +02: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
Thilo Graf
7a3506629a CColorChooser: use matching data type 2013-10-06 17:14:31 +02:00
Thilo Graf
0ac3656272 CNeutrinoApp: fix color of active channel in bouqets
supplement to 32ca9b848c
see also:
http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/p157782-next-cc-branch/#post157782
2013-10-06 17:07:17 +02:00
Thilo Graf
d748680d66 CComponentsFrmClock: use 'localtime_r'
Follow general recommendation to use 'localtime_r'
for threadsafe applications.
2013-10-06 08:06:28 +02:00
defans
1af88c922b show record icon for normale records 2013-10-04 23:22:37 +02:00
defans
8bad688521 fix right offset when right_text and right_icon is given 2013-10-04 23:22:37 +02:00
svenhoefer
5c2fbf3348 - controlapi: use rcsim.h 2013-10-04 12:00:28 +02:00
svenhoefer
0bf82b2eda - rcsim: build binary 2013-10-04 11:29:38 +02:00
svenhoefer
c0e2797c57 - rcsim: add the wellknown names for menu/exit 2013-10-04 11:25:31 +02:00
svenhoefer
11a4fe1fd7 - rcsim: user const types in struct key 2013-10-04 11:24:40 +02:00
svenhoefer
57bcfed789 - rcsim: move enumeration to header 2013-10-04 10:55:53 +02:00
svenhoefer
6afcfa2b48 - rcsim: add header comment to rcsim.h 2013-10-04 10:54:22 +02:00
svenhoefer
fb44e90b03 - rcsim: create rcsim.h automatically
add rcsim.h to .gitignore
2013-10-04 10:25:27 +02:00
svenhoefer
5b95586530 - rcsim: fix usage output 2013-10-04 10:13:45 +02:00
striper
279c8d133c - rcsim: fix compiler warning 2013-10-04 09:44:34 +02:00
svenhoefer
4ab9dd6cb2 - add rcsim sources from martiis-neutrino-mp 2013-10-04 09:14:48 +02:00
defans
ab1c33f024 Fix infoviewer global font zoom faktor
Change the zoom factor made ​​time display broken, left side
2013-10-03 18:01:15 +02:00
Michael Liebmann
117b7bae3c Update deutsch.locale 2013-10-02 20:49:56 +02:00
Michael Liebmann
41d50d793f nederlands.locale: Fix sort order 2013-10-02 20:49:55 +02:00
Jacek Jendrzej
6321bd1810 eitd: -fix wakeup epg scan with max_events==0 2013-10-02 17:50:49 +02:00
Jacek Jendrzej
f41cb76e01 libfec.cpp: -fix compil with DEBUG 2013-10-02 17:48:41 +02:00
[CST] Focus
aff6f77cef neutrino.cpp: fix epg_scan option saving 2013-10-02 18:35:11 +04:00
[CST] Focus
41f6e03e3e gui/miscsettings_menu.cpp: add epg scan modes 2013-10-02 15:30:44 +04:00
[CST] Focus
da0bfde715 locals: add locale for epg scan mode 2013-10-02 15:30:44 +04:00
[CST] Focus
3ccd5cca68 driver/scanepg.cpp: add support to scan all favorites 2013-10-02 15:30:44 +04:00
Thilo Graf
30c7010c6b CChannelList: use CComponentsPIP object for minitv
It's working with unified other implementations of minitv e.g. imageinfo,
streaminfo and can provide better options for an
implementation with native pip. Possible variants will follow soon.
2013-10-02 10:21:11 +02:00