aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-21Merge pull request #8414 from metaron-uk/activeRecord16.0b2-JarvisKai Sommerfeld
[PVR] Fix for blank Currently In Prog Recordings
2015-11-21[gui] show an ok dialog instead of the addon update dialog when there are no ↵Thomas Amland
versions available empty lists currently break navigation
2015-11-21[Confluence] disallow program addons selectionronie
2015-11-21[PVR] Fix for blank Currently In Prog Recordingsmetaron
(part of PR#8400 which got missed)
2015-11-21Merge pull request #8411 from OpenELEC/new_keymappingsMartijn Kaijser
New keymappings for keyboard-like remotes
2015-11-20[lang] correct wrong (duplicated) numeric IDtxtranslation
2015-11-20Merge pull request #8399 from metaron-uk/timerStateKai Sommerfeld
[PVR] Fix Timer Status UI inconsistencies
2015-11-20bump to 16.0 beta3Martijn Kaijser
2015-11-20[PVR] Fix Timer Status UI inconsistenciesmetaron
Use Enabled/Disabled to identify if a timer should to do something - Timer Settings dialogue (was 'Active') - Timer List 'Status' column (was 'Enabled/Inactive') - Timer announcements (was activated/deactivated) Re-use existing 'Enabled'/'Disabled' strings to reduce duplicates UI only. No change to PVR function or API variable names.
2015-11-20Merge pull request #8395 from Razzeee/music-ask-to-scanMartijn Kaijser
[music] When adding a new music directory, ask the user if he wants t…
2015-11-20Merge pull request #8408 from wsnipex/redact-smbMartijn Kaijser
redact filenames in smbfile log output
2015-11-20Merge pull request #8410 from anaconda/trac-16377Martijn Kaijser
builtins: fix Container.Refresh after ac870b6.
2015-11-20[keyboard.xml] add KEY_CONFIG keymapping (config)Stephan Raue
2015-11-20[LinuxInputDevices] add KEY_SELECT support (return)Stephan Raue
2015-11-20[LinuxInputDevices] add KEY_FILE support (launch_file_browser)Stephan Raue
2015-11-20[LinuxInputDevices] add KEY_SEARCH support (browser_search)Stephan Raue
2015-11-20[LinuxInputDevices] add KEY_MAIL support (launch_mail)Stephan Raue
2015-11-20[keyboard.xml] add KEY_HOMEPAGE keymapping (Home)Stephan Raue
2015-11-20[keyboard.xml] add KEY_RED,KEY_GREEN,KEY_YELLOW,KEY_BLUE keymapping (colored ↵Stephan Raue
buttons)
2015-11-20[keyboard.xml] add KEY_FAVORITES keymapping (Favorites)Stephan Raue
2015-11-20[keyboard.xml] add KEY_TEXT keymapping (Text)Stephan Raue
2015-11-20[keyboard.xml] add KEY_ZOOM keymapping (Zoom)Stephan Raue
2015-11-20[mouse.xml] add right click keymapping (Info)Stephan Raue
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