aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2014-08-04Merge pull request #5077 from topfs2/remove_halTobias Arrskog
Remove HAL
2014-08-03Merge pull request #5115 from xhaggi/pvr-improve-search-windowSascha Woo
[pvr] improvements/cleanups for the search window
2014-08-03[pvr] improvements/cleanups for the search windowxhaggi
* removes item 'no search results' and adds a new item 'Search ...' which do not disappear if the results are shown * renames ShowSearchResults() to OpenDialogSearch() as we don't show results, we show the dialog to define the search settings * refactor method Search() into OnPrepareFileItems() * removes some needless methods/vars like ActionShowSearch()
2014-08-03[view] fix label for default sort method in CGUIViewStatexhaggi
This adjusts the label which is used if no sort method is defined (Sort by: Name) to 'Name' as it's used in all CGUIViewState derivatives. Also discussed at trac http://trac.xbmc.org/ticket/15045
2014-08-02Merge pull request #5018 from jmarshallnz/string_fixupjmarshallnz
[strings] move the 'Component-specific logging...' string out of reserved range
2014-07-28Lang: Remove CrystalHD stringsfritsch
2014-07-21Remove HALTobias Arrskog
2014-07-19[pvr] unify settings to control of showing channel info on channel switchxhaggi
This unifies the settings 'pvrmenu.infoswitch', 'pvrmenu.infotimeout', 'pvrmenu.infotime' to one new setting 'pvrmenu.displaychannelinfo' which holds the options 'Off' and '1 sec' to '15 sec'.
2014-07-17[lang] add comment/usage to key "Guide" to clarify its meaningxhaggi
2014-07-13[pvr] rewrite of pvr windowsxhaggi
2014-07-13[sort] adds sorting by channel numberxhaggi
2014-07-13[strings] move the 'Component-specific logging...' string out of the ↵Jonathan Marshall
reserved range
2014-07-11[pvr] add ability to delete a whole recordings folderSam Stenvall
2014-07-10[audioencoders] move vorbis, lame, flac and wav audio encoders to add-onsArne Morten Kvarving
2014-07-07Added English stringfightnight
ID #15110
2014-06-30[pvr] remove unnecessary filler method for setting 'pvrplayback.startlast'xhaggi
This removes the filler method for setting 'pvrplayback.startlast' and add options directly to the settings.xml.
2014-06-30[pvr] adjust labels for setting pvrplayback.startlastxhaggi
This change the current used labels 'Yes' and 'Minimised' to 'Foreground' and 'Background', so it's easier to understand what's happen if you choose one of these options.
2014-06-10Merge pull request #4287 from jmarshallnz/neverneverlandjmarshallnz
[addons] add support for 'never' updating or checking for updates
2014-06-10clarify the impact of webserver username and password in the settings' ↵montellese
description
2014-05-25[addons] show all add-ons in the add-on manager, including ↵Jonathan Marshall
libraries/modules/helpers
2014-05-25[addons] adds 'Check for updates' to the root of the add-ons manager.Jonathan Marshall
2014-05-25[addons] adds 'never' as an option for the addon update settingJonathan Marshall
2014-05-25[addons] switch general.addonupdates to an integer setting. Skins can use a ↵Jonathan Marshall
button control for the setting instead of a toggle.
2014-05-21Merge pull request #4746 from popcornmix/ceclogMartijn Kaijser
libcec: Make verbose logging optional
2014-05-21Merge pull request #3636 from dsoms/masterMartijn Kaijser
[language] Update language/Catalan/langinfo.xml
2014-05-18libcec: Make verbose logging optionalpopcornmix
2014-05-18Merge pull request #4648 from fape/subtitles_downloadfirstsyncjmarshallnz
[rfc] [coreSubs]Automatically download first subtitle after first search
2014-05-17Automatically download first subtitlefape
2014-05-14upnp: add functionality to get Platinum log messagesAlasdair Campbell
2014-05-14[airtunes] - remove the old advanced_settings flag "enableairtunesdebuglog"Memphiz
and replace it with the new optional component logging setting
2014-05-14integrate optional component logging setting into coremontellese
2014-05-09Merge pull request #4657 from xhaggi/channel-icon-scanjmarshallnz
[pvr] rewrite of implementation for search of missing channel icons
2014-05-08[pvr] adds a background job to search for missing channel iconsxhaggi
This adds a background job to search for missing channel icons, which is exectued on every PVR manager start.
2014-05-07adjust CGUIDialogProfileSettings to derive from CGUIDialogSettingsManualBasemontellese
2014-05-07adjust CGUIDialogVideoSettings to derive from CGUIDialogSettingsManualBasemontellese
2014-05-07adjust CGUIDialogAudioSubtitleSettings to derive from ↵montellese
CGUIDialogSettingsManualBase
2014-05-07adjust CGUIDialogMediaFilter to derive from CGUIDialogSettingsManualBasemontellese
2014-05-07settings: add range slider controlmontellese
2014-05-07Merge pull request #4646 from xhaggi/channel-selectionSascha Woo
[pvr] numeric input to select a channel within pvr views
2014-05-07[pvr] adds numeric input to select a channel within pvr viewsxhaggi
2014-05-04Merge pull request #4346 from Jalle19/correct-codec-namesjmarshallnz
Use correct codec names, MPEG is always written in upper-case
2014-05-02media: use string-based instead of enum-based MediaTypemontellese
2014-04-29X11: drop obsolete setting enablesystemkeysRainer Hochecker
2014-04-29X11: fix multi-head setupsFernetMenta
2014-04-18[lang] removed duplicated Vietnamese languagetxtranslation
2014-04-18[lang] update of core language filestxtranslation
2014-04-12Fix spelling of "Liechtenstein" in langinfo.xmlTobias Markus
2014-03-28[lang] update of core language filestxtranslation
2014-03-23Merge pull request #4452 from NedScott/settings-descriptionjmarshallnz
correct ID for PVR settings description
2014-03-22get rid of non DNS online checkwsnipex
if DNS resolution doesn't work, we have a problem anyway