aboutsummaryrefslogtreecommitdiff
path: root/XBMC-IOS.xcodeproj
AgeCommit message (Collapse)Author
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-03[ios/atv/xcode] add -Wreorder to build flags to match what is standard on ↵Memphiz
newer GCC's
2012-06-10[osx/ios/atv2] - sync xcode projectsMemphiz
2012-06-09[osx/ios/atv] update xcode project filesmontellese
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-02[ios] - use xcodebuild for getting the path to codesign_allocate (because it ↵Memphiz
differs between xcode3 and xcode4.3)
2012-06-01[osx/ios/atv2] sync xcode projects after #981amet
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-11[osx/ios] fix broken builddavilla
2012-05-11[osx/ios] re-org CoreAudio files into a CoreAudio dir to Engines dir cleandavilla
2012-05-10[ios] banish eprint to the dark regions of nulldavilla
2012-05-09[osx/ios] refactor depends build and switchover to using 10.6sdk for osxS. Davilla
2012-05-10[AE] remove old files from the build systemGeoffrey McRae
2012-05-10[AE] add new files to build systemGeoffrey McRae
2012-05-05[osx/ios] fixed broken build that caught me nappingdavilla
2012-05-04[ios] sync xcode projectsdavilla
2012-05-02[ios/atv2] sync xcode projectsdavilla
2012-05-02[ios/atv2] - sync xcode projectsMemphiz
2012-05-01[fix] - sync xcode projects for ios and atv2Memphiz
2012-05-01initial implementation of library structure from xmlJonathan Marshall
2012-04-08[ios/atv2] - sync projects for tvout changesMemphiz
2012-04-06Merge pull request #856 from amet/xbmc_monitorZeljko Ametovic
Callback function for xbmc module (xbmc.Monitor)
2012-04-06Callback function for xbmc module (xbmc.Monitor)amet
monitors for: - onSettingsChanged - onScreensaverDeactivated - onScreensaverActivated - onDatabaseUpdated, will return the database that has been updated (video/music)
2012-04-04Merge branch 'ffmpeg_0.10.2'elupus
2012-04-03move texture caching jobs to a separate fileJonathan Marshall
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build ↵Memphiz
issues on ios
2012-03-27[rename] - rename all iFile and iDirectory implementations to have the ↵Memphiz
protocol in suffix instead of prefix in filesystem - fix includes after file renaming - split Slingbox to SlingboxFile and SlingboxDirectory - split HDHomeRun to HDHomeRunFile and HDHomeRunDirectory - fix buildsystem/projects after file renaming
2012-03-27[osx/ios/atv2] - sync xcode projects after adff92756Memphiz
2012-03-27[osx/ios/atv2] sync xcode projects after 32b3b77amet
2012-03-27[osx/ios/atv2] sync xcode projectsamet
2012-03-22[osx/ios/atv2] - sync xcode projectsMemphiz
2012-03-19Merged support for audio/L16 mimetype from andrewfg PR 251Sylvain Rebaud
2011-12-17Revert the rest of the karaokeplayer commits. fixes xcode buildsLars Op den Kamp
This reverts commit 5684e8ef15bc5a4ef2c407a4dafb33684e4afb95 and 33a066668f698c3875da717539fef7e61650945a
2011-12-17[osx/ios/atv2] sync xcode projects after d1c5773amet
2011-12-05[ios] fixed, add missing bit from https://github.com/xbmc/xbmc/pull/527davilla
2011-12-02[ios] fixed, check for Textures.xbt before we decide to strip png/jpg files ↵davilla
from packaging
2011-11-27[ios] fixed, the path to preflight script was wrong, it is ↵davilla
tools/darwin/runtime, not tools/osx/runtime
2011-11-16[osx/ios] sync xcode projects to pull request #527davilla
2011-10-18[ios] fixed, do not sync image files that have been packed by texturepacker, ↵davilla
it is a waste of space