aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-07Merge pull request #8364 from koying/fixmediakeysChris Browet
FIX: [droid] regression on media keys with CEC
2015-11-07FIX: [droid] regression on media keys with CECChris "koying" Browet
2015-11-07Support PlayingBackgroundMediarobwebset
2015-11-07Merge pull request #8355 from ksooo/pvr-notifyobservers-deadlocksKai Sommerfeld
[EPG,PVR] Fix deadlock caused by Noitifyobservers call while holding instance's mutex
2015-11-07Split mood into an array of values when serialized to match JSON interface. ↵DaveTBlake
Bump JSON minor version as interface now correctly returning mood.
2015-11-06Merge pull request #8361 from ace20022/iimage_widthMatthias Kortstiege
[texture/iimage] Pass the texture's width to iimage's Decode() method.
2015-11-06[texture/iimage] Pass the texture's width to iimage's Decode() method.ace20022
2015-11-06[PVR] Fix: Toggle record/stop recording on ACTION_RECORD (e.g. for 'record' ↵Kai Sommerfeld
remote control button)
2015-11-06[PVR] Fix: Remove context menu item 'Add to favourites' for children of ↵Kai Sommerfeld
repeating timers
2015-11-06[PVR] Prevent to delete read-only timers (e.g. using 'del' key)Kai Sommerfeld
2015-11-06Merge pull request #8357 from ksooo/fix-readonly-timersettingsKai Sommerfeld
[PVR] Fix: Do not try to update read-only timers.
2015-11-06Merge pull request #8342 from fernandog/patch-1Matthias Kortstiege
Fix TRAC 16359: not filtering tvshows/movies already in tag
2015-11-06Merge pull request #8346 from mkortstiege/fix-warningsMartijn Kaijser
[coverity] fixes
2015-11-06[PVR] Context menu cleanup: All windows use same order for menu itemsKai Sommerfeld
2015-11-06[PVR] Context menu cleanup: Consequently use same logic for 'Stop recording' ↵Kai Sommerfeld
vs 'Delete timer'
2015-11-06[PVR] Context menu cleanup: Rename CONTEXT_BUTTON_ADVANCED_RECORD to ↵Kai Sommerfeld
CONTEXT_BUTTON_ADD_TIMER
2015-11-06Merge pull request #8359 from koying/fixamcvc1Chris Browet
FIX: [amc] VC1 tweak
2015-11-06FIX: [amc] VC1 tweakChris "koying" Browet
2015-11-06Clear previous cancelled flagMilhouseVH
2015-11-06Fix inversion of export library dialogs; fix #16317, fix #16358MilhouseVH
2015-11-05[PVR] Remove redundant method CGUIWindowPVRTimers::ShowTimerSettings.Kai Sommerfeld
2015-11-05[PVR] Fix: Do not try to update read-only timers.Kai Sommerfeld
2015-11-05Merge pull request #8352 from mkortstiege/nocache-musicdb-cleanupMatthias Kortstiege
[music] don't use the directory cache when cleaning the database (fix…
2015-11-05Merge pull request #8349 from tamland/fix_addon_lib_pathMatthias Kortstiege
[addons] fix library path building
2015-11-05[EPG,PVR] Fix deadlock caused by Noitifyobservers call while holding ↵Kai Sommerfeld
instance's mutex.
2015-11-05[music] don't use the directory cache when cleaning the database (fixes #16354)Matthias Kortstiege
2015-11-05Merge pull request #8341 from mkortstiege/fix-togglebutton-labelMatthias Kortstiege
[guilib] fix togglebutton label not rendered properly
2015-11-05Merge pull request #8347 from mkortstiege/fix-progresstexture-diffuseMatthias Kortstiege
[guilib] colordiffuse not applying to progresstextures
2015-11-05[depends] fix libgpg-error compile with gcc5 (Ubuntu Xenial) with update to ↵Alwin Esch
version 1.20
2015-11-05[depends] fix libssh compile with gcc5 (Ubuntu Xenial)Alwin Esch
2015-11-05Merge pull request #8348 from ace20022/gif_fixes_16Andreas Zelend
[iimage] Prevent possible access violations, especially for gifs.
2015-11-05[addons] fix library path buildingThomas Amland
platform specific path should be fallback
2015-11-04[JpegIO] Crop too large image/frame in Decode. This fixes a theoretically ↵ace20022
possible access violation.
2015-11-04[cximage] Crop too large image/frame in Decode. This fixes a theoretically ↵ace20022
possible access violation.
2015-11-04[fix][gif] Crop too large image/frame in Decode. This fixes a possible ↵ace20022
access violation.
2015-11-04[iimage] Add width and height of the texture/buffer to the interface method ↵ace20022
Decode(...).
2015-11-04[gif] Check if there's a frame, before accessing it. This prevents a ↵ace20022
possible access violation.
2015-11-04[coverity] CID#1267254 uninitialized class members in GUIFont.cppMatthias Kortstiege
2015-11-04[coverity] CID#1315108 class member 'm_image' is not initializedMatthias Kortstiege
2015-11-04[guilib] colordiffuse not applying to progresstexturesMatthias Kortstiege
2015-11-04[coverity] CID#1316471 class member 'm_doContentLookup' is not initializedMatthias Kortstiege
2015-11-04[coverity] CID#1262133 fix possible div-by-zero in Autorun.cppMatthias Kortstiege
2015-11-04[cleanup] remove unused variablesMatthias Kortstiege
2015-11-04Merge pull request #8344 from fritsch/compositingprjenkins4kodi
2015-11-04Merge pull request #8340 from FernetMenta/progchangeRainer Hochecker
videoplayer: fix detection of program change
2015-11-03Merge pull request #8334 from stefansaraev/udevprovider-fixPeter Frühberger
udevprovider fixes
2015-11-03Merge pull request #8332 from FernetMenta/fixeofRainer Hochecker
paplayer: wait for eof if no crossfading or cue sheet
2015-11-03Compositors: Only disable them if actually in usefritsch
2015-11-03x11: use the standard hint for disabling compositingLauri Myllari
2015-11-03Fix TRAC 16359: not filtering tvshows/movies already in tagFernando
Checking the code, the SELECT is returning tag_link.media_type and this returns a bunch of "tvshows" lines instead of the media_id to be filtered http://i.imgur.com/LrZ7rhs.png http://trac.kodi.tv/ticket/16359#comment:2