Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | Merge pull request #339 from blackpilot24/patch-2 | Matthias Kortstiege | |
updated: Turkish translation (strings.xml) | |||
2011-08-08 | added: Bosnian translation - thanks to merim (closes #11818) | vdrfan | |
2011-08-08 | Edited language/Turkish/strings.xml via GitHub | blackpilot24 | |
2011-08-08 | Edited language/Turkish/langinfo.xml via GitHub | blackpilot24 | |
2011-08-06 | hindi language: fix line-endings after a36892bf | theuni | |
2011-08-04 | added: missing locales in hindi langinfo.xml. thanks blinkseb | spiff | |
2011-08-04 | added: Hindi (Devanagiri) translation. thanks to vdlinux | spiff | |
closes ticket #11797 | |||
2011-08-03 | *Fixes upper/lower case letter inconsistency on movie info screen | Martijn Kaijser | |
2011-07-31 | updated: Finnish translation | viking | |
closes #11668 | |||
2011-07-31 | updated: German translation | vdrfan | |
2011-07-31 | Changed: We should use a new string id for that (thanks Spiff) | arnova | |
2011-07-31 | fixed: 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-26 | changed: prevent the removal of add-ons that are needed as dependencies of ↵ | vdrfan | |
other already installed addons | |||
2011-07-24 | Merge pull request #299 from Machine-Sanctum/master | Matthias Kortstiege | |
updated: Dutch language | |||
2011-07-25 | Fixed some Dutch language strings | Martijn Kaijser | |
2011-07-24 | updated: Chinese (Simple) translation | taxigps | |
2011-07-17 | Merge pull request #283 from Machine-Sanctum/master | Memphiz | |
Dutch language | |||
2011-07-17 | Made some minor changes to Dutch language | Martijn Kaijser | |
2011-07-17 | Updated Catalan language files | David Soms | |
2011-07-15 | Updated Dutch language on commit | Martijn Kaijser | |
":changed: don't loop playlist on previous track and post toast when prev/next failed" Signed-off-by: Martijn Kaijser <Machine-Sanctum@zeelandnet.nl> | |||
2011-07-14 | changed: don't loop playlist on previous track and post toast when prev/next ↵ | elupus | |
failed | |||
2011-07-14 | Merge pull request #275 from Machine-Sanctum/master | Memphiz | |
Updated Dutch language files | |||
2011-07-14 | added: support for half rate yadif deinterlacing | elupus | |
2011-07-12 | Updated the XBMC Dutch language files to match English language files | Martijn Kaijser | |
2011-07-10 | Infrastructure for reading and displaying battery level. | huceke | |
Add battery level PowerSyscal interface and to system infos. Current iOS is supporting this new feature. | |||
2011-07-04 | Translation update base on latest English strings.xml. Since I see the last ↵ | bluefoxlee | |
update is 2010/09,about one year ago. Wow. :) | |||
2011-07-01 | added: basque translation (thanks 9ande3r - closes #11696) | vdrfan | |
2011-06-23 | added: ability to set custom fanart on moviesets | vdrfan | |
2011-06-20 | updated: icelandic translation. thanks to kristjan. | spiff | |
closes #11619 | |||
2011-06-20 | Updated Catalan translations for main and Confluence language files | dsoms | |
closes #11597 | |||
2011-06-20 | added: 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" dialog | Memphiz | |
2011-06-16 | adding some missing french strings : weather and misc | skylex | |
2011-06-02 | Slovenian articles fix | Tadej Novak | |
Add English and German articles to add ability to sort without them | |||
2011-05-31 | Slovenian Confluence translation | Tadej Novak | |
2011-05-31 | Update and cleanup main XBMC Slovenian translation | Tadej Novak | |
2011-05-22 | Updated Hungarian translations for main and Confluence language files | alanwww1 | |
2011-05-10 | updated: Finnish strings. closes #11521 | viking | |
2011-05-04 | updated: catalan translation. thanks to dsoms, closes #11424 | spiff | |
2011-04-26 | Merged pull request #113 from queeup/master. | Arne Morten Kvarving | |
Turkish translations. | |||
2011-04-25 | updated: Chinese (Simple) translation | taxigps | |
2011-04-22 | Turkish translation based on English strings commit: | queeup | |
https://github.com/xbmc/xbmc/commit/282f5a5b809ab387129fea1d1f9179db13257d09 | |||
2011-04-21 | fixes #9684: show a warning notification if starting webserver, eventserver ↵ | montellese | |
or jsonrpc tcp server fails | |||
2011-04-06 | updated: Finnish translation. closes ticket #11402 | viking | |
2011-04-06 | updated: catalan translation. thanks to divendres. closes ticket #11403 | spiff | |
2011-03-28 | Add disc stub support for cataloging DVDs, Blurays etc. Addresses #10384. | Harry Muscle | |
2011-03-25 | updated: Chinese (Simple) translation | taxigps | |
2011-03-24 | updated: German translation | vdrfan | |
2011-03-17 | Merge 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-17 | add some UI feedback for invalid zip installs and dependencies not met | Jonathan Marshall | |