aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-26Merge pull request #2498 from FernetMenta/audiocodecRainer Hochecker
dvdplayer: put line break into audio codec for consistency
2013-03-26Fixed: CAddon::HasSettings() was broken after a call to ↵Garrett Brown
CAddon::SaveSettings() on creation of user settings
2013-03-26depends: fix libgcrypt for some android/linux toolchainsCory Fields
2013-03-26FIX: Send Touch actions to the proper windowChris "koying" Browet
2013-03-26library: support simultaneous simple and advanced filtering (fixes #13915)montellese
2013-03-26Picture/SlideShow support rotate picture by swipe up/down.ulion
2013-03-26Merge pull request #2480 from ulion/ios_swipe_fixMemphiz
[IOS] [Fix] Always send swipe events, left the receiver to handle it or not.
2013-03-26[OSX] SSE4.1 is also not supported by some of old macbook, e.g. cpu T7200.ulion
2013-03-26Templatize some of the more repetitive initialize-check logic so thatSam Spilsbury
we can just try and create every individual type, see if creation succeeded and then return true if it did.
2013-03-25[osx/ios/atv2] - xcode: add XBMC_DEPENDS_ROOT and us it for constructing ↵Memphiz
XBMC_DEPENDS - allows overwrite of XBMC_DEPENDS_ROOT when building with xcodebuild from commandline
2013-03-25Merge pull request #2478 from Memphiz/osxpackagingMemphiz
[osx] - adapt osx packaging - make it similar to what we do on ios and a...
2013-03-25dvdplayer: put line break into audio codec for consistencyxbmc
2013-03-25[OSX] SSE42 is for i7+ cpu, should not be set by default.ulion
2013-03-25Merge pull request #2490 from MartijnKaijser/remove_xboxMartijn Kaijser
[cosmetic] remove the mentions of xbox in pydocs code
2013-03-24depends: fix reace on native gettext installationMemphiz
2013-03-24[ios/atv2] - fix pathes in packaging scriptMemphiz
2013-03-24depends - readd native tar (needed for deb file packaging on ios)Memphiz
2013-03-24Merge pull request #2456 from FernetMenta/addonguijmarshallnz
addongui: fix fallback method if addon does not provide a skin file for ...
2013-03-23Merge pull request #2488 from Voyager1/fix_discmenu_deadlockVoyager1
[dvdplayer] fix deadlock when trying to go to disc menu
2013-03-24Check exists before listing dir, to avoid produce error log, fix #14210ulion
2013-03-24depends: fix sed in libgcrypt which wants to change the optimisation but ↵Memphiz
also might change other stuff we don't want (e.x. XBMC-OSX to XBMC-O1SX :p)
2013-03-24Only add to preDeps when it's not in there.ulion
2013-03-23Merge pull request #2489 from Voyager1/fix_addoninstaller_npulion
fixed: addoninstaller unguarded null pointer after #2475
2013-03-23[cosmetic] remove the mentions of xbox in pydocs codeMartijn Kaijser
2013-03-23fixed: addoninstaller unguarded null pointer after ↵Voyager1
b0825b1a212849e52fca27409ea87e81591f7cf4
2013-03-23[PowerManagement] Made busy dialog open when something issues suspend, ↵Tobias Arrskog
hibernation, powerdown or reboot
2013-03-23Merge pull request #2468 from ulion/winevent_cleanupulion
[WinEvents] Move win32 only code into win32 file.
2013-03-23[WIN32] fixed: jenkins doesn't like the rxvt shell so use sh instead. Since ↵wsoltys
sh still crashes often when compiling attended we keep using rxvt there.
2013-03-23[dvdplayer] fix deadlock when trying to go to disc menuVoyager1
2013-03-23[python] Add removeItem to ControlListArtem Glebov
2013-03-22[python] adds a background progress dialogScott Johns
2013-03-22[gtest] Fix compile: Use CJob priority level instead of empty job nameGarrett Brown
2013-03-22[gtest] Fix compile: missing include fileGarrett Brown
2013-03-22[IOS] Always send swipe events, left the receiver to handle it or not.ulion
2013-03-21depends: pythonmodulepil depends on python26Memphiz
2013-03-21[osx] - adapt osx packaging - make it similar to what we do on ios and atv2 ↵Memphiz
for consistency reasons
2013-03-21[ios/atv2] - fixed typo in README.iosMemphiz
2013-03-21Merge pull request #2475 from cptspiff/prevent_infinite_loopMartijn Kaijser
fixed: prevent infinite loop in add-on dependency checks
2013-03-21fixed: prevent infinite loop in add-on dependency checksspiff
2013-03-21[python] Notify python code about double clicksArtem Glebov
2013-03-20[airplay/airtunes] - backup volume on airplay/airtunes volume change and ↵Memphiz
restore it on playback stop
2013-03-20[airplay] - refactor the playstate announcement by using the IAnnouncer ↵Memphiz
interface - also adapt to some new findings on revers engineering itunes airplay traffic (add sessioncounter to reverse event and fix http request formatting) - fixes #14191
2013-03-20[airplay] - fix the playtime - itunes is very picky about the formatting hereMemphiz
2013-03-20[airplay] - handle empty session ids from itunesMemphiz
2013-03-20[rbp] fixed compilegimli
2013-03-20VideoRenderer: add gui setting for threshold when hq scaling is desiredxbmc
2013-03-20LinuxRendererGL: trigger reset of scaling when entering/leaving fullscreen videoxbmc
2013-03-20[Fix] Fixes dvdnav_audio_stream_format(...). Don't change the audio format ↵ace20022
numbers, e.g. DTS is 6 not 5, 5 is unknown.
2013-03-20[Cosmetics] Fix indentations.ace20022
2013-03-20[Fix] Correct the audio format recognition.ace20022