popcornmix [Fri, 24 Oct 2014 12:22:57 +0000 (13:22 +0100)]
Fix typo in rejecting invalid keycodes
Lars Op den Kamp [Fri, 13 Jun 2014 10:33:52 +0000 (12:33 +0200)]
Merge pull request #27 from kingosticks/fix/export-cec_set_configuration
Added missing const for cec_set_configuration argument
kingosticks [Mon, 9 Jun 2014 21:48:22 +0000 (22:48 +0100)]
Added missing const for cec_set_configuration argument
Method now matches prototype and is correctly exported for C.
Lars Op den Kamp [Wed, 18 Dec 2013 01:14:49 +0000 (02:14 +0100)]
bump package to 2.4.1-2
Lars Op den Kamp [Wed, 18 Dec 2013 01:11:51 +0000 (02:11 +0100)]
don't add -Wno-psabi to mac builds. fixes xbmc build
Lars Op den Kamp [Fri, 13 Dec 2013 11:34:26 +0000 (12:34 +0100)]
bump to 2.1.4
Lars Op den Kamp [Fri, 13 Dec 2013 14:35:13 +0000 (15:35 +0100)]
guard against the screensaver failing to be activated. don't disconnect from libCEC when away mode is activated, but just send standby. bugzid: 1375
Lars Op den Kamp [Fri, 13 Dec 2013 14:17:41 +0000 (15:17 +0100)]
added ActivateSource action to cectray
Lars Op den Kamp [Fri, 13 Dec 2013 13:43:40 +0000 (14:43 +0100)]
fixed potential crash when SendCommand returns NULL
Lars Op den Kamp [Fri, 13 Dec 2013 12:40:14 +0000 (13:40 +0100)]
fixed crash when CCECProcessor::Transmit was called after CCECProcessor::Close
Lars Op den Kamp [Fri, 13 Dec 2013 12:36:37 +0000 (13:36 +0100)]
listen to screensaver events in cectray. bugzid: 1375
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 [Fri, 13 Dec 2013 10:26:20 +0000 (11:26 +0100)]
suppress sending some commands when the tv is not present/responding to polls
Lars Op den Kamp [Fri, 13 Dec 2013 10:23:36 +0000 (11:23 +0100)]
don't lock up on exit in cectray when receiving log messages while the window is disposing
Lars Op den Kamp [Fri, 13 Dec 2013 10:22:46 +0000 (11:22 +0100)]
don't crash LibCecSharp when receiving an alert with a NULL param (like the connection lost alert)
Lars Op den Kamp [Fri, 13 Dec 2013 09:52:46 +0000 (10:52 +0100)]
display the "tv not responding" warning on top of other windows
Lars Op den Kamp [Fri, 13 Dec 2013 09:50:11 +0000 (10:50 +0100)]
don't crash on exit in cectray by preventing a new action from being started
Lars Op den Kamp [Fri, 13 Dec 2013 00:56:32 +0000 (01:56 +0100)]
do not wake the system when exiting away mode
Lars Op den Kamp [Fri, 13 Dec 2013 00:32:52 +0000 (01:32 +0100)]
handle windows away mode in cectray. treated like standby
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 [Thu, 12 Dec 2013 01:58:12 +0000 (02:58 +0100)]
set the vendor id of devices handled by libCEC to our vendor id
Lars Op den Kamp [Thu, 12 Dec 2013 01:57:24 +0000 (02:57 +0100)]
added our vendor id
Lars Op den Kamp [Thu, 12 Dec 2013 01:55:09 +0000 (02:55 +0100)]
send our vendor id when the tv sends it's vendor id
Lars Op den Kamp [Thu, 12 Dec 2013 01:48:04 +0000 (02:48 +0100)]
transmit our physical address when the TV sends it's physical address
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
Lars Op den Kamp [Tue, 10 Dec 2013 00:48:08 +0000 (01:48 +0100)]
SL clean up and attempt to fix issue #176
Lars Op den Kamp [Mon, 9 Dec 2013 22:29:42 +0000 (23:29 +0100)]
try to reconnect in cec-client when the connection was lost
Lars Op den Kamp [Mon, 9 Dec 2013 22:22:17 +0000 (23:22 +0100)]
separate mutex for CUSBCECAdapterCommunication::MarkAsWaiting()
Lars Op den Kamp [Mon, 9 Dec 2013 19:21:49 +0000 (20:21 +0100)]
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
Lars Op den Kamp [Mon, 9 Dec 2013 18:00:34 +0000 (19:00 +0100)]
added protection against standby without a notification from XBMC and clock changes. issue #186
Lars Op den Kamp [Mon, 9 Dec 2013 15:56:25 +0000 (16:56 +0100)]
suppress mangling warning. credits @warped-rudi. closes #190
Lars Op den Kamp [Mon, 9 Dec 2013 15:38:53 +0000 (16:38 +0100)]
fixed leak on exit in CWaitForResponse::Clear()
Lars Op den Kamp [Mon, 9 Dec 2013 15:31:04 +0000 (16:31 +0100)]
moved CResponse and CWaitForResponse implementation from .h to .cpp
Lars Op den Kamp [Mon, 9 Dec 2013 10:58:27 +0000 (11:58 +0100)]
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 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 [Mon, 9 Dec 2013 10:47:16 +0000 (11:47 +0100)]
fixed compilation on windows
Lars Op den Kamp [Fri, 6 Dec 2013 11:10:18 +0000 (12:10 +0100)]
also transmit an active source message as response to a set stream path command when we were already marked as active. bugzid: 3116
Lars Op den Kamp [Fri, 6 Dec 2013 10:04:42 +0000 (11:04 +0100)]
respond to vendor command 89:10:01:03 for panasonic and send the same response as for 89:10:01:05. bugzid: 2604
Lars Op den Kamp [Thu, 17 Oct 2013 11:14:21 +0000 (13:14 +0200)]
fixed: only send an active source message when receiving a routing change to an address handled by libCEC. issue #56
Lars Op den Kamp [Thu, 5 Sep 2013 17:19:58 +0000 (19:19 +0200)]
sync win32
Lars Op den Kamp [Thu, 5 Sep 2013 17:14:24 +0000 (19:14 +0200)]
sharp: check whether the 'auto power on' option is disabled and tell the user how to enable it
Lars Op den Kamp [Fri, 21 Jun 2013 13:27:05 +0000 (15:27 +0200)]
HandleVendorRemoteButtonUp -> HandleUserControlRelease for all vendors
Lars Op den Kamp [Thu, 20 Jun 2013 10:18:12 +0000 (03:18 -0700)]
Merge pull request #180 from Fneufneu/freebsd
FreeBSD: proper the adapter detection
Lars Op den Kamp [Wed, 19 Jun 2013 11:12:47 +0000 (13:12 +0200)]
silence warning for xx:a0:00:09:b0:00:80:20. bugzid: 2559
Fneufneu [Wed, 12 Jun 2013 15:06:41 +0000 (17:06 +0200)]
[FreeBSD] update adapter detection
Fneufneu [Wed, 28 Nov 2012 16:11:15 +0000 (17:11 +0100)]
[FreeBSD] find cec devices with sysctl on dev.umodem tree
find the usb path of the divice to be able to handle strDevicePath
Lars Op den Kamp [Thu, 16 May 2013 11:32:53 +0000 (13:32 +0200)]
update system audio mode when audio system devices are activated
Lars Op den Kamp [Thu, 16 May 2013 11:32:07 +0000 (13:32 +0200)]
samsung: respond to vendor command 0x23 sent by samsung. attempt to fix bugzid: 2164
Lars Op den Kamp [Wed, 15 May 2013 09:53:01 +0000 (11:53 +0200)]
panasonic: silence 'unmapped code' warning. bugzid: 2375
Lars Op den Kamp [Tue, 14 May 2013 23:27:54 +0000 (01:27 +0200)]
fixed comboKeyTimeout=0. closes #168
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, 14 May 2013 13:49:49 +0000 (15:49 +0200)]
cosmetics
Lars Op den Kamp [Tue, 14 May 2013 13:48:52 +0000 (15:48 +0200)]
added vendor id and name 'Harman/Kardon'
Lars Op den Kamp [Tue, 14 May 2013 12:06:34 +0000 (14:06 +0200)]
added vendor id and name 'Marantz'
Lars Op den Kamp [Sat, 11 May 2013 10:07:13 +0000 (12:07 +0200)]
updated changelog
Lars Op den Kamp [Sat, 11 May 2013 10:05:00 +0000 (03:05 -0700)]
Merge pull request #172 from warped-rudi/Pulse-Eight
[TDA995x] avoid callback when already stopped
Lars Op den Kamp [Sat, 11 May 2013 09:54:40 +0000 (11:54 +0200)]
windows: fixed installer (cp -> copy)
Lars Op den Kamp [Sun, 7 Apr 2013 09:40:48 +0000 (11:40 +0200)]
bump to v2.1.3
Lars Op den Kamp [Fri, 10 May 2013 14:37:23 +0000 (16:37 +0200)]
toshiba: fixed - toshiba handler wasn't initialised, and toshiba uses more than one vendor id
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
Rudi [Thu, 9 May 2013 15:38:42 +0000 (17:38 +0200)]
[TDA995x] avoid callback when already stopped
Lars Op den Kamp [Sat, 6 Apr 2013 13:08:11 +0000 (15:08 +0200)]
windows: moved project files into separate directories, cleaned up project files, updated README
Lars Op den Kamp [Fri, 5 Apr 2013 11:54:18 +0000 (13:54 +0200)]
windows: fix resource files and backwards compat dll names
Lars Op den Kamp [Fri, 5 Apr 2013 08:51:19 +0000 (10:51 +0200)]
LibCecTray: power management
Lars Op den Kamp [Fri, 5 Apr 2013 08:50:36 +0000 (10:50 +0200)]
windows: solution cleanup
Lars Op den Kamp [Fri, 5 Apr 2013 08:50:06 +0000 (10:50 +0200)]
fixed compilation errors
Lars Op den Kamp [Fri, 15 Mar 2013 02:09:42 +0000 (03:09 +0100)]
split up asyncform
Lars Op den Kamp [Fri, 15 Mar 2013 01:44:01 +0000 (02:44 +0100)]
converted to vs2012
Lars Op den Kamp [Mon, 18 Mar 2013 15:52:53 +0000 (16:52 +0100)]
alway log unhandled commands
Lars Op den Kamp [Mon, 18 Mar 2013 15:16:46 +0000 (16:16 +0100)]
unused warning
Lars Op den Kamp [Mon, 18 Mar 2013 15:15:51 +0000 (16:15 +0100)]
updated log message for unmapped commands
Lars Op den Kamp [Mon, 18 Mar 2013 15:06:49 +0000 (16:06 +0100)]
use CCECCommandHandler::RequestEmailFromCustomer in CRLCommandHandler
Lars Op den Kamp [Mon, 18 Mar 2013 15:06:18 +0000 (16:06 +0100)]
added CCECCommandHandler::RequestEmailFromCustomer
Lars Op den Kamp [Mon, 18 Mar 2013 15:05:25 +0000 (16:05 +0100)]
use CCECTypeUtils::ToString(const cec_command& command) in CCECProcessor
Lars Op den Kamp [Mon, 18 Mar 2013 15:04:48 +0000 (16:04 +0100)]
added CCECTypeUtils::ToString(const cec_command& command)
Lars Op den Kamp [Mon, 18 Mar 2013 15:04:02 +0000 (16:04 +0100)]
added operator == for cec_datapacket
Lars Op den Kamp [Mon, 18 Mar 2013 14:19:13 +0000 (15:19 +0100)]
toshiba: ask users to send an email to support@pulse-eight.com when receiving an unknown keycode
Lars Op den Kamp [Mon, 18 Mar 2013 14:08:17 +0000 (15:08 +0100)]
toshiba: map top menu and dvd menu buttons. closes #148
- top menu mapped to CEC root menu
- dvd menu mapped to CEC contents menu
Lars Op den Kamp [Tue, 12 Mar 2013 23:46:06 +0000 (00:46 +0100)]
updated .gitignore
Lars Op den Kamp [Tue, 12 Mar 2013 23:43:35 +0000 (00:43 +0100)]
CecTray: try/catch xml exceptions when reading the xml config. bugzid: 2082
Lars Op den Kamp [Tue, 12 Mar 2013 23:40:19 +0000 (00:40 +0100)]
CecSharpClient: use CurrentVersion instead of a hardcoded version
Lars Op den Kamp [Tue, 12 Mar 2013 23:40:04 +0000 (00:40 +0100)]
CecTray: use CurrentVersion instead of a hardcoded version
Lars Op den Kamp [Tue, 12 Mar 2013 23:38:58 +0000 (00:38 +0100)]
LibCecSharp: added CurrentVersion to the version enum
Lars Op den Kamp [Tue, 12 Mar 2013 23:37:10 +0000 (00:37 +0100)]
CecTray: display a warning if we can't poll the TV
Lars Op den Kamp [Tue, 12 Mar 2013 23:31:39 +0000 (00:31 +0100)]
CecTray: display alerts from libCEC
Lars Op den Kamp [Tue, 12 Mar 2013 23:31:21 +0000 (00:31 +0100)]
LibCecSharp: sync alert types
Lars Op den Kamp [Tue, 12 Mar 2013 23:12:32 +0000 (00:12 +0100)]
CecTray: don't use lazy loading for the main controller, but pass the instance. bugzid: 2082
Lars Op den Kamp [Sun, 10 Mar 2013 19:47:45 +0000 (12:47 -0700)]
Merge pull request #145 from warped-rudi/Pulse-Eight
[TDA995x] report proper firmware revision
Rudi [Sun, 10 Mar 2013 13:36:51 +0000 (14:36 +0100)]
[TDA995x] report proper firmware revision
Lars Op den Kamp [Fri, 8 Mar 2013 22:18:33 +0000 (23:18 +0100)]
compiler warning on linux
Lars Op den Kamp [Fri, 8 Mar 2013 22:11:33 +0000 (23:11 +0100)]
tabs -> spaces
Lars Op den Kamp [Fri, 8 Mar 2013 17:05:20 +0000 (18:05 +0100)]
version bump to prepare for release 2.1.1
Lars Op den Kamp [Fri, 8 Mar 2013 12:45:03 +0000 (13:45 +0100)]
LibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated)
Lars Op den Kamp [Fri, 8 Mar 2013 12:31:57 +0000 (13:31 +0100)]
always poll a device when the status is unknown, and don't try to determine whether it needs to be polled by checking the status of other devices
Lars Op den Kamp [Fri, 8 Mar 2013 12:31:00 +0000 (13:31 +0100)]
LibCecSharp: fixed return value of GetActiveDevices(). issue #131
Lars Op den Kamp [Fri, 8 Mar 2013 10:55:06 +0000 (11:55 +0100)]
send an alert when the TV does not respond to polls
Lars Op den Kamp [Fri, 8 Mar 2013 10:27:37 +0000 (11:27 +0100)]
fixed index out of range exception in CECSettingNumeric.cs. bugzid: 2082
Lars Op den Kamp [Fri, 8 Mar 2013 10:27:02 +0000 (11:27 +0100)]
ensure that the tray app only initialises once. bugzid: 2082
Lars Op den Kamp [Thu, 7 Mar 2013 23:38:50 +0000 (00:38 +0100)]
rpi: don't set the physical address to 1.0.0.0 when receiving VC_HDMI_UNPLUGGED. it may wake up device when they were just sent to standby. issue #142