aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2014-01-22[PVR][Language] use "icon" for all channel icon related settings and dialogs ↵da-anda
instead of "thumbnail"
2014-01-22Remove unused xbox stringuNiversaI
This strings is linked to #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp Since it doesnt exist there it must have been removed at an earlier date.
2014-01-20Merge pull request #3950 from fritsch/warning-textPeter Frühberger
Don't use hw decoders when doing multithreaded decoding
2014-01-19Strings: Update description and setting name for multi thread frame decodingfritsch
2014-01-19AE: rename setting speaker configurationRainer Hochecker
2014-01-19AE: add settings to enable ac3 transcode and upmix via ac3 transcodingRainer Hochecker
2014-01-19Merge pull request #4020 from elupus/upnpplayerTrent Nelson
UPnP player disconnect/attach improvements
2014-01-15[gui] Add chapter count and duration to the select bluray title dialogronie
2014-01-13upnp: ask if user wishes to stop playback on remote device on stopJoakim Plate
This allow user to detach from a remote upnp player without stopping playback.
2014-01-11[lang] update of core language filesalanwww1
2014-01-06[lang] fix: default to 3 days in description of settingxhaggi
epg.daystodisplay
2014-01-05Merge pull request #3816 from amet/manualSearchjmarshallnz
[coreSubs] option to manually entering search string
2014-01-05[rbp/gui] Add switch to remove GUI 720p limitpopcornmix
2014-01-05[rbp/gui] Add switch between higher and lower quality texturespopcornmix
To save memory we default to 16bpp textures, but provide a GUI option to increase that to 32bpp.
2014-01-05[coreSubs] option to search by manually entering search stringamet
2014-01-03[lang] update of core language filesalanwww1
2014-01-01Fix Slovenian short dateTadej Novak
In Slovenian there should be spaces after periods in date.
2013-12-30[pvr] re-order epg context menu (move switch channel to top)xhaggi
2013-12-28[pvr] refactor advanced setting showepginfoonselect to settingxhaggi
This removes the advanced setting showepginfoonselect and adds it to settings, so users can change it within the gui. In addition, the setting is extended and you can now select the following values: * Show context menu * Switch to channel * Show information * Record
2013-12-24[musicdb] adds setting to allow overriding of tag info with online info, ↵Jonathan Marshall
defaulting to false
2013-12-17videodb: use single text instead of two separate lines for "Source ↵montellese
unavailable" dialog
2013-12-16[lang] update of core language filesalanwww1
2013-12-10Merge pull request #3696 from xhaggi/epg-past-dataLars Op den Kamp
Support for past data in epg timeline view
2013-12-09Merge pull request #3574 from afedchin/3d_subs_depthJoakim Plate
[3D] add 3D subtitle depth setting
2013-12-07Merge pull request #3589 from afedchin/dxva-hdwsoltys
[dxva] added dxva-hd renderer as alternative native dxva video processing.
2013-12-05[lang] update of core language filesalanwww1
2013-12-04[pvr] support for past epg data in timeline viewxhaggi
2013-12-03[dxva] added dxva-hd renderer as alternative native dxva.Anton Fedchin
2013-12-02Merge pull request #3746 from amet/setDefaultSubServicesZeljko Ametovic
[coreSubs] set default services for Tv Shows and Movies
2013-12-03[coreSubs] set default services for Tv Shows and Moviesamet
2013-12-01videodb: shorten text for unavailable source popup during library cleanmontellese
2013-11-29videodb: handle files whose source is completely gone differently during cleanmontellese
2013-11-24[3d] added 3D subtitle depthAnton Fedchin
2013-11-23[lang] update of core language filesalanwww1
2013-11-16[lang] added new language Tajikalanwww1
2013-11-16[lang] update of core language filesalanwww1
2013-11-14update string to include "incompatible"Martijn Kaijser
2013-11-14[language] use plug-in according to Britsch spellingMartijn Kaijser
2013-11-12context menu: remove space between "Manage" and ellipsismontellese
2013-11-12[subtitles] adds new dialog for subtitles to core.Jonathan Marshall
2013-11-11Merge pull request #3602 from jmarshallnz/broken_vs_depsjmarshallnz
[addons] various fixes/improvements
2013-11-11[Util] Add "(External)" to the name of an external subtitle.ace20022
2013-11-11[addons] prompt if an add-on is used by another and the user attempts to ↵Jonathan Marshall
disable it.
2013-11-11[addons] separate out Broken and Unmet dependencies in the UIJonathan Marshall
2013-11-10Merge pull request #3582 from ulion/ffmpeg_multi_thread_switchjmarshallnz
Add video player switch for multi-thread decoding
2013-11-10Merge pull request #3604 from opdenkamp/api-1.9.0Lars Op den Kamp
pvr api bump
2013-11-10Confirm skin change with a timed dialogTrent Nelson
Switching to a touch-only skin on a device without touch completely strands us, requiring hand editting of guisettings.xml to fix.
2013-11-09[Settings/DVDPlayer] Add option "Prefer external subtitles" to category ↵ace20022
subtitles and adapt DVDPlayer accordingly.
2013-11-09display mux, service name and provider name in the PVR streamSam Stenvall
information OSD
2013-11-08Add video player switch for multi-thread decodingulion