Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-28 | Merge pull request #7012 from xhaggi/seekhandler-improvements | jenkins4kodi | |
2015-04-28 | [seekhandler] get rid of CGUIInfoManager dependency | xhaggi | |
2015-04-28 | [seekhandler] get rid of inaccurate seek size percent calculation | xhaggi | |
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-28 | Merge pull request #6994 from afedchin/win32_clog | Anton Fedchin | |
[win32] CLog: Do not use FlushFileBuffers after each write to file which... | |||
2015-04-27 | [mmalrenderer] Fix initialisation of m_format in init_vout | popcornmix | |
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-27 | player: implement SeekTimeRelative, disable accurate seeking for relative seeks | Rainer Hochecker | |
2015-04-26 | Merge pull request #6840 from tamland/context_addons_label | tamland | |
[addons] lazy load translated context item label | |||
2015-04-26 | [addons] lazy load translated context item label | Thomas Amland | |
avoids loading language files when addon instances are created but label never used (e.g in addon browser) | |||
2015-04-26 | Merge pull request #6681 from tamland/addon_install_fixes | tamland | |
Cleanup addon (un)installing and enabling/disabling | |||
2015-04-26 | Fix series optical media files | phate89 | |
2015-04-26 | Merge pull request #7016 from FernetMenta/refclock | Rainer Hochecker | |
videorefclock: fix deadlock in glx method | |||
2015-04-26 | Merge pull request #6897 from wsnipex/kodi-config | Martijn Kaijser | |
[binary addons] use correct library install paths on different linux distros | |||
2015-04-26 | add advanced setting assfixedworks | taxigps | |
2015-04-26 | Honor episode bookmarks in bd simple menu | phate89 | |
2015-04-25 | videorefclock: fix deadlock in glx method | Rainer Hochecker | |
2015-04-25 | Merge pull request #7013 from FernetMenta/crash | Rainer Hochecker | |
dvdpayer: fix GENERAL_SYNCHRONIZE | |||
2015-04-24 | Merge pull request #7000 from uNiversaI/patch-1 | Martijn Kaijser | |
[confluence language strings] fix typo - capitalized second word | |||
2015-04-24 | Merge pull request #6869 from tamland/listdirgil | tamland | |
[python] add DelayedCallGuard to xbmcvfs.listdir. closes #14212 | |||
2015-04-24 | dvdplayer: add missing msg handler for GENERAL_SYNCHRONIZE | Rainer Hochecker | |
2015-04-24 | dvdplayer: fix crash caused by GENERAL_SYNCHRONIZE messages | Rainer Hochecker | |
2015-04-24 | [English language] typo capitalized second word | uNiversaI | |
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 manager | Thomas Amland | |
fixes multiple cases of services and context items not getting enabled/disabled correctly | |||
2015-04-24 | [addons] remove unused IsAddonInstalled method | Thomas Amland | |
2015-04-24 | [addons] remove dead code | Thomas Amland | |
2015-04-23 | [re-touched] skin update | ronie | |
2015-04-23 | upnp: fix renderer's PlayMedia() | montellese | |
2015-04-23 | Add romanian keyboard layout | Daniel | |
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-23 | Merge pull request #7008 from NedScott/keymap_tweak | Sascha 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-23 | Merge pull request #6995 from Memphiz/trac15245 | Memphiz | |
[input/touch] - when translating mapped touch events don't loose the | |||
2015-04-23 | Merge pull request #6993 from ace20022/cores_includes | Andreas Zelend | |
[dvdplayer] Cleanup includes. | |||
2015-04-23 | Merge pull request #6985 from Jalle19/pvr-vbox-addon | Sam Stenvall | |
[pvr] add pvr.vbox (new PVR addon) | |||
2015-04-22 | Merge pull request #6997 from fyfe/fix/tvshowlink-not-saved | Sascha Montellese | |
FIX: update link between movie and tv shows when saving a movies details | |||
2015-04-22 | Merge pull request #7002 from FernetMenta/remap | Rainer 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-22 | curl uses fputs to write the header for it's cookie file | Pär Björklund | |
2015-04-22 | Merge pull request #6998 from xhaggi/seek-step-defaults | Sascha Woo | |
[settings] adjusts seek steps default configurations | |||
2015-04-22 | Merge pull request #7001 from Montellese/jsonrpc_fix_addon_types | jenkins4kodi | |
2015-04-22 | jsonrpc: replace static Addon.Types type with dynamically created one to fix ↵ | montellese | |
missing addon types |