aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2017-09-20PVR Guide fixronie
2017-09-14[PVR] Cleanup: Remove obsolete and unused setting pvrplayback.scantime.Kai Sommerfeld
2017-09-09Language: Add description for SPDIF 352.8 and 384 khzfritsch
2017-09-07Merge pull request #12761 from garbear/disable-top2Garrett Brown
Disable top bar: FullscreenGame version
2017-09-07Implement FullscreenGame windowGarrett Brown
2017-09-06Add contextmenu option to remove resume pointsKolja Lampe
2017-08-29[PVR][settings] Make epg.lingertime an official setting, remove the ↵Kai Sommerfeld
respective advanced setting.
2017-08-27Merge pull request #12720 from garbear/remove-fileGarrett Brown
Remove unused file from Game OSD video settings
2017-08-27[lang][skin.estouchy] updated language files from Transifextxtranslation
2017-08-27[lang][skin.estuary] updated language files from Transifextxtranslation
2017-08-26Remove unused file from Game OSD video settingsGarrett Brown
This removes a file that was previously part of PR 12639 before being merged into DialogSelect.xml.
2017-08-25Merge pull request #12639 from garbear/video-settingsGarrett Brown
Game OSD: New dialog for video settings
2017-08-24[PVR][Estuary] PVR Addon API 5.7.0: Add support for epg tag playback.Kai Sommerfeld
2017-08-24[PVR][addons] PVR Addon API 5.7.0: Implementation: New API function ↵Kai Sommerfeld
IsEPGTagPlayable and GetEPGStreamProperties.
2017-08-24[PVR][addons] PVR Addon API 5.7.0: Implementation: New API function ↵Kai Sommerfeld
IsEPGTagRecordable.
2017-08-17Merge pull request #12664 from pkerling/wayland-for-masterRainer Hochecker
Wayland windowing system
2017-08-17Merge pull request #12597 from DaveTBlake/InfoSettingsDave Blake
[Music]Fix change of information provider for albums and artists
2017-08-16Add log category for timing informationPhilipp Kerling
This is useful for debugging AV sync etc. but should usually be disabled because it generates a lot of information.
2017-08-16Merge pull request #12658 from tamland/drop_lang_migrationtamland
[lang] remove language add-on migration code
2017-08-15Information provider settings and related scraping fixes.DaveTBlake
MusicDB changes: Add release group MBID, scrapedMBID flag and lastScraped to views. GetAlbum and GetArtist now fetch these values, so remove separate queries for values. This fixes loss of release group MBID when refreshing with a scraper that does not return release group id e.g. TADB scraper or from NFO files, and needed for JSON API exposure of properties. Rework info provider settings to be artist and album id specific rather than path. Replace content with infosetting table and store idSetting in artist and album tables. Add clean up of orphaned settings. Remove albuminfosong table, storing scraped tracks is deprecated. Fix having "Change information provider" on context menu for parent folder and *all items. IsAllItem() handles paths with options at the end. Fix refresh of information for all items within this path after info provider change for a single artist or album. Add facility to set information provider for multiple artists or albums. Unlike the path based attempt before this works. From context menu set information provider for a) current item, b) all items on node, c) default (for all).
2017-08-12Game OSD: Combine new dialog into DialogSelect.xmlGarrett Brown
2017-08-11Game OSD: Add game controlGarrett Brown
2017-08-11[PVR][settings] Remove unused setting pvrmenu.closechannelosdonswitch. This ↵Kai Sommerfeld
was never implemented and it makes no sense to implement 'keep info display open forever on channel switch'. This would just be annoying.
2017-08-10Merge pull request #12534 from koying/fixdblogLMartijn Kaijser
FIX: Database debug spew on demand only
2017-08-10[lang] drop migration to language add-onsThomas Amland
2017-08-08Game OSD: Add video filter and view mode dialogsGarrett Brown
2017-08-05Game OSD: Add icons and move settings to custom dialogGarrett Brown
2017-08-05Game OSD: Don't show end time of gameGarrett Brown
2017-08-05Game OSD: Show seek dialog when game OSD is openGarrett Brown
2017-08-05Game OSD: Change "Resume" button to "Pause/Resume"Garrett Brown
This informs the user that the button combo also pauses the game, opening the menu.
2017-08-03Merge pull request #12110 from chewitt/smbclient_leiaMartijn Kaijser
smbclient: cleanup smbclient configuration
2017-08-03FIX: Database debug spew on demand onlyChris "Koying" Browet
2017-08-02[lang][skin.estouchy] updated language files from Transifextxtranslation
2017-08-02[lang][skin.estuary] updated language files from Transifextxtranslation
2017-08-02[lang][kodi.core] automatic syntax corrections for the en_GB language filetxtranslation
2017-08-01Merge pull request #11163 from garbear/notify-failureGarrett Brown
Fix silent failure when game add-on can't be installed
2017-07-28Merge pull request #12558 from ronie/estouchy-2.0.5Martijn Kaijser
skin.estouchy 2.0.5
2017-07-27Fix silent failure when game add-on can't be installedGarrett Brown
2017-07-27Merge pull request #12556 from garbear/controller-relpointerGarrett Brown
Controller window: Support mapping relative pointers
2017-07-27Update game.controller.default to v1.0.4Garrett Brown
2017-07-25changed some wordings and punctuationsDaVukovic
2017-07-24[settings] introduce new setting 'Startup action' and add 'Play TV/Radio'xhaggi
2017-07-24[settings] rename category interface > other to startupxhaggi
2017-07-23skin.estouchy 2.0.5ronie
2017-07-23[Peripheral API] v1.3.4: Add support for mapping relative pointersGarrett Brown
2017-07-22smbclient: cleanup smbclient configurationchewitt
2017-07-20[estuary] show colored backgrounds if channel guide is shown outside fullscreenxhaggi
2017-07-17[VideoPlayer] ColorManager: added UHDTV (bt.2020) supportAnton Fedchin
2017-07-12Merge pull request #12434 from garbear/autosaveGarrett Brown
Implement basic gameplay persistence (autosave)
2017-07-10added: ability to inspect add-on dependencies prior to installationArne Morten Kvarving