aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-20[keyboard.xml] add ALT+F4 keymapping (Exit)Stephan Raue
2015-11-20[keyboard.xml] add CTRL+R keymapping (Record)Stephan Raue
2015-11-19builtins: fix Container.Refresh after ac870b64b16dfd0fc2bd0496c14529cf6d563f41.anaconda
Fixes #16377 (Container.Refresh without parameter now generates an error)
2015-11-19redact filenames in smbfile log outputwsnipex
2015-11-19Merge pull request #8373 from tamland/broken_updatestamland
[addons] dont include broken versions in available updates
2015-11-19Fix codepage problem to input Korean properly.sportica
2015-11-18Merge pull request #8356 from MilhouseVH/fix_export_dialogPär Björklund
Fix inversion of export library dialogs, fix #16317, fix #16358
2015-11-18Merge pull request #8396 from fritsch/pafixPeter Frühberger
AE Pulse: Ignore volume changes on corked sinks
2015-11-18Merge pull request #8386 from metaron-uk/nextRecordingKai Sommerfeld
[PVR] Next recording recording widget fix
2015-11-18Merge pull request #8389 from Glenn-1990/timerdialogKai Sommerfeld
[PVR] Timerdialog fixes
2015-11-18Merge pull request #8400 from metaron-uk/echoRecordingsKai Sommerfeld
[PVR] Remove repeating timers from Recording lists
2015-11-18Merge pull request #8404 from afedchin/fix_win32_renderingjenkins4kodi
2015-11-18[addons] fix pausing of repository updates during foreground playbackThomas Amland
2015-11-18allow CTimer to be restarted asynchronouslyThomas Amland
2015-11-18[win32] RenderingSystemDX::OnDeviceReset() - fire OnResetDevice event also ↵Anton Fedchin
if new device was created.
2015-11-18Merge pull request #8402 from MartijnKaijser/win32_noglMartijn Kaijser
[win32] Windows has no GL any more so setting negate is obsolete
2015-11-18Merge pull request #8403 from Paxxi/opensslMartijn Kaijser
[win32] Re-add the openssl hack, was never mean't to be removed without addin…
2015-11-17Re-add the openssl hack, was never mean't to be removed without adding a ↵Pär Björklund
proper fix
2015-11-17[win32] Windows has no GL any more so setting negate is obsoleteMartijn Kaijser
2015-11-17[droid] Don't show option "sync playback to display" as it's not supported ↵Martijn Kaijser
on Android
2015-11-17[music] When adding a new music directory, ask the user if he wants to scan itKolja Lampe
2015-11-16[PVR] Prevent broken Timers being 'Next Recording'metaron
Stops timers with status 'Conflict_NOK' or 'Error' appearing in the 'Next Active Recording' widget
2015-11-16remove broken musicvideos scraperronie
2015-11-16AE Pulse: Ignore volume changes on corked sinksBtbN
Fixes a rare issue where corked streams have valid but broken volume, causing kodi to come up with volume set to 0.0.
2015-11-15Merge pull request #8363 from robwebset/masterronie
Support PlayingBackgroundMedia In Confluence
2015-11-15Merge pull request #8391 from fritsch/ffmpeg-2.8.2Martijn Kaijser
FFMpeg: Bump to 2.8.2-Jarvis-beta2
2015-11-15[PVR] prevent empty timer settings with integersGlenn-1990
2015-11-15FFMpeg: Bump to 2.8.2-Jarvis-beta2fritsch
2015-11-15[PVR] fix timer dialog 'maxRecordings' labelGlenn-1990
2015-11-15Merge pull request #8388 from MartijnKaijser/single_repoMartijn Kaijser
[repo] Only fetch the addons.xml for the current version
2015-11-15[repo] Only fetch the addons.xml for the current version as we changed our ↵Martijn Kaijser
repo script on the server to auto copy all compatible version to a single folder
2015-11-15Merge pull request #8387 from MartijnKaijser/16.0b2Martijn Kaijser
bump to 16.0 beta 2
2015-11-15bump to 16.0 beta 2Martijn Kaijser
2015-11-15[PVR] Remove repeating timers from Recording listsmetaron
Stops a repeating timer with status 'Recording' appearing in currently recording lists along with its currently recording child timer
2015-11-14Merge pull request #8384 from stefansaraev/amc-sd16.0b1-JarvisChris Browet
[amcodec] partialy revert 344af8f
2015-11-14[amcodec] partialy revert 344af8fStefan Saraev
it made livetv worse on linux..
2015-11-14Merge pull request #8383 from koying/fixdroidmpeg2Chris Browet
FIX: [droid] Only sw for SD MPEG
2015-11-14FIX: [droid] Only sw for SD MPEGChris "koying" Browet
2015-11-14Merge pull request #8382 from koying/fixamcresizeChris Browet
FIX: [amc] skip frame render when changing surface size
2015-11-14FIX: [amc] skip frame render when changing surface sizeChris Browet
Prevents annoying and visible dimension change
2015-11-13Merge pull request #8379 from FernetMenta/getdelayRainer Hochecker
AE: fix GetDelay - only apply time correction to sink delay
2015-11-13Merge pull request #8377 from DaveTBlake/ContentFilesViewMediaInfoDave Blake
Music file view content as "files" and still have "media info" view type
2015-11-12Merge pull request #8372 from tamland/fix_blacklist_clearingtamland
[addons] fix clearing of blacklist state on uninstall
2015-11-12[addons] lock manager initializationThomas Amland
2015-11-12[addons] dont change disabled state in db directly on addon updateThomas Amland
manager is responsible for enabling/disabling
2015-11-12[addons] clear blacklist state from database and manager on uninstallThomas Amland
2015-11-12AE: fix GetDelay - only apply time correction to sink delayRainer Hochecker
2015-11-12Merge pull request #8378 from enen92/masterMartijn Kaijser
[pydocs] Fix small typo in xbmc.log() example
2015-11-12[pydocs] Fix small typo in xbmc.log() exampleenen92
This fix a minimal typo in the example provided in the documentation for the xbmc.log function
2015-11-12Restore content to "files" when in music file view, but still have "media ↵DaveTBlake
info" view type available so that music file tag data can be displayed. The original file view functionality was broken when deprecating the use of CGUIViewStateWindowMusicSong to make music more like video. But previous attempts to restore sorting and view types by setting content to "songs" were too course and caused other issues.