Age | Commit message (Collapse) | Author |
|
Introduced new field "exitcode" for "OnQuit" message (@pdf).
|
|
- CONTENTS_MENU
- ROOT_MENU
- TOP_MENU
- DVD-MENU
(Requires at least libcec 2.2.0)
|
|
libCEC fixes
|
|
because it will lead to issues when XBMC is rebuilt after a libCEC bump that changes something
|
|
not change binary compatibility
|
|
|
|
|
|
fba4e391197b92d2e49c936a3a13fe785014d31c.
It can still be disabled for people who don't want to see CEC logging, but it'll now be enabled again by default when debugging is enabled, like it was in Gotham.
|
|
json-rpc: GUI.OnScreensaverDeactivated does not follow JSON-RPC API definition
|
|
names
|
|
The announcement of `GUI.OnScreensaverDeactivated` does not follow the
defined API - it outputs `data` as a `boolean`, not `null`. This
behaviour was introduced in ea9f2f01 to support a special case for CEC
devices, that must choose to act based on whether this notification was
triggered on the back of a shutdown.
As the rest of the API defines `data` to be of type `null` or `object`,
I've moved this boolean to a `shuttingDown` member on the data object,
rather than changing the API to be inconsistent for a special case.
|
|
Xml attribute tidy up
|
|
enough to warrant the include)
|
|
to CStdString/std::string, as they may be NULL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
another standby command after it's powered everything down, which takes up to 15 seconds (20 to be on the safe side)
|
|
makes the TV send another standby command. this standby command sent the PC to standby in some occasions
|
|
|
|
command. fixes XBMC not grabbing active source status when the TV comes out of standby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[win32] Some fixes for usb scan
|
|
|
|
|
|
device ID extraction
|
|
|
|
instead of multiple frees/mallocs
|
|
rest of the devices; plus small optimization
|
|
|
|
|
|
and VID
|
|
|
|
Values not supposed to be changed is better to declare as "const" to allow compiler optimize better.
|
|
|