aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-23Merge pull request #3640 from wsnipex/joystick-fixTrent Nelson
Input: fix Accelerometer being detected as joystick
2014-02-23Merge pull request #4007 from wsnipex/crashlogTrent Nelson
[linux] allow override of crashlog directory
2014-02-23cosmeticsWiSo
2014-02-23[WIN32] hook up audio engine to device changes.WiSo
2014-02-23[WIN32] basic implementation of a IMMNotificationClient interface to notify ↵WiSo
XBMC in case of audio device changes.
2014-02-23Merge pull request #4261 from jmarshallnz/zeroconf_levelMemphiz
[settings] switch zeroconf setting to standard level
2014-02-23[language] fix inconsistent add-on state description. fixes #14851Martijn Kaijser
2014-02-23[addons] ensure we reload the current skin if it's updated via a .zip file. ↵Jonathan Marshall
fixes #14890
2014-02-23[gui] scrollbar didn't scroll properly with the mouse. fixes #14873Jonathan Marshall
2014-02-23[gui] scrolling text could be truncated because scrollInfo.pixelPos was ↵Jonathan Marshall
treated as pre-scaled when it wasn't. fixes #14629
2014-02-23Merge pull request #4259 from phate89/masterjmarshallnz
Allow xbmc to handle cue tags without quotes
2014-02-23Merge pull request #4057 from Karlson2k/win32_fix_nonutf8jmarshallnz
[win32] fix ANSI used as UTF-8
2014-02-23Merge pull request #4192 from Shine-/dxvarendererjmarshallnz
Prevent unnecessary colorspace conversions (regression in #4163)
2014-02-23Merge pull request #4254 from jmarshallnz/onsettingsunloadedjmarshallnz
Implements OnSettingsUnloaded
2014-02-23Add handling of cue tags without quotesphate89
2014-02-23[settings] switch zeroconf setting to standardJonathan Marshall
2014-02-23[addons] notifying the user once during repo updates is enoughJonathan Marshall
2014-02-23[addons] add 'Update all' item to the available updates menuJonathan Marshall
2014-02-23[busydialog] factor out the dvdplayer busy dialog waiting so as to use it ↵Jonathan Marshall
for other things
2014-02-23[addons] allow GetAllOutdatedAddons to return the local addon versions - ↵Jonathan Marshall
useful for scheduling updates
2014-02-23[addons] don't group add-ons into categories in disabled and available ↵Jonathan Marshall
update sections of the add-on maanger
2014-02-22AESinkPULSE: Let Engine handle our volumefritsch
2014-02-22[gui] fixed Container.HasNext not working on fixed listsJonathan Marshall
2014-02-22[settings] implement OnSettingsUnloaded, fixes various advancedsettings ↵Jonathan Marshall
leaking from profile to profile (e.g. mysql database config)
2014-02-22[id3v2] some apps write TXXX tags using UPPERCASE and some with lowercase. ↵Jonathan Marshall
Support both.
2014-02-22Merge pull request #4196 from arnova/sub_fallbackjmarshallnz
Handle cases where subtitle fails to save to destination directory
2014-02-22Merge pull request #3998 from jmarshallnz/darwin_sinkjmarshallnz
Darwin sink for ActiveAE
2014-02-22Merge pull request #4080 from jmarshallnz/skin_color_reloadjmarshallnz
[settings] on skin change, ensure we reset the skin font to the default.
2014-02-22[osx] drop outputbuffer index and iterate over them allJonathan Marshall
2014-02-22[osx] drop CDVDAudioCodecPassthroughFFmpeg - it was broken in 4f74e67f2f anywayJonathan Marshall
2014-02-22[osx] drop LPCM mode from CDVDAudioCodecFFmpeg - it's not wanted or neededJonathan Marshall
2014-02-22[ios] - finally fixed the issue where audio was lost after pause or playback ↵Memphiz
stop. This needs review by @ulion
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-22[osx] - revert part of 5cdc1bfb8bbf52438b9ad69bd09ea3dc3ef8669a - it was ↵Memphiz
plain bs from me. Fixes no audio after startup when refreshrate adaption is enabled (this came up as a bug with new activeae now as it listens to ondevicelost messages and therefore suspends the audio engine ;) ).
2014-02-22[ios/osx] adds Darwin sinks for ActiveAE and drop the CoreAudio engine.Jonathan Marshall
2014-02-22[ios/osx] adds ActiveAE files to the IOS/OSX projectsJonathan Marshall
2014-02-22[ios] adds CWinSystemIOS::GetCurrentScreen()Jonathan Marshall
2014-02-21Merge pull request #4133 from FernetMenta/aefixesTrent Nelson
ActiveAE: add method for re-init after device/eld change
2014-02-21[lang] added langinfo.xml to new languages English(Australia) and French(Canada)alanwww1
2014-02-21changed: Improve (fallback) logic for subtitle downloadingarnova
2014-02-20AESinkPULSE: Track Change Event again - don't do anything for nowfritsch
2014-02-20AESinkPULSE: Use Callback to use Factory's DeviceChange()fritsch
2014-02-20ActiveAE: add method for re-init after device/eld changeRainer Hochecker
2014-02-20ActorProtocol: implement purge of specific messages from the queueRainer Hochecker
2014-02-21Merge pull request #4231 from ace20022/fix_gifsjmarshallnz
[Fix] Some fixes for our gif decode implementation
2014-02-21Merge pull request #3883 from MartijnKaijser/gui5.0.0jmarshallnz
bump GUI ABI to 5.0.0 due to recent skin core changes
2014-02-20Merge pull request #4240 from t4-ravenbird/woa-fixed-waitTrent Nelson
[bug/fix] woa - crash after wakeup
2014-02-20Merge pull request #4232 from Montellese/upnp_player_stop_on_start_fixTrent Nelson
upnp: executing AVTransport's Stop action in state NO_MEDIA_PRESENT is not allowed
2014-02-20timeout while fixed-wait is expected and no errort4.ravenbird