aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2015-03-06addons: move language files to resource.language addons and remove all ↵montellese
languages except English
2015-03-06adjust language loading/handling logicmontellese
adjust all paths to language files (special://xbmc/language/...) unify loading/changing language add update/fallback for locale.language setting including matching an old language name to an installable language addon move <charsets>, <dvd> and <sorttokens> from langinfo.xml to addon.xml rename CLangInfo's GetLocale() to GetSystemLocale()
2015-03-06addons: add new kodi.resource(.language) addon typemontellese
2015-03-05[pvr] changed: display a 'play recording' button in the epg info dialog and ↵Lars Op den Kamp
context menu when a recording is found, and don't make 'switch channel' play a recording, but always make it switch channels like the label says
2015-03-05Merge pull request #6597 from opdenkamp/autoconfigaddonsLars Op den Kamp
[pvr] added: attempt to auto-configure pvr clients via avahi
2015-03-04[pvr] added: auto-configure pvr clients via avahi add these to ↵Lars Op den Kamp
xbmc.pvrclient extension point in the addon.xml of the add-on to configure: avahi_type="(avahi type)" avahi_ip_setting="(name of the ip/address setting)" avahi_port_setting="(name of the port setting)" e.g. for pvr.hts: <extension point="xbmc.pvrclient" avahi_type="_htsp._tcp." avahi_ip_setting="host" avahi_port_setting="htsp_port" />
2015-03-04reverse logic from commit abc298ca71c25ae57081aad60ba5ef0abec3a445mad-max
2015-03-03Merge pull request #6505 from Carcharius/select_first_unplayedSascha Woo
Refactor #6489 JumpToFirstUnplayedItem to SelectFirstUnwatchedItem
2015-03-03[video] refactor select first unwatched season/episode itemCarcharius
Undo previous changes made to add selection of first unplayed item. Add settings videolibrary.tvshowselectfirstunwatcheditem (renamed from videolibrary.jumptofirstunplayeditem) and videolibrary.tvshowsincludeallseasonsandspecials Add unwatched item selection to CGUIWindowVideoNav.
2015-03-03add support for audio decoder addonsArne Morten Kvarving
2015-03-03Merge pull request #6559 from mad-max/HideAllItemsGUIMartijn Kaijser
moved HideAllItems Tag from AdvancedSettings to GUI
2015-03-02Merge pull request #6415 from ace20022/chap_newAndreas Zelend
Show chapters in the bookmark dialog
2015-03-02Merge pull request #6316 from tamland/context_addonstamland
Context item addons (part II)
2015-03-02moved HideAllItems Tag from AdvancedSettings to GUImad-max
2015-03-02[ADDONS] Context Menu Addons SystemFice
2015-03-02[VideoBookmarks] Add a setting for chapter thumbnail extraction.ace20022
2015-03-02added: if chapter is nameless, use a generic 'Chapter %u' stringArne Morten Kvarving
2015-03-01addons: refactor CAddonInstaller and CAddonInstallerJob to be usable with a ↵montellese
modal progress dialog
2015-03-01Merge pull request #6345 from Ferk/anaglyph_yellow_blueda-anda
[3D] new render mode Anaglyph yellow/blue
2015-03-01Merge pull request #6351 from smallint/imx-rework-prPeter Frühberger
i.MX6 rework which decouples GUI (fb0) and video rendering (fb1), framebuffers are composed with DP in hw
2015-02-28Only allow delete from library if user has DB write permissionMenno
2015-02-26strings: fix Weather -> General category descriptionmontellese
2015-02-26Merge pull request #6548 from ksooo/fix-live-tv-settings-stringSascha Woo
[confluence, core] String Fixes: TV settings
2015-02-26translations: fix some filenames in English's strings.pomontellese
2015-02-25[confluence, core] String Fixes: TV settingsKai Sommerfeld
10021 "Web Browser" => "Settings - TV". This one was semantically completely wrong. String gets displayed on VFDs/LCDs when navigating through the items of the left side of the TV settings dialog. 31502 "Live TV" => "TV". Confluence. Seems this one got forgotten the time the resp. core changes were made.
2015-02-21Added RENDER_STEREO_MODE_ANAGLYPH_YELLOW_BLUE implementationFernando Carmona Varo
2015-02-20[imx] Added de-interlacing method enumerations FAST_MOTION and ↵smallint
FAST_MOTION_DOUBLE
2015-02-19Add support for jumping to the first unwatched tv show season/episode.Carcharius
Only allows jumping to unwatched episodes if sorting by episode number.
2015-02-15[language] Add needed strings for deleted recordings trash supportAlwinEsch
2015-02-11Merge pull request #6392 from FernetMenta/settingsjenkins4kodi
2015-02-10remove unused strings after 9cf3094eed8ca285b26eded5a354e0ec42c79e60montellese
2015-02-10drop some useless level 4 settings for player and rendererRainer Hochecker
2015-02-09Merge pull request #5237 from da-anda/3D-playlistda-anda
[3D] add support for stereomode switches in video playlist
2015-02-08Merge pull request #6347 from xhaggi/additive-seekingjenkins4kodi
2015-02-08[seek] adds additive seek supportxhaggi
2015-02-07[pvr] - set framerate if not set by demuxerRainer Hochecker
2015-01-25fix typo in 729c42b0d9675ea6b3af7192afc23d96a775fc74.ace20022
2015-01-25Merge pull request #6221 from ace20022/audio_prioAndreas Zelend
[dvdplayer] Prioritize number of channels over codec over default flag.
2015-01-22CGUIDialogAudioSubtitleSettings: add default heading labelmontellese
2015-01-22CGUIDialogVideoSettings: add default heading labelmontellese
2015-01-20[3D] handle stereoscopic mode of videos in mixed playlistsda-anda
2015-01-19[dvdplayer] Prioritize number of channels over codec over default flag and ↵ace20022
add a setting to change that behavior.
2015-01-14drop language string for crop black bars after ↵Rainer Hochecker
d30e8ec54bbc374e70f1b313881d66ccdb3d2d62
2015-01-13[PVR] Feature: Confirm XBMC shutdown if any local PVR backend is not idle.Kai Sommerfeld
- Bumped PVR addon API version to 1.9.3 (new function getBackendHostname()) - Fixed CNetwork::GetHostName signature and implementation. - Added CNetwork::IsLocalHost. - Changed CURL::IsLocalHost and CPVRClients::AllLocalBackendsIdle to use CNetwork::IsLocalHost.
2015-01-08[Confluence] fix header labelronie
2015-01-01[dvdplayer/settings] Add option to prefer audio/subtitle streams for ↵ace20022
visually/hearing impaired.
2014-12-30[settings] make "Group manager" accessible from the Live TV settings,Sam Stenvall
just like the channel manager
2014-12-30[language] rename "Group management" to "Group manager" to better matchSam Stenvall
"Channel manager"
2014-12-28Merge pull request #6039 from FernetMenta/audioclockRainer Hochecker
dvdplayer: drop silly setting sync to audio when video reference clock i...
2014-12-28dvdplayer: drop setting sync methods for sync playback to display. default ↵Rainer Hochecker
to resample and drop/dup for passthrough