deb_libcec.git
11 years agolog what we received exactly when logging FIXME
Lars Op den Kamp [Thu, 11 Oct 2012 13:25:27 +0000 (15:25 +0200)] 
log what we received exactly when logging FIXME

11 years agofixed - typo in CVLCommandHandler::VendorPreActivateSourceHook. bugzid: 1087
Lars Op den Kamp [Thu, 11 Oct 2012 13:13:53 +0000 (15:13 +0200)] 
fixed - typo in CVLCommandHandler::VendorPreActivateSourceHook. bugzid: 1087

11 years agofixed - if we failed to get the physical address of the device that we are connected...
Lars Op den Kamp [Thu, 11 Oct 2012 12:58:53 +0000 (14:58 +0200)] 
fixed - if we failed to get the physical address of the device that we are connected to in the config, then try to use the address that was persisted in the eeprom before resetting to the default value, 1.0.0.0. closes #50.

11 years agofixed - don't update the device status of unregistered/broadcast
Lars Op den Kamp [Thu, 11 Oct 2012 12:41:57 +0000 (14:41 +0200)] 
fixed - don't update the device status of unregistered/broadcast

11 years agofixed - log all device status changes
Lars Op den Kamp [Thu, 11 Oct 2012 12:34:43 +0000 (14:34 +0200)] 
fixed - log all device status changes

11 years agolower retry timeout for source switches
Lars Op den Kamp [Thu, 11 Oct 2012 12:14:58 +0000 (14:14 +0200)] 
lower retry timeout for source switches

11 years agocec-client: fixed - wait for the source switch to finish when cec-client is called...
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

11 years agofixed - CCECClient::IsLibCECActiveSource returns false now while the active source...
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

11 years agofixed - log failed acks and other errors in the debug log again
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

11 years agorequest the power status of the TV directly after registering a new client
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

11 years agofixed - don't send 'image view on' when the TV is already powering up
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

11 years agofixed - don't keep waiting for an updated power status from the TV for Panasonic...
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

11 years agofixed - reset the delayed source switch timeout properly, so we don't spam commands...
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

11 years agofixed - don't change the device status when sending a delayed source switch
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

11 years agodon'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:51:29 +0000 (12:51 +0200)] 
don't send out commands to a device that is marked as not present or handled by libCEC

11 years agofixed - don't keep trying to send 'image view on' commands to the TV when no TV is...
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

11 years agoMerge branch 'development' into release
Lars Op den Kamp [Tue, 9 Oct 2012 11:17:25 +0000 (13:17 +0200)] 
Merge branch 'development' into release

11 years agoMerge pull request #62 from Fneufneu/freebsd_fix
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

11 years agofixed darwin compilation
Lars Op den Kamp [Tue, 9 Oct 2012 11:05:29 +0000 (13:05 +0200)] 
fixed darwin compilation

11 years ago[FreeBSD] fix unused strDevicePath variable
Fneufneu [Tue, 9 Oct 2012 09:43:18 +0000 (11:43 +0200)] 
[FreeBSD] fix unused strDevicePath variable

11 years agoMerge branch 'master' into release
Lars Op den Kamp [Mon, 8 Oct 2012 23:06:56 +0000 (01:06 +0200)] 
Merge branch 'master' into release

11 years agoMerge branch 'development'
Lars Op den Kamp [Mon, 8 Oct 2012 19:32:06 +0000 (21:32 +0200)] 
Merge branch 'development'

11 years agoupdated changelog
Lars Op den Kamp [Mon, 8 Oct 2012 19:31:05 +0000 (21:31 +0200)] 
updated changelog

11 years agoMerge remote-tracking branch 'warped-rudi/cubox-stable' into development. Closes #50
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

11 years agodon't get caught in a loop in CVLCommandHandler when the source switch was not allowe...
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

11 years agofixed - always send image view on to the tv, don't check the power status
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

11 years agoadded iDoubleTapTimeoutMs to libcec_configuration
Lars Op den Kamp [Mon, 8 Oct 2012 13:54:28 +0000 (15:54 +0200)] 
added iDoubleTapTimeoutMs to libcec_configuration

11 years agofixed - only respond to vendor commands for panasonic if we are the destination
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

11 years agoremove all pre-v2.0 compatibility checks
Lars Op den Kamp [Mon, 8 Oct 2012 12:12:38 +0000 (14:12 +0200)] 
remove all pre-v2.0 compatibility checks

11 years agocosmetics: format physical address as %x.%x.%x.%x instead of %04x
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

11 years agoupdated .gitignore
Lars Op den Kamp [Sun, 7 Oct 2012 23:09:41 +0000 (01:09 +0200)] 
updated .gitignore

11 years agocompile with -Werror
Lars Op den Kamp [Sun, 7 Oct 2012 22:20:44 +0000 (00:20 +0200)] 
compile with -Werror

11 years agoreplaced previous libcec1 packages
Lars Op den Kamp [Sun, 7 Oct 2012 22:14:53 +0000 (00:14 +0200)] 
replaced previous libcec1 packages

