Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | Update language/Greek/strings.xml | CutSickAss | |
2011-12-09 | Merge pull request #559 from koalahong/master | Matthias Kortstiege | |
Update Traditional Chinese language file | |||
2011-12-09 | Update Traditional Chinese translation based on commit bc92615ba9 | koalahong | |
2011-12-09 | Added missing German string 13412 | sphere | |
2011-12-09 | Update language/Greek/strings.xml | CutSickAss | |
2011-12-08 | updated: Spanish translation (closes #12266 - thanks Juanjo) | vdrfan | |
2011-12-08 | cec fixes: | Lars Op den Kamp | |
- pose as a recording device instead of a playback device on the cec bus, so the tuner related buttons on the tv's remote work too. - removed the option to mark xbmc as inactive view when stopping, but always send the command instead, as is required by the cec spec. - corrections in repeated keypress handling. display a message when the CEC adapter is connecting and when it is connected and to which devices. | |||
2011-12-03 | updated Czech translation | Miroslav Šmerda | |
2011-12-01 | updated: Chinese (Simple) translation | taxigps | |
2011-11-25 | Merge pull request #546 from queeup/master | Matthias Kortstiege | |
XBMC and Confluence Skin Turkish Translation Update | |||
2011-11-25 | Turkish Translation Update: | queeup | |
Based on English strings commit f0e75fab88 | |||
2011-11-15 | fixed: more c+p monsters | Lars Op den Kamp | |
2011-11-15 | fixed: c/p monster .. | vdrfan | |
2011-11-15 | fixed: xml comments needs two dashes | spiff | |
2011-11-12 | updated: German string (for 34a9a95a2ce4d3eb4079e241747fd0d6d51dc1ea) | vdrfan | |
2011-11-11 | cec: change the 'XBMC connected' string into 'Connected'. CEC protocol ↵ | Lars Op den Kamp | |
specifies 13 chars max. | |||
2011-11-07 | Czech translation - few corrections, update to match latest English strings | Miroslav Šmerda | |
2011-11-05 | Update language/French/strings.xml | OV3RDOSE | |
2011-11-05 | Update language/French/strings.xml | OV3RDOSE | |
2011-11-04 | fixed: typos in German translations (thanks mad-max) | vdrfan | |
2011-11-04 | changed string 2050 in German/strings.xml for having a better translation, ↵ | mad-max | |
just a proposal vdrfan might check it | |||
2011-11-04 | updated: German translation | vdrfan | |
2011-11-04 | cec: made using the TV's language optional. configurable via peripheral ↵ | Lars Op den Kamp | |
settings. | |||
2011-11-03 | changed: updated misleading German translation (closes #12138) | vdrfan | |
2011-10-28 | updated: German translation | vdrfan | |
2011-10-24 | Add subtitle option to override the ASS/SSA subtitles font | CrystalP | |
2011-10-22 | updated: Czech translation | Miroslav Šmerda | |
2011-10-22 | Merge pull request #507 from dsoms/master | Matthias Kortstiege | |
Updated catalan translation with the lastest English strings | |||
2011-10-22 | updated catalan translation | David Soms | |
2011-10-18 | updated: Chinese (Simple) translation | taxigps | |
2011-10-18 | corrected string 36007. added dutch translations for strings 35000 -> 36017. | Lars Op den Kamp | |
2011-10-17 | cec: show a notification when the cec adapter was plugged in but libcec ↵ | Lars Op den Kamp | |
support was not compiled in and log it | |||
2011-10-15 | Merge pull request #493 from Pulse-Eight/cec | Lars Op den Kamp | |
peripherals + cec fixes | |||
2011-10-15 | cec: localised 'XBMC connected' message | Lars Op den Kamp | |
2011-10-15 | Update Korean translation | epoke | |
2011-10-14 | cec: add setting 'HDMI port' | Lars Op den Kamp | |
2011-10-12 | updated: Chinese (Simple) translation | taxigps | |
2011-10-09 | Merge pull request #478 from ntadej/slovenian | Matthias Kortstiege | |
updated: Slovenian translation (thanks ntadej) | |||
2011-10-09 | Merge pull request #477 from queeup/master | Matthias Kortstiege | |
updated: Turkish translation (thanks queeup) | |||
2011-10-09 | Changed: made string id 21369 all little more accurate and explanatory ↵ | Jezz_X | |
"Enable mouse" vs "Enable mouse and Touch Screen support" | |||
2011-10-08 | updated: Slovenian translation | Tadej Novak | |
Updated Slovenian XBMC translation and added addons translations. | |||
2011-10-08 | XBMC Turkish Translation based on English strings commit | queeup | |
e5c43fdb27ec6976d55ec3f2fcfcc717d59163ab | |||
2011-10-04 | updated: Finnish translation | viking1 | |
2011-10-03 | updated German/strings.xml | mad-max | |
2011-10-03 | Fixed inverted translations. | Shai Bentin | |
Added missing translations Change-Id: I55a420337b4d8a745ed0b8f630888b109e22ef6c | |||
2011-10-02 | [fix] - wrong string | Memphiz | |
2011-09-30 | updated: French translation (closes #12002 - thanks wolfodeiwolfy) | vdrfan | |
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-28 | updated: German translation | vdrfan | |