Lars Op den Kamp [Tue, 28 Oct 2014 12:48:02 +0000 (13:48 +0100)]
fixed: don't call CEC_ALERT_CONNECTION_LOST when closing the connection, which caused a deadlock in XBMC. the lock needs to be solved in XBMC still for the odd situation in which this does occur on exit at the same time, but now it won't happen on each exit
Lars Op den Kamp [Tue, 28 Oct 2014 12:33:33 +0000 (13:33 +0100)]
backwards compatibility for older client versions and the new double tap timeout. fixes very long timeouts when upgrading libCEC without upgrading XBMC to Helix
Lars Op den Kamp [Mon, 27 Oct 2014 10:11:13 +0000 (11:11 +0100)]
fixed: don't stick a value larger than 255 in a byte
the solution isn't very nice, but it'll work for now without breaking binary compatibility. the member will be replaced in the next major release
Matus Kral [Mon, 26 May 2014 18:56:10 +0000 (20:56 +0200)]
RPI updates with fixes
- losing device from TVs menu on source changes
- XBMC Input Device settings change will not freeze XBMC
(or disable adapter)
- TV auto connection to adapter properly upon AS command
- imposibility to switch back to RPI even if listed by TV
Lars Op den Kamp [Fri, 13 Dec 2013 11:18:35 +0000 (12:18 +0100)]
moved class declarations other than the main form below the main form's declaration, or the app may crash with a MissingManifestResourceException. this bug in vs is present since .net 2003...
Lars Op den Kamp [Fri, 13 Dec 2013 10:51:41 +0000 (11:51 +0100)]
still locking up when disposing, because the log callback is trying to write to the disposing ui. disconnect from a background thread instead when disposing
Lars Op den Kamp [Thu, 12 Dec 2013 02:38:03 +0000 (03:38 +0100)]
always call the SourceActivated() callback in CCECBusDevice::MarkAsActiveSource(), even when we were already active, and let clients handle dupes. this prevented the screensaver from being canceled in XBMC
Lars Op den Kamp [Wed, 11 Dec 2013 13:27:03 +0000 (14:27 +0100)]
fixed: panasonic doesn't request the active source status when powered up, but it does send a vendor command. send an active source message when we're marked as active source after receiving this command. issue #192
Lars Op den Kamp [Tue, 10 Dec 2013 11:41:02 +0000 (12:41 +0100)]
vendor command 06:05 was commented out for panasonic because it was reported to be sent on power off too. i don't see that in the field, and it prevented resume from standby from working correctly. issue #192
LG: newer firmwares don't send a second power status request after it's been requested once and replied with 'standby -> on' like previous versions. send an active source message in an attempt to fix this. issue: #176
build libCEC and cec-client against toolset v100 (VS2010). lots of 3rd party libs/programs and their installers only install the previous C++ redist, which will make libCEC fail to load when not manually installing the redist. we can include the correct redist in libCEC's installer, but that will still lead to problems when users just install XBMC from http://xbmc.org/ which doesn't include the v110 version of the redist. users will get a crash with the CEC adapter connected, not telling them how to fix the issue (thanks MS)
Lars Op den Kamp [Tue, 14 May 2013 23:15:22 +0000 (01:15 +0200)]
fixed possible crash when the tv does not respond to polls and the client isn't registered yet. don't poll the tv in monitoring mode. closes #163 and fogbugz ticket
Lars Op den Kamp [Tue, 19 Mar 2013 11:25:01 +0000 (12:25 +0100)]
fixed - incorrect active source marking after 88d5d47fe5b37b8fab796e0ec563176bf05b3801
libCEC marked itself as inactive source when the stream path changed to a device with a different physical address. bugzid: 2157