deb_libcec.git
2012-11-12  Lars Op den... signal all waiting threads when receiving an active...
2012-11-12  Lars Op den... fixed - request the active source before requesting...
2012-11-12  Lars Op den... update the value of CCECProcessor::m_bMonitor when...
2012-11-12  Lars Op den... mark the adapter as (in)active source for firmware v3+
2012-11-12  Lars Op den... silence 'unused' warning properly. closes #86
2012-11-09  Lars Op den... fixed - only change the type of the client to 'playback...
2012-11-09  Lars Op den... always poll the TV if it's marked as not present. issue...
2012-11-09  Lars Op den... fixed - only set m_iCurrentButton when the duration...
2012-11-08  Martin Ellisfixed: delete the right registry key
2012-11-08  Martin Elliscosmetics: captialisation of words
2012-10-31  Lars Op den... changelog updated for 2.0.3
2012-10-31  Lars Op den... increased double tap timeout to 250ms
2012-10-31  Lars Op den... renamed CuBox and NXP* to TDA995x
2012-10-31  Lars Op den... added bootstrap script. updated README
2012-10-31  Lars Op den... bump version number to 2.0.3 and updated changelog
2012-10-31  Lars Op den... fixed - LG doesn't send routing changes, and marks...
2012-10-31  Lars Op den... log what data we received exactly when we receive an...
2012-10-25  Lars Op den... fixed - some TVs send keypresses to us without making...
2012-10-25  Lars Op den... fix for LG models that send a vendor key up after a...
2012-10-25  Lars Op den... respond with CEC_ABORT_REASON_INVALID_OPERAND when...
2012-10-25  Lars Op den... log unhandled vendor remote keycodes in the log, so...
2012-10-25  Lars Op den... fixed typo in stop+pause combo key
2012-10-25  Lars Op den... fixed - don't respond with an abort message when receiv...
2012-10-23  Lars Op den... fixed - don't try to set controlled mode when using...
2012-10-19  Lars Op den... Merge pull request #73 from warped-rudi/Pulse-Eight
2012-10-19  warped-rudiAdded adapter ID interface
2012-10-18  Lars Op den... fixed - new combo key handling broke samsung's vendor...
2012-10-18  Lars Op den... fixed handling of active route changes. github issue...
2012-10-18  Lars Op den... added CCECDeviceMap::GetChildrenOf()
2012-10-18  Lars Op den... added CCECTypeUtils::PhysicalAddressIsIncluded()
2012-10-15  Lars Op den... Merge branch 'development'. closes #67
2012-10-15  Lars Op den... fixed typo. closes #69
2012-10-15  Lars Op den... bumped version and updated changelog
2012-10-15  Lars Op den... update the device status to CEC_POWER_STATUS_IN_TRANSIT...
2012-10-15  Lars Op den... bit less bus and log spamming while waiting for the...
2012-10-15  Lars Op den... fixed - reset CVLCommandHandler::m_bCapabilitiesSent...
2012-10-15  Lars Op den... fixed - don't keep spamming the bus with a vendor comma...
2012-10-15  Lars Op den... less debug logging by default
2012-10-15  Lars Op den... fixed - updating the device status after a poll was...
2012-10-11  Lars Op den... Merge branch 'development'
2012-10-11  Lars Op den... bump to 2.0.1 and updated changelog
2012-10-11  Lars Op den... log what we received exactly when logging FIXME
2012-10-11  Lars Op den... fixed - typo in CVLCommandHandler::VendorPreActivateSou...
2012-10-11  Lars Op den... fixed - if we failed to get the physical address of...
2012-10-11  Lars Op den... fixed - don't update the device status of unregistered...
2012-10-11  Lars Op den... fixed - log all device status changes
2012-10-11  Lars Op den... lower retry timeout for source switches
2012-10-11  Lars Op den... cec-client: fixed - wait for the source switch to finis...
2012-10-11  Lars Op den... fixed - CCECClient::IsLibCECActiveSource returns false...
2012-10-11  Lars Op den... fixed - log failed acks and other errors in the debug...
2012-10-11  Lars Op den... request the power status of the TV directly after regis...
2012-10-11  Lars Op den... fixed - don't send 'image view on' when the TV is alrea...
2012-10-11  Lars Op den... fixed - don't keep waiting for an updated power status...
2012-10-11  Lars Op den... fixed - reset the delayed source switch timeout properl...
2012-10-11  Lars Op den... fixed - don't change the device status when sending...
2012-10-11  Lars Op den... don't send out commands to a device that is marked...
2012-10-11  Lars Op den... fixed - don't keep trying to send 'image view on' comma...
2012-10-09  Lars Op den... Merge branch 'development' into release
2012-10-09  Lars Op den... Merge pull request #62 from Fneufneu/freebsd_fix
2012-10-09  Lars Op den... fixed darwin compilation
2012-10-09  Fneufneu[FreeBSD] fix unused strDevicePath variable
2012-10-08  Lars Op den... Merge branch 'master' into release
2012-10-08  Lars Op den... Merge branch 'development'
2012-10-08  Lars Op den... updated changelog
2012-10-08  Lars Op den... Merge remote-tracking branch 'warped-rudi/cubox-stable...
2012-10-08  Lars Op den... don't get caught in a loop in CVLCommandHandler when...
2012-10-08  Lars Op den... fixed - always send image view on to the tv, don't...
2012-10-08  Lars Op den... added iDoubleTapTimeoutMs to libcec_configuration
2012-10-08  Lars Op den... fixed - only respond to vendor commands for panasonic...
2012-10-08  Lars Op den... remove all pre-v2.0 compatibility checks
2012-10-08  Lars Op den... cosmetics: format physical address as %x.%x.%x.%x inste...
2012-10-08  Lars Op den... updated .gitignore
2012-10-07  Lars Op den... compile with -Werror
2012-10-07  Lars Op den... replaced previous libcec1 packages
2012-10-07  Lars Op den... silence signed overflow warning
2012-10-07  Lars Op den... sync StdString.h
2012-10-07  Lars Op den... fixed typo that disabled the start application button...
2012-10-07  Lars Op den... added new settings from xbmc to LibCecTray
2012-10-07  Lars Op den... updated changelog
2012-10-07  Lars Op den... fixed - no more delay up to 2 seconds when exiting...
2012-10-07  Lars Op den... fall back to the primary client when CCECProcessor...
2012-10-07  Lars Op den... rpi: current firmware first sends a change to logical...
2012-10-07  Lars Op den... prevent double taps by not sending the same key press...
2012-10-07  Lars Op den... changed some log levels from NOTICE to DEBUG, so the...
2012-10-07  Lars Op den... fixed return values of cec_get_adapter_vendor_id()...
2012-10-07  Lars Op den... exit LibCecTray when we detect that XBMC was started
2012-10-06  Lars Op den... fixed duplicate entry and entry for 'unknown' in the...
2012-10-06  Lars Op den... fixed - show/hide toggle when hiding the app via the...
2012-10-06  Lars Op den... store inactive source setting
2012-10-06  Lars Op den... save the correct xml file in LibCecTray, so XBMC picks...
2012-10-06  Lars Op den... added GetAdapterProductId()+GetAdapterVendorId()/cec_ge...
2012-10-06  Lars Op den... load and save the 2548:1002 config for XBMC too. try...
2012-10-06  Lars Op den... disable configure buttons for apps that can't be configured
2012-10-06  Lars Op den... don't autostart applications
2012-10-06  Lars Op den... removed old icon from the project file
2012-10-06  Lars Op den... let the installer uninstall previous beta installations...
2012-10-06  Lars Op den... replaced cec-config-gui by libCEC tray
2012-10-03  Lars Op den... typo
2012-10-03  Lars Op den... bump client versions
2012-10-03  Lars Op den... don't log every frame, unless debugging was enabled...
next