[language] use plug-in according to Britsch spelling
[vuplus_xbmc] / xbmc /
2013-11-14 Rainer Hocheckerfix build error on LInux after b54a69488f1e94bd535462b0...
2013-11-14 Jonathan Marshallfix: check size before substr()
2013-11-14 Jonathan Marshall[stringutils] CompareNoCase needs to return an integer
2013-11-13 Lars Op den KampMerge pull request #3632 from FernetMenta/edl
2013-11-13 jmarshallnzMerge pull request #3507 from jmarshallnz/kill_cstdstring
2013-11-13 Jonathan Marshall[cstdstring] drops Compare/CompareNoCase
2013-11-13 Jonathan Marshall[cstdstring] adds CompareNoCase to StringUtils
2013-11-13 Jonathan Marshall[cstdstring] remove GetAt()
2013-11-13 Jonathan Marshall[cstdstring] removes Replace and Remove
2013-11-13 Jonathan Marshall[cstdstring] adds wstring version of Replace to StringUtils
2013-11-13 Jonathan Marshall[cstdstring] remove GetLength()
2013-11-13 Jonathan Marshall[cstdstring] drops Insert()
2013-11-13 Jonathan Marshall[cstdstring] drops Delete()
2013-11-13 night199uk[cstdstring] remove Find/ReverseFind and replace with...
2013-11-13 night199uk[cstdstring] demise left/right and replace with other...
2013-11-13 night199uk[cstdstring] drops Mid(), replacing with substr()
2013-11-13 night199uk[cstdstring] demise AppendFormat and replace with Strin...
2013-11-13 Jonathan Marshall[cstdstring] drop ToLower/ToUpper/MakeLower/MakeUpper
2013-11-13 Jonathan Marshall[cstdstring] removal of Trim/TrimLeft/TrimRight
2013-11-13 Jonathan Marshall[cstdstring] refactor CMusicDatabase song cleaning
2013-11-13 Jonathan Marshall[cstdstring] refactor CVideoDatabase::GetValueString()
2013-11-13 Jonathan Marshall[cstdstring] refactor CUtil::RunCommandLine
2013-11-13 Jonathan Marshall[cstdstring] refactor CPartyModeManager::GetWhereClause...
2013-11-13 night199uk[cstdstring] remove FormatV and replace with StringUtil...
2013-11-13 Jonathan Marshall[cstdstring] replace WUSysMsg with CWIN32Util::WUSysMsg
2013-11-13 Jonathan Marshall[cstdstring] adds CWIN32Util::WUSysMsg
2013-11-13 ronieMerge pull request #3591 from margro/gotham_epg_missing...
2013-11-13 night199uk[cstdstring] remove IsEmpty() and replace with empty()
2013-11-13 night199uk[cstdstring] remove CStdString::Empty and replace with...
2013-11-13 night199uk[cstdstring] demise Format, replacing with StringUtils...
2013-11-13 night199uk[cstdstring] add format functions for working with...
2013-11-13 Rainer HocheckerMerge pull request #3641 from FernetMenta/dvdaudio
2013-11-13 Memphiz[darwin] - fix - current audio device wasn't shown...
2013-11-13 Rainer Hocheckerdvdplayer audio: fix no audio on resume
2013-11-13 Memphiz[darwin] - add missing autorelase pool (seen when playi...
2013-11-13 Andreas ZelendMerge pull request #3631 from FernetMenta/segfault
2013-11-12 jmarshallnzMerge pull request #3559 from Montellese/settings_split
2013-11-12 Lars Op den KampMerge pull request #3624 from xhaggi/fix-pvrtimerinfotag
2013-11-12 Lars Op den KampMerge pull request #3622 from opdenkamp/pvr19addonfix
2013-11-12 Chris BrowetMerge pull request #3628 from fritsch/microsoft-js
2013-11-12 jmarshallnzMerge pull request #3627 from ace20022/ext_subs_label
2013-11-12 montellesesettings: move settings library files into xbmc/setting...
2013-11-12 arnovaMerge pull request #3619 from arnova/sftp_stat_fix
2013-11-12 hucekeMerge pull request #3634 from popcornmix/fix_build_rpi
2013-11-12 popcornmix[rbp/omxplayer] Fix build after #3614
2013-11-12 Rainer Hocheckeromxplayer: fix segfault in GetAudioStreamInfo
2013-11-12 Rainer Hocheckerpvr: do not ignore scene markers for edl
2013-11-12 Rainer Hocheckerdvdplayer: fix segfault in GetAudioStreamInfo
2013-11-12 Memphiz[TestTextureUtils] - cleaned up the test by utilising...
2013-11-12 Memphiz[gtest] - move test for texturecache to textureutils...
2013-11-12 fritschInput: Scan for joysticks that are keyboards to workaro...
2013-11-12 ace20022[Fix][Util] Fix format of external subtitles' name...
2013-11-12 Zeljko AmetovicMerge pull request #3552 from jmarshallnz/SubsCore
2013-11-12 Jonathan Marshall[subtitles] adds new dialog for subtitles to core.
2013-11-12 ametreplace xbmc.python.subtitles extension with xbmc.subti...
2013-11-12 Jonathan MarshallCAddonsDirectory::FileItemFromAddon should take a const...
2013-11-12 xhaggi[fix] adds missing m_bIsRadio property to operators...
2013-11-12 Jonathan Marshalldon't crash if a setting doesn't have a <control> defined
2013-11-12 Jonathan Marshallfixes skin colours not loading
2013-11-11 Trent NelsonDon't confirm skin color/font setting changes.
2013-11-11 jmarshallnzMerge pull request #3602 from jmarshallnz/broken_vs_deps
2013-11-11 jmarshallnzMerge pull request #3522 from jmarshallnz/directory_pro...
2013-11-11 Jonathan Marshall[listprovider] allow containers to be focused while...
2013-11-11 Jonathan Marshalladds a directory provider class
2013-11-11 Jonathan Marshall[favourites] add 'return' to the end of ActivateWindow
2013-11-11 Jonathan Marshall[favourites] refactor GetExecutePath so it's usable...
2013-11-11 Jonathan Marshalladds SetVisibleCondition to CGUIStaticItem
2013-11-11 Jonathan Marshallensure we (re)select an item within the current range...
2013-11-11 Jonathan Marshallrefactors static content in containers into a list...
2013-11-11 Jonathan Marshalladds constructor to CGUIStaticItem that takes a CFileItem
2013-11-11 montellesesettings: check setting type before casting to CSettingList
2013-11-11 Joakim Plateoverlays: Only render GUI subs in fullscreen
2013-11-11 montelleseCGUIControlSettings: add missing breaks in switch-statement
2013-11-11 Sascha MontelleseMerge pull request #3521 from Montellese/jsonrpc_settings
2013-11-11 montellesejsonrpc: add support for reading and writing settings
2013-11-11 montellesesettings: add static ListToValue helper method to CSettings
2013-11-11 montellesesettings: add GetSections() wrapper to CSettings
2013-11-11 montellesesettings: add GetSections() to CSettingsManager
2013-11-11 montellesesettings: add GetDelimiter(), GetMinimum() and GetMaxim...
2013-11-11 montellesesettings: fix missing default initialization of multise...
2013-11-11 Joakim PlateMerge pull request #3614 from elupus/audio_clean
2013-11-11 Joakim Platedvdplayer: drop unused IsMasterClock logic
2013-11-11 Joakim Platedvdplayer: wait on message queue in fast forward instea...
2013-11-11 Joakim Platecoreaudio: make sure flush request is served even when...
2013-11-11 Joakim Platedvdplayer: remove duplicate log lines by printing parameter
2013-11-11 Joakim Platedvdplayer: drop pointless temporary variable
2013-11-11 Joakim Platedvdplayer: drop last packet duration
2013-11-11 Joakim Platedvdplayer: make skip/dup sync support variable length...
2013-11-11 jmarshallnzMerge pull request #3573 from jmarshallnz/dialog_textbox
2013-11-11 jmarshallnzMerge pull request #3620 from ace20022/ext_subs_label
2013-11-11 jmarshallnzMerge pull request #2072 from Montellese/builtins_runad...
2013-11-11 Peter FrühbergerMerge pull request #3621 from FernetMenta/aefixes
2013-11-11 ace20022[Util] Add "(External)" to the name of an external...
2013-11-11 arnovafixed: SFTP stat didn't set directory/file type causing...
2013-11-11 Rainer HocheckerActiveAE: some fixes to mode optimized
2013-11-11 Jonathan Marshall[dialogs] store a single string rather than vector...
2013-11-11 Jonathan Marshall[dialogs] no need to set default labels for lines and...
2013-11-11 Jonathan Marshall[dialogs] add ShowAndGetInput() statics for SetText...
2013-11-11 Jonathan Marshall[dialogs] adds SetText() for setting all lines in a...
2013-11-11 Jonathan Marshall[dialogs] use vector<string> for lines rather than...
next