aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
AgeCommit message (Collapse)Author
2012-09-30 [dvdplayer/subs] - factor the calculation from relative to absolute ↵Memphiz
overlaytime out from the subtitleplayer into the dvdoverlaycodec base class and adapt subtext, subtx3g and subffmpeg to use it accordingly without changing former behaviour
2012-09-26[ios/osx] - enable LCD support like already available on the other linux ↵Memphiz
platforms
2012-09-26[osx/ios] fixed, do not run makefile scripts unless we are buildingS. Davilla
2012-09-23[osx/ios] fixed, python dev is a pain under darwin, move build of ↵davilla
xbmc/interfaces/legacy,python out of xbmc_depends back into Xcode via run scripts
2012-09-18[osx/ios] fixed, exclude .git dirs from packagingdavilla
2012-09-10[osx] fixed, xbmc/interfaces/bindings does not exist anymore and -ltag ↵davilla
belongs with depends group
2012-09-10[tags+replaygain] Make ReplayGain normal tags in CMusicInfoTag - we have to ↵Chris Roberts
read all the tags to get the data anyway.
2012-09-10[tags] Remove old AAC, Ape, Flac, MP3, MP4, MPC, Ogg, WMA, and WavPack ↵Chris Roberts
TagLoaders from Xcode & VS2010 projects and Makefiles and remove files on disk
2012-09-10[tags] Add new TagLoaderTagLib & associated VFSStreamChris Roberts
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-07[osx/ios/atv2] - sync xcode projectMemphiz
2012-09-06[osx] - fix packaging of pvr addons when building the XBMC.app (at least i ↵Memphiz
guess so)
2012-09-06[osx] - move SDLMain.mm from xbmc/osx to xbmc/main and stick it into the ↵Memphiz
main.a - fixes compilation of test framework
2012-09-05[osx] process any .pvr files located in addons when packagingS. Davilla
2012-09-05osx: fixup Xcode project after test mergeJoakim Plate
2012-09-05[osx] - readded the framework (was indeed needed) - to the correct place in ↵Memphiz
the project
2012-09-05[osx] - fix osx xcodeproject (remove unneeded framework and resorted the ↵Memphiz
upnp stuff)
2012-09-05Merge pull request #1230 from alcoheca/upgrade-platinumAlasdair Campbell
[gsoc] [UPnP] Upgrade Platinum
2012-09-05[UPnP] Platinum now stats files before serving via http. This means serving ↵Alasdair Campbell
files from vfs was broken. Solution is to remove all filesystem access to Platinum and expand NPT_XbmcFile. Anything apart from GetInfo:: (stat) is ignored as Platinum only serves up library items, not file systems. Thanks to elupus for fix, and pieh for spotting this in the first place
2012-09-05[UPnP] update Platinum/Neptune to 0.6.9.1Alasdair Campbell
2012-09-05[osx] use llvm instead of clang in xcode project to match depends usagedavilla
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-08-06[osx/ios/atv2] - fix build on commandline when using xcode 4.xMemphiz
2012-08-06[osx/ios/atv2] update project filesmontellese
2012-08-01[keyboard] - buildsys changesMemphiz
2012-07-31[osx/ios] fixed compiler warnings, move -Wreorder to WARNING_CFLAGS to ↵davilla
OTHER_CPLUSPLUSFLAGS, it is a c++/objc compiler flag
2012-07-28[osx/ios/atv2] - fix xcode projectsMemphiz
2012-07-13changed: remove unused Cssrc classspiff
2012-07-12changed: drop CProgramDatabasespiff
unused and unusable in its current state
2012-07-12changed: remove CShortcut class and related codespiff
this is a useless xbox remnant that won't ever be used elsewhere
2012-07-12[seekbar] adds seek handler rather than handling seeking directly in ↵Jonathan Marshall
CGUIDialogSeekBar.
2012-07-10adds new CDatabaseManager, and allow it to access CDatabase::Update directly.Jonathan Marshall
2012-07-08Merge pull request #1108 from Montellese/movie_taggingSascha Montellese
add a tagging system for movies
2012-07-08[osx/ios/atv2] update project filesmontellese
2012-07-08adds SaveFileStateJob.h to the Xcode projectJonathan Marshall
2012-07-02[osx/xcode] add -Wreorder to build flags to match what is standard on newer ↵Joakim Plate
GCC's
2012-06-10[osx/ios/atv2] - sync xcode projectsMemphiz
2012-06-09[osx/ios/atv] update xcode project filesmontellese
2012-06-06libxbmc: fix xcode. Thanks davilla.theuni
2012-06-05[xcode] - check minor version of xcode not major - for generating the ↵Memphiz
symlinks for the packaging scripts
2012-06-03[xcode] - add build phase script for doing fancy ln stuff for getting our ↵Memphiz
build folder back when using xcode4 (this fixes our packaging scripts for xcode4) - add debugtype to dwarf+dsym on osx - else xcode4 doesn't generate dsym files
2012-06-01[osx/ios/atv2] sync xcode projects after #981amet
2012-05-25[osx] README.osx location changed in Xcode projectamet
2012-05-24[osx] changed to match depends default build, use 'latest' SDK and target ↵davilla
10.6 as min. Note to osx devs, make sure any new APIs are present in 10.6 sdk. removed double CoreFoundation framework ref
2012-05-14Merge pull request #958 from jmarshallnz/image_vfsjmarshallnz
Image VFS support for JSON-RPC - fixes #13010
2012-05-14[osx] 1) fixed, incorrect path to CoreFoundation.framework, was an absolute ↵davilla
path into 10.4sdk which does not exist under xcode3/xcode4 on osx 10.7. 2) xcode project cleanup
2012-05-13webserver: add handler for image://montellese
2012-05-13adds image:// file protocol as a wrapper for texture cache, to be used for ↵Jonathan Marshall
JSON-RPC images
2012-05-12[osx] changed 1) we welcome our new x86_64 overloads, enable building xbmc ↵davilla
for x86_64. 2) set sdk to 10.6 instead of 'current' to cut down of sdk differences. 3) purge osx project of unused frameworks including carbon