Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-05 | [pvr] remove unallowed characters from channel name when searching for ↵ | Franz Koch | |
missing channel icons | |||
2012-12-05 | clean up and fortify the new code that makes sure addon created objects are ↵ | Jim Carroll | |
cleaned up. Log the details. | |||
2012-12-05 | Merge pull request #1880 from pieh/epggrid_container | Michal Piechowiak | |
fix crash when using Container.NumItems infolabel with epggrid control | |||
2012-12-05 | clamp offset to valid range in CGUIEpgGridContainer::ScrollToBlockOffset(), ↵ | pieh | |
fixes #13660 | |||
2012-12-05 | [FreeBSD] allow use of internal ffmpeg | Fneufneu | |
and pass needed include path | |||
2012-12-04 | [droid] Update docs to reflect which ndk to use | Cory Fields | |
Updating to android-ndk-r7-crystax-5.beta3 fixes the Jellybean startup crash. | |||
2012-12-04 | This 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-04 | pvr window: switch to new view before showing dummy busy item | pieh | |
dummy item might cause crash if timeline was last view | |||
2012-12-04 | CGUIEpgGridContainer: remove unused method | pieh | |
2012-12-04 | CGUIEpgGridControl: subclass from IGUIContainer and implement methods used ↵ | pieh | |
by info manager | |||
2012-12-04 | add IGUIContainer that will be used by view control and Container.*, ↵ | pieh | |
ListItem.* infolabels | |||
2012-12-04 | addons: 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-03 | Merge pull request #1886 from queeup/langinfo | alanwww1 (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-04 | Eastern European Time (EET) added to Turkish | queeup | |
2012-12-03 | Merge pull request #1884 from phil65/master | ronie | |
[CONFLUENCE] paranthesis fix | |||
2012-12-04 | [CONFLUENCE] paranthesis fix | phil65 | |
2012-12-03 | Merge pull request #1875 from jmarshallnz/check_dirs_on_scan | jmarshallnz | |
check directory existence in the video scanner before scanning. | |||
2012-12-04 | check directory existence in the video scanner before scanning. fixes #13605 | Jonathan Marshall | |
2012-12-03 | Merge pull request #1883 from ronie/confluence-nextaired | jmarshallnz | |
[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-03 | Merge pull request #1878 from fetzerch/crashfix-channelosd | davilla | |
pvr: Fix crash when opening Channels OSD while playing non PVR video | |||
2012-12-02 | [osx] fixed dmg background images, thx amet | davilla | |
2012-12-03 | CGUIEditControl: 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 library | Harald Axmann | |
2012-12-02 | pvr: 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-02 | pvr: Update channel when creating new timer from scratch | Christian 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-02 | jsonrpc: fix JSONRPC.Version definition in methods.json | montellese | |
2012-12-02 | CGUIWindow: 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-02 | Merge pull request #1876 from jmarshallnz/addon_art_checks | Martijn Kaijser | |
[json-rpc] check add-on art existence using CFile::Exists() | |||
2012-12-02 | pvr: Fix crash when opening Channels OSD while playing non PVR video | Christian 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-01 | Merge pull request #1874 from MartijnKaijser/beta2_tagFrodo_beta2 | davilla | |
[release] bump version to beta2 | |||
2012-12-02 | [droid] fix typo in last commit | Cory Fields | |
2012-12-01 | [droid] rub some cheetah-blood on the droid | Cory Fields | |
2012-12-01 | [droid] make it clear that the slow startup only happens once | Cory 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 now | Cory Fields | |
2012-12-02 | use poster/banner infolabel in nextaired window | ronie | |
2012-12-01 | Merge pull request #1801 from singular0/master | davilla | |
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-01 | Revert "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-01 | Merge pull request #1877 from opdenkamp/pvr-frodo-bump | davilla | |
bump pvr add-ons to 1.6 for android and os-x/ios | |||
2012-12-02 | [osx] bump xbmc-pvr-addons | Lars Op den Kamp | |
2012-12-02 | [droid] pvr: bump to 1.6 and enable all addons | Cory Fields | |
2012-12-01 | Merge pull request #1872 from nemphys/pvr-channelgroup-load-fix | Lars Op den Kamp | |
pvr: fix double internal channel group loading during startup |