aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2014-08-26use generic names to make it easier to switch to a new touch skin in the futureronie
2014-08-13[language] missed some xbmc/kodi replacementsMartijn Kaijser
2014-08-12[language] Rebrand other language files as well.Martijn Kaijser
2014-08-12[language] Rebrand main English language file to KodiMartijn Kaijser
2014-08-12Merge pull request #5073 from Jalle19/all-recordings-directoryjmarshallnz
[pvr] deprecate "All recordings" in favor of a "Group Items" feature
2014-08-11[keyboard] settings for keyboard layoutsJonathan Marshall
2014-08-11[pvr] remove the "All recordings" folder in favor of a "Group Items" option ↵Sam Stenvall
in the side blade
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-08-07Merge pull request #4990 from fightnight/patch-1Martijn Kaijser
Allow larger font size
2014-08-06Merge pull request #5112 from xhaggi/pvr-dialog-guide-info-find-similarSascha Woo
[pvr] adds 'Find similar' button to guide info dialog
2014-08-06[lang] shorten label 'Find similar programs' to 'Find similar'xhaggi
2014-08-05Merge pull request #5094 from popcornmix/limitrespopcornmix
[rbp] Make gui limit default to 720 when memory is limited
2014-08-05[rbp] Make gui limit default to 720 when memory is limitedpopcornmix
On a 256M Pi, it's safest to default to 720p gui as memory is quite limited.
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