aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-29Optimize CPVRRecording. No more copies, just shared pointers.Kai Sommerfeld
2015-01-29Fix for crash on startup on iOSBen Avison
CGUIFontTTFGL::LastEnd relied on CGUIFontTTFGL::CreateStaticVertexBuffers having been called for GLES platforms, and this was being done in CWinSystemEGL::CreateWindow for Linux but not for iOS. It wasn't easy to adapt the iOS code in a similar way, so this patch waits until the first call of CGUIFontTTFGL::LastEnd to create the VBO.
2015-01-29Merge pull request #6292 from ronie/re-touchedMartijn Kaijser
[Re-Touched] Add PVR support
2015-01-29[confluence] disable the "Download" item in the subtitle menu when inSam Stenvall
live TV
2015-01-29[confluence] display the subtitle button in live TV tooSam Stenvall
(fixes #15688)
2015-01-29[confluence] move the teletext button to the left button groupSam Stenvall
2015-01-29Merge pull request #6093 from Jalle19/drop-virtual-channelsSam Stenvall
[pvr] Drop support for virtual channels
2015-01-29video library: overwrite the scraped runtime if the one from stream details ↵montellese
is more accurate
2015-01-29VideoThumbLoader: use already available reference variablemontellese
2015-01-29videodb: add SetDetailsForItem()montellese
2015-01-29[gui] bump versionSam Stenvall
2015-01-29[confluence] bump versionSam Stenvall
2015-01-29[pvr] remove the "edit" and "delete" buttons from the channel managerSam Stenvall
These have never been implemented for anything but virtual channels
2015-01-29[pvr] remove support for "virtual" channelsSam Stenvall
A virtual channel is/was a fake channel with a URL. These are the only types of channels that it's been possible to add directly from the channel manager. Alas, it doesn't actually work anymore, most likely because no one uses this feature so no one has bothered to test it.
2015-01-29[Re-Touched] Add PVR supportronie
2015-01-28mips: Pass --disable-mips.* flags to FFmpeg to cover more platformsBalint Reczey
2015-01-28mips: Use #pragma once instead of C style header guardBalint Reczey
2015-01-28mips: Fix addon shared library namingAndriy Prystupa
2015-01-28mips: Fix build with using OpenGL renderingBalint Reczey
2015-01-28mips: Don't use ASM rounding on MIPSBalint Reczey
2015-01-28mips: Add configure option for mips and mipselBalint Reczey
2015-01-28mips: add atomicstheuni
Most taken from the Linux kernel. Updated for Helix by Balint Reczey
2015-01-28[Confluence] don't hide header during radio playbackronie
2015-01-28[osx/ios/atv2] - sync xcode projectMemphiz
2015-01-28Merge pull request #6286 from ksooo/fix-pvr-wakeuptime-calculationLars Op den Kamp
[PVR] Fixed: Calculation of PVR wakeuptime.
2015-01-28Merge pull request #6276 from Memphiz/win32_packagingMemphiz
[Win32] - use formed packages for all depends
2015-01-28Merge pull request #6287 from Memphiz/curldowngradeMemphiz
[osx] - downgrade curl to former version for now until a serious symbol ...
2015-01-28Merge pull request #6277 from mkortstiege/cuttingMatthias Kortstiege
[gui] fix font cutting in auto height textboxes
2015-01-27Merge pull request #6274 from Jalle19/channelgroup-persistMartijn Kaijser
[pvr] only update a group's last watched timestamp if the timestamp has actually changed
2015-01-28[osx] - downgrade curl to former version for now until a serious symbol ↵Memphiz
clash with system libcurl is solved
2015-01-28Merge pull request #6285 from Memphiz/tp_fixanimgifMemphiz
[depends/TexturePacker] - fix extraction of delay and disposal from anim...
2015-01-27[depends/TexturePacker] - fix extraction of delay and disposal from animated ↵Memphiz
gifs (wrong assumption what ExtensionBlockCount was ...) - add delay as printout too
2015-01-27Merge pull request #6254 from kmihelich/giflib5Wolfgang Schupp
Fixes for using giflib 5.1 in GifHelper.cpp
2015-01-27[python] prevent segfault when calling DialogProgress(BG) methods before ↵Thomas Amland
create()
2015-01-27[PVR] Fixed: Calculation of PVR wakeuptime. Did not take margin start ofksooo
timer into account.
2015-01-27binary addons: bring win32 in line with how the "kodi" dependency is ↵montellese
prepared/provided
2015-01-27cmake: add missing get_filename_component() for DEPENDS_PATHmontellese
2015-01-27cosmetics: fix indentation in binary addons cmake buildsystemmontellese
2015-01-27Merge pull request #6279 from Montellese/cmake_refactor_dependsSascha Montellese
cmake: refactor/cleanup addon dependency buildsystem
2015-01-27[depends/ffmpeg] - force ffmpeg build to use AR and RANLIB from the toolchainMemphiz
2015-01-27[depends/droid] - get rid of the NDK_VER parsing/define - not needed anymore ↵Memphiz
as we rely on ndk r9c now (sed works differently on darwin and never got the parsing right)
2015-01-27[depends/PIL] - force "toolchain-gcc -shared" as linker command for shared ↵Memphiz
libs (LDSHARED) - else it will pull stupid flags based on the building system into it (e.x. -bundle because i compile on osx - stupid python)
2015-01-27[depends/openssl] - force openssl to use the ar from the toolchainMemphiz
2015-01-27[depends/libplist] - stop rebuilding libplist when not compiling for darwinMemphiz
2015-01-27[docs] - clarify android readme a bit and added extra bits for building on osxMemphiz
2015-01-27[depends] - probe if build os supports sort -V - if not - use sort for ↵Memphiz
determining android build-tools
2015-01-27[depends/TexturePacker] - make the decisions based on the build mashine and ↵Memphiz
pass the NATIVE_ARCH_DEFINES to the build - not the target defines
2015-01-27[depends] - expose NATIVE_ARCH_DEFINES and build_os via the Makefile.include ↵Memphiz
to our depends
2015-01-27[depends/configure] - add build_os - defining our os strings for the os the ↵Memphiz
compilation is run on
2015-01-27[m4] - add NATIVE_ARCH_DEFINES which present the -DTARGET_ defines for the ↵Memphiz
system the compilation is run on