aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-28Merge pull request #7012 from xhaggi/seekhandler-improvementsjenkins4kodi
2015-04-28[seekhandler] get rid of CGUIInfoManager dependencyxhaggi
2015-04-28[seekhandler] get rid of inaccurate seek size percent calculationxhaggi
This removes the inaccurate seek size calculation which relies on percent and uses seconds instead. As we need the seek size percent for the GUI seek progress bar this calculation is refactored into our CGUIInfoManager.
2015-04-28Merge pull request #6994 from afedchin/win32_clogAnton Fedchin
[win32] CLog: Do not use FlushFileBuffers after each write to file which...
2015-04-27[mmalrenderer] Fix initialisation of m_format in init_voutpopcornmix
This bug was introduced in last mmal fixes. Without the fix software decode fails.
2015-04-27[win32] CLog: Do not use FlushFileBuffers after each write to file which ↵Anton Fedchin
causes unnecessary performance penalties.
2015-04-27player: implement SeekTimeRelative, disable accurate seeking for relative seeksRainer Hochecker
2015-04-26Merge pull request #6840 from tamland/context_addons_labeltamland
[addons] lazy load translated context item label
2015-04-26[addons] lazy load translated context item labelThomas Amland
avoids loading language files when addon instances are created but label never used (e.g in addon browser)
2015-04-26Merge pull request #6681 from tamland/addon_install_fixestamland
Cleanup addon (un)installing and enabling/disabling
2015-04-26Fix series optical media filesphate89
2015-04-26Merge pull request #7016 from FernetMenta/refclockRainer Hochecker
videorefclock: fix deadlock in glx method
2015-04-26Merge pull request #6897 from wsnipex/kodi-configMartijn Kaijser
[binary addons] use correct library install paths on different linux distros
2015-04-26add advanced setting assfixedworkstaxigps
2015-04-26Honor episode bookmarks in bd simple menuphate89
2015-04-25videorefclock: fix deadlock in glx methodRainer Hochecker
2015-04-25Merge pull request #7013 from FernetMenta/crashRainer Hochecker
dvdpayer: fix GENERAL_SYNCHRONIZE
2015-04-24Merge pull request #7000 from uNiversaI/patch-1Martijn Kaijser
[confluence language strings] fix typo - capitalized second word
2015-04-24Merge pull request #6869 from tamland/listdirgiltamland
[python] add DelayedCallGuard to xbmcvfs.listdir. closes #14212
2015-04-24dvdplayer: add missing msg handler for GENERAL_SYNCHRONIZERainer Hochecker
2015-04-24dvdplayer: fix crash caused by GENERAL_SYNCHRONIZE messagesRainer Hochecker
2015-04-24[English language] typo capitalized second worduNiversaI
All sub menu entries are capitalized first letter word and lowercase second word. Fix that finally so all match
2015-04-24[addons] fix multiple edge cases of pre/post-(un)installing not working ↵Thomas Amland
correctly for services/context items
2015-04-24[addons] move enabling/disabling responsibility out of database to managerThomas Amland
fixes multiple cases of services and context items not getting enabled/disabled correctly
2015-04-24[addons] remove unused IsAddonInstalled methodThomas Amland
2015-04-24[addons] remove dead codeThomas Amland
2015-04-23[re-touched] skin updateronie
2015-04-23upnp: fix renderer's PlayMedia()montellese
2015-04-23Add romanian keyboard layoutDaniel
Add romanian keyboard layout as per standard SR 13392:2004 http://en.wikipedia.org/wiki/Romanian_keyboard_layout This is the "primary" layout with one exception Letter "â" is on the next row sice the virtual keyboard can only show a max of 12 characters Google and Microsoft did the same with their virtual keyboards
2015-04-23Merge pull request #7008 from NedScott/keymap_tweakSascha Woo
Change smallstepback to seek(-7) + debugging and reload keymap
2015-04-23[keymaps] map ReloadKeymaps to shift+control+k and ToggleDebug to ↵xhaggi
shift+control+d
2015-04-23[keymaps] replace smallstepback with built-in Seek(-7)NedScott
2015-04-23Merge pull request #6995 from Memphiz/trac15245Memphiz
[input/touch] - when translating mapped touch events don't loose the
2015-04-23Merge pull request #6993 from ace20022/cores_includesAndreas Zelend
[dvdplayer] Cleanup includes.
2015-04-23Merge pull request #6985 from Jalle19/pvr-vbox-addonSam Stenvall
[pvr] add pvr.vbox (new PVR addon)
2015-04-22Merge pull request #6997 from fyfe/fix/tvshowlink-not-savedSascha Montellese
FIX: update link between movie and tv shows when saving a movies details
2015-04-22Merge pull request #7002 from FernetMenta/remapRainer Hochecker
AE: fix init of resampler (remapper) after flush
2015-04-22[AudioEngine] Cleanup includes.ace20022
2015-04-22[DllLoader] Cleanup includes.ace20022
2015-04-22[cores] Cleanup includes.ace20022
2015-04-22[VideoRenderers] Cleanup includes.ace20022
2015-04-22[PlayerCoreFactory] Cleanup includes.ace20022
2015-04-22[ExternalPlayer] Cleanup includes.ace20022
2015-04-22[paplayer] Cleanup includes.ace20022
2015-04-22[dvdplayer] Cleanup includes.ace20022
2015-04-22[videodb] consider removable drives when checking for matching source during ↵Matthias Kortstiege
library cleanup
2015-04-22curl uses fputs to write the header for it's cookie filePär Björklund
2015-04-22Merge pull request #6998 from xhaggi/seek-step-defaultsSascha Woo
[settings] adjusts seek steps default configurations
2015-04-22Merge pull request #7001 from Montellese/jsonrpc_fix_addon_typesjenkins4kodi
2015-04-22jsonrpc: replace static Addon.Types type with dynamically created one to fix ↵montellese
missing addon types