aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
AgeCommit message (Collapse)Author
2011-07-18add 3GPP/TX3G (aka MPEG-4 Timed Text) Subtitle support, millions of ↵davilla
XBMC/Handbrake cry out in joy
2011-07-14[osx/ios/atv2] sync Xcode project after pull request #265amet
2011-07-07[osx] sync xcode project for ppcbeenje
2011-07-07[fix] - sync xcode projects after 5f3686baMemphiz
2011-07-04[osx/ios/atv2] - synced xcode projectsMemphiz
2011-06-27[osx] fixed build, added missing -lboost_thread to ppc, removed extra -lssh ↵davilla
on i386
2011-06-27[osx/ios/atv2] sync xcode projectsamet
2011-06-27move dim/black screensaver to the windowmanagerJonathan Marshall
2011-06-23[osx] sync xcode projectamet
2011-06-23fixed for remove-circ-depsdavilla
2011-06-20[osx/ios] - activated sftp support for osx, ios and atv2 - rebuild darwin ↵Memphiz
depends for usage
2011-06-19[osx/ios] change build system to use tools/darwin dependsdavilla
2011-06-19[osx] fixed ppc build, common source files need both i386 and ppc targets ↵davilla
enabled
2011-06-19[osx/ios] add TARGET_xxx defines to xcode projectsdavilla
2011-06-18[nfs] - add nfs support (incl. write allowed like smb)Memphiz
- using dyloaded libnfs - incl. connection tracking for delayed unload feature
2011-06-17[osx] xcode project got wacky, resyncdavilla
2011-06-17[osx] add HID device detect for dynamic keymap changingdavilla
2011-06-16Merge branch 'dirty-region-rebase'Jonathan Marshall
* dirty-region-rebase: (97 commits) fix dirty region processing of edit controls fix dirty region processing of button label text fixed: vis control rendering was off due to setting invalid viewports Have mouse pointer by default as over all other dialogs move debug info rendering to the windowmanager move UpdateModelessDialogs into CGUIWindowManager::Process() Moved processing from Render into Process in GUIProgressControl fixed: rss controls sometimes don't specify a <height>, so ensure we calculate the render region correctly unify setting of visible state, and mark control as invalid when state changes no need for SetVisible in CGUISpinControlEx fix rendering of screen calibration - always dirty for now (video playback is often on this screen fix marking of resize and mover control get selectbutton rendering and marking correctly fixed toggle button marking dirty mark fullscreen video window as dirty (it almost certainly is) every frame: fixed rendering of bordered images and mark correctly make dirty region visualisation a little clearer CGUIControlGroup::SetInvalid() should not necessarily invalidate it's children. If the group is invalid they'll likely be re-rendered anyway. only visible or dirty controls contribute to controlgroup renderrect mark screen dirty during screensaver render, and correctly mark mouse pointer - screensaver needs further work ... Conflicts: XBMC-ATV2.xcodeproj/project.pbxproj XBMC-IOS.xcodeproj/project.pbxproj XBMC.xcodeproj/project.pbxproj project/VS2010Express/XBMC.vcxproj.filters xbmc/settings/AdvancedSettings.cpp
2011-06-16move debug info rendering to the windowmanagerJonathan Marshall
2011-06-16Added dirtyregion toolsTobias Arrskog
2011-06-14[osx] fix osx build, againamet
2011-06-13[osx] fix osx buildamet
2011-06-13Merge pull request #180 from jmarshallnz/multiple_settings_filesMartin Ellis
Multiple settings files (rebased pull req 178/145)
2011-06-13refactor app parameter parsingJonathan Marshall
2011-06-08Revert "[osx/ios] sync xcode projects"Martin Ellis
This reverts commit 157b8ff4e441235f93f7955f35c504facfe1077b.
2011-06-08[osx/ios] sync xcode projectsS. Davilla
2011-06-07[osx/ios] sync xcode projects to wavpack removal and clean up some stray bitsS. Davilla
2011-06-06[osx] fixed: yajl missing from ppc release buildbeenje
2011-06-05[osx/ios] fixed, yajl missing from release buildsS. Davilla
2011-06-03[osx/ppc/ios/atv2] order of libs in xcode projects is importantamet
2011-06-03[osx/ppc/ios/atv2] sync xcode projects due to libjsoncpp being replaced by ↵amet
libyajl
2011-06-02[osx-ppc] Slingbox is needed on osx-ppc as well, duh!amet
2011-06-01[osx/ios/atv2] sync xcode project and add SlingboxLib.a to make xcode_dependsamet
2011-05-15changed: remove old virtualpath codespiff
this was replaced by multipaths back in 2006 or thereabout
2011-04-30[osx] fixed powerpc-osx buildbeenje
2011-04-28changed: our aiff codec does not handle all files so let ffmpeg do the honorsspiff
2011-04-28[osx/ios/atv2] fixed: xcode buildamet
2011-04-19[osx/ios/atv2] sync xcode projectsamet
2011-04-17[osx/ios/atv2] sync xcode projectsamet
2011-04-13[osx] changed, use linker flags to specify external depends libs so we can ↵S. Davilla
reference off XBMC_DEPENDS for i386 and ppc
2011-04-12[osx/ios] finish libXBMS removalS. Davilla
2011-04-07Updated the xcode project for osx.jimfcarroll
2011-04-07[osx/ios] remove libxbms.a linkageS. Davilla
2011-04-06[osx] fixed build breakageof the universe
2011-04-06Merge remote branch 'mine/ext-python'Jim Carroll
2011-04-06fixes osx buildJonathan Marshall
2011-04-05Code changes for external python. Changes include submissions by ↵spiff
cptspiff,WiSo,blinkseb, and jcarroll changed: limit the scope of the python includes. this will be useful in an upcomming patch. credit jcarroll changed: use a m4 check to set the python path directly, and ditch the old hardcoded version nonsense. credit jcarroll Fixed the build for when --enable-external-python is not used. Fixed the warnings due to Python.h not being the first header as required by Python. Final fix to the osx make build so that external python works. Needed to change the m4 macro to account for .dylib on osx and the dependant ./configure call to pass the installed location of the python xbmc is to be built against. Also updated .gitignore for the osx dependency builds. There was a name collision between the python datetime.h and the xbmc/DateTime.h on file systems that are not case sensitive. This is now fixed by renaming DateTime.h to XBDateTime.h By request, the .cpp files now sorted alphabetically in the Makefile.in. the m4 macros is a mess of mixed spaces and tabs. In order to make my couple line change more readable I changed the spaces to tabs so it would be consistent with the surrounding area. This was per the request of jmarshall. Fixed an error where under internal python the correct header wasn't being used. if --enable-external-python is selected then don't build the internal python at all and not using any of the wrappers. Modified the xcode project to work with the external python changes. There was a bug in the Makefile.in where the internal python build target wasn't being set correctly. This is now fixed. [WIN32] removed some uneeded files, renamed DateTime* to XBDateTime* and defined USE_EXTERNAL_PYTHON Added xbmc/cores/DllLoader/Makefile to .gitignore since it's being autogened. Made it so that the distinction between internal and external python is limited to mostly just Makefile's now. Most of the code no longer needs to make the distinction. This should make it much easier to move forward in windows and eventually with removing the internal python. updated: .gitignore
2011-04-04JSONRPC: sync xcodeamet
2011-03-28[osx/ios] move interfaces, interfaces/http-api and interfaces/json-rpc/json ↵S. Davilla
out of xcode_depends and into xcode project.
2011-03-28Add disc stub support for cataloging DVDs, Blurays etc. Addresses #10384.Harry Muscle