aboutsummaryrefslogtreecommitdiff
path: root/XBMC-ATV2.xcodeproj
AgeCommit message (Collapse)Author
2013-05-27[ios] remove unused XBMC-iOS and XBMC-ATV2 xcodeprojectStephan Diederich
2013-05-13[osx/ios/atv2] - sync xcode projectsMemphiz
2013-05-13[osx/ios/atv2] - sync xcode projects (generic environment))Memphiz
2013-05-09wake on accesst4.ravenbird
2013-05-05[osx/ios/atv2] - sync xcode projectsMemphiz
2013-05-02[osx/ios] fixed broken build, missing FavouritesOperations.xxdavilla
2013-05-02[osx/ios] sync xcode projects with removal of DVDPlayerAudioResamplerdavilla
2013-05-01[osx/ios/atv2] - sync xcode projectsMemphiz
2013-04-08fixed broken build, please ping a darwin dev so we can sync xcode project ↵davilla
files rather than discover broken builds
2013-04-05allow fullscreen actions such as next subtitle, audio stream, audio/subs ↵Jonathan Marshall
delay etc. to be handled in other places
2013-04-04[osx/ios/atv2] - sync xcode projectsMemphiz
2013-04-01[osx/ios/atv2] - sync xcode projectsMemphiz
2013-03-30[osx/ios] cosmetic cleanup of project viewsS. Davilla
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-15[osx/ios/atv2] - sync xcode projects to include Buffer.hulion
2013-03-13depends: Prepend -target to staging to avoid clashes with old depstheuni
Also, fix a few missed ARCHS -> CURRENT_ARCH
2013-03-13[darwin] change path ..xbmc-depends/toolchain -> ↵davilla
..xbmc-depends/buildtools-native
2013-03-13[darwin] fixed XBMC_DEPENDS def in xcdoe project, ARCHS is all archs, ↵davilla
CURRENT_ARCH is the one we are building
2013-03-11depends: fix atv2 projectMemphiz
2013-03-09[osx/ios/atv2] - sync xcode projectsMemphiz
2013-03-06project file updates after removing internal lastfm/scrobbler supportspiff
2013-03-04[darwin] sync xcode projectsdavilla
2013-02-20[atv2] - rewrite the XBMCAppliance and XBMCController for using obj-c ↵Memphiz
runtime class definition and hooking. This is needed for supporting atv2 on ios6 (see the comments in the impl.)
2013-02-10[osx/ios/atv2] - sync xcode projects for webdav writesupportMemphiz
2013-02-06added an imagefactory to XBMC. The only libs currently are libjpeg-turbo and ↵wsoltys
cximage.
2013-02-05Remove LCDproc support from XBMC coreDaniel Scheller
2013-02-05[ios/atv2/osx] - sync xcode projectsMemphiz
2013-01-20upnp: add support for controlling external playerJoakim Plate
2012-12-23[osx/ios/atv2] - sync xcode projects - fixes build after ↵Memphiz
01a2ea04fa2f294ce6196d382a91e38f8ed862ae
2012-11-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-11-16[osx] fixed buildJonathan Marshall
2012-11-12[osx/ios] fix build, sync xcode projectsdavilla
2012-11-09[osx/ios/atv2] - fix prebuilt step - add xbmc-depends toolchain dir to PATH ↵Memphiz
so swig can be found
2012-11-08[osx/ios/atv2] - only generate python interface in xcode prebuilt step - and ↵Memphiz
do all (!!!wooohoooo!!!) compilation in xcode then
2012-10-28[osx/ios/atv2] - don't build the legacy interface via make in the xcode ↵Memphiz
prebuilt step. This leads to broken vtables because of different buildsettings in xcode and make. Instead only build the python_bindings.a (code generation) via make and pull the legacy interface into xcode. This fixes subtitle addon on ios release builds and a dozen of other problems we didn't see yet. Thx @jcarroll to pointing it out.
2012-10-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-24[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-16[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-16adds backward compatibility art updater for Eden->FrodoJonathan Marshall
2012-10-16move video and music thumbloaders to their own .cpp/h filesJonathan Marshall
2012-10-15remove unneeded CGUIStandardWindow classJonathan Marshall
2012-10-10[ios] fixed crash when built under SDK6, VideoToolbox changed from ↵davilla
/System/Library/PrivateFrameworks to /System/Library/Frameworks and we need to fixup the internal path to reflect the actual location on iOS4/iOS5 devices
2012-10-10[osx/ios/atv2] remove HTTP-API referencesmontellese
2012-10-09[osx/ios] fixed, only find files and not directories with *.pvr, etcdavilla
2012-10-09[ios] fixed runtime failure to load, missing NptPosixTime.cpp and ↵davilla
NptHash.cpp in Xcode project.
2012-10-09Merge pull request #1399 from Montellese/gsoc_advanced_filterSascha Montellese
[GSoC] Advanced Library Filtering
2012-10-09[osx/ios/atv2] update xcode project filesmontellese
2012-10-08Merge pull request #1571 from Memphiz/bxaremoveArne Morten Kvarving
[PAPlayer] Remove BXACodec and use DVDPlayerCodec instead
2012-10-08changed: drop now unused CGUIDialogVideoScanspiff
2012-10-08[BXACodec] - get rid of the now obsolete BXACodecMemphiz