aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-27Merge pull request #469 from blinkseb/masterSébastien Brochet
2012-03-27[osx/ios/atv2] sync xcode projects after 32b3b77amet
2012-03-27Merge pull request #786 from Montellese/jsonrpcSascha Montellese
2012-03-27jsonrpc: use CGUIInfoManager::GetCurrentMovie/SongTag() as fallback in Player...montellese
2012-03-27jsonrpc: add "options" parameter to Player.Open which can take the properties...montellese
2012-03-27jsonrpc: add optional "directory" parameter to (Audio|Video)Library.Scan (clo...montellese
2012-03-27jsonrpc: fix available sort methodsmontellese
2012-03-27jsonrpc: add optional "enable" parameter to enable displaying the newly set s...montellese
2012-03-27jsonrpc: add optional "play" parameter to Player.PlayPause (closes #12564)montellese
2012-03-27jsonrpc: extend Application.SetVolume to support "increment" and "decrement" ...montellese
2012-03-27jsonrpc: add Application.OnVolumeChanged notification (for volume and mute ch...montellese
2012-03-27add new announcement type "Application"montellese
2012-03-27jsonrpc: add GUI.SetFullscreenmontellese
2012-03-27jsonrpc: add "season" to VideoLibrary.GetTVShows and "watchedepisodes" to Vid...montellese
2012-03-27jsonrpc: add properties "size", "lastmodified" and "mimetype" to Files.GetDir...montellese
2012-03-27add CMime for mimetype resolving by file extension and use it in CFileItem::G...montellese
2012-03-27set proper mimetype "x-directory/normal" for HTTP directories (thanks koying)montellese
2012-03-27jsonrpc: add GetRecentlyPlayedAlbums and GetRecentlyPlayedSongs to AudioLibra...montellese
2012-03-27jsonrpc: add "fullscreen" property to GUI.GetProperties (partly addresses #11...montellese
2012-03-27jsonrpc: add GUI.GetProperties with the properties "currentwindow", "currentc...montellese
2012-03-27jsonrpc: add GUI namespace with ShowNotification method and "ControlGUI" perm...montellese
2012-03-27jsonrpc: add System.EjectOpticalDrive and "ControlSystem" permission (closes ...montellese
2012-03-27jsonrpc: add Input.Info (closes #12096)montellese
2012-03-27jsonrpc: add Input.ContextMenu (closes #12095)montellese
2012-03-27jsonrpc: bump version to 5 (development)montellese
2012-03-27Merge pull request #570 from Pulse-Eight/cec-frodo-prLars Op den Kamp
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: get libCEC-latest from packages.pulse-eight.net, so it can be updated se...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
2012-03-27cec: added volume control on a CEC enabled amplifier when one is foundLars Op den Kamp
2012-03-27add boost/uuid/sha1.hpp to our libsmontellese
2012-03-27changed: Enhance logic to determine the filesizes for http directoriesarnova
2012-03-26Merge pull request #736 from dez-dk/masterarnova