aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-31[WIN32] added make-xbmc.bat to just build debug or release builds with jenkins.Gotham_alpha2WiSo
2013-03-31[WIN32] fixed: depends also need XBMC_PATH setWiSo
2013-03-31[WIN32] added download-depends.bat and download-msys.bat to the jenkins ↵WiSo
build scripts.
2013-03-31fixed: typosspiff
2013-03-31fixed: avoid spurious dependencies for utils/CharsetConverter.hspiff
from 200 files rebuilt to 56 (144 spurious)
2013-03-31fixed: selection of correct item after searchesspiff
need to strip the options off the videodb items as the selitem do not have them applied closes #14054
2013-03-31[WIN32] fixed typo in bzip2 dependencies.WiSo
2013-03-31fixed: linux package namesspiff
closes #13994
2013-03-31fixed: disable slideshow/recursive slideshow buttons in addons listingspiff
closes #10513
2013-03-30[osx/ios] cosmetic cleanup of project viewsS. Davilla
2013-03-30fixed compiler warningS. Davilla
2013-03-30[ios] cosmetics, move Default-568h@2x.png to where it belongs in the project ↵S. Davilla
view
2013-03-30not going to execute thesespiff
2013-03-30Merge pull request #2448 from ace20022/fix_wma_tagsArne Morten Kvarving
[Fix] Fix wma tags "year" and "artist"
2013-03-30Merge pull request #2499 from MartijnKaijser/versioncheckMartijn Kaijser
[addons] add version check script that notifies user if there's a newer ...
2013-03-29Merge pull request #2515 from arnova/curl_seek_regression_fixulion
fixed: Some (live) streams no longer played since the Curl seek fix (fix...
2013-03-29Merge pull request #2511 from fritsch/ae-free-soundsdavilla
AE: Stop playing sounds when going to Suspend for all platforms (fixes #14211)
2013-03-29fixed: Some (live) streams no longer played since the Curl seek fix (fixes ↵arnova
#14224)
2013-03-29[WIN32] added a prepare-env script for jenkins to clean the environment a ↵wsoltys
little but keep the build deps.
2013-03-29[touch] fix missing call to OnTouchGestureStart() from ↵montellese
CGenericTouchInputHandler if only the secondary pointer moved
2013-03-29AE: Stop playing sounds when going to Suspend for all platforms (fixes #14211)fritsch
2013-03-28depends: update .gitignore for depends for osx and ios buildsMemphiz
2013-03-28[jenkins] - don't clean the pvr addons in first place - when skipping ↵Memphiz
depends build they wouldn't get reinstalled and we would ship without them
2013-03-28[osx] - fix missed adaption to the osx package scriptMemphiz
2013-03-28[addons] add version check script that notifies user if there's a newer ↵Martijn Kaijser
version released compared to what he is running
2013-03-28[droid] add files generated during packaging to gitignoremontellese
2013-03-27Merge pull request #2506 from uNiversaI/patch-1Arne Morten Kvarving
Typo in README.raspberrypi
2013-03-27Typo in README.raspberrypiuNiversaI
Like tittle says.
2013-03-27[jenkins] - add the branchname to the package namesMemphiz
2013-03-27[WIN32] fixed: copy and rename the pdb file to the build setup directory ↵wsoltys
that jenkins can grab it as well.
2013-03-26Guard against failed memory allocation in ↵Garrett Brown
CGUIDialogVideoBookmarks::AddBookmark()
2013-03-26Delete settings category if it already exists in CSettingsGroup::AddCategory()Garrett Brown
2013-03-26[jenkins] - welcome jenkins support for osx/ios/atv2/android to mainline :o) ↵Memphiz
- add buildsteps for usage with jenkins
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-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-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-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