Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-01 | [ios/atv2/osx] - clean xcode projects - fixed sorting - synced optimisations ↵ | Memphiz | |
on ios/atv2 (Debug - none, Release -O2) | |||
2011-10-01 | fix image infolabels handling with skin variables | pieh | |
2011-10-01 | webserver: return proper Content-Length value on HEAD requests (fixes ↵ | montellese | |
#10798; thanks galvanash) | |||
2011-09-30 | Merge pull request #453 from jhsrennie/master | John Rennie | |
Allow mod="shift" to be used for function keys | |||
2011-09-30 | [vda/vtb] changed, check hint.ptsinvalid and exclude h264 Main@3.2, neither ↵ | davilla | |
vda nor vtb can decode it | |||
2011-10-01 | [afp] - resolve symlinks which might even point to another volume (works ↵ | Memphiz | |
only on absolute symlink destinations!) e.x. for intervolume symlinks /Volumes/PseudoVolume /Volumes/PseudoVolume/GoodMovies -> /GoodMovies /Volumes/PseudoVolume/BadMovies -> /BadMovies /Volumes/GoodMovies /Volumes/BadMovies So basically we have invalid symlinks here - but on afp client side the will resolve to afp://server/GoodMovies and afp://server/BadMovies and access the Volumes /Volumes/GoodMovies and /Volumes/BadMovies. So only the source afp://server/PseudoVolume needs to be added to XBMC and all others are accessable over it... | |||
2011-10-01 | [nfs] - small refactor | Memphiz | |
2011-10-01 | [nfs] - resolve symlinks which might even point to another export (works ↵ | Memphiz | |
only on absolute symlink destinations!) | |||
2011-09-30 | [osx/ios] add m4 to depends | S. Davilla | |
2011-09-30 | cec: fixed crash when coming out of standby. fixed compiler warning | Lars Op den Kamp | |
2011-09-30 | removed the CGUIDialogOK popup when the connection to the CEC adapter could ↵ | Lars Op den Kamp | |
not be opened. it already displays a notification. added some logging | |||
2011-09-30 | moved forward declaration of class CEC::ICECDevice outside the PERIPHERALS ↵ | Lars Op den Kamp | |
namespace. fixes compilation error after e16a2d0 | |||
2011-09-30 | build: windowfactory cleanup | theuni | |
Explicitly define requirements rather than trying to guess where things _won't_ work. | |||
2011-09-30 | Allow mod="shift" to be used for function keys | John Rennie | |
2011-09-30 | updated: French translation (closes #12002 - thanks wolfodeiwolfy) | vdrfan | |
2011-09-30 | cosmetics: silent format warnings | vdrfan | |
2011-09-30 | fixed: 'enumeration value not handled in switch' warnings | vdrfan | |
2011-09-30 | Cosmetics | CrystalP | |
2011-09-30 | Kill log spam introduced in Skin Variables PR | CrystalP | |
2011-09-29 | Merge pull request #449 from jhsrennie/master | John Rennie | |
Add mapping for MCE DVD Menu keypress ctrl-shift-M | |||
2011-09-30 | [ios] fixed, missing file caused runtime crash | davilla | |
2011-09-30 | [osx] fixed, linker warning | davilla | |
2011-09-30 | fixed, compiler warning | davilla | |
2011-09-30 | [osx] changed, re-enable build of PeripheralCecAdapter.cpp now that we have ↵ | davilla | |
guards in place | |||
2011-09-30 | changed, exclude unused vars when ifdefing | davilla | |
2011-09-30 | [ios] fixed build | davilla | |
2011-09-30 | changed, forward declare class and move the system include to cpp file, add ↵ | davilla | |
compile guards | |||
2011-09-30 | changed, these should be USE_xxx not HAVE_xxx | davilla | |
2011-09-29 | fixed compile | davilla | |
2011-09-29 | fixed compile | davilla | |
2011-09-29 | vis: fix waveform linux gles build | theuni | |
2011-09-30 | added: CRenderCapture binding for python from pull request 448, fixes #12010 | Andreas Auras | |
2011-09-30 | fixed: compile without libcec | bobo1on1 | |
2011-09-29 | Merge pull request #383 from Pulse-Eight/peripherals-pr | bobo1on1 | |
new peripherals manager | |||
2011-09-30 | cec: added support for the Pulse-Eight CEC Adaptor. split up ↵ | Lars Op den Kamp | |
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files | |||
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 | change afpfs-ng default install location to /usr/local | davilla | |
2011-09-29 | [airtunes] change default install location to /usr/local | davilla | |
2011-09-29 | Merge pull request #450 from Memphiz/afp4linux | davilla | |
Afp4linux | |||
2011-09-29 | fixes #12021, wrong checks on HAS_X11 instead of on HAVE_X11. thanks overflowed | davilla | |
2011-09-29 | Merge pull request #441 from FernetMenta/mainline | Joakim Plate | |
video player: do not call render functions from video thread, fix segfault | |||
2011-09-29 | [fix] - fixed broken screensaver and viz selection and pass vector by const ref | Memphiz | |
2011-09-29 | [sync] - xcodeprojects for ios/atv2/osx - and fixed atv2 xcode location of ↵ | Memphiz | |
infobool.cpp/h | |||
2011-09-29 | Merge pull request #404 from pieh/skin_variables | pieh | |
add Skin variables to guilib it allow defining custom "infolabels" - skin variables to avoid duplicating similiar controls that differs only by visibility condition and label/texture | |||
2011-09-29 | confluence: initial support for skin variables | pieh | |
2011-09-29 | reworked infolabel parsing and added $VAR[] to get skin variables strings | pieh | |
2011-09-29 | hook skin variables in Get*Label / Get*Image GUIInfoManager methods | pieh | |
2011-09-29 | add CSkinVariable as factory to create skin variables from xml | pieh | |
2011-09-29 | add Register*, Translate* (name->vector pos), Get* methods in GUIInfoManager ↵ | pieh | |
for SkinVariableString | |||
2011-09-29 | add CSkinVariableString class | pieh | |
it can't be instantiated yet - it will be done by CSkinVariable factory in next commits |