aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-28URIUtils::IsHD: fix stack overflow, fixes #14812Karlson2k
Fix endless recursive loop if filename is stacked special
2014-02-28Merge pull request #4246 from Montellese/jsonrpctimersjmarshallnz
JSON-RPC: support for fetching PVR timers and recordings
2014-02-28fixed: Properly handle stacked files for subtitlesarnova
2014-02-28Merge pull request #4243 from Black09/directoryprovider-extensionsjmarshallnz
Better caching and updating for dynamic list provider
2014-02-28Merge pull request #4271 from elupus/depends_fixjmarshallnz
depends: fix already installed check on osx
2014-02-28Merge pull request #4286 from arnova/stack_streamdetails_fixjmarshallnz
fixed: Auto extracted stream details were never stored the stacks
2014-02-28[language] drop reference to wiki in the ignore tokens setting.Jonathan Marshall
2014-02-28Merge pull request #4253 from jmarshallnz/shouty_tagsjmarshallnz
[id3v2] some apps write TXXX tags using UPPERCASE and some with lowercase.
2014-02-27json-rpc: add PVR.GetTimers, PVR.GetTimerDetails, PVR.GetRecordings and ↵Lars Op den Kamp
PVR.GetRecordingDetails
2014-02-27[PVR] let CPVRTimerInfoTag implement ISerializablemontellese
2014-02-27[PVR] let CPVRRecording implement ISerializablemontellese
2014-02-27[PVR] added a unique id for each timer, valid as long as xbmc isn't resetLars Op den Kamp
2014-02-27[PVR] added a unique id for each recording, valid as long as xbmc isn't resetLars Op den Kamp
2014-02-27fixed: Auto extracted stream details were never stored the stacksarnova
2014-02-28Merge pull request #4276 from koying/fixvsyncdriverjmarshallnz
FIX: [gles] do not force vsync off if VSYNC_DRIVER
2014-02-26Merge pull request #4280 from jmarshallnz/settings_cleanupTrent Nelson
Settings cleanup
2014-02-27Merge pull request #4281 from koying/fixgleskaraokejmarshallnz
FIX: [gles] fix karaoke and teletext rendering
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-27Merge pull request #4282 from Montellese/movie_set_fixesjmarshallnz
Fix "Manage movie sets..." doing nothing when there are no sets available
2014-02-27Merge pull request #4283 from jmarshallnz/settings_descriptionsjmarshallnz
Settings descriptions updates
2014-02-27[pvr] update label from 'Defaults' to 'Reset' for consistencyJonathan Marshall
2014-02-27[language] Updated strings.po & settings.xml for help descriptions of settingsjjd-uk
2014-02-27Merge pull request #3447 from Karlson2k/win32_fix_relative_pathsjmarshallnz
[Win32] fix relative paths, fixes #14812
2014-02-26CGUIDialogSelect: focus the extra button (if available) when the selection ↵montellese
list is empty
2014-02-26video library: show the "Select movie set" dialog even if there are no sets ↵montellese
to choose from
2014-02-26GroupUtils: grouping an empty list is not an errormontellese
2014-02-26FIX: [gles] fix karaoke and teletext renderingChris "Koying" Browet
2014-02-25Merge pull request #4279 from t-nelson/droid_passthrough_fixTrent Nelson
[DROID][AE] Don't crash on passthrough.
2014-02-26WINSMBDirectory::GetDirectory: unify with other code and use ↵Karlson2k
WIN32Util::ConvertPathToWin32Form
2014-02-26WIN32Util::ConvertPathToWin32Form: update to resolve relative pathsKarlson2k
2014-02-26URIUtils: add 'CanonicalizePath' functionKarlson2k