aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-01[cmake] modernize and fix SSE detection on non x86wsnipex
2016-09-01[Estuary] TopBar: Fix onclick action for containers with non-empty folderpath.Kai Sommerfeld
2016-08-31Merge pull request #10371 from garbear/joystick-improvementsjenkins4kodi
2016-08-31Merge pull request #10364 from garbear/joystick-fixesGarrett Brown
Peripheral API v1.1.0: Fix mapping D-pad on RPi for some controllers
2016-08-31Merge pull request #10367 from fritsch/ffmpegmemleakRainer 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 parameterGarrett 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-30controllers: Remove unused "overlay" propertyGarrett Brown
This property was used during development, but didn't make it into the final PR.
2016-08-30Reset input receiver before destroying objectGarrett Brown
2016-08-30[peripherals] Show add-on icon if peripheral is provided by add-onGarrett Brown
Screenshot: http://i.imgur.com/S71X64A.jpg
2016-08-30[peripheral API] v1.1.0 - Batch-save button maps after wizard endsGarrett 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_DIRECTIONGarrett Brown
2016-08-30[peripheral API] v1.0.23 - Add IsValid() and SetInvalid() helpersGarrett Brown
2016-08-30Remove unused return valueGarrett Brown
2016-08-30DVDAudioCodecPassthrough: Fix memory leak after ↵fritsch
14af37aac18b0f471694dac7c65a96d39afaf327
2016-08-30Merge pull request #10365 from mrdominuzq/xbmc-gnutlsWolfgang Schupp
[depends] gnutls 3.4.14 and nettle 3.2
2016-08-30[binary-addons] allow setting an alternative addon library base pathwsnipex
2016-08-30[depends] gnutls 3.4.14 and nettle 3.2mrdominuzq
it only applies to android now #10354
2016-08-30Merge pull request #10362 from phate89/fix_queryphate89
Fix query that was missing the actual join condition for unique_id
2016-08-30Merge pull request #10356 from tamland/contextmenu_inittamland
[contextmenu] refactor addon loading/initialization
2016-08-29Merge pull request #10157 from phate89/double_backslash_mysqljenkins4kodi
2016-08-29Fix query that was missing the actual join condition for unique_idphate89
2016-08-29[keyboard] add Silesian. thx to gkkulikMartijn Kaijser
2016-08-29Merge pull request #10360 from ronie/keymap-videosMartijn Kaijser
[keymap] fix window names
2016-08-29Double the backslash in mysql in case we're in 'LIKE'phate89
2016-08-29[contextmenu] return by const refThomas Amland
2016-08-29[contextmenu] remove info manager dependency from addonsThomas Amland
lazily register expression from the context menu item instead
2016-08-29[contextmenu] refactor manager initialization and addon loadingThomas Amland
2016-08-29[keymap] fix window namesronie
2016-08-29Merge pull request #10358 from ksooo/pvr-fix-recordings-info-dialogKai Sommerfeld
[Estuary][PVR] Recordings Info dialog: Fix 'Play recording' button.
2016-08-29[binary-addons] linux: use multi-arch install dirswsnipex
2016-08-29[cmake] linux: use proper multi-arch install dirswsnipex
2016-08-29[cmake] Samba is an optional dependencywsnipex
2016-08-29[cmake] don't use multi-arch for internal/wrapped libswsnipex
2016-08-29[cmake] Fix lib/lib64 paths by using GNUInstallDirs moduleChristian Fetzer
2016-08-29[Estuary][PVR] Recordings Info dialog: Fix 'Play recording' button.Kai Sommerfeld
2016-08-28Merge pull request #10351 from wsnipex/cmake-download-dirWolfgang Schupp
Cmake fixes for offline/disconnected builds
2016-08-28FFmpeg: Bump to 3.1.3-Krypton-Beta3fritsch
2016-08-28Merge pull request #10325 from stealthflyer/stealthflyer-estuaryBigNoid
[estuary] - show buffering progress in video full screen
2016-08-28Merge pull request #10353 from NedScott/Chapter-Next-OSDBigNoid
Make "Next" visible for chapters in Estuary's OSD
2016-08-28Merge pull request #10342 from ksooo/pvr-fix-recordings-folders-regressionKai Sommerfeld
[PVR] Recordings window: Fix recording groups not working (regression introduced by #10333)
2016-08-28Merge pull request #10352 from ksooo/pvr-fix-epg-window-deadlockKai Sommerfeld
[PVR] Guide window: Fix deadlock (occured on quickly closing and reopening the guide window).
2016-08-28Make "Next" always visible in Estuary's OSDNed 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 i386wsnipex
2016-08-27[cmake] allow overriding ffmpeg, libdvd, crossguid download URL with local ↵wsnipex
tarball
2016-08-27[cmake] use common download dir for tarballswsnipex
2016-08-27[cmake/linux] Add target to execute tests with valgrindChristian 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-27Show buffering progressAleks 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.