11 years agosilence signed overflow warning
Lars Op den Kamp [Sun, 7 Oct 2012 22:13:48 +0000 (00:13 +0200)] 
silence signed overflow warning

11 years agosync StdString.h
Lars Op den Kamp [Sun, 7 Oct 2012 22:06:08 +0000 (00:06 +0200)] 
sync StdString.h

11 years agofixed typo that disabled the start application button in the ui
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

11 years agoadded new settings from xbmc to LibCecTray
Lars Op den Kamp [Sun, 7 Oct 2012 19:02:02 +0000 (21:02 +0200)] 
added new settings from xbmc to LibCecTray

11 years agoupdated changelog
Lars Op den Kamp [Sun, 7 Oct 2012 16:54:05 +0000 (18:54 +0200)] 
updated changelog

11 years agofixed - no more delay up to 2 seconds when exiting libCEC
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

11 years agofall back to the primary client when CCECProcessor::HandleLogicalAddressLost() and...
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

11 years agorpi: current firmware first sends a change to logical address 'broadcast' and then...
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

11 years agoprevent double taps by not sending the same key press twice within 200ms
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

11 years agochanged some log levels from NOTICE to DEBUG, so the non-debugging output is less...
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

11 years agofixed return values of cec_get_adapter_vendor_id() and cec_get_adapter_product_id()
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()

11 years agoexit LibCecTray when we detect that XBMC was started
Lars Op den Kamp [Sun, 7 Oct 2012 00:46:26 +0000 (02:46 +0200)] 
exit LibCecTray when we detect that XBMC was started

11 years agofixed duplicate entry and entry for 'unknown' in the button config list
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

11 years agofixed - show/hide toggle when hiding the app via the taskbar
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

11 years agostore inactive source setting
Lars Op den Kamp [Sat, 6 Oct 2012 18:39:41 +0000 (20:39 +0200)] 
store inactive source setting

11 years agosave the correct xml file in LibCecTray, so XBMC picks up the correct config
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

11 years agoadded GetAdapterProductId()+GetAdapterVendorId()/cec_get_adapter_product_id()+cec_get...
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()

11 years agoload and save the 2548:1002 config for XBMC too. try to create the profile directory...
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

11 years agodisable configure buttons for apps that can't be configured
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

11 years agodon't autostart applications
Lars Op den Kamp [Sat, 6 Oct 2012 10:55:53 +0000 (12:55 +0200)] 
don't autostart applications

11 years agoremoved old icon from the project file
Lars Op den Kamp [Sat, 6 Oct 2012 10:55:39 +0000 (12:55 +0200)] 
removed old icon from the project file

11 years agolet the installer uninstall previous beta installations of libCEC Tray, and remove...
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

11 years agoreplaced cec-config-gui by libCEC tray
Lars Op den Kamp [Sat, 6 Oct 2012 01:17:34 +0000 (03:17 +0200)] 
replaced cec-config-gui by libCEC tray

11 years agotypo
Lars Op den Kamp [Wed, 3 Oct 2012 16:41:59 +0000 (18:41 +0200)] 
typo

11 years agobump client versions
Lars Op den Kamp [Wed, 3 Oct 2012 15:59:21 +0000 (17:59 +0200)] 
bump client versions

11 years agodon't log every frame, unless debugging was enabled in ./configure or visual studio
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

11 years agofixed - message response signaling and logging
Lars Op den Kamp [Wed, 3 Oct 2012 15:33:58 +0000 (17:33 +0200)] 
fixed - message response signaling and logging

11 years agoupdated changelog
Lars Op den Kamp [Wed, 3 Oct 2012 14:49:57 +0000 (16:49 +0200)] 
updated changelog

11 years agolog the exact data for failed transmissions, not the opcode
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

11 years agoprevent sending directly addressed commands from being sent to broadcast
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

11 years agofixed - don't wait for a response when sending a reply, so we don't block message...
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

11 years agoremoved unused maxTries from CCECAdapterMessage
Lars Op den Kamp [Wed, 3 Oct 2012 12:52:45 +0000 (14:52 +0200)] 
removed unused maxTries from CCECAdapterMessage

11 years agofixed - some messages from the adapter were marked as response while they weren't
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

11 years agosync LibCecSharp
Lars Op den Kamp [Wed, 3 Oct 2012 08:41:25 +0000 (10:41 +0200)] 
sync LibCecSharp

11 years agoupdated debian package files
Lars Op den Kamp [Tue, 2 Oct 2012 23:28:02 +0000 (01:28 +0200)] 
updated debian package files

11 years agobump to v2.0.0
Lars Op den Kamp [Tue, 2 Oct 2012 23:01:48 +0000 (01:01 +0200)] 
bump to v2.0.0

11 years agoenable silent rules by default
Lars Op den Kamp [Tue, 2 Oct 2012 22:43:30 +0000 (00:43 +0200)] 
enable silent rules by default

