Commit Graph

6117 Commits

Author SHA1 Message Date
striper
f2e42f4026 - acinclude: fix typo 2013-10-20 21:07:59 +02:00
svenhoefer
37fce25dac - eventlist: change hotkeys in searchmenu for a smoother handling 2013-10-20 21:06: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
Thilo Graf
302649eca4 CTextBox: ensure restore of background, if pixbuf exists
This may prevent undefined behavior or even possible segfaults
2013-10-20 02:54:46 +02:00
Thilo Graf
8e246f16a8 CImageInfo: split function InitLicenseText()
InitInfoText() now handles only infotext via parameter text, so it is
possible to set different text into infobox item.
2013-10-19 01:25:23 +02:00
Thilo Graf
3438b23f68 CComponentsItem: move function isAdded() to CComponentsItem class 2013-10-19 01:25:23 +02:00
Thilo Graf
a1e5a60184 CComponentsText: use separated function to get text fro a file 2013-10-19 01:25:22 +02:00
[CST] Focus
11d77c3030 zapit/src/zapit.cpp: add support to use PiP on any transponder in file play mode -
only if no record running;
do not send capmt for PLAY mode, if playback is stopped and its not pmt update
2013-10-17 19:14:02 +04:00
[CST] Focus
4d30774524 zapit/src/femanager.cpp: add debug, when live fe selected without check 2013-10-17 19:14:02 +04:00
[CST] Focus
a109474d61 neutrino.cpp: call CEpgScan::handleMsg() in standart way,
fixes memleak for events with data
2013-10-17 19:14:02 +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
a47091872b CComponentsButton: involving of button text for dyn font evaluation 2013-10-16 11:54:06 +02:00
Thilo Graf
fb3f18b14a CComponentsButton: use empty string as default icon in constructors 2013-10-16 11:54:06 +02:00
Thilo Graf
3ff09c88bd CComponentsForm: add predefine CC_CENTERED for auto positions
This saves explicit position calculations to arrange items centered
2013-10-16 11:54:05 +02:00
Thilo Graf
c2f66a39c5 CStreamInfo2: implement signalbox based up CSignalBox 2013-10-16 11:54:05 +02:00
Thilo Graf
517313cd82 CSignalBar: optimize caption handling 2013-10-16 11:54:05 +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
Thilo Graf
c3a3eea0d8 CComponentsButton: use dynamic fonts, remove old font handling 2013-10-16 11:54:04 +02:00
svenhoefer
211823e9fb - remove '+'; fix 25e550e 2013-10-16 10:46:36 +02:00
svenhoefer
25e550e9e3 - sleeptimer: add possibilty to preset with a fixed value 2013-10-16 10:37:23 +02:00
Michael Liebmann
db59b7d3f1 src/system/mtdutils: Fix compiler warnings 2013-10-16 03:47:30 +02:00
Jacek Jendrzej
733f7a5382 CControlAPI::GetBouquetCGI fix segfault 2013-10-12 22:01:17 +02:00
Jacek Jendrzej
03b7151563 CControlAPI::EpgCGI fix control/epg 2013-10-12 21:39:41 +02:00
Jacek Jendrzej
febb30dc77 CZapitMessages:: init msg struct 2013-10-11 15:20:39 +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
6c7b80010e neutrino.cpp: start epg scan on enter standby, wakeup epg scan on record stop 2013-10-10 19:01:46 +04:00
[CST] Focus
ebaa844494 src/gui/miscsettings_menu.cpp: always enable epg scan item 2013-10-10 19:01:46 +04: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
[CST] Focus
6bfa59e506 .gitignore: add src/rcsim binary 2013-10-10 19:01:46 +04:00
[CST] Focus
0a831b87a0 eitd/sectionsd.cpp: do not send EVT_EIT_COMPLETE, if scanning paused 2013-10-10 19:01:46 +04:00
[CST] Focus
7c20ba490b zapit/src/zapit.cpp: use CMD_ZAPTO_EPG to call ZapForEpg();
do not lock frontends in ZapForEpg() for standby mode
2013-10-10 19:01:45 +04:00
[CST] Focus
4ac5c40c5f zapit/lib/zapitclient.cpp: add CMD_ZAPTO_EPG command, to be used with epg scan 2013-10-10 19:01:45 +04:00
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
Stefan Seyfried
f98d40de2b add Raspberry Pi as 'boxtype' 2013-10-10 09:46:06 +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