Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | [cmake] modernize and fix SSE detection on non x86 | wsnipex | |
2016-09-01 | [Estuary] TopBar: Fix onclick action for containers with non-empty folderpath. | Kai Sommerfeld | |
2016-08-31 | Merge pull request #10371 from garbear/joystick-improvements | jenkins4kodi | |
2016-08-31 | Merge pull request #10364 from garbear/joystick-fixes | Garrett Brown | |
Peripheral API v1.1.0: Fix mapping D-pad on RPi for some controllers | |||
2016-08-31 | Merge pull request #10367 from fritsch/ffmpegmemleak | Rainer Hochecker | |
DVDAudioCodecPassthrough: Fix memory leak after | |||
2016-08-31 | [peripherals] Reduce number of for loops in CPeripheralBusAddon::UpdateAddons() | Garrett Brown | |
2016-08-30 | [peripherals] Remove controller parameter | Garrett Brown | |
This is part of a larger change to refresh button maps for all controllers belonging to the specified device. This is because modifying one controller profile can affect another if the other is derived from the button map being modified. | |||
2016-08-30 | controllers: Remove unused "overlay" property | Garrett Brown | |
This property was used during development, but didn't make it into the final PR. | |||
2016-08-30 | Reset input receiver before destroying object | Garrett Brown | |
2016-08-30 | [peripherals] Show add-on icon if peripheral is provided by add-on | Garrett Brown | |
Screenshot: http://i.imgur.com/S71X64A.jpg | |||
2016-08-30 | [peripheral API] v1.1.0 - Batch-save button maps after wizard ends | Garrett Brown | |
2016-08-30 | [peripheral API] v1.0.24 - Store driver primitives as an array instead of a ↵ | Garrett Brown | |
union This also changes the behavior of the button mapping. Previously, every time a button was mapped, the entire controller's map was sent to the add-on. Now, only the feature being mapped is sent to the add-on. The add-on is now responsible for resolving button map conflicts. | |||
2016-08-30 | [joysticks] Rename CARDINAL_DIRECTION to ANALOG_STICK_DIRECTION | Garrett Brown | |
2016-08-30 | [peripheral API] v1.0.23 - Add IsValid() and SetInvalid() helpers | Garrett Brown | |
2016-08-30 | Remove unused return value | Garrett Brown | |
2016-08-30 | DVDAudioCodecPassthrough: Fix memory leak after ↵ | fritsch | |
14af37aac18b0f471694dac7c65a96d39afaf327 | |||
2016-08-30 | Merge pull request #10365 from mrdominuzq/xbmc-gnutls | Wolfgang Schupp | |
[depends] gnutls 3.4.14 and nettle 3.2 | |||
2016-08-30 | [binary-addons] allow setting an alternative addon library base path | wsnipex | |
2016-08-30 | [depends] gnutls 3.4.14 and nettle 3.2 | mrdominuzq | |
it only applies to android now #10354 | |||
2016-08-30 | Merge pull request #10362 from phate89/fix_query | phate89 | |
Fix query that was missing the actual join condition for unique_id | |||
2016-08-30 | Merge pull request #10356 from tamland/contextmenu_init | tamland | |
[contextmenu] refactor addon loading/initialization | |||
2016-08-29 | Merge pull request #10157 from phate89/double_backslash_mysql | jenkins4kodi | |
2016-08-29 | Fix query that was missing the actual join condition for unique_id | phate89 | |
2016-08-29 | [keyboard] add Silesian. thx to gkkulik | Martijn Kaijser | |
2016-08-29 | Merge pull request #10360 from ronie/keymap-videos | Martijn Kaijser | |
[keymap] fix window names | |||
2016-08-29 | Double the backslash in mysql in case we're in 'LIKE' | phate89 | |
2016-08-29 | [contextmenu] return by const ref | Thomas Amland | |
2016-08-29 | [contextmenu] remove info manager dependency from addons | Thomas Amland | |
lazily register expression from the context menu item instead | |||
2016-08-29 | [contextmenu] refactor manager initialization and addon loading | Thomas Amland | |
2016-08-29 | [keymap] fix window names | ronie | |
2016-08-29 | Merge pull request #10358 from ksooo/pvr-fix-recordings-info-dialog | Kai Sommerfeld | |
[Estuary][PVR] Recordings Info dialog: Fix 'Play recording' button. | |||
2016-08-29 | [binary-addons] linux: use multi-arch install dirs | wsnipex | |
2016-08-29 | [cmake] linux: use proper multi-arch install dirs | wsnipex | |
2016-08-29 | [cmake] Samba is an optional dependency | wsnipex | |
2016-08-29 | [cmake] don't use multi-arch for internal/wrapped libs | wsnipex | |
2016-08-29 | [cmake] Fix lib/lib64 paths by using GNUInstallDirs module | Christian Fetzer | |
2016-08-29 | [Estuary][PVR] Recordings Info dialog: Fix 'Play recording' button. | Kai Sommerfeld | |
2016-08-28 | Merge pull request #10351 from wsnipex/cmake-download-dir | Wolfgang Schupp | |
Cmake fixes for offline/disconnected builds | |||
2016-08-28 | FFmpeg: Bump to 3.1.3-Krypton-Beta3 | fritsch | |
2016-08-28 | Merge pull request #10325 from stealthflyer/stealthflyer-estuary | BigNoid | |
[estuary] - show buffering progress in video full screen | |||
2016-08-28 | Merge pull request #10353 from NedScott/Chapter-Next-OSD | BigNoid | |
Make "Next" visible for chapters in Estuary's OSD | |||
2016-08-28 | Merge pull request #10342 from ksooo/pvr-fix-recordings-folders-regression | Kai Sommerfeld | |
[PVR] Recordings window: Fix recording groups not working (regression introduced by #10333) | |||
2016-08-28 | Merge pull request #10352 from ksooo/pvr-fix-epg-window-deadlock | Kai Sommerfeld | |
[PVR] Guide window: Fix deadlock (occured on quickly closing and reopening the guide window). | |||
2016-08-28 | Make "Next" always visible in Estuary's OSD | Ned Scott | |
Thanks to Guilouz and the users on the forum for catching this. "Previous" on the OSD for Estuary is always visible (I assume because it can be used to "restart" a video), but "Next" has a condition to only show when there is a playlist with more than one item. I think this is a simple error, and it was forgotten that next/prev buttons are also used for chapter skipping, rather than an intentional design decision. | |||
2016-08-27 | [PVR] Guide window: Fix deadlock (occured on quickly closing and reopening ↵ | Kai Sommerfeld | |
the guide window). | |||
2016-08-27 | [cmake] linux: explicitly enable sse on i386 | wsnipex | |
2016-08-27 | [cmake] allow overriding ffmpeg, libdvd, crossguid download URL with local ↵ | wsnipex | |
tarball | |||
2016-08-27 | [cmake] use common download dir for tarballs | wsnipex | |
2016-08-27 | [cmake/linux] Add target to execute tests with valgrind | Christian Fetzer | |
Adds make check-valgrind target. Parameters can be passed to the underlying ctest command with ARGS: make check-valgrind ARGS="-VV -R VideoInfoScanner" | |||
2016-08-27 | Show buffering progress | Aleks Rozman | |
Bring back the cache level but also add a label to help identify how long some streaming sources may take to reach full cache capacity. Using estuary theme coloring with a percent indicator in the center. |