11 years agobump so version
Lars Op den Kamp [Tue, 2 Oct 2012 22:41:16 +0000 (00:41 +0200)] 
bump so version

11 years agoupdated documentation, bumped version number defines
Lars Op den Kamp [Tue, 2 Oct 2012 22:40:35 +0000 (00:40 +0200)] 
updated documentation, bumped version number defines

11 years agoupdate client applications
Lars Op den Kamp [Tue, 2 Oct 2012 22:40:10 +0000 (00:40 +0200)] 
update client applications

11 years agoremoved deref from callback method params. fixes C compilation. breaking API change
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

11 years agoremoved deprecated constructor. cosmetics
Lars Op den Kamp [Tue, 2 Oct 2012 22:01:10 +0000 (00:01 +0200)] 
removed deprecated constructor. cosmetics

11 years agobump 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: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)

11 years agomore missing docs
Lars Op den Kamp [Tue, 2 Oct 2012 11:07:09 +0000 (13:07 +0200)] 
more missing docs

11 years agoadded more documentation
Lars Op den Kamp [Tue, 2 Oct 2012 10:24:42 +0000 (12:24 +0200)] 
added more documentation

11 years agoadded FirmwareBuildDate, CECVersion and AdapterType to LibCecSharp's configuration too
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

11 years agoupdated documentation, formatting
Lars Op den Kamp [Mon, 1 Oct 2012 10:57:43 +0000 (12:57 +0200)] 
updated documentation, formatting

11 years agoremoved deprecated methods and fields
Lars Op den Kamp [Fri, 28 Sep 2012 16:06:03 +0000 (18:06 +0200)] 
removed deprecated methods and fields

11 years agocleanup xmldoc after building
Lars Op den Kamp [Fri, 28 Sep 2012 12:30:59 +0000 (14:30 +0200)] 
cleanup xmldoc after building

11 years agoadded xmldocs to the installer
Lars Op den Kamp [Fri, 28 Sep 2012 12:12:12 +0000 (14:12 +0200)] 
added xmldocs to the installer

11 years agoadded xmldoc for LibCecSharp
Lars Op den Kamp [Fri, 28 Sep 2012 12:10:27 +0000 (14:10 +0200)] 
added xmldoc for LibCecSharp

11 years agoupdated documentation
Lars Op den Kamp [Fri, 28 Sep 2012 12:09:04 +0000 (14:09 +0200)] 
updated documentation

11 years agofixed windows compilation after b3972c3eb3de18cc9380b1419a923557ce4e96dc
Lars Op den Kamp [Fri, 28 Sep 2012 09:48:10 +0000 (11:48 +0200)] 
fixed windows compilation after b3972c3eb3de18cc9380b1419a923557ce4e96dc

11 years agoAdd support for Solid-Run CuBox (TDA995x)
warped-rudi [Wed, 26 Sep 2012 17:48:45 +0000 (19:48 +0200)] 
Add support for Solid-Run CuBox (TDA995x)

11 years agofixed - set the message state to ADAPTER_MESSAGE_STATE_ERROR when receiving an error...
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

11 years agosilence some warnings. closes #47
Lars Op den Kamp [Fri, 21 Sep 2012 18:06:27 +0000 (20:06 +0200)] 
silence some warnings. closes #47

11 years agoadded combo key handling, based on the implementation from @ashwinkp, but with suppor...
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

11 years agomoved code that handles the previous keypress
Lars Op den Kamp [Fri, 21 Sep 2012 10:45:33 +0000 (12:45 +0200)] 
moved code that handles the previous keypress

11 years agoremoved double check in cec-config
Lars Op den Kamp [Thu, 20 Sep 2012 15:23:55 +0000 (17:23 +0200)] 
removed double check in cec-config

11 years agoadded signal handlers to cec-client and cec-config. closes #45
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

11 years agoRevert "Make cectypes.h compile under C.". This will have to wait and be fixed proper...
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.

11 years agoMerge pull request #51 from warped-rudi/master-updates
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

11 years agocec: added vendor id Loewe
warped-rudi [Mon, 3 Sep 2012 20:43:00 +0000 (22:43 +0200)] 
cec: added vendor id Loewe

11 years agotestclient: fixed vendor id always shown as zero
warped-rudi [Mon, 17 Sep 2012 15:22:00 +0000 (17:22 +0200)] 
testclient: fixed vendor id always shown as zero

11 years agoadded support for CuBox (http://www.solid-run.com)
warped-rudi [Mon, 17 Sep 2012 14:55:54 +0000 (16:55 +0200)] 
added support for CuBox (http://www.solid-run.com)

11 years agoMerge pull request #46 from iKenndac/b20860402ff0b01b741aeafe106b4451345d6609
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

11 years agoMake cectypes.h compile under C.
Daniel Kennett [Fri, 17 Aug 2012 16:43:08 +0000 (18:43 +0200)] 
Make cectypes.h compile under C.