Lars Op den Kamp [Thu, 11 Oct 2012 12:13:22 +0000 (14:13 +0200)]
cec-client: fixed - wait for the source switch to finish when cec-client is called with the -s switch
Lars Op den Kamp [Thu, 11 Oct 2012 12:12:25 +0000 (14:12 +0200)]
fixed - CCECClient::IsLibCECActiveSource returns false now while the active source command is pending
Lars Op den Kamp [Thu, 11 Oct 2012 12:02:21 +0000 (14:02 +0200)]
fixed - log failed acks and other errors in the debug log again
Lars Op den Kamp [Thu, 11 Oct 2012 11:21:09 +0000 (13:21 +0200)]
request the power status of the TV directly after registering a new client
Lars Op den Kamp [Thu, 11 Oct 2012 11:19:40 +0000 (13:19 +0200)]
fixed - don't send 'image view on' when the TV is already powering up
Lars Op den Kamp [Thu, 11 Oct 2012 11:19:04 +0000 (13:19 +0200)]
fixed - don't keep waiting for an updated power status from the TV for Panasonic, but request a status update once every 5 seconds, or we can possibly wait forever for the tv to send it
Lars Op den Kamp [Thu, 11 Oct 2012 10:59:15 +0000 (12:59 +0200)]
fixed - reset the delayed source switch timeout properly, so we don't spam commands every second
Lars Op den Kamp [Thu, 11 Oct 2012 10:56:56 +0000 (12:56 +0200)]
fixed - don't change the device status when sending a delayed source switch
Lars Op den Kamp [Thu, 11 Oct 2012 10:51:29 +0000 (12:51 +0200)]
don't send out commands to a device that is marked as not present or handled by libCEC
Lars Op den Kamp [Thu, 11 Oct 2012 10:41:26 +0000 (12:41 +0200)]
fixed - don't keep trying to send 'image view on' commands to the TV when no TV is connected, and just send the 'set active source' command. fixes source switch and debug log spam for people without a TV connected
Lars Op den Kamp [Tue, 9 Oct 2012 11:17:25 +0000 (13:17 +0200)]
Merge branch 'development' into release
Lars Op den Kamp [Tue, 9 Oct 2012 11:14:32 +0000 (04:14 -0700)]
Merge pull request #62 from Fneufneu/freebsd_fix
[FreeBSD] fix unused strDevicePath variable
Lars Op den Kamp [Tue, 9 Oct 2012 11:05:29 +0000 (13:05 +0200)]
fixed darwin compilation
Fneufneu [Tue, 9 Oct 2012 09:43:18 +0000 (11:43 +0200)]
[FreeBSD] fix unused strDevicePath variable
Lars Op den Kamp [Mon, 8 Oct 2012 23:06:56 +0000 (01:06 +0200)]
Merge branch 'master' into release
Lars Op den Kamp [Mon, 8 Oct 2012 19:32:06 +0000 (21:32 +0200)]
Merge branch 'development'
Lars Op den Kamp [Mon, 8 Oct 2012 19:31:05 +0000 (21:31 +0200)]
updated changelog
Lars Op den Kamp [Mon, 8 Oct 2012 18:24:03 +0000 (20:24 +0200)]
Merge remote-tracking branch 'warped-rudi/cubox-stable' into development. Closes #50
Lars Op den Kamp [Mon, 8 Oct 2012 16:14:05 +0000 (18:14 +0200)]
don't get caught in a loop in CVLCommandHandler when the source switch was not allowed and no power status request was sent
Lars Op den Kamp [Mon, 8 Oct 2012 15:37:58 +0000 (17:37 +0200)]
fixed - always send image view on to the tv, don't check the power status
Lars Op den Kamp [Mon, 8 Oct 2012 13:54:28 +0000 (15:54 +0200)]
added iDoubleTapTimeoutMs to libcec_configuration
Lars Op den Kamp [Mon, 8 Oct 2012 12:19:31 +0000 (14:19 +0200)]
fixed - only respond to vendor commands for panasonic if we are the destination
Lars Op den Kamp [Mon, 8 Oct 2012 12:12:38 +0000 (14:12 +0200)]
remove all pre-v2.0 compatibility checks
Lars Op den Kamp [Mon, 8 Oct 2012 11:50:33 +0000 (13:50 +0200)]
cosmetics: format physical address as %x.%x.%x.%x instead of %04x
Lars Op den Kamp [Sun, 7 Oct 2012 23:09:41 +0000 (01:09 +0200)]
updated .gitignore
Lars Op den Kamp [Sun, 7 Oct 2012 22:20:44 +0000 (00:20 +0200)]
compile with -Werror
Lars Op den Kamp [Sun, 7 Oct 2012 22:14:53 +0000 (00:14 +0200)]
replaced previous libcec1 packages
Lars Op den Kamp [Sun, 7 Oct 2012 22:13:48 +0000 (00:13 +0200)]
silence signed overflow warning
Lars Op den Kamp [Sun, 7 Oct 2012 22:06:08 +0000 (00:06 +0200)]
sync StdString.h
Lars Op den Kamp [Sun, 7 Oct 2012 19:05:26 +0000 (21:05 +0200)]
fixed typo that disabled the start application button in the ui
Lars Op den Kamp [Sun, 7 Oct 2012 19:02:02 +0000 (21:02 +0200)]
added new settings from xbmc to LibCecTray
Lars Op den Kamp [Sun, 7 Oct 2012 16:54:05 +0000 (18:54 +0200)]
updated changelog
Lars Op den Kamp [Sun, 7 Oct 2012 15:08:42 +0000 (17:08 +0200)]
fixed - no more delay up to 2 seconds when exiting libCEC
Lars Op den Kamp [Sun, 7 Oct 2012 13:10:12 +0000 (15:10 +0200)]
fall back to the primary client when CCECProcessor::HandleLogicalAddressLost() and no client could be found
Lars Op den Kamp [Sun, 7 Oct 2012 12:20:23 +0000 (14:20 +0200)]
rpi: current firmware first sends a change to logical address 'broadcast' and then signals us that the address was lost. libCEC then failed to re-register, because it didn't know any client at this address
Lars Op den Kamp [Sun, 7 Oct 2012 10:07:47 +0000 (12:07 +0200)]
prevent double taps by not sending the same key press twice within 200ms
Lars Op den Kamp [Sun, 7 Oct 2012 09:37:38 +0000 (11:37 +0200)]
changed some log levels from NOTICE to DEBUG, so the non-debugging output is less spammy
Lars Op den Kamp [Sun, 7 Oct 2012 09:29:35 +0000 (11:29 +0200)]
fixed return values of cec_get_adapter_vendor_id() and cec_get_adapter_product_id()
Lars Op den Kamp [Sun, 7 Oct 2012 00:46:26 +0000 (02:46 +0200)]
exit LibCecTray when we detect that XBMC was started
Lars Op den Kamp [Sat, 6 Oct 2012 18:56:41 +0000 (20:56 +0200)]
fixed duplicate entry and entry for 'unknown' in the button config list
Lars Op den Kamp [Sat, 6 Oct 2012 18:44:14 +0000 (20:44 +0200)]
fixed - show/hide toggle when hiding the app via the taskbar
Lars Op den Kamp [Sat, 6 Oct 2012 18:39:41 +0000 (20:39 +0200)]
store inactive source setting
Lars Op den Kamp [Sat, 6 Oct 2012 15:55:23 +0000 (17:55 +0200)]
save the correct xml file in LibCecTray, so XBMC picks up the correct config
Lars Op den Kamp [Sat, 6 Oct 2012 12:39:07 +0000 (14:39 +0200)]
added GetAdapterProductId()+GetAdapterVendorId()/cec_get_adapter_product_id()+cec_get_adapter_vendor_id()
Lars Op den Kamp [Sat, 6 Oct 2012 12:12:45 +0000 (14:12 +0200)]
load and save the 2548:1002 config for XBMC too. try to create the profile directory if the tray tool was started before starting XBMC for the first time
Lars Op den Kamp [Sat, 6 Oct 2012 11:00:18 +0000 (13:00 +0200)]
disable configure buttons for apps that can't be configured
Lars Op den Kamp [Sat, 6 Oct 2012 10:55:53 +0000 (12:55 +0200)]
don't autostart applications
Lars Op den Kamp [Sat, 6 Oct 2012 10:55:39 +0000 (12:55 +0200)]
removed old icon from the project file
Lars Op den Kamp [Sat, 6 Oct 2012 09:28:42 +0000 (11:28 +0200)]
let the installer uninstall previous beta installations of libCEC Tray, and remove cec-config-gui.exe when installing
Lars Op den Kamp [Sat, 6 Oct 2012 01:17:34 +0000 (03:17 +0200)]
replaced cec-config-gui by libCEC tray
Lars Op den Kamp [Wed, 3 Oct 2012 16:41:59 +0000 (18:41 +0200)]
typo
Lars Op den Kamp [Wed, 3 Oct 2012 15:59:21 +0000 (17:59 +0200)]
bump client versions
Lars Op den Kamp [Wed, 3 Oct 2012 15:54:56 +0000 (17:54 +0200)]
don't log every frame, unless debugging was enabled in ./configure or visual studio
Lars Op den Kamp [Wed, 3 Oct 2012 15:33:58 +0000 (17:33 +0200)]
fixed - message response signaling and logging
Lars Op den Kamp [Wed, 3 Oct 2012 14:49:57 +0000 (16:49 +0200)]
updated changelog
Lars Op den Kamp [Wed, 3 Oct 2012 14:32:52 +0000 (16:32 +0200)]
log the exact data for failed transmissions, not the opcode
Lars Op den Kamp [Wed, 3 Oct 2012 14:28:09 +0000 (16:28 +0200)]
prevent sending directly addressed commands from being sent to broadcast
Lars Op den Kamp [Wed, 3 Oct 2012 13:11:20 +0000 (15:11 +0200)]
fixed - don't wait for a response when sending a reply, so we don't block message handling
Lars Op den Kamp [Wed, 3 Oct 2012 12:52:45 +0000 (14:52 +0200)]
removed unused maxTries from CCECAdapterMessage
Lars Op den Kamp [Wed, 3 Oct 2012 11:57:10 +0000 (13:57 +0200)]
fixed - some messages from the adapter were marked as response while they weren't
Lars Op den Kamp [Wed, 3 Oct 2012 08:41:25 +0000 (10:41 +0200)]
sync LibCecSharp
Lars Op den Kamp [Tue, 2 Oct 2012 23:28:02 +0000 (01:28 +0200)]
updated debian package files
Lars Op den Kamp [Tue, 2 Oct 2012 23:01:48 +0000 (01:01 +0200)]
bump to v2.0.0
Lars Op den Kamp [Tue, 2 Oct 2012 22:43:30 +0000 (00:43 +0200)]
enable silent rules by default
Lars Op den Kamp [Tue, 2 Oct 2012 22:41:16 +0000 (00:41 +0200)]
bump so version
Lars Op den Kamp [Tue, 2 Oct 2012 22:40:35 +0000 (00:40 +0200)]
updated documentation, bumped version number defines
Lars Op den Kamp [Tue, 2 Oct 2012 22:40:10 +0000 (00:40 +0200)]
update client applications
Lars Op den Kamp [Tue, 2 Oct 2012 22:18:22 +0000 (00:18 +0200)]
removed deref from callback method params. fixes C compilation. breaking API change
Lars Op den Kamp [Tue, 2 Oct 2012 22:01:10 +0000 (00:01 +0200)]
removed deprecated constructor. cosmetics
Lars Op den Kamp [Tue, 2 Oct 2012 11:59:46 +0000 (13:59 +0200)]
bump to v2.0.0-pre. don't build cec-config.exe on windows (there's a gui version)
Lars Op den Kamp [Tue, 2 Oct 2012 11:07:09 +0000 (13:07 +0200)]
more missing docs
Lars Op den Kamp [Tue, 2 Oct 2012 10:24:42 +0000 (12:24 +0200)]
added more documentation
Lars Op den Kamp [Mon, 1 Oct 2012 11:44:11 +0000 (13:44 +0200)]
added FirmwareBuildDate, CECVersion and AdapterType to LibCecSharp's configuration too
Lars Op den Kamp [Mon, 1 Oct 2012 10:57:43 +0000 (12:57 +0200)]
updated documentation, formatting
Lars Op den Kamp [Fri, 28 Sep 2012 16:06:03 +0000 (18:06 +0200)]
removed deprecated methods and fields
Lars Op den Kamp [Fri, 28 Sep 2012 12:30:59 +0000 (14:30 +0200)]
cleanup xmldoc after building
Lars Op den Kamp [Fri, 28 Sep 2012 12:12:12 +0000 (14:12 +0200)]
added xmldocs to the installer
Lars Op den Kamp [Fri, 28 Sep 2012 12:10:27 +0000 (14:10 +0200)]
added xmldoc for LibCecSharp
Lars Op den Kamp [Fri, 28 Sep 2012 12:09:04 +0000 (14:09 +0200)]
updated documentation
Lars Op den Kamp [Fri, 28 Sep 2012 09:48:10 +0000 (11:48 +0200)]
warped-rudi [Wed, 26 Sep 2012 17:48:45 +0000 (19:48 +0200)]
Add support for Solid-Run CuBox (TDA995x)
Lars Op den Kamp [Fri, 21 Sep 2012 18:19:33 +0000 (20:19 +0200)]
fixed - set the message state to ADAPTER_MESSAGE_STATE_ERROR when receiving an error reply
Lars Op den Kamp [Fri, 21 Sep 2012 18:06:27 +0000 (20:06 +0200)]
silence some warnings. closes #47
Lars Op den Kamp [Fri, 21 Sep 2012 11:21:35 +0000 (13:21 +0200)]
added combo key handling, based on the implementation from @ashwinkp, but with support for all adapters and OS'es now. closes #32
Lars Op den Kamp [Fri, 21 Sep 2012 10:45:33 +0000 (12:45 +0200)]
moved code that handles the previous keypress
Lars Op den Kamp [Thu, 20 Sep 2012 15:23:55 +0000 (17:23 +0200)]
removed double check in cec-config
Lars Op den Kamp [Thu, 20 Sep 2012 15:20:55 +0000 (17:20 +0200)]
added signal handlers to cec-client and cec-config. closes #45
Lars Op den Kamp [Thu, 20 Sep 2012 10:51:00 +0000 (12:51 +0200)]
Revert "Make cectypes.h compile under C.". This will have to wait and be fixed properly in version 2.0 because fixing this will break backwards compat
This reverts commit
b20860402ff0b01b741aeafe106b4451345d6609.
Lars Op den Kamp [Wed, 19 Sep 2012 09:39:27 +0000 (02:39 -0700)]
Merge pull request #51 from warped-rudi/master-updates
Two minor extensions / fixes
warped-rudi [Mon, 3 Sep 2012 20:43:00 +0000 (22:43 +0200)]
cec: added vendor id Loewe
warped-rudi [Mon, 17 Sep 2012 15:22:00 +0000 (17:22 +0200)]
testclient: fixed vendor id always shown as zero
warped-rudi [Mon, 17 Sep 2012 14:55:54 +0000 (16:55 +0200)]
added support for CuBox (http://www.solid-run.com)
Lars Op den Kamp [Wed, 12 Sep 2012 13:29:44 +0000 (06:29 -0700)]
Merge pull request #46 from iKenndac/
b20860402ff0b01b741aeafe106b4451345d6609
Make cectypes.h compile under C
Daniel Kennett [Fri, 17 Aug 2012 16:43:08 +0000 (18:43 +0200)]
Make cectypes.h compile under C.
Lars Op den Kamp [Tue, 11 Sep 2012 12:54:14 +0000 (14:54 +0200)]
Merge branch 'master' into release
Lars Op den Kamp [Tue, 11 Sep 2012 12:44:22 +0000 (14:44 +0200)]
Merge branch 'development'
Lars Op den Kamp [Thu, 6 Sep 2012 08:58:23 +0000 (10:58 +0200)]
updated changelog
Lars Op den Kamp [Thu, 6 Sep 2012 08:57:16 +0000 (10:57 +0200)]
transmit an active source message after <set stream path> to a device that's handled by libCEC. closes #43
Lars Op den Kamp [Wed, 5 Sep 2012 15:05:42 +0000 (17:05 +0200)]
removed support/cec-flash-device.sh
Lars Op den Kamp [Wed, 5 Sep 2012 15:05:08 +0000 (17:05 +0200)]
bump version numbers to 1.9.0