Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-06 | Merge pull request #856 from amet/xbmc_monitor | Zeljko Ametovic | |
Callback function for xbmc module (xbmc.Monitor) | |||
2012-04-06 | Callback 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-04 | Merge branch 'ffmpeg_0.10.2' | elupus | |
2012-04-03 | move texture caching jobs to a separate file | Jonathan 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 adff92756 | Memphiz | |
2012-03-27 | [osx/ios/atv2] sync xcode projects after 32b3b77 | amet | |
2012-03-27 | [osx/ios/atv2] sync xcode projects | amet | |
2012-03-25 | Merge pull request #528 from Memphiz/networkinfo | Memphiz | |
[ios/atv2/osx] - add GetNameServers and GetDefaultGateway using scutil | |||
2012-03-22 | [osx/ios/atv2] - sync xcode projects | Memphiz | |
2012-03-19 | Merged support for audio/L16 mimetype from andrewfg PR 251 | Sylvain Rebaud | |
2012-03-18 | [ios/atv2/osx] - add GetNameServers and GetDefaultGateway using scutil | Memphiz | |
2011-12-17 | Revert the rest of the karaokeplayer commits. fixes xcode builds | Lars Op den Kamp | |
This reverts commit 5684e8ef15bc5a4ef2c407a4dafb33684e4afb95 and 33a066668f698c3875da717539fef7e61650945a | |||
2011-12-17 | [osx/ios/atv2] sync xcode projects after d1c5773 | amet | |
2011-12-05 | [osx] fixed, add missing bit from https://github.com/xbmc/xbmc/pull/527 | davilla | |
2011-11-16 | [osx/ios] sync xcode projects to pull request #527 | davilla | |
2011-10-15 | [osx] enable libcec under darwin intel/ppc | davilla | |
2011-10-11 | [upnp] - add FileUPNP wrapper | Memphiz | |
2011-10-08 | [osx] revert part of 084768a9e285f9feb0d4d9247bad54c782b2b9e4, we will not ↵ | davilla | |
need libusb after all | |||
2011-10-08 | [osx] fixed, enable libusb support | davilla | |
2011-10-08 | [osx] fixed, exclude skin.touched from ADDONSYNC as we do for skin.confluence | davilla | |
2011-10-03 | [osx] add media key control for Nyxboard compatibility | davilla | |
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 warning | davilla | |
2011-09-30 | [osx] changed, re-enable build of PeripheralCecAdapter.cpp now that we have ↵ | davilla | |
guards in place | |||
2011-09-29 | fixed compile | davilla | |
2011-09-30 | Squashed original peripherals PR #383 | Lars 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 projects | Memphis | |
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 settings | davilla | |
2011-09-18 | jpeg: osx/ios support | gimli | |
2011-09-18 | [osx/ios/atv2] - sync xcode projects | Memphiz | |
2011-09-08 | [sync] - ios/osx xcode projects | Memphiz | |
2011-09-05 | [osx/ios/atv2] sync xcode projects after 4e2f18f | amet | |
2011-08-23 | [sync] - sync buildsys/projects for linux,osx,ios for airplay support | Memphiz | |
2011-08-18 | [sync] - sync xcode projects after 55941de | Memphiz | |
2011-08-14 | [move] - move InertialScrollingHandler.cpp/.h to input dir - thx spiff | Memphiz | |
2011-08-07 | [sync] - removed platform.select.h from xcode projects | Memphiz | |
2011-08-02 | add InfoBool classes for caching of boolean conditions and expressions | Jonathan Marshall | |
2011-08-01 | get rid of depreciated buttonscroller control | Jonathan Marshall | |
2011-07-30 | [osx] fixed ppc build (revert 0002f0fba26a56eb18ac9aa3c3c5ce2ffd287be5) | beenje | |
2011-07-30 | clean the xcode project of dupe'd files | Jonathan Marshall | |
2011-07-29 | Merge 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 groups | davilla | |
2011-07-22 | [osx] fixed ppc build (missing TARGET_xxx defines in xcode) | beenje | |
2011-07-22 | Add CTimeSmoother class for smoothing timestamps | Jonathan Marshall | |
2011-07-20 | [cosmetic] renamed platform.select to platform.select.h so that it would be ↵ | Jim Carroll | |
more obvious what it is. |