aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2012-09-05Fix up problems related to unreachable codeKyle Hill
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
2012-09-04[rbp] #define the virtual PID and VID to use for the RPi peripheralsLars Op den Kamp
2012-08-20[peripherals/udev] changed move get file descriptor to waitforupdategimli
2012-08-20[peripherals/udev] fixed fd < 0 means errorgimli
2012-08-20[peripherals/udev] fixed do not close fd we got from udev and a race condition.gimli
2012-08-19CHG: CEC: Assign the "Setup menu" button to "Title", i.e. context menuChris \\\"Koying\\\" Browet
2012-08-12[rbp] fixed protect return vales in peripherals toogimli
2012-08-10[rbp] cec: added support for the Raspberry Pi. needs libCEC v1.8.0+. other ta...gimli
2012-08-03Merge pull request #1203 from pieh/peripherals_update_settingsArne Morten Kvarving
2012-07-31cec: map the data (teletext) button to XINPUT_IR_REMOTE_TELETEXT and subpictu...Lars Op den Kamp
2012-07-31cec: optionally pause playback when switching to another source, and resume p...Lars Op den Kamp
2012-07-24cec: wake the screensaver when XBMC was made the active source.Lars Op den Kamp
2012-07-23peripherals: refresh settings on device addition/deletion, peripheral manager...pieh
2012-07-22changed: make CApplicationMessenger a singleton instead of a CAppliction memberspiff
2012-07-02nyxboard: map the 'power' button on the nyxboardLars Op den Kamp
2012-07-02peripherals: call OnDeviceRemoved() before destructing a device when the devi...Lars Op den Kamp
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using firmw...Lars Op den Kamp
2012-06-26peripherals: added support for enum settingsLars Op den Kamp
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
2012-05-10[AE] volume: Use a float in the range [0,1] for volumeGeoffrey McRae
2012-05-07[FreeBSD] use TARGET_FREEBSDFneufneu
2012-05-07[FreeBSD] correct usb device pathFneufneu
2012-05-03Use system implementation of tinyxml instead of internal implementation.Andres Mejia
2012-04-30[osx] fixed build, missing includeS. Davilla
2012-05-01squash compile warningJonathan Marshall
2012-05-01[win32] HAVE_LIBCEC is defined in system.h on win32Jonathan Marshall
2012-04-21threads: remove WINAPI, implement priority for pthreadsFernetMenta
2012-03-30Memory leak when scanning for USB devices every secondCrHasher
2012-03-28fixed: make sure the old thread is stopped before starting a new one, fixes t...bobo1on1
2012-03-28fixed: possible deadlockbobo1on1
2012-03-27cec: included an empty CPeripheralCecAdapter implementation when libCEC is no...Lars Op den Kamp
2012-03-27cec: moved the CEC related volume change code from CApplication to CPeriphera...Lars Op den Kamp
2012-03-27cec: check whether the CEC adapter is enabled in peripheralsettings before tr...Lars Op den Kamp
2012-03-27cec: don't send an updated configuration to libCEC when stopping the update t...Lars Op den Kamp
2012-03-27cec: don't send standby or inactive source messages when rebootingLars Op den Kamp
2012-03-27cec: added an option to configure whether or not to send an 'inactive source'...Lars Op den Kamp
2012-03-27cec: don't send an inactive source message / standby command directly when re...Lars Op den Kamp
2012-03-27cec: update settings async, so we don't block the gui thread when the OK butt...Lars Op den Kamp
2012-03-27cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set t...Lars Op den Kamp
2012-03-27peripherals: use std::set for changed settings instead of std::vectorLars Op den Kamp
2012-03-27peripherals: change the 'keymap_enabled' setting for HID devices into 'do_not...Lars Op den Kamp
2012-03-27peripherals: added an optional order to settingsLars Op den Kamp
2012-03-27cec: don't call libCEC directly from the GUI threadLars Op den Kamp
2012-03-27cec: removed the cec_debug_logging setting. always show cec debug logging whe...Lars Op den Kamp
2012-03-27cec: only send an inactive source messages when not sending a power off comma...Lars Op den Kamp
2012-03-27cec: use callback methods instead of constant polling. this requires libCEC 1...Lars Op den Kamp
2012-03-27cec: some TVs don't like us querying it while activating sources. moved the q...Lars Op den Kamp
2012-03-27cec: also mark XBMC as active source when powering up devicesLars Op den Kamp
2012-03-27cec: set the HDMI port and the device to which the CEC adapter was connected,...Lars Op den Kamp