Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-19 | [release] bump version to 12.0 RC2 | Martijn Kaijser | |
2012-12-18 | [droid] Fix signing of APK with recent java/jarsigner versions | mikkle | |
2012-12-17 | [droid] fix https support in libcurl | Cory Fields | |
Curl seems to ignore the pkg-config deps, so we hard-code the fact that libssl works | |||
2012-12-15 | [pvr] and now add-ons with the correct commit | Lars Op den Kamp | |
2012-12-15 | [pvr] bump add-ons to 528780fab48a63637fd959f68cc996af2a272217 for Frodo final | alanwww1 | |
2012-12-15 | release: mk-release-source: git ate my +x | Cory Fields | |
2012-12-15 | release: add a script for creating bootstrapped tarballs from a specific commit | Cory Fields | |
example: 'mk-release-source 10.0-Dharma' will create xbmc-10.0-Dharma.tar.gz, ready to be uploaded and deployed. It works in a subdir and does not affect the current working dir or git repo. | |||
2012-12-14 | [droid] fix cloning of pvr repo when new branches/tags are created | Cory Fields | |
2012-12-13 | [pvr] bump pvr add-ons to 1409bbaa9248646372cf5c838def8c49c90e6e11 for Frodo RC2 | Lars Op den Kamp | |
2012-12-12 | [droid] fix pvr addons dependencies (fixes pvr.mythtv) | Cory Fields | |
2012-12-10 | [release] bump version to 12.0rc1 | Martijn Kaijser | |
2012-12-10 | Merge pull request #1917 from opdenkamp/pvr-addons-rc1 | davilla | |
[pvr] bump pvr add-ons | |||
2012-12-10 | [pvr] bump pvr add-ons to c1645d6b8b1f5ad657f1aff8806ee37427b470c0 | Lars Op den Kamp | |
2012-12-10 | fixed: line endings | bobo1on1 | |
2012-12-06 | Merge pull request #1897 from MartijnKaijser/version_bumpFrodo_beta3 | davilla | |
[release] bump version to beta3 | |||
2012-12-07 | [droid] libnfs: actually build it | Cory Fields | |
2012-12-06 | [droid] fix libcec build | Cory Fields | |
2012-12-06 | Merge pull request #1899 from OpenELEC/xbmc-fixes | Stephan Raue | |
WiiRemote: include unistd.h needed to build with gcc-4.7 | |||
2012-12-07 | WiiRemote: include unistd.h needed to build with gcc-4.7 | Stephan Raue | |
2012-12-07 | [cec] take 3, and now with the correct directory in the source tarball | Lars Op den Kamp | |
2012-12-06 | Merge pull request #1894 from theuni/nfs-android | davilla | |
[droid] add and enable libnfs 1.5 now that it works with android | |||
2012-12-07 | [release] bump version to beta3 | Martijn Kaijser | |
2012-12-07 | [cec] libCEC 2.0.5 with fixed build flags | Lars Op den Kamp | |
2012-12-06 | Merge pull request #1896 from opdenkamp/pvr-addons-b3 | Lars Op den Kamp | |
[pvr] bump add-ons to d3671def0a4bd826f1fc29d18f5618e6ed4fc068 | |||
2012-12-06 | [pvr] bump add-ons to d3671def0a4bd826f1fc29d18f5618e6ed4fc068 | Lars Op den Kamp | |
2012-12-06 | [droid] exclude non-compatible addons from packaging | Cory Fields | |
2012-12-06 | [cec] bump libCEC to 2.0.5 | Lars Op den Kamp | |
2012-12-06 | [droid] add and enable libnfs 1.5 now that it works with android | Cory Fields | |
2012-12-02 | [osx] fixed dmg background images, thx amet | davilla | |
2012-12-01 | Merge pull request #1874 from MartijnKaijser/beta2_tagFrodo_beta2 | davilla | |
[release] bump version to beta2 | |||
2012-12-02 | [droid] fix typo in last commit | Cory Fields | |
2012-12-01 | [droid] rub some cheetah-blood on the droid | Cory Fields | |
2012-12-01 | [droid] make it clear that the slow startup only happens once | Cory Fields | |
TODO: - Strings i18n - Add a message for the cases where we re-cache - Re-add the native unzip to speed things up | |||
2012-12-01 | [droid] revert part of 742197f since it's upstream now | Cory Fields | |
2012-12-02 | [osx] bump xbmc-pvr-addons | Lars Op den Kamp | |
2012-12-02 | [droid] pvr: bump to 1.6 and enable all addons | Cory Fields | |
2012-12-02 | [release] bump version to beta2 | Martijn Kaijser | |
2012-12-01 | [osx/ios] pvr: bump to 1.6 | davilla | |
2012-12-01 | [droid] whoops, add the missing patch from the last commit | Cory Fields | |
2012-12-01 | [droid] pvr: bump to 1.6 and enable all addons | Cory Fields | |
This also contains a patch that is PR99 in the xbmc-pvr tree, that is not vetted enough for inclusion yet, but is safe for android. This patch should be removed once the PR goes in upstream. | |||
2012-12-01 | Merge pull request #1871 from amet/screensavers | davilla | |
[fix] Screensavers on OSX | |||
2012-12-01 | bump SDL_image to 1.2.12 | amet | |
2012-12-01 | [fix] build screensavers on osx | amet | |
2012-12-01 | bump libpng to 1.5.13 | amet | |
2012-11-29 | [droid] fix libtool system link order | Cory Fields | |
Libtool runs some checks internally, then sets the link order for toolchain libs like libc/libm/libstdc++/libdl/etc. When using libcrystax, in order to link correctly and pick up all symbols, -lstdc++ MUST come before -lcrystax, because libstdc++ actually depends on libcrystax for locales, rtti, wchar_t, and a few other things. Libtool does not know about this dependency, so we must set it explicitly. This fixes runtime errors due to missing symbols when loading a lib linked by libtool, most commonly missing _CurrentRuneLocale. | |||
2012-11-29 | [droid] splash: adjust progressbar color | Chris "Koying" Browet | |
2012-11-29 | [droid] use main splash png | Chris "koying" Browet | |
2012-11-29 | [droid] remove obsolete stubs | Chris "Koying" Browet | |
2012-11-29 | [droid] Do not show any ui if pre-checks are OK | Chris "Koying" Browet | |
2012-11-29 | ADD: [droid] Splashscreen while caching assets | Chris "koying" Browet | |