aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
AgeCommit message (Collapse)Author
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-25Merge pull request #528 from Memphiz/networkinfoMemphiz
[ios/atv2/osx] - add GetNameServers and GetDefaultGateway using scutil
2012-03-22[osx/ios/atv2] - sync xcode projectsMemphiz
2012-03-19Merged support for audio/L16 mimetype from andrewfg PR 251Sylvain Rebaud
2012-03-18[ios/atv2/osx] - add GetNameServers and GetDefaultGateway using scutilMemphiz
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[osx] fixed, add missing bit from https://github.com/xbmc/xbmc/pull/527davilla
2011-11-16[osx/ios] sync xcode projects to pull request #527davilla
2011-10-15[osx] enable libcec under darwin intel/ppcdavilla
2011-10-11[upnp] - add FileUPNP wrapperMemphiz
2011-10-08[osx] revert part of 084768a9e285f9feb0d4d9247bad54c782b2b9e4, we will not ↵davilla
need libusb after all
2011-10-08[osx] fixed, enable libusb supportdavilla
2011-10-08[osx] fixed, exclude skin.touched from ADDONSYNC as we do for skin.confluencedavilla
2011-10-03[osx] add media key control for Nyxboard compatibilitydavilla
2011-10-01[fix] - fix afp with netatalk server - on netatalk server symlink resolving ↵Memphiz
is not possible because stat is br0ken between afpclient and netatalk server
2011-10-01[ios/atv2/osx] - clean xcode projects - fixed sorting - synced optimisations ↵Memphiz
on ios/atv2 (Debug - none, Release -O2)
2011-09-30[osx] fixed, linker warningdavilla
2011-09-30[osx] changed, re-enable build of PeripheralCecAdapter.cpp now that we have ↵davilla
guards in place
2011-09-29fixed compiledavilla
2011-09-30Squashed original peripherals PR #383Lars Op den Kamp
This is a PR for a new "peripherals manager", /xbmc/peripherals, that detects devices and automatically configures them for use with XBMC. The device mappings and configurations can be defined in system/peripherals.xml. Users can modify settings via system->system->input->peripherals. It works as follows: - CPeripherals contains one or more CPeripheralBus instances. - CPeripheralBus contains the device scanning implementations for the different platforms we support. - The implementations for the devices can be found in peripheral/devices and all devices inherit from CPeripheral. - The devices that are detected are looked up in peripherals.xml, starting at the top of the file and going down. If no mapping was found for the device, an instance of one of the default classes will be created: CPeripheralHID, CPeripheralDisk or CPeripheralNIC. - in peripherals.xml, devices can be matched by vendor id (vendor="xxxx"), product id (product="xxxx"), bus type (bus="xxxx"), device class (class="xxxx") or a combination of these values. The class that will be instantiated for that device is defined in mapTo="xxxx" - the configuration for the device can be defined in peripherals.xml as well. Have a look at system/peripherals.xml, where you can find the possible settings in the demo entry at the bottom. When a device is inserted and there are any settings with configurable="true" present for that device, these settings will be added to the settings dialog, under system->system->input->peripherals. - an example of how these settings can be used can be found in CPeripheralHID, which checks for a "keymap" setting and will automatically switch the keymap XBMC uses to the one that is defined in the setting. TODO: - keep separate configs when the same device is found more than once - general review of this code.
2011-09-29[sync] - xcodeprojects for ios/atv2/osx - and fixed atv2 xcode location of ↵Memphiz
infobool.cpp/h
2011-09-26[sync] - xcode projectsMemphis
2011-09-19[osx] fixed, broken ppc build. remember to check both intel AND ppc check ↵davilla
boxes when adding files to the project
2011-09-19[osx/ios] cosmetics, keep libs in their include path group in linker settingsdavilla
2011-09-18jpeg: osx/ios supportgimli
2011-09-18[osx/ios/atv2] - sync xcode projectsMemphiz
2011-09-08[sync] - ios/osx xcode projectsMemphiz
2011-09-05[osx/ios/atv2] sync xcode projects after 4e2f18famet
2011-08-23[sync] - sync buildsys/projects for linux,osx,ios for airplay supportMemphiz
2011-08-18[sync] - sync xcode projects after 55941deMemphiz
2011-08-14[move] - move InertialScrollingHandler.cpp/.h to input dir - thx spiffMemphiz
2011-08-07[sync] - removed platform.select.h from xcode projectsMemphiz
2011-08-02add InfoBool classes for caching of boolean conditions and expressionsJonathan Marshall
2011-08-01get rid of depreciated buttonscroller controlJonathan Marshall
2011-07-30[osx] fixed ppc build (revert 0002f0fba26a56eb18ac9aa3c3c5ce2ffd287be5)beenje
2011-07-30clean the xcode project of dupe'd filesJonathan Marshall
2011-07-29Merge branch 'log_frame_times'Jonathan Marshall
* log_frame_times: make CApplication::FrameMove conditional to cleanup ProcessRenderLoop Enable the timesmoother for frame times Add CTimeSmoother class for smoothing timestamps move update of frame time to immediately following flip, and pass in whether or not a flip occurred No need to call Process() in OnDeinitWindow as ProcessRenderLoop(true) does this Conflicts: xbmc/Application.cpp
2011-07-25[osx] remove empty groupsdavilla
2011-07-22[osx] fixed ppc build (missing TARGET_xxx defines in xcode)beenje
2011-07-22Add CTimeSmoother class for smoothing timestampsJonathan Marshall
2011-07-20[cosmetic] renamed platform.select to platform.select.h so that it would be ↵Jim Carroll
more obvious what it is.