aboutsummaryrefslogtreecommitdiff
path: root/language/English
AgeCommit message (Collapse)Author
2011-09-30cec: 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-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-21Bring back libpostproc blend as deinterlacing method.CrystalP
It uses very little CPU and is a good choice for atv. Also made the yadif half-rate option available for GLES devices.
2011-09-18Merge pull request #420 from Memphiz/airplayMemphiz
Airplay password protection - we will clean up the gui settings on a different pr.
2011-09-15[add] - add password protection to airplay settings guiMemphiz
2011-09-15added: Edit rss feed button is enabled (if rss feeds are enabled) always, if ↵Martin Ellis
script.rss.editor is missing then prompt to download before continuing, instead of just showing as disabled and expecting user to know they must install rss addon
2011-09-15Add deinterlace mode off/auto/force settingCrystalP
2011-09-11Merge pull request #205 from CrHasher/spline36CrystalP
High Quality Spline36 upscaler. A bit softer than Lanczos3 and less ringing.
2011-09-11added: device name string for network services (defaults to 'XBMC') - ↵vdrfan
currently only used as friendly name by UPnP in order to identify the XBMC instance
2011-09-11added: 24h time format for US locale (closes #11950)vdrfan
2011-09-11High Quality Spline36 upscaler.CrHasher
2011-09-09Add support for the best processor availableCrystalP
2011-09-09Expose DXVA Bob - minus the mechanism to render two different frames from ↵CrystalP
one image
2011-09-09changed: removed stale colon in language filesvdrfan
2011-09-09added: movie set as a smartplaylist rulevdrfan
2011-09-08[add] - AFP to network configure dialogMemphiz
2011-08-23[add] - integrate airplay support into xbmc for osx,ios and linuxMemphiz
2011-08-22added: option to choose subtitle alignment position + vertical shiftingspiff
useful for peeps using projectors. thanks to aardvark, closes #10281
2011-08-12Merge pull request #324 from cptspiff/rollbacksArne Morten Kvarving
Add-on rollbacks
2011-08-09added: rollback support in the add-on installerspiff
2011-08-03*Fixes upper/lower case letter inconsistency on movie info screenMartijn Kaijser
2011-07-31Changed: We should use a new string id for that (thanks Spiff)arnova
2011-07-31fixed: Ticket #11783 (2nd part) - Video filenames are always cleaned when ↵arnova
stacking is enabled. Changed the clean video file option into a use file metadata option (thanks for the pointers JM)
2011-07-26changed: prevent the removal of add-ons that are needed as dependencies of ↵vdrfan
other already installed addons
2011-07-14changed: don't loop playlist on previous track and post toast when prev/next ↵elupus
failed
2011-07-14Merge pull request #275 from Machine-Sanctum/masterMemphiz
Updated Dutch language files
2011-07-14added: support for half rate yadif deinterlacingelupus
2011-07-12Updated the XBMC Dutch language files to match English language filesMartijn Kaijser
2011-07-10Infrastructure for reading and displaying battery level.huceke
Add battery level PowerSyscal interface and to system infos. Current iOS is supporting this new feature.
2011-06-23added: ability to set custom fanart on moviesetsvdrfan
2011-06-20added: ability to add a secure shell (sftp/ssh) source via the "add network ↵vdrfan
location" dialog
2011-06-19[add] - add nfs to the "Add network location" dialogMemphiz
2011-04-21fixes #9684: show a warning notification if starting webserver, eventserver ↵montellese
or jsonrpc tcp server fails
2011-03-28Add disc stub support for cataloging DVDs, Blurays etc. Addresses #10384.Harry Muscle
2011-03-17Merge branch 'addon_dep_checking'Jonathan Marshall
Currently we don't check whether dependencies are met when installing addons. The commits here add support for this as follows: 1. We change repository updates to occur all at once, prior to addons being installed. This ensures that the repositories are always up to date so we don't have issues with repoA being up to date, while addons in repoA depend on repoB which is not up to date. 2. On repo update, we check dependencies and if not found (or not installable) we mark the addon as broken, rendering it uninstallable. 3. In addition, we check dependencies on install (which handles install from zip for instance) and fail the install for an addon if a dependency can't be installed. 4. Lastly, we ensure that CAddonDatabase::GetAddon() returns the latest version of the addon, so that we only ever attempt to install the latest in the case of more than one version being present in repositories.
2011-03-17add some UI feedback for invalid zip installs and dependencies not metJonathan Marshall
2011-03-15[ios] add atv2/ios gui settings changesS. Davilla
2011-03-08added: Files node to the video library.Jonathan Marshall
2011-02-10added: sort by playcount (closes #11185)vdrfan
2011-01-27added: #10374 - "Play from here" context menu button for tv episodesmontellese
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-10Merge remote branch 'upstream/master'Lars Op den Kamp
Conflicts: .gitignore
2011-01-08added: slider for vertical shift of video image (thanks Aardvark) ticket #10113bobo1on1
2011-01-04merge leftoversLars Op den Kamp
2011-01-04video: implement optimized auto select deinterlace for ION chipset from: ↵Lars Op den Kamp
Gujs <gujs.lists@gmail.com>
2011-01-04pvr: fix language filesLars Op den Kamp
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp
2010-12-29added: #10939 Add support for Last.FM's Mix Radio. Thanks NPerezcharlydoes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35715 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-28changed: liberate blanked strings for reusespiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35705 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-17fixed: #10911 Last.fm Station Changes, loved and playlist radio are no ↵charlydoes
longer available. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35649 568bbfeb-2a22-0410-94d2-cc84cf5bfa90