aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2018-03-27Merge pull request #12860 from Wolftronics-SBC/masterronie
Updated hungarian.xml frequently used buttons add to keyboard layout
2018-03-15[PVR] PVRGUIInfo: Fixed PVR.EpgEventDuration, ↵Kai Sommerfeld
PVR.EpgEvent(Elapsed|Remaining|Finish)Time to support channel preview.
2018-03-15skin changes need for PR12850ronie
2018-03-13Merge pull request #13642 from ksooo/pvr-guiinfoKai Sommerfeld
[PVR][guiinfo][Estuary] Bunch of PVR guiinfo fixes and improvements
2018-03-12Merge pull request #12857 from phate89/use_our_api_scrapersphate89
Use our api to set info on python scrapers
2018-03-12[PVR][guiinfo] GUIDialogSeekBar: Introduced control 402 for eog event seek ↵Kai Sommerfeld
percentage.
2018-03-12[PVR][guiinfo] New GUI label: PVR.EpgEventSeekTime.Kai Sommerfeld
2018-03-12[PVR][guiinfo] New GUI label: PVR.TimeshiftOffset.Kai Sommerfeld
2018-03-12[lang][skin.estouchy] updated language files from Transifextxtranslation
2018-03-12[lang][skin.estuary] updated language files from Transifextxtranslation
2018-03-12[lang][kodi.core] automatic syntax corrections for the en_GB language filetxtranslation
2018-03-04Merge pull request #13578 from peak3d/primesettingsMarkus Pfau
[Settings] Allow s/w decode for GBM platform
2018-03-01Merge pull request #13533 from DaveTBlake/JobInfoDialogDave Blake
[Music]Refactor Song Information Dialog
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-24Fetch full song info and art types info, and set user rating as separate ↵DaveTBlake
jobs from UI to avoid locking. Wait for fetched data, cancel possible while waiting should fetch be slow. Job populates the dialog item and art items list, then triggers dialog event to indicate completion. Support selection of any type of art. OnGetArt replaces OnGetThumb, and art type selection in separate class for use by other music info dialog later. Handling fallback art, showing it as the current art when there is no specific song art. Improve how CMusicInfoLoader::LoadAdditionalTagInfo fetches artist and album data as song item properties. Album info button enabled only when album known (library item). Use GUI_MSG_UPDATE_ITEM to efficiently keep GUI item art consistent.
2018-02-24[PVR] Guide window: Reintroduce 'wrap around' when navigating the epg grid.Kai Sommerfeld
2018-02-19Merge pull request #13525 from tamland/subtitle_dialogtamland
Consolidate subtitle dialogs
2018-02-18Use our existing python api to set info in video python scrapersphate89
2018-02-18Add support for nfo url to python scrapersUnknown
2018-02-17[estuary] use subtitle setting osd instead of custom dialogThomas Amland
2018-02-17Merge pull request #13530 from phil65/estuary_sets_fixMartijn Kaijser
[Estuary] - fix info display for sets
2018-02-11RetroPlayer: Disable reset hotkeyGarrett Brown
In practice, while button-mashing, a player can hit Select+B and cause a reset, but without an easy way to undo this reset, gameplay progress can be lost.
2018-02-11[Estuary] - fix info display for setsphil65
2018-02-11split audio and subtitle settings osdThomas Amland
2018-02-10Merge pull request #11222 from popcornmix/cecrepeatMartijn Kaijser
[cec] Add settings for configuring button repeats
2018-02-10Merge pull request #13484 from ronie/estuary-font-addonMartijn Kaijser
[skins] add icon for font addons
2018-02-10Merge pull request #13515 from notspiff/font_addons_2tamland
added: basic font resource add-on type
2018-02-10added: basic font resource add-on typenotspiff
2018-02-10[addons] sync with repoMartijn Kaijser
2018-02-08Merge pull request #13498 from ronie/skin-addon-iconsMartijn Kaijser
[estuary] missing addon icons
2018-02-07[estuary] missing addon iconsronie
2018-02-05[skins] add icon for font addonsronie
2018-02-04Controller dialog: Mouse mapping supportGarrett Brown
2018-02-02Controller dialog: Keyboard mapping supportGarrett Brown
This adds keyboard keys as valid controller features in the controller dialog. Symbols are used to identify keys in the buttonmap. A "select key" button is placed above the keys so that the user can select which key to map by typing the key on their keyboard. This beats scrolling through a long list.
2018-02-01Merge pull request #13453 from lukastribus/rsssArne Morten Kvarving
add HTTPS support for RSS feeds
2018-02-01[Estuary] hide repeat / random in partymoderonie
2018-01-30add HTTPS support for RSS feedsLukas Tribus
2018-01-29[cec] Add settings for configuring button repeatspopcornmix
2018-01-24convert CRLF to LF line endingsRechi
2018-01-20[PVR][Estuary] Guide window teaks for more consistency and readability.Kai Sommerfeld
2018-01-18[Estuary] some delicate touches to the channelgroup selectorronie
2018-01-17[PVR][Estuary] Guide window: Change channel groups selector layout.Kai Sommerfeld
2018-01-16Add missing visibility condition for channel group selector background image.Kai Sommerfeld
2018-01-15[PVR][Estuary] Guide window: Add channel group selector.Kai Sommerfeld
2018-01-14Prevent invisible back-button to gain focus when on Home screenVoyager1
2018-01-09[PVR][Estuary] PVRInfoPanel: Add percent played progress bar, for example ↵Kai Sommerfeld
for recordings.
2018-01-06Merge pull request #13300 from fuzzard/estuarypvrKai Sommerfeld
[Estuary][PVR] Season/Ep info in PVRGuide
2018-01-06Merge pull request #13213 from ronie/estuary-mastermodeMartijn Kaijser
[Estuary] fix mastermode label in button menu
2018-01-06smbclient changes for smb minprotocol and legacysecuritychewitt
2018-01-05[webserver] add SSL settingwsnipex