Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-10 | sync: allmusic with addons repo | theuni | |
2011-12-10 | updated: Slovenian translations | Tadej Novak | |
Final string changes | |||
2011-12-09 | cosmetics: fixed EOLs in Chinese (Traditional) strings.xml | vdrfan | |
2011-12-09 | Update Traditional Chinese translation based on commit bc92615ba9 | koalahong | |
2011-12-06 | Updated: [Confluence] Weather+ add-on can now show up to 3 videos instead of ↵ | Jezz_X | |
just one since version 2.3.0 of the addon | |||
2011-12-05 | Fixed: Set focus back to main menu when we eject a disc from the UI to avoid ↵ | Jezz_X | |
being stuck in no navigation land when the menu vanishes | |||
2011-12-03 | removed: nuked outdated weather.xbmc.builtin | vdrfan | |
2011-12-03 | Merge pull request #552 from ronie/weather | Matthias Kortstiege | |
Weather Underground addon | |||
2011-12-03 | updated Czech translation | Miroslav Šmerda | |
2011-12-02 | add weather.wunderground addon | ronie | |
2011-12-01 | updated: [Confluence] 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 | Confluence Turkish Translation Update: | queeup | |
Based on English strings commit 72696c450c | |||
2011-11-22 | Changed: [Confluence] Added Option to hide the Information box in Music ↵ | Jezz_X | |
Album fanart view to make it consistent with videos | |||
2011-11-22 | Changed: [Confluence] Use Short Month for weather+ addon because long like ↵ | Jezz_X | |
"November 25" does not fit the space | |||
2011-11-22 | Fixed: White Space | Jezz_X | |
2011-11-16 | fixed: bad/silly german translation (confluence) | vdrfan | |
2011-11-15 | updated: German translation for Confluence skin | vdrfan | |
2011-11-15 | Added [Confluence] "Data Provider" label to the weather window so we can ↵ | Jezz_X | |
acknowledge the people we get the data from. (new string needed sorry translators) | |||
2011-11-14 | Merge pull request #530 from cptspiff/weather | Arne Morten Kvarving | |
changed: always fetch weather using an add-on | |||
2011-11-14 | changed: allow no weather add-on | spiff | |
2011-11-14 | changed: always fetch weather through an addon | spiff | |
2011-11-14 | [Confluence] Fixed up navigation in DialogPeripheralManager.xml you can now ↵ | Jezz_X | |
get to the OK button | |||
2011-11-04 | fixed: typos in German translations (thanks mad-max) | vdrfan | |
2011-10-22 | updated: Czech translation | Miroslav Šmerda | |
2011-10-17 | [addons] remove webinterface.debug | montellese | |
2011-10-15 | Update Korean translation | epoke | |
2011-10-13 | webinterface: fix playback of songs (fixes #12076) | montellese | |
2011-10-12 | webinterface: fix AudioLibrary.GetAlbums call (fixes #12072) | montellese | |
2011-10-11 | Merge pull request #480 from Giftie/screensaver_settings_update | Arne Morten Kvarving | |
Modify settings for SlideShow and Dim screensavers | |||
2011-10-10 | touched: sync with external repo | theuni | |
2011-10-10 | touched: re-added as submodule | theuni | |
2011-10-10 | remove skin.touched, will readd as gitmodule | davilla | |
2011-10-10 | modified: addons/screensaver.xbmc.builtin.dim/resources/settings.xml | Giftie | |
modified: addons/screensaver.xbmc.builtin.slideshow/resources/settings.xml | |||
2011-10-10 | Changed: [Confluence] Make sure the Video Add-on short cuts on home are also ↵ | Jezz_X | |
visible with the Main menu "TV Shows" and "Movies" buttons | |||
2011-10-10 | Changed: [Confluence] Cosmetics to bring the Peripheral windows in line with ↵ | Jezz_X | |
other dialog behavior | |||
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-08 | updated: Slovenian translation | Tadej Novak | |
Updated Slovenian XBMC translation and added addons translations. | |||
2011-10-08 | Confluence Skin Turkish Translation based on English strings commit | queeup | |
52a14da027966458c44b1e7899f6c9f155ee1c44 | |||
2011-10-08 | jsonrpc: refactor Application.ToggleMute into Application.SetMute | montellese | |
2011-10-08 | jsonrpc: rename "value" parameter of Application.SetVolume to "volume" | montellese | |
2011-10-07 | changed: replaced broken mtv music video scraper by yahoomusic | vdrfan | |
2011-10-07 | Changed: [Confluence] Redesign of the DialogPeripheral*.xml windows | Jezz_X | |
2011-10-04 | updated: Finnish translation | viking1 | |
2011-10-02 | touched: fix EOLs | theuni | |
2011-10-01 | [add] - skin touched to builtin skins (new default for ios touch devices) | Memphiz | |
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 | confluence: initial support for skin variables | pieh | |
2011-09-23 | Updated Hungarian translations for main and Confluence language files | alanwww1 | |