vuplus_xbmc
2010-10-11 nadasbmore scrapers sync
2010-10-11 anssihfixed: addon update/removal with hidden files when...
2010-10-11 nadasbsync with scrapers git
2010-10-11 elupuschanged: no point in yielding main thread now that...
2010-10-11 elupuschanged: avoid holding gfx lock while flipping frames
2010-10-11 theuniDo not fetch icon/fanart/changelog if they do not exist...
2010-10-11 lcapriottiwrong ownership of media directories
2010-10-11 bobo1on1cosmetics and cleanup
2010-10-11 lcapriotticustomize distro description
2010-10-11 spiff_fixed: invalid xml in french translation. translators...
2010-10-11 taxigpsChanged convert_checked function to handle E2BIG error
2010-10-11 lcapriottido not set a default plug, it breaks xbmc gui
2010-10-11 spiff_updated: ticket #10471 - french translation. thanks...
2010-10-11 dteirneyCosmetic: whitespace.
2010-10-11 dteirneyAdded: fuzzy title match for scrapers where there were...
2010-10-11 dteirneyAdded: methods in StringUtils for doing fuzzy compariso...
2010-10-11 anssihfixed: do not try to empty nonexistent directories...
2010-10-11 anssihfixed: tried to remove some files twice on update ...
2010-10-10 bobo1on1changed: don't try to fix horribly broken timestamps...
2010-10-10 davillachanged, stop sucking CPU and bouncing the big render...
2010-10-10 spiff_fixed: regression from r34596 - add-on version shown...
2010-10-10 anssihfixed: grammar in addon installation failure message
2010-10-10 anssihadded: error handling to another addon installation...
2010-10-10 anssihfixed: old addon files were not removed on update
2010-10-10 anssihadded: show a notification for a failed unknown addon...
2010-10-10 anssihadded: ActionReplace action type to CFileOperationJob
2010-10-10 anssihfixed: disallow addon zip files that have unexpected...
2010-10-10 anssihchanged: split addon installation failure reporting...
2010-10-10 anssihfixed: uninstallation of addons with hidden files
2010-10-10 bobo1on1fixed: if xrandr returns no outputs, fall back to deskt...
2010-10-10 bobo1on1fixed: treat randr outputs without a current mode as...
2010-10-10 bobo1on1Revert "fixed: #10125 - fix xbmc crash with 1 or more...
2010-10-10 CrystalPT[WIN32] replaced hardcoded PCI Vendor ID with an enum
2010-10-10 theunifixed: verify hashes on addon deps, not just explicitly...
2010-10-10 bobo1on1fixed: only lock in CXBMCRenderManager::UpdateResolutio...
2010-10-10 elupusfixed: handle leak on stat of already open smb:// files...
2010-10-10 elupusfixed: autoreferer should still be enabled for curl
2010-10-10 elupuschanged: remove uses of PulseEvent() from CFileCache...
2010-10-10 dteirneyAdded: EDL mute capability in dvdplayer. Thanks to...
2010-10-10 dteirneyAdded: MythTV to the list of protocols in the Browse...
2010-10-10 jezz_xFixed: [Confluence] added the extra font used in horizo...
2010-10-10 taxigpsfixed: [Confluence] wrong path to RecentlyAdded script
2010-10-10 davilla[chd] fixed, 1) keep picture queue from running away...
2010-10-10 jezz_xReverted r34599 apparently we don't want it here
2010-10-10 topfs2Since we don't have a general dbus mainloop dbus-server...
2010-10-10 CrystalPTfixed up r36400: call libcurl through g_curlInterface...
2010-10-09 theunifixed: don't try to fetch via http if we've already...
2010-10-09 jezz_xChanged: [Confluence] Removed the ratings from the...
2010-10-09 taxigpsupdated: [Confluence] Chinese (Simple) translation...
2010-10-09 spiff_fixed: don't show the image info dialog for non-image...
2010-10-09 spiff_fixed: inconsistent labels for add-ons in the media...
2010-10-09 anssihfixed: python crashes with multithreaded scripts in...
2010-10-09 anssihfixed: enable core dumps only just before xbmc starts...
2010-10-09 vdrfanfixed: #10465 - typo inside german string for confluenc...
2010-10-09 vdrfanfixed: #10466 - text for cover-download / german to...
2010-10-09 jezz_xChanged: [Confluence] merged in the horizontal home...
2010-10-09 dteirneyAdded: functionality for also matching on the episode...
2010-10-09 dteirneyChanged: so the the VideoInfoTag title field is just...
2010-10-09 CrystalPT[WIN32] fixed: disable DXVA for streams exceeding L4...
2010-10-08 dteirneyChanged: VideoInfoScanner now also checks the VideoInfo...
2010-10-08 dteirneyChanged: parse the season and episode number out of...
2010-10-08 malardadded: season view [framework] for tv shows. rollover...
2010-10-08 dteirneyChanged: include the original air date in the VideoInfo...
2010-10-08 dteirneyChanged: expose seriesid through DllLibCMyth
2010-10-08 dteirneyChanged: expose originalairdate through DllLibCMyth
2010-10-08 malardchanged: code cleanup
2010-10-08 ceros7Only execute hooks if hooks directory is found.
2010-10-08 ceros7Don't limit hook scripts to bash scripts.
2010-10-08 ceros7Execute hooks that are executable, regardless of it...
2010-10-08 ceros7Change path to hooks directory.
2010-10-08 ceros7Convert xbmc-live to an arch-dependent package.
2010-10-08 ceros7Make all live.d scripts executable.
2010-10-08 ceros7Remove xbmc-web.install as it's no longer needed.
2010-10-08 ceros7Change SVN revision to use.
2010-10-08 ceros7Update packaging, removing xbmc-web and using latest...
2010-10-08 ceros7Change location where live.d is installed to /etc/xbmc.
2010-10-08 ceros7Don't install scripts in live.d.
2010-10-08 elupusfixed: lockup on cddb lookup by only closing progressba...
2010-10-08 elupusfixed: invalid usage of Stat(). Function returns 0...
2010-10-08 elupusfixed: invalid usage of stat and other weirdness in...
2010-10-08 vdrfanfixed: we actually want to extract thumbs and meta...
2010-10-08 vdrfanfixed: #10461 - Scraper language fallback mechanism...
2010-10-08 theunifixed: don't try to cache a file that doesn't exist...
2010-10-08 davilla[chd] fixed, allow bcm70015 cards to signal drops
2010-10-07 elupuschanged: use getaddrinfo instead of our dnsname cache...
2010-10-07 malardfixed: don't send smb credentials to the client via...
2010-10-07 elupuschanged: make sure irssi code tries to connect to all...
2010-10-07 elupuschanged: use getaddrinfo instead of inet_pton and getho...
2010-10-07 malardadded: icon for web interface addon page.
2010-10-07 anssihfixed: all LIRC repeats were not registered (regression...
2010-10-07 bobo1on1fixed: for mkv files, use average fps from demuxer...
2010-10-07 spiff_fixed: forgot to store the disclaimer in the add-on...
2010-10-07 anssihfixed: removal of core files when gdb is not installed
2010-10-07 elupusfixed: cmyth_get_cutlist must be exported from libcmyth
2010-10-07 jezz_xFixed: [Confluence] No Page controls in the new Live...
2010-10-07 malardchanged: improved css in album view
2010-10-07 lcapriottinew upstart job using external hooks
2010-10-07 jezz_xAdded: [Confluence] Specific info view type for "Live...
2010-10-07 jezz_xFixed: made HTSPDirectory set content to "LiveTV" inste...
2010-10-07 elupusfixed: must free structure returned by getaddrinfo
next