Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-13 | [cleanup] kills m_seekHandler in CApplication because SeekHandler use Singleton | xhaggi | |
2015-02-13 | [seek] introduces seek settings (steps and delay) for music | xhaggi | |
2015-02-13 | [osx/ios] - update readmes to reflect minimum runtime targets | Memphiz | |
(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 steps | xhaggi | |
2015-02-13 | [keymaps] unify seek keys for FullscreenVideo and Visualisation | xhaggi | |
* 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_BACK | xhaggi | |
2015-02-13 | [seek] refactor analog seek handling out of CApplication into CSeekHandler | xhaggi | |
2015-02-13 | [seek] refactor seek handling out of CGUIWindowFullScreen into CSeekHanlder | xhaggi | |
2015-02-13 | Merge pull request #6393 from tamland/python_10_compat | Martijn Kaijser | |
[python] remove leftover xbmc.python 1.0 compat code | |||
2015-02-13 | Merge pull request #6417 from Memphiz/fixatomicstest | jenkins4kodi | |
2015-02-13 | [tests] - string literals need spaces when concatinated | Memphiz | |
2015-02-13 | [tests] - add some missing includes | Memphiz | |
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-12 | Do not render when dpms is active | Matthias 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-12 | Merge pull request #6384 from FernetMenta/mp3 | Rainer Hochecker | |
paplayer: fix gapless for mp3 | |||
2015-02-12 | Merge pull request #6396 from Montellese/addon_webinterface_ext_point | Sascha Montellese | |
addons: rename xbmc.gui.webinterface extension point to xbmc.webinterface | |||
2015-02-12 | Merge pull request #6163 from Montellese/fix_audio_settings_volume_passthrough | Sascha Montellese | |
CGUIDialogAudioSubtitleSettings: enable volume and volume amplification settings when passthrough is enabled but playback is not using passthrough | |||
2015-02-12 | paplayer: fix gapless for mp3 | Rainer Hochecker | |
2015-02-12 | Merge pull request #6412 from Memphiz/c++11 | Martijn 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 std | Memphiz | |
2015-02-12 | [c++11] - add more missing explicit includes | Memphiz | |
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 patch | Memphiz | |
2015-02-12 | [xcode/c++11] - use std::move for making an object copy | Memphiz | |
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-11 | Merge pull request #6410 from Memphiz/ios8tvout | Memphiz | |
[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-11 | Merge pull request #6361 from wsnipex/rtmp-fix | Wolfgang Schupp | |
[rtmp] re-add rtmp options | |||
2015-02-11 | Merge pull request #6369 from tavoc/patch-1 | ronie | |
[confluence] fix misalignment of epg progressbar | |||
2015-02-11 | Merge pull request #6392 from FernetMenta/settings | jenkins4kodi | |
2015-02-11 | Merge pull request #6397 from MartijnKaijser/repo | Martijn Kaijser | |
[repo] bye bye Frodo | |||
2015-02-11 | [confluence] fix misalignment of epg progressbar | tavoc | |
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-11 | StringUtils::AlphaNumericCompare(): do not use temporal locale object as ↵ | Karlson2k | |
use_facet() return only reference to facet stored in locale | |||
2015-02-11 | LangInfo: add m_locale and GetLocale() for current locale | Karlson2k | |
2015-02-11 | [dialogvideoinfo] removed obsolete path invalidation code | Matthias Kortstiege | |
2015-02-11 | Merge pull request #5914 from tamland/content-type-checks | tamland | |
fix video content type checks | |||
2015-02-11 | [gui] fix missing breaks in switch/case CGUIDialogSeekBar | xhaggi | |
2015-02-10 | Merge pull request #6387 from xhaggi/gui-update-seekoffset | Sascha Woo | |
[gui] adds new info label Player.SeekStepSize | |||
2015-02-10 | [repo] bye bye Frodo | Martijn Kaijser | |
2015-02-10 | [confluence] output new info label Player.SeekStepSize | xhaggi | |
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-10 | Merge pull request #6385 from AchimTuran/wrong.type | jenkins4kodi | |
2015-02-10 | [gui] adds new info label Player.SeekStepSize | xhaggi | |