aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-13[cleanup] kills m_seekHandler in CApplication because SeekHandler use Singletonxhaggi
2015-02-13[seek] introduces seek settings (steps and delay) for musicxhaggi
2015-02-13[osx/ios] - update readmes to reflect minimum runtime targetsMemphiz
(osx10.7/ios5.1.1), minimum xcode versions (xcode 6.x), minimum SDKversions (osx10.9, ios8.0) and remove instructions for building ATV2
2015-02-13[seek] use setting to turn off delay instead of validate enabled seek stepsxhaggi
2015-02-13[keymaps] unify seek keys for FullscreenVideo and Visualisationxhaggi
* left/right for StepBack/StepForward * up/down for ChapterOrBigStepForward/ChapterOrBigStepBack (FullscreenVideo) and SkipNext/SkipPrevious (Visualisation) actions
2015-02-13[seek] use smart seek for ACTION_SMALL_STEP_BACKxhaggi
2015-02-13[seek] refactor analog seek handling out of CApplication into CSeekHandlerxhaggi
2015-02-13[seek] refactor seek handling out of CGUIWindowFullScreen into CSeekHanlderxhaggi
2015-02-13Merge pull request #6393 from tamland/python_10_compatMartijn Kaijser
[python] remove leftover xbmc.python 1.0 compat code
2015-02-13Merge pull request #6417 from Memphiz/fixatomicstestjenkins4kodi
2015-02-13[tests] - string literals need spaces when concatinatedMemphiz
2015-02-13[tests] - add some missing includesMemphiz
2015-02-13[gtest] - pass cxx flags to gtest (for making it compile with c++11 on osx)Memphiz
2015-02-13[osx] - .m files need to be compiled with C compiler not with C++ compiler ↵Memphiz
(means clang instead of clang++)
2015-02-13[gtest/c++11/darwin] - add -DGTEST_USE_OWN_TR1_TUPLE=1 to testsuite for ↵Memphiz
satisfying apple clang
2015-02-12Do not render when dpms is activeMatthias Gehre
2015-02-12[tests] - move atomics tests from shared_ptr of thread array to vector of ↵Arne Morten Kvarving
shared_ptr of thread - fixes tests broken by change to c++11 shared pointers for clang 3.5
2015-02-12Merge pull request #6384 from FernetMenta/mp3Rainer Hochecker
paplayer: fix gapless for mp3
2015-02-12Merge pull request #6396 from Montellese/addon_webinterface_ext_pointSascha Montellese
addons: rename xbmc.gui.webinterface extension point to xbmc.webinterface
2015-02-12Merge pull request #6163 from Montellese/fix_audio_settings_volume_passthroughSascha Montellese
CGUIDialogAudioSubtitleSettings: enable volume and volume amplification settings when passthrough is enabled but playback is not using passthrough
2015-02-12paplayer: fix gapless for mp3Rainer Hochecker
2015-02-12Merge pull request #6412 from Memphiz/c++11Martijn Kaijser
Move to C++11; use as much std:: instead of boost:: as possible
2015-02-12[c++11/GuiFontCache] - move the boost includes from the header to the cpp ↵Pär Björklund
file. This is needed because of clang having issues with distinguishingg the std::vector with boost::vector.
2015-02-12[c++11] - atoi is not member of namespace stdMemphiz
2015-02-12[c++11] - add more missing explicit includesMemphiz
2015-02-12[darwin/rsxs/quirk] - force usage of toolchain stdbool.h - else rsxs plants ↵Memphiz
its own non clang compatible version of it (somehow its m4 doesn't detect it correctly - don't bother with it...)
2015-02-12[jenkins/ios] - don't overwrite deployment target but use what is defined in ↵Memphiz
xcconfig
2015-02-12[osx/ios] - enable c++11 standard - bump osx deployment target from 10.6 to ↵Memphiz
10.7 (means we need at least osx 10.7 for beeing able to run) and bump ios deployment target from 4.2 to 5.1 (means we need at least ios 5.1 to run)
2015-02-12[depends/plist] - added c++11 patchMemphiz
2015-02-12[xcode/c++11] - use std::move for making an object copyMemphiz
2015-02-12[xcode/c++11] - std::istream can't be checked for NULL - check is unneeded ↵Memphiz
anyways ...
2015-02-12[xcode/c++11] - c++11 forbids concatinating constant strings without ↵Memphiz
seperation by space in preprocessor definitions
2015-02-11Merge pull request #6410 from Memphiz/ios8tvoutMemphiz
[ios] - when using the hdmi adapter (or any other hardware tvout adapter...
2015-02-11[ios] - when using the hdmi adapter (or any other hardware tvout adapter) ↵Memphiz
with ios8 devices - ensure that we do the proper rotation even if only the resolution on the external screen is switched
2015-02-11Merge pull request #6361 from wsnipex/rtmp-fixWolfgang Schupp
[rtmp] re-add rtmp options
2015-02-11Merge pull request #6369 from tavoc/patch-1ronie
[confluence] fix misalignment of epg progressbar
2015-02-11Merge pull request #6392 from FernetMenta/settingsjenkins4kodi
2015-02-11Merge pull request #6397 from MartijnKaijser/repoMartijn Kaijser
[repo] bye bye Frodo
2015-02-11[confluence] fix misalignment of epg progressbartavoc
The Progressbar in the EPG Grid View does not show the correct time. It seems to lag behind 10-15 minutes, because the Bar is left-aligned.. Changing it to center seems to work.
2015-02-11StringUtils::AlphaNumericCompare(): do not use temporal locale object as ↵Karlson2k
use_facet() return only reference to facet stored in locale
2015-02-11LangInfo: add m_locale and GetLocale() for current localeKarlson2k
2015-02-11[dialogvideoinfo] removed obsolete path invalidation codeMatthias Kortstiege
2015-02-11Merge pull request #5914 from tamland/content-type-checkstamland
fix video content type checks
2015-02-11[gui] fix missing breaks in switch/case CGUIDialogSeekBarxhaggi
2015-02-10Merge pull request #6387 from xhaggi/gui-update-seekoffsetSascha Woo
[gui] adds new info label Player.SeekStepSize
2015-02-10[repo] bye bye FrodoMartijn Kaijser
2015-02-10[confluence] output new info label Player.SeekStepSizexhaggi
2015-02-10[python] Don't set PYTHONCASEOK=1.anaconda
Comment from SVN says it "should really be removed" and this fixes import errors like: https://github.com/trakt/script.trakt/issues/190#issuecomment-70185992 This affected non-Windows + non-Android, but it really doesn't make any sense considering that the vast majority of add-ons do not depend on the platform they're running on. tl;dr it's only causing random obscure errors.
2015-02-10Merge pull request #6385 from AchimTuran/wrong.typejenkins4kodi
2015-02-10[gui] adds new info label Player.SeekStepSizexhaggi