aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-18drop tvtunes supportronie
2015-10-17Merge pull request #8178 from InuSasha/feature/pr/onclick_dynamic_contentMartijn Kaijser
[GUILIB] add override onclick to dynamic content lists
2015-10-17[texture] redact username/password when texture loading failsMatthias Kortstiege
2015-10-17[addons] dont redirect to download dir on update all. already shows progressThomas Amland
2015-10-17[addons] remove unused methods and database column for blacklistingThomas Amland
2015-10-17[addons] refactor GetAllOutdatedAddonsThomas Amland
2015-10-17[addons] dont hide available updates for blacklisted addonsThomas Amland
2015-10-17[addons] add caching of blacklisted addons via addon managerThomas Amland
2015-10-17[guilib] add override onclick to dynamic content listsSascha Kuehndel (InuSasha)
2015-10-17Merge pull request #8197 from Montellese/fix_dialogselect_focusingjenkins4kodi
2015-10-17Merge pull request #8236 from koying/fixdroidrefreshChris Browet
FIX: [droid] use context resolution when recreating window
2015-10-17remove skin backward compatibilityronie
2015-10-16Merge pull request #8232 from ksooo/pvr-keymappingKai Sommerfeld
[PVR] activate PVR windows only if PVR is enabled
2015-10-16FIX: [droid] use context resolution when recreating windowChris "koying" Browet
2015-10-16OSX: remove ifdef from platform agnostic codeRainer Hochecker
2015-10-16Merge pull request #8234 from lkosmid/EGL_X11_eglContext_reuse_jarvisRainer Hochecker
Save last used eglConfig to m_eglConfig and reuse it wherever is possible
2015-10-16[eventserver] logging once when starting is enoughMatthias Kortstiege
2015-10-16[webserver] logging once about starting/stopping is enoughMatthias Kortstiege
2015-10-16Merge pull request #8233 from Razzeee/fix-tests-after-8181Memphiz
Fix tests after removal of atv2 See: #8181
2015-10-16[PVR] Activate PVR windows only if PVR is enabledKai Sommerfeld
2015-10-16Fix tests after removal of atv2 See: #8181Kolja Lampe
2015-10-16Merge pull request #8049 from Razzeee/userrating-frontendjenkins4kodi
2015-10-16Merge pull request #8230 from mkortstiege/visualize-hitrectMatthias Kortstiege
[guilib] add ability to visualize control hitrects
2015-10-16Save last eglConfig to m_eglConfig and reuse it wherever is possibleLeonidas 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-16Merge pull request #8194 from xhaggi/fix-dialog-path-paramjenkins4kodi
2015-10-15Merge pull request #8231 from ksooo/pvr-fix-search-window-snafujenkins4kodi
2015-10-15Merge pull request #8229 from stefansaraev/fixup-8222Kai Sommerfeld
[Confluence] on left/right fixup after #8222
2015-10-15[Confluence] on left/right fixup after #8222Stefan Saraev
2015-10-15[PVR] Fix search window init regressionKai Sommerfeld
2015-10-15New touchscreen keymapNedScott
Some improvements to the default touchscreen keymap. Note that three finger tap and three finger swipe are iOS only at the moment.
2015-10-15Merge pull request #8227 from garbear/fix-vs-8212Matthias Kortstiege
[win32] Fix VS project after #8212
2015-10-15[win32] Fix VS project after #8212Garrett Brown
2015-10-15[guilib] add ability to visualize controls hitrectsMatthias 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 intGarrett Brown
2015-10-15[dllLoader] Fix segfault if high-order word is zeroGarrett 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 sizeGarrett 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-15Merge pull request #8222 from ksooo/confluence-homescreen-eventlogMartijn Kaijser
[Confluence] Add 'Events' to Home screen's 'System' submenu.
2015-10-15Merge pull request #8180 from Memphiz/fix_shairport_ios9Memphiz
[airplay] - restore ios 9 music streaming capability
2015-10-15Merge pull request #8159 from Razzeee/remove-label2Razzeee
Removed custom label2 (right) and show value that is sorted by or fall back to durat…
2015-10-15Merge pull request #8212 from notspiff/add_ffmpeg_tagloader_retryRainer Hochecker
Add ffmpeg tagloader - retry
2015-10-14[guilib] Notify parent control when focus is lost due to mouse eventGarrett 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 CAddonDllGarrett 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 pathsGarrett Brown
Thanks to wsnipex.
2015-10-14[addons] Move resource cleanup to parent classGarrett 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 rootGarrett Brown
This allows xbmcvfs.listdir() to list protocols that are valid with no hostname.
2015-10-14[cleanup] Move string alias to outer blockGarrett Brown
2015-10-14[cleanup] Move local variable to the stack in PluginDirectory.cppGarrett Brown