aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2012-11-11[pvr/epg] don't display seconds for start and end timesLars Op den Kamp
2012-11-10fixes small consistency issues with music codec information. part of #13490Jonathan Marshall
2012-11-10Merged the following PRs and bumped the API to v1.6.0: issue #1714, issue ↵Lars Op den Kamp
#1726, issue #1744, issue #1690
2012-11-10[pvr] added FreeString()Lars Op den Kamp
2012-11-10[pvr] return char* instead of const char* from UnknownToUTF8, ↵Lars Op den Kamp
GetLocalizedString and GetDVDMenuLanguage. use strdup to dupe the strings
2012-11-10[pvr] fixed UnknownToUTF8() on the PVR interface. fixes ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/issues/68
2012-11-09[lang] November update of internal addon language filesalanwww1
2012-11-09[lang] November update of skin.confluence language filesalanwww1
2012-11-08[confluence/pvr] changed fullscreen osd to display the start and end time of ↵Lars Op den Kamp
the program, instead of player times
2012-11-05[confluence] switch a ListItem.Property(Fanart_Image) to ListItem.Art(fanart)Jonathan Marshall
2012-11-05Changed: [Confluence] Cleaned up Window id white space since they are no ↵Jezz_X
longer required
2012-11-01Fixed: [Confluence] Due to changes in PVR label handling the Current channel ↵Jezz_X
EPG view showed the plot instead of the date as it should
2012-10-30Changed: [Confluence] show the fanart view for movie setsJezz_X
2012-10-30Changed: [Confluence] usage of some Icon art vs Poster artJezz_X
2012-10-29[lang] October update of internal addon language filesalanwww1
2012-10-28[lang] October update of skin.confluence language filesalanwww1
2012-10-28Fixed: [Confluence] give the movie "Sets" node more Movie type views (not ↵Jezz_X
the meta data ones)
2012-10-26fixed: reset submodule to correct statespiff
2012-10-26changed: disable PVR tab in system info if PVR is not runningspiff
2012-10-24Merge pull request #1617 from JezzX/First_run_helpJezz
Show on first time run that in Confluence there is a hidden menu on the left side of media windows
2012-10-17Fixed: [Confluence] slide the Kai dialog over when the busy dialog pops up ↵Jezz_X
at the same time to prevent overlap and busy obscuring information
2012-10-15Merge pull request #1622 from jmarshallnz/skin_settingsArne Morten Kvarving
Skin settings to a button in Appearance, under skin chooser
2012-10-16Fixed: [Confluence] Don't assume TV Shows return a poster for their scrapped ↵Jezz_X
thumb anymore because apparently that changed recently and they now get banners again
2012-10-15[droid/pvr] add android path checks. credit @memphizLars Op den Kamp
2012-10-15Added: [Confluence] a popup dialog that gets shown once and only once on ↵Jezz_X
first run of XBMC when they enter a window with the side menu to inform people there is a semi hidden menu off to the left hand side of the screen
2012-10-15[confluence] move skin settings to SkinSettings.xmlJonathan Marshall
2012-10-15Fixed: [Confluence] Proper fall back for people who haven't update their ↵Jezz_X
scraped graphic art yet between eden and frodo
2012-10-14Changed: [Confluence] streamlined the code for the new ListItem.Art stuffJezz_X
2012-10-14Fixed: [Confluence] posters we missing in library view due to bad visible ↵Jezz_X
condition. fixes #13406
2012-10-14Changed: [Confluence] reduced the Live TV image file size by halfJezz_X
2012-10-14Removed: [Confluence] unused graphics taking up spaceJezz_X
2012-10-14Fixed: [Confluence] Alignment of the progress bar in DialogBusy.xmlJezz_X
2012-10-14Changed/Fixed: [Confluence] let fan art still show when the visualization is ↵Jezz_X
in the background since most vis are transparent and not full screen
2012-10-14Changed: [Confluence] removed a label from the OSD that no longer has space ↵Jezz_X
for anymore
2012-10-13Fixed: [Confluence] small pvr view alignment issueJezz_X
2012-10-13Fixed: [Confluence] updated the Home screen "Now Playing" media icons to use ↵Jezz_X
Player.Art(thumb)
2012-10-13Fixed: [Confluence] Re-added back the Live TV Pause button to the side bar ↵Jezz_X
and home player controls and also fixed the live tv controls in PlayerControls.xml that were missed in 43000267dd308482f2864b46c43aa738edd4d6bc
2012-10-13Fixed: [Confluence] Navigation issue in VideoOSD caused by duplicate button ↵Jezz_X
id's made present by commit 43000267dd308482f2864b46c43aa738edd4d6bc
2012-10-13Partial Revert "Confluence: add extra PVR buttons to support pause and seek"Jezz_X
This reverts commit 43000267dd308482f2864b46c43aa738edd4d6bc.
2012-10-12Fixed: [Confluence] Media Filter window gets included in the background fade ↵Jezz_X
dialog set
2012-10-12Changed: [Confluence] Close the side bar when opening the advanced filtering ↵Jezz_X
dialog
2012-10-12Merge pull request #1600 from JezzX/Art_FixupJezz
Fixed: [Confluence] to use all the new ListItem.Art stuff
2012-10-11added: icon for the in progress tvshows library nodespiff
2012-10-12Changed: [Confluence] to use all the new ListItem.Art stuffJezz_X
2012-10-09Merge pull request #1580 from asylumfunk/js-house-cleaningSascha Montellese
[webinterface.default] cleanup JSON-RPC requests
2012-10-09cleanup - removed over 200k from the projectasylumfunk
- cleanup - moved ajax commonalities to dedicated library - cleanup - removed unneeded jQuery.proxy calls - cleanup - removed comments - performance - much faster replace - cleanup - upgraded jquery to 1.8.2, removed unreferenced js files - performance - lossless image size reduction with smushit
2012-10-09[pvr] added/update doxy for PVR add-on callbacks + cosmeticsLars Op den Kamp
2012-10-09[pvr] added TriggerEpgUpdate to the PVR interface, so an add-on can force an ↵Lars Op den Kamp
EPG update for a channel
2012-10-09Confluence: add extra PVR buttons to support pause and seekMarcel Groothuis
These buttons are only enabled when the current PVR backend supports pause and seek for the current playing stream
2012-10-09Merge pull request #1399 from Montellese/gsoc_advanced_filterSascha Montellese
[GSoC] Advanced Library Filtering