aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-05[pvr] remove unallowed characters from channel name when searching for ↵Franz Koch
missing channel icons
2012-12-05clean up and fortify the new code that makes sure addon created objects are ↵Jim Carroll
cleaned up. Log the details.
2012-12-05Merge pull request #1880 from pieh/epggrid_containerMichal Piechowiak
fix crash when using Container.NumItems infolabel with epggrid control
2012-12-05clamp offset to valid range in CGUIEpgGridContainer::ScrollToBlockOffset(), ↵pieh
fixes #13660
2012-12-05[FreeBSD] allow use of internal ffmpegFneufneu
and pass needed include path
2012-12-04[droid] Update docs to reflect which ndk to useCory Fields
Updating to android-ndk-r7-crystax-5.beta3 fixes the Jellybean startup crash.
2012-12-04This fixes the fact that python leaves objects hanging around. Also, it ↵Jim Carroll
prevents the accidental callback from arriving on python objects where the interpreter has been long closed. closes #13624
2012-12-04pvr window: switch to new view before showing dummy busy itempieh
dummy item might cause crash if timeline was last view
2012-12-04CGUIEpgGridContainer: remove unused methodpieh
2012-12-04CGUIEpgGridControl: subclass from IGUIContainer and implement methods used ↵pieh
by info manager
2012-12-04add IGUIContainer that will be used by view control and Container.*, ↵pieh
ListItem.* infolabels
2012-12-04addons: use the extension-point's version if no minversion (i.e. no ↵montellese
<backwards-compatibility> tag) is specified when checking imported extension-points
2012-12-04[taglib] taglib doesn't resolve genre numbers where just a number is given, ↵Jonathan Marshall
so add workaround. fixes #13663
2012-12-03Merge pull request #1886 from queeup/langinfoalanwww1 (Attila)
Eastern European Time (EET) added to Turkish
2012-12-04[art] make sure we assign trailer art via CVideoThumbLoader::SetArt to ↵Jonathan Marshall
ensure the art fallbacks are set
2012-12-04Eastern European Time (EET) added to Turkishqueeup
2012-12-03Merge pull request #1884 from phil65/masterronie
[CONFLUENCE] paranthesis fix
2012-12-04[CONFLUENCE] paranthesis fixphil65
2012-12-03Merge pull request #1875 from jmarshallnz/check_dirs_on_scanjmarshallnz
check directory existence in the video scanner before scanning.
2012-12-04check directory existence in the video scanner before scanning. fixes #13605Jonathan Marshall
2012-12-03Merge pull request #1883 from ronie/confluence-nextairedjmarshallnz
[confluence] use poster/banner infolabel in nextaired window
2012-12-03[wrapper] - fix member of SNativeIoControl to match the ioctl prototypes. ↵Memphiz
This fixes ioctl on xbmc_64 on osx running a 64bit kernel
2012-12-03Merge pull request #1878 from fetzerch/crashfix-channelosddavilla
pvr: Fix crash when opening Channels OSD while playing non PVR video
2012-12-02[osx] fixed dmg background images, thx ametdavilla
2012-12-03CGUIEditControl: only handle GUI_MSG_SET_TEXT if the control is focused or ↵montellese
is the receiver
2012-12-02[rbp] fixed omx use SendCommand from component in tunnel class.gimli
2012-12-02[pvr] Do not change the labels for recordings found in the libraryHarald Axmann
2012-12-02pvr: Initialize a new timer's title with 'New Timer'Christian Fetzer
Fixed the code that replaces the string 'New Timer' with the timer's channel name.
2012-12-02pvr: Update channel when creating new timer from scratchChristian Fetzer
This fixes the issue, that it is not possible to create new manual timers by the Timer view's 'Add Timer' button. When creating such a timer, PVRTImerInfoTag's m_channel was not updated and the timer therefore silently discarded in CPVRTimers::AddTimer().
2012-12-02[pvr] Show thumbnails and fanarts also in "all recordings" view.Harald Axmann
2012-12-02[pvr] Display thumbnails and fanarts of PVR recordings being available in ↵Harald Axmann
the library.
2012-12-02[pvr] Move thumb loading for recordings to a background thread for faster ↵Harald Axmann
directory scanning.
2012-12-02jsonrpc: fix JSONRPC.Version definition in methods.jsonmontellese
2012-12-02CGUIWindow: resolve includes on copy of xml element to avoid manipulation of ↵pieh
stored xml element
2012-12-02[rbp] fixed wait only for omx audio/video eos if there was an active ↵gimli
audio/video stream
2012-12-02Merge pull request #1876 from jmarshallnz/addon_art_checksMartijn Kaijser
[json-rpc] check add-on art existence using CFile::Exists()
2012-12-02pvr: Fix crash when opening Channels OSD while playing non PVR videoChristian Fetzer
This fixes a crash when trying to open the channels OSD while playing a normal (non PVR) video. This can accidentally happen for example when having a button mapping to XBMC.ActivateWindow(PVROSDChannels) in FullscreenVideo.
2012-12-01Merge pull request #1874 from MartijnKaijser/beta2_tagFrodo_beta2davilla
[release] bump version to beta2
2012-12-02[droid] fix typo in last commitCory Fields
2012-12-01[droid] rub some cheetah-blood on the droidCory Fields
2012-12-01[droid] make it clear that the slow startup only happens onceCory Fields
TODO: - Strings i18n - Add a message for the cases where we re-cache - Re-add the native unzip to speed things up
2012-12-01[droid] revert part of 742197f since it's upstream nowCory Fields
2012-12-02use poster/banner infolabel in nextaired windowronie
2012-12-01Merge pull request #1801 from singular0/masterdavilla
trac #13499: Power Management via logind support
2012-12-02[tuxbox] don't construct URLs manually - use CURL instead, and cleanup some ↵Jonathan Marshall
of the string manipulation
2012-12-01Revert "addons: fix dependency check on extension-points without the ↵davilla
<backwards-compatibility> tag" breaks heaps of scripts/scrapers etc. include other stuff of a lower version than what is available. This reverts commit f2596aac4d791f45985b42103fd3737e65b96fb0.
2012-12-01Merge pull request #1877 from opdenkamp/pvr-frodo-bumpdavilla
bump pvr add-ons to 1.6 for android and os-x/ios
2012-12-02[osx] bump xbmc-pvr-addonsLars Op den Kamp
2012-12-02[droid] pvr: bump to 1.6 and enable all addonsCory Fields
2012-12-01Merge pull request #1872 from nemphys/pvr-channelgroup-load-fixLars Op den Kamp
pvr: fix double internal channel group loading during startup