aboutsummaryrefslogtreecommitdiff
path: root/XBMC-ATV2.xcodeproj
AgeCommit message (Collapse)Author
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
2012-10-07[ios/atv2] - fix build by syncing xcode projectsMemphiz
2012-10-07[atv+ios] remove remaining references to libapetag and libid3tag from ↵Chris Roberts
atv&ios projects
2012-10-07changed: remove now unused CGUIDialogMusicScanspiff
2012-10-04[osx/ios/atv2] - sync xcode projects and fix compilation (added missing ↵Memphiz
PeripheralImon.cpp/.h)
2012-10-05[screenshot] move Screenshot.h/cpp to utils, and update projectsJonathan Marshall
2012-10-04[ios/atv2] - prevent xcode4 from using -Os on compiler optimisation (this ↵Memphiz
maybe fixes 7 mins timeshift of the clock and maybe other issues - and maybe it does nothing)
2012-10-02[osx/ios/atv2] - sync xcode projects (add AddonsOperations.cpp/.h)Memphiz
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-16[atv2] - add missing linkage against taglib for atv2Memphiz
2012-09-10[ios/atv2] - sync xcode projectsMemphiz
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-08[ios/atv2] - fix the linkpath in check_xbmc_dylib_depends before iterating ↵Memphiz
through the dependend libs
2012-09-07[osx/ios/atv2] - sync xcode projectMemphiz
2012-09-06[ios] add missing pvr packagingdavilla
2012-09-05[ios/atv2] - sync xcode projects for the upnp bumpMemphiz
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-03[ios] fixed xcode project, GUIKeyboard.cpp does not exist anymoredavilla
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