aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-02-25[DROID][AE] Don't crash on passthrough.Trent Nelson
The AudioTrack sink only ever wants S16LE.
2014-02-25Cosmetic changesBl4ck09
2014-02-25Better caching and updating for dynamic list providerBl4ck09
2014-02-26[ae/darwin] we don't need another mutex when we already have oneJonathan Marshall
2014-02-25FIX: [gles] do not force vsync off if VSYNC_DRIVERChris "Koying" Browet
2014-02-24Merge pull request #4236 from t-nelson/droid_removable_storage_fixesTrent Nelson
Droid removable storage fixes
2014-02-25Merge pull request #4070 from vkosh/epg-nowLars Op den Kamp
[epg] don't use epg tag that was active as a currently active one if epg contains gaps
2014-02-24[DROID] Only add one mount point per deviceTrent Nelson
I've observed some prettys strange behavior on AML devices regarding reading /proc/mounts. Somehow there are multiple, unique mount points for some devices when reading /proc/mounts with fopen/fgets. However they don't exist if "cat /proc/mounts" is issued from the shell. Baffling...
2014-02-24[DROID] Read /proc/mounts in one go to avoid race.Trent Nelson
/proc/mounts is only guaranteed atomic for the current read operation.
2014-02-24[DROID] Ease mount point blacklist conditionTrent Nelson
Android doesn't require USB devices be mounted under /mnt/usb. In fact there SEEMS to be no requirements or useful metrics for determining info about mounted devices besides the "default external storage device" which is always an SD card. However, they do all SEEM to be handled by Vold, the volume manager daemon and given a device node under /dev/block/vold/. It also SEEMS, from the four vendors I have on hand, that SD card mount points alwasy contain the string "sdcard". Using these two rules get's me auto sources for USB devices on AML devices.
2014-02-24[osx/aesink] - fix compile on older SDKsMemphiz
2014-02-24Merge pull request #4258 from fritsch/aefixesTrent Nelson
AESinkPULSE: Let Engine handle our volume
2014-02-25Merge pull request #4267 from amet/close_subs_window_on_stopjmarshallnz
[subsCore] close search window if playback is stopped
2014-02-24[subsCore] close search window if playback is stoppedamet
2014-02-24Merge pull request #4251 from ThiasDE/extsub_priorityjmarshallnz
dvdplayer: [fix] subtitle priority for multiple external subtitles
2014-02-24omxplayer: [fix] subtitle priority for multiple external subtitlesThiasDE
2014-02-24dvdplayer: [fix] subtitle priority for multiple...Thias
external subtitles
2014-02-23Merge pull request #4154 from sraue/ffmpeg-static-fixesTrent Nelson
configure.in: enable FFMPEG static build for ARM, some cleanups. Tested ...
2014-02-24Merge pull request #4260 from jmarshallnz/addon_improvementsjmarshallnz
Addon improvements
2014-02-23Merge pull request #4269 from wsoltys/cleanupTrent Nelson
[WIN32] remove harfbuzz library
2014-02-23depends: fix already installed check on osxJoakim Plate
Avoid depending on .so files which could be .dylib on osx Fix some invalid dependencies
2014-02-23[language] fix string id after abc59871c18294e8fd499c29290a381b76841c0cMartijn Kaijser
2014-02-24Merge pull request #4270 from MartijnKaijser/addondisabledjmarshallnz
[language] split of "Add-on disabled" string after d688682
2014-02-24Merge pull request #4263 from jmarshallnz/soft10bitjmarshallnz
[gl] support YUV420P10->RGB in software renderer
2014-02-23[language] split of "Add-on disabled" string after ↵Martijn Kaijser
d6886825312ec575a3232e465a8837e600c2f11f
2014-02-23[WIN32] remove harfbuzz library as its already compiled within our ↵wsoltys
"internal" libass (see https://github.com/xbmc/libass)
2014-02-23Merge pull request #4265 from MartijnKaijser/now_playingMartijn Kaijser
[language] change "now playing.." in sidemenu
2014-02-23[language] change "now playing.." in sidemenu to something more obvious as ↵Martijn Kaijser
it also shows when not playling anything.
2014-02-23Merge pull request #4257 from wsoltys/notifywsoltys
[WIN32] hook up CAEFactory::DeviceChange() to audio device changes
2014-02-24Merge pull request #4264 from jmarshallnz/scrollfixjmarshallnz
[gui] scrolling text could be truncated
2014-02-24[gl] support YUV420P10->RGB in software rendererJonathan Marshall
2014-02-23[Confluence] don't crop 'local subs..' labelronie