Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-18 | drop tvtunes support | ronie | |
2015-10-17 | Merge pull request #8178 from InuSasha/feature/pr/onclick_dynamic_content | Martijn Kaijser | |
[GUILIB] add override onclick to dynamic content lists | |||
2015-10-17 | [texture] redact username/password when texture loading fails | Matthias Kortstiege | |
2015-10-17 | [addons] dont redirect to download dir on update all. already shows progress | Thomas Amland | |
2015-10-17 | [addons] remove unused methods and database column for blacklisting | Thomas Amland | |
2015-10-17 | [addons] refactor GetAllOutdatedAddons | Thomas Amland | |
2015-10-17 | [addons] dont hide available updates for blacklisted addons | Thomas Amland | |
2015-10-17 | [addons] add caching of blacklisted addons via addon manager | Thomas Amland | |
2015-10-17 | [guilib] add override onclick to dynamic content lists | Sascha Kuehndel (InuSasha) | |
2015-10-17 | Merge pull request #8197 from Montellese/fix_dialogselect_focusing | jenkins4kodi | |
2015-10-17 | Merge pull request #8236 from koying/fixdroidrefresh | Chris Browet | |
FIX: [droid] use context resolution when recreating window | |||
2015-10-17 | remove skin backward compatibility | ronie | |
2015-10-16 | Merge pull request #8232 from ksooo/pvr-keymapping | Kai Sommerfeld | |
[PVR] activate PVR windows only if PVR is enabled | |||
2015-10-16 | FIX: [droid] use context resolution when recreating window | Chris "koying" Browet | |
2015-10-16 | OSX: remove ifdef from platform agnostic code | Rainer Hochecker | |
2015-10-16 | Merge pull request #8234 from lkosmid/EGL_X11_eglContext_reuse_jarvis | Rainer Hochecker | |
Save last used eglConfig to m_eglConfig and reuse it wherever is possible | |||
2015-10-16 | [eventserver] logging once when starting is enough | Matthias Kortstiege | |
2015-10-16 | [webserver] logging once about starting/stopping is enough | Matthias Kortstiege | |
2015-10-16 | Merge pull request #8233 from Razzeee/fix-tests-after-8181 | Memphiz | |
Fix tests after removal of atv2 See: #8181 | |||
2015-10-16 | [PVR] Activate PVR windows only if PVR is enabled | Kai Sommerfeld | |
2015-10-16 | Fix tests after removal of atv2 See: #8181 | Kolja Lampe | |
2015-10-16 | Merge pull request #8049 from Razzeee/userrating-frontend | jenkins4kodi | |
2015-10-16 | Merge pull request #8230 from mkortstiege/visualize-hitrect | Matthias Kortstiege | |
[guilib] add ability to visualize control hitrects | |||
2015-10-16 | Save last eglConfig to m_eglConfig and reuse it wherever is possible | Leonidas Kosmidis | |
2015-10-16 | [music] Aligned music userrating frontend to the new way we do it in the ↵ | Kolja Lampe | |
video library | |||
2015-10-16 | [confluence] Add user rating item to list and add a button for setting the ↵ | Kolja Lampe | |
user rating of this item | |||
2015-10-16 | [video] Enable editing of userrating from the frontend via increase/decrease ↵ | Kolja Lampe | |
and update video info and listings accordingly | |||
2015-10-16 | Merge pull request #8194 from xhaggi/fix-dialog-path-param | jenkins4kodi | |
2015-10-15 | Merge pull request #8231 from ksooo/pvr-fix-search-window-snafu | jenkins4kodi | |
2015-10-15 | Merge pull request #8229 from stefansaraev/fixup-8222 | Kai Sommerfeld | |
[Confluence] on left/right fixup after #8222 | |||
2015-10-15 | [Confluence] on left/right fixup after #8222 | Stefan Saraev | |
2015-10-15 | [PVR] Fix search window init regression | Kai Sommerfeld | |
2015-10-15 | New touchscreen keymap | NedScott | |
Some improvements to the default touchscreen keymap. Note that three finger tap and three finger swipe are iOS only at the moment. | |||
2015-10-15 | Merge pull request #8227 from garbear/fix-vs-8212 | Matthias Kortstiege | |
[win32] Fix VS project after #8212 | |||
2015-10-15 | [win32] Fix VS project after #8212 | Garrett Brown | |
2015-10-15 | [guilib] add ability to visualize controls hitrects | Matthias Kortstiege | |
This adds the ability to visualize hitrects for controls. When visible and there's a <hitrectcolor> tag, it will paint a colored rectangle over the actual control. Colors can be specified in AARRGGBB format or a name from the color theme. | |||
2015-10-15 | [addonlib] Fixed: labelenum setting should be a string instead of int | Garrett Brown | |
2015-10-15 | [dllLoader] Fix segfault if high-order word is zero | Garrett Brown | |
If the high-order word is zero, then lpProcName is the function's ordinal value. See documentation for GetProcAddress(): - https://msdn.microsoft.com/en-us/library/windows/desktop/ms683212(v=vs.85).aspx | |||
2015-10-15 | [vfs] Fix crash when entering zip:// URLs with unknown zip file size | Garrett Brown | |
For example, consider an archive hosted at the URL: https://test.com/archive.zip The zip:// URL for a file in the archive might look like: zip://https%3A%2F%2Ftest.com%2Farchive.zip/file.txt In this case, a CURL file is used to load the .zip. However, the size of the remote .zip is initially unknown (GetLength() returns 0), causing the crash. | |||
2015-10-15 | Merge pull request #8222 from ksooo/confluence-homescreen-eventlog | Martijn Kaijser | |
[Confluence] Add 'Events' to Home screen's 'System' submenu. | |||
2015-10-15 | Merge pull request #8180 from Memphiz/fix_shairport_ios9 | Memphiz | |
[airplay] - restore ios 9 music streaming capability | |||
2015-10-15 | Merge pull request #8159 from Razzeee/remove-label2 | Razzeee | |
Removed custom label2 (right) and show value that is sorted by or fall back to durat… | |||
2015-10-15 | Merge pull request #8212 from notspiff/add_ffmpeg_tagloader_retry | Rainer Hochecker | |
Add ffmpeg tagloader - retry | |||
2015-10-14 | [guilib] Notify parent control when focus is lost due to mouse event | Garrett Brown | |
This fixes controls failing to receive a "focus lost" event when a child control loses focus due to mouse movement elsewhere. | |||
2015-10-14 | [addons] Build library path in CAddon instead of CAddonDll | Garrett Brown | |
This fixes CAddon::BuildLibName() building an incorrect library name for binary add-ons. The incorrect library name was overwritten by CAddonDll, but it is better to build a correct library name in the first place and avoid the need to correct it. | |||
2015-10-14 | [binary addons] Allow overriding install paths | Garrett Brown | |
Thanks to wsnipex. | |||
2015-10-14 | [addons] Move resource cleanup to parent class | Garrett Brown | |
Resource management should be the responsibility of the class owning the resource. As a result, the check at the end of CAddonDll::Create() is no longer needed. | |||
2015-10-14 | [python] Fix listing of protocol root | Garrett Brown | |
This allows xbmcvfs.listdir() to list protocols that are valid with no hostname. | |||
2015-10-14 | [cleanup] Move string alias to outer block | Garrett Brown | |
2015-10-14 | [cleanup] Move local variable to the stack in PluginDirectory.cpp | Garrett Brown | |