aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2014-03-06AE: only display setting for EAC3 if sink supports itRainer Hochecker
2014-03-02settings: fix conflict of <minimum> and <maximum> for CSettingListmontellese
2014-03-01Fix up of settings.xml commit got missed during settings cleanupjjd-uk
2014-02-27[settings] move 'flatten library' into video->libraryJonathan Marshall
2014-02-27[settings] drop unused videolibrary.seasonthumbsJonathan Marshall
2014-02-27[subtitles] drop 'prefer external' option, always preferringJonathan Marshall
2014-02-27[settings] pvrpowermanagement settings/timers to be dependent on ↵Jonathan Marshall
powermanagement being enabled
2014-02-27[settings] enable teletext scaling only if teletext is enabledJonathan Marshall
2014-02-27[subtitles] change settings logic for subtitle storage location (make it a ↵da-anda
spinner)
2014-02-27[settings] cleanup video decoding settings (hw-accel + frame-multi-threaded) ↵da-anda
by moving them to their own settings category
2014-02-27[settings] move subtitle stereoscopic depth next to subtitle position on screenJonathan Marshall
2014-02-27[settings] move preferred subtitle language below languages to downloadJonathan Marshall
2014-02-27[settings] move subtitle downloading to the bottom of the subtitles sectionJonathan Marshall
2014-02-27[settings] masterlock at start is a child setting of masterlock being enabledJonathan Marshall
2014-02-27[settings] enable/disable audio setting controls based on state rather than ↵Jonathan Marshall
hiding them
2014-02-27[settings] the video screen settings are children of the monitor settingJonathan Marshall
2014-02-27[settings] upnp announcements depend on the upnp server being enabledJonathan Marshall
2014-02-27[settings] audio rip settings are children of the encoder typeJonathan Marshall
2014-02-27[settings] replaygain and crossfading subsettings should enable based on the ↵Jonathan Marshall
state of their parent
2014-02-27[settings] arrange/enable PVR settings a little nicerJonathan Marshall
2014-02-27[settings] pause after refresh should be a child of enable refresh rate, and ↵Jonathan Marshall
sync type is a child of sync to display
2014-02-27[settings] better grouping under Video|Music->Library settingsJonathan Marshall
2014-02-27[settings] move audio stream language from locale to video settingsJonathan Marshall
2014-02-27[language] Updated strings.po & settings.xml for help descriptions of settingsjjd-uk
2014-02-23[settings] switch zeroconf setting to standardJonathan Marshall
2014-02-22[settings] - don't hide passthrough settings on ios - visibility is now ↵Memphiz
automagically determined by available audio device types
2014-02-22[settings] OSX does not support E-AC3 passthroughJonathan Marshall
2014-02-18AE: convert all strings DirectSound to uppercaseRainer Hochecker
2014-02-11Merge pull request #4151 from xhaggi/pvr-keymapsTrent Nelson
[RFC] change keymaps for FullscreenLiveTV section
2014-02-11Merge pull request #4173 from Montellese/settings_fixesTrent Nelson
Two settings related fixes
2014-02-11Merge pull request #4184 from popcornmix/pisink_supportedTrent Nelson
[pisink] Report supported passthrough formats
2014-02-11[keymaps] change keymaps for FullscreenLiveTV sectionxhaggi
* left/right for timeshift StepBack/StepForward
2014-02-11Merge pull request #4177 from FernetMenta/aeformatRainer Hochecker
AE: let sink decide what passthrough formats it wants to support
2014-02-10settings: "masterlock.lockcode" is an action setting and not a string settingmontellese
2014-02-11Merge pull request #4171 from xhaggi/record-action-mappingjmarshallnz
[pvr] fix: missing action mapping for ACTION_RECORD
2014-02-10Revert "[rbp] Disable unsupport HD audio passthrough options"popcornmix
2014-02-10[pvr] fix: missing action mapping for ACTION_RECORDxhaggi
This adds the missing button translator action "record" poiting to ACTION_RECORD which is currently used in several PVR related windows, but could not be used in key mappings. It also adds a default implementation to GUIWindow which calls the application player record functionality, so there is no need to use XBMC.PlayerControls(record) in key mapping anymore. Furthermore the default mapping for the record button in remote.xml is changed to this new action.
2014-02-09Settings: Add description and examples to the new settingsfritsch
Language: Add comments to every single lable to help translators
2014-02-09Settings: Use new Codec Settings function to hide settings for nvidia usersfritsch
2014-02-09VAAPI: Make Codec selection an expert setting (disable mpeg4, vc1 by default)fritsch
2014-02-09VDPAU: Add Expert Settings to let user easily disable certain codecsfritsch
2014-02-09ActiveAE: consider list of supported audio formatsRainer Hochecker
2014-02-06Merge pull request #4147 from popcornmix/no_ac3_encodejmarshallnz
[rbp] Disable ac3transcode by default
2014-02-04Merge pull request #4001 from sraue/lirc-devinputjmarshallnz
seperate 'devinput' section from 'linux-input-layer'. While 'linux-input...
2014-02-04[settings] Disable ac3transcode by defaultpopcornmix
Also, it is too expensive for the Pi and never keeps up, so mention that in Pi specific help.
2014-02-04[rbp] Disable unsupport HD audio passthrough optionspopcornmix
The hardware can't support HD audio, so remove them from settings
2014-02-02move preferred subtitle selection from appearance to subtitle section and ↵Martijn Kaijser
put setting in a more logical order
2014-02-01The default subs service for tvshows/movies is allowed to be empty. Fixes #13135Jonathan Marshall
2014-01-20Merge pull request #3950 from fritsch/warning-textPeter Frühberger
Don't use hw decoders when doing multithreaded decoding
2014-01-19Settings: Disable vdpau / vaapi / dxva2 / openmax if frame threading is selectedfritsch