aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-05-18[release] version bump to 13.1 rc1Martijn Kaijser
2014-05-13bump to Gotham 13.1 beta2Martijn Kaijser
2014-05-10bump to Gotham 13.1 beta1Martijn Kaijser
2014-05-05[release] bump atv2/ios for re-releaseMartijn Kaijser
2014-05-03version bump to 13.0 finalMartijn Kaijser
2014-05-02[win32] new installer artworkda-anda
2014-05-02[win32] new iconda-anda
2014-05-02[atv2/packaging] - ensure to overwrite our icon in the cache for make it appearMemphiz
2014-05-02[ios/atv2] - removed unused XBMC.png and moved the ATV2 images to ↵Memphiz
tools/darwin/packaging/media/atv2
2014-05-02[ios] added new iOS iconsda-anda
2014-05-02[cydia] - remote iconpack script - iconpack is not needed anymore - ↵Memphiz
http://mirrors.xbmc.org/apt/pre-release/ios/CydiaIcon.png is used for it - should be replaced with media/iOS/rounded/AppIcon57x57.png
2014-05-02[droid] new launcher icons + fetch launcher icons from media dirChris Koying Browet
2014-05-02[linux] make use of new iconsda-anda
2014-05-02[osx] new icons + create icon from the iconsetJonathan Marshall
2014-04-27Merge pull request #4602 from opdenkamp/pvrgothamGotham_rc1jmarshallnz
[PVR] bump add-ons
2014-04-18[release] version bump to 13.0 rc1Martijn Kaijser
2014-04-15Merge pull request #4537 from bkuhls/uclibcTrent Nelson
[uClibc] Fix compilation on arm
2014-04-10Merge pull request #4297 from maxwellito/wiimote_battery_fixTrent Nelson
Fix Wiimote battery problem
2014-03-31Merge pull request #4484 from jmarshallnz/curl_ssl_fixjmarshallnz
[openssl] backport fix to alert handling from openssl 0.9.8za to fix github repos
2014-03-28version bump to 13.0 beta4Trent Nelson
2014-03-26Merge pull request #4476 from Memphiz/shairplayfixjmarshallnz
[shairplay] - upstream backports - fix password protection and socket race condition
2014-03-26Merge pull request #4466 from Memphiz/dependsfixjmarshallnz
[depends] - add missing dependency for python native (needs libz-native)
2014-03-15version bump to 13.0 beta3Jonathan Marshall
2014-03-15Merge pull request #4387 from Tolriq/swig_javahomejmarshallnz
Correctly use JAVA_HOME when generating SWIG bindings
2014-03-15Merge pull request #4421 from FernetMenta/pvrjmarshallnz
[PVR] bump add-ons
2014-03-03[release] version bump to 13.0 beta2Martijn Kaijser
2014-03-03Merge pull request #4314 from MartijnKaijser/beta1Gotham-beta1Trent Nelson
[release] version bump to 13.0 beta1
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-23Merge pull request #4007 from wsnipex/crashlogTrent Nelson
[linux] allow override of crashlog directory
2014-02-13Merge pull request #4194 from davilla/fix-patch-spewTrent Nelson
fixed, missing last line causes patch to spew warnings
2014-02-13[PVR] bump add-onsLars Op den Kamp
2014-02-12[jenkins] - add gtest buildstep for jenkins (osx32, osx64m linux32, linux64)Memphiz
2014-02-12fixed, missing last line causes patch to spew warningsS. Davilla
2014-02-11Merge pull request #4188 from Memphiz/ios7mpeg2crash2Trent Nelson
[ios7/atv2] - the real fix for the crash&burn
2014-02-11Merge pull request #4067 from ulion/fix_curl_302_content_lengthTrent Nelson
Fix redirected stream content-length. Fix #14647
2014-02-11[ios] - fix libmpeg2 PIC asm by including upstream patch - this is the real ↵S. Davilla
fix for the ios7 crash when loading libmpeg2 (and by reverting the former uncorrect fix this also fixes the kernel panic which occured on atv2 running ios5 and older ...)
2014-02-11Revert "[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we ↵Memphiz
crash and burn when we load libmpeg2 as dylib - closes #14813" This reverts commit 0e53fea3bbf092cccad9f5ade492754ee2a22ead. Conflicts: XBMC.xcodeproj/project.pbxproj
2014-02-09fixed, compiler warning. this comes from boost upstream ↵S. Davilla
(https://svn.boost.org/trac/boost/ticket/4918)
2014-01-28[PVR] sync add-onsLars Op den Kamp
2014-01-22Fix redirected stream content-length. Fix #14647ulion
2014-01-21FIX: [depends]: boost: actually enable spinlock for shared_ptr multithread ↵Chris "Koying" Browet
on arm
2014-01-20[PVR] bump add-ons (win32 bugfix)wsoltys
2014-01-19FIX: [droid] prevent the os from shutting us down if a touchpad device is ↵Chris "Koying" Browet
added/removed
2014-01-17depends: sdl patch for x11Rainer Hochecker
2014-01-17depends: fix compile of sdl on linuxRainer Hochecker
2014-01-17depends: fix compile error on linuxRainer Hochecker
2014-01-15[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we crash and ↵Memphiz
burn when we load libmpeg2 as dylib - closes #14813
2014-01-11Merge pull request #3712 from koying/adddroidimmersiveChris Browet
ADD: [droid] implement immersive mode on kitkat
2014-01-11ADD: [droid] implement immersive mode on kitkatChris "Koying" Browet
2014-01-11[linux] allow override of crashlog directorywsnipex