Age | Commit message (Expand) | Author |
2013-07-07 | Add new builtin, ToggleCECDevice, to control state of playing device via a ce... | Javier Marcet |
2013-06-02 | changed, use TARGET_xxx, die _LINUX die | davilla |
2013-06-02 | Merge pull request #2637 from dagwieers/rescan-interval | Lars Op den Kamp |
2013-06-01 | Merge pull request #2636 from dagwieers/peripheral-thread-naming | jmarshallnz |
2013-05-15 | settings: move dependency logic from CGUIWindowSettingsCategory to CSettingsM... | montellese |
2013-05-01 | settings: replace CSettings and CGUISettings with new CSettings | montellese |
2013-04-20 | Use different names for USB/CEC and Udev related threads | Dag Wieers |
2013-04-20 | Increase USB and CEC rescan interval to 5 seconds | Dag Wieers |
2013-04-09 | Merge pull request #2012 from jmarcet/master | Martijn Kaijser |
2013-04-10 | Add missing thread names, improve existing thread names | Dag Wieers |
2013-04-08 | Add support for new libcec method, PowerOnScreensaver | Javier Marcet |
2013-04-08 | settings: move audio settings to CApplication | montellese |
2013-04-05 | Merge pull request #2530 from ulion/change_cfstring_to_utf8_string | Memphiz |
2013-04-04 | cosmetics: cleanup unused Settings.h includes | montellese |
2013-04-02 | [Fix] Change from DarwinCFStringRefToString to DarwinCFStringRefToUTF8String. | ulion |
2013-03-17 | fix: add missing include after reshuffle commit 16f276be317fa74efba6e5ddf16ec... | Martijn Kaijser |
2013-03-12 | [cec] fixed compilation without libcec-dev on the system after 95d87f54566567... | Lars Op den Kamp |
2013-03-12 | [cec] and let's init m_queryThread to NULL so we won't crash on exit when CEC... | Lars Op den Kamp |
2013-03-12 | [cec] extra guards around m_queryThread | Lars Op den Kamp |
2013-03-12 | [cec] cosmetics. made some methods private that don't need to be public | Lars Op den Kamp |
2013-03-12 | [cec] removed no longer used TranslateComPort() | Lars Op den Kamp |
2013-03-12 | [cec] removed dupe methods. if we really need that Sleep(), do it in CPeriphe... | Lars Op den Kamp |
2013-03-10 | [cec] don't do another device scan when opening a connection to the adapter, ... | Lars Op den Kamp |
2013-03-07 | [cec] prevent duplicate power on commands from being sent | Lars Op den Kamp |
2013-03-07 | [cec] use client version 'current' now that libCEC 2.1.0 is being used. also ... | Lars Op den Kamp |
2013-03-05 | [peripherals] fixed CPeripheral::operator ==(const PeripheralScanResult& right) | Lars Op den Kamp |
2013-03-03 | settings: move GUIDialog* and GUIWindow* into their own sub-directories | montellese |
2013-02-28 | [peripheral] support for multiple adapters of the same type | Lars Op den Kamp |
2013-02-28 | [cec] ensure that the updater thread has been stopped before trying to stop t... | Lars Op den Kamp |
2013-02-28 | [peripherals] use a separate field for mapped bus types in PeripheralScanResu... | Lars Op den Kamp |
2013-02-28 | [peripherals] pass the full PeripheralScanResult to CPeripheral constructors ... | Lars Op den Kamp |
2013-02-28 | [cec] override the bus type, so users don't have to reconfigure their adapters | Lars Op den Kamp |
2013-02-28 | [peripherals] store the bus type in PeripheralScanResult so it can be overridden | Lars Op den Kamp |
2013-02-28 | [peripherals] update m_mappedType and m_strDeviceName in PeripheralScanResult... | Lars Op den Kamp |
2013-02-28 | [peripherals] added fields m_mappedType and m_strDeviceName to PeripheralScan... | Lars Op den Kamp |
2013-02-28 | [peripherals] pass the full scan result to CPeripherals::GetMappingForDevice() | Lars Op den Kamp |
2013-02-28 | [peripherals] removed unused constructor | Lars Op den Kamp |
2013-02-28 | [peripherals] pass the full scan result to CPeripherals::CreatePeripheral() | Lars Op den Kamp |
2013-02-28 | [cec] get the CEC devices that are connected to the system from libCEC, rathe... | Lars Op den Kamp |
2013-02-09 | [cosmetics] update date in GPL header | Martijn Kaijser |
2013-02-04 | move view related files into new view folder and lib | montellese |
2013-01-22 | [cec] fixed - only send an active source message when receiving OnPlay. this ... | Lars Op den Kamp |
2013-01-16 | [OSX] Remove all direct calls to CFStringGetCString and CFStringGetCStringPtr | Tobias Hieta |
2013-01-10 | [cec] fixed - incorrect error message was being displayed in the toast popup ... | Lars Op den Kamp |
2013-01-09 | [cec] don't update the device type in settings with the value that was return... | Lars Op den Kamp |
2013-01-09 | [cec] don't send incorrect pause/resume to slideshow when the source is (de)a... | Lars Op den Kamp |
2013-01-08 | moved nyxboard power and user button from peripheral config to keyboard.xml | Lars Op den Kamp |
2012-12-28 | [cec] fixed - don't send devices to standby when the screensaver is activated... | Lars Op den Kamp |
2012-12-13 | Merge pull request #1536 from Karlson2k/Imon_addition_01 | davilla |
2012-12-11 | [Peripheral] Use per-device iMON setting instead of system-wide setting. | Karlson2k |