Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-06 | settings: implement new "visible" dependency for dynamically showing/hiding ↵ | montellese | |
settings | |||
2013-08-06 | [win32] update VS project files | montellese | |
2013-08-06 | settings: split requirement conditions from <visible> conditions into new ↵ | montellese | |
<requirement> tag | |||
2013-08-06 | Merge pull request #1293 from Karlson2k/win32_fixes | Martijn Kaijser | |
Set of small refactoring and fixes | |||
2013-08-06 | Merge pull request #3058 from t4-ravenbird/woa-setting-description | Martijn Kaijser | |
wake-on-access ; add settings-description | |||
2013-08-06 | wake-on-access ; add settings-description | t4.ravenbird | |
2013-08-06 | Merge pull request #3042 from Millencolin/http-music-seek-fix | Martijn Kaijser | |
Fix seeking in audio files played over http for urls without file extens... | |||
2013-08-06 | Merge pull request #2988 from Montellese/xsp_extensions | Sascha Montellese | |
smartplaylists: support for virtual folders | |||
2013-08-05 | Merge pull request #3051 from Montellese/music_info_progress | Sascha Montellese | |
music: hide progress dialog before opening the artist/album/song info dialog | |||
2013-08-05 | Merge pull request #3012 from Karlson2k/startup_log_02 | Martijn Kaijser | |
Extend and clarify startup log information | |||
2013-08-05 | Merge pull request #1445 from Karlson2k/win32_xml_fix | Martijn Kaijser | |
CXBMCTinyXML: use fast direct file reading | |||
2013-08-05 | Merge pull request #3008 from herrnst/paplayer-mp3gain | Martijn Kaijser | |
paplayer: fix gain for mp3 files | |||
2013-08-06 | Startup log: add Intel compiler detection | Karlson2k | |
2013-08-05 | Merge pull request #2882 from garbear/addon-clone | Garrett Brown | |
Remove IAddon::Parent() and replace with simple flag in CAddonDLL The parent parameter was misrepresented throughout the code (sometimes called parent, sometimes called self) and was only used as a boolean condition in CAddonDLL | |||
2013-08-05 | Merge pull request #3057 from afedchin/videodb_fix | Sascha Montellese | |
CVideoDatabase::SetVideoSettings fix insert query after s3d merge (see d1f9f9a) | |||
2013-08-05 | Merge pull request #3055 from Montellese/full_language_selection | Sascha Montellese | |
Provide extended language selection for preferred audio/subtitle stream selection | |||
2013-08-05 | settings: make use of CLangCodeExpander::GetLanguageNames() instead of ↵ | montellese | |
relying on installed languages for preferred audio/subtitle stream languages (fixes #14118) | |||
2013-08-05 | CLangCodeExpander: add GetLanguageNames() method | montellese | |
2013-08-06 | CVideoDatabase::SetVideoSettings fix insert query after ↵ | Anton Fedchin | |
d1f9f9a070915d8c9a71e21e5a4516c0d22dcae0 | |||
2013-08-05 | [jenkins] - use a new method to determine the branch name by ignoring the pr ↵ | Memphiz | |
ref_spec - thx to theuni for figuring that out | |||
2013-08-05 | [fix] settings loading of default value for CSettingPath: parent class ↵ | Voyager1 | |
CSettingString already handles it | |||
2013-08-05 | Check for non-empty tag values read after allowing GetString to return empty ↵ | Voyager1 | |
values | |||
2013-08-05 | [rbp/omxplayer] Fixes for trickplay | popcornmix | |
In #2955 we lied in GetTime when in trickplay modes to avoid jittery updates in elapsed time. This was wrong when GetClock() didn't match the media time (e.g. when playback was started from a bookmark). The jitter is caused by the DISPLAYTIME messages that don't really work on omxplayer. Instead bypass the DISPLAYTIME messages and set the time explicity in OMXPlayer (using media time where appropriate). Also in trickplay, do the seek/flush step more to fix an issue when going from normal to rewind after EOS Also don't honour the "accurate" seek flag, as it results in corrupt frames being displayed | |||
2013-08-05 | Allow empty String values to be read in XML tags. E.g. <default></default> ↵ | Voyager1 | |
will read a value of "" instead of considering this an error. | |||
2013-08-05 | [jenkins] - when determining the branch name - ignore the fetched pull requests | Memphiz | |
2013-08-05 | Complete missing add-on Clone() functions | Garrett Brown | |
2013-08-05 | Remove unused member variable AddonProps::parent | Garrett Brown | |
2013-08-05 | Move CScreensaver cloning to new method, CScreensaver::Clone() | Garrett Brown | |
CScreensaver::Clone() is virtual and overrides IAddon::Clone() | |||
2013-08-05 | Move member initializers from CRepository::Clone() to copy constructor. | Garrett Brown | |
Also adds missing m_hashes member. | |||
2013-08-05 | Remove IAddon::Parent() and replace with simple flag in CAddonDLL | Garrett Brown | |
The parent parameter was misrepresented throughout the code (sometimes called parent, sometimes called self) and was only used as a boolean condition in CAddonDLL | |||
2013-08-05 | [fix] settings loading of default value for CSettingAddon: parent class ↵ | Voyager1 | |
CSettingString already handles it correctly | |||
2013-08-05 | correct incorrect rebase in 381600adf4d71ea33f40f79989b5a81f32179650 | Voyager1 | |
2013-08-05 | [buildsys] - fix missing clean of xbmc/main/main.a | Memphiz | |
2013-08-05 | Startup log: Add AppleTV2 host information | Karlson2k | |
2013-08-05 | Startup log: report host CPU on all platforms | Karlson2k | |
2013-08-05 | CCPUInfo::CCPUInfo: remove extra spaced from CPU string (mostly useful on win32) | Karlson2k | |
2013-08-05 | StringUtils: add RemoveDuplicatedSpacesAndTabs function | Karlson2k | |
2013-08-05 | Startup log: separate build-time and run-time information, add Clang and ↵ | Karlson2k | |
llvm-gcc detection | |||
2013-08-05 | SystemInfo: add build information | Karlson2k | |
2013-08-05 | Startup log: fix skipping build info on release builds | Karlson2k | |
2013-08-05 | Merge pull request #3020 from brooc/master | popcornmix | |
RenderCapture implementation for RPi | |||
2013-08-05 | Merge pull request #3023 from popcornmix/screenshot | popcornmix | |
[rbp] Add screenshot implementation that includes video layer | |||
2013-08-05 | Merge pull request #2807 from Fice/filemanager_context_cleanup | Martijn Kaijser | |
[Context Menu] Filemanager context menu cleanup | |||
2013-08-05 | Merge pull request #3053 from jhsrennie/paste_utf8_2 | John Rennie | |
Use utf8 for text pasted from the clipboard | |||
2013-08-05 | Dont show 'Select all' in context menu, if everything is already selected | Fice | |
2013-08-05 | Remove 'Go to settings' Context menu from FileManager | Fice | |
2013-08-05 | Use utf8 for text pasted from the clipboard | John Rennie | |
2013-08-05 | droid: cosmetic cleanup of dangling spaces | davilla | |
2013-08-05 | GetDriveType require trailing backslash. | Karlson2k | |
2013-08-05 | Startup: Fix wrong method called when checking is running from DVD in ↵ | Karlson2k | |
Application.cpp |