aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-06settings: implement new "visible" dependency for dynamically showing/hiding ↵montellese
settings
2013-08-06[win32] update VS project filesmontellese
2013-08-06settings: split requirement conditions from <visible> conditions into new ↵montellese
<requirement> tag
2013-08-06Merge pull request #1293 from Karlson2k/win32_fixesMartijn Kaijser
Set of small refactoring and fixes
2013-08-06Merge pull request #3058 from t4-ravenbird/woa-setting-descriptionMartijn Kaijser
wake-on-access ; add settings-description
2013-08-06wake-on-access ; add settings-descriptiont4.ravenbird
2013-08-06Merge pull request #3042 from Millencolin/http-music-seek-fixMartijn Kaijser
Fix seeking in audio files played over http for urls without file extens...
2013-08-06Merge pull request #2988 from Montellese/xsp_extensionsSascha Montellese
smartplaylists: support for virtual folders
2013-08-05Merge pull request #3051 from Montellese/music_info_progressSascha Montellese
music: hide progress dialog before opening the artist/album/song info dialog
2013-08-05Merge pull request #3012 from Karlson2k/startup_log_02Martijn Kaijser
Extend and clarify startup log information
2013-08-05Merge pull request #1445 from Karlson2k/win32_xml_fixMartijn Kaijser
CXBMCTinyXML: use fast direct file reading
2013-08-05Merge pull request #3008 from herrnst/paplayer-mp3gainMartijn Kaijser
paplayer: fix gain for mp3 files
2013-08-06Startup log: add Intel compiler detectionKarlson2k
2013-08-05Merge pull request #2882 from garbear/addon-cloneGarrett 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-05Merge pull request #3057 from afedchin/videodb_fixSascha Montellese
CVideoDatabase::SetVideoSettings fix insert query after s3d merge (see d1f9f9a)
2013-08-05Merge pull request #3055 from Montellese/full_language_selectionSascha Montellese
Provide extended language selection for preferred audio/subtitle stream selection
2013-08-05settings: make use of CLangCodeExpander::GetLanguageNames() instead of ↵montellese
relying on installed languages for preferred audio/subtitle stream languages (fixes #14118)
2013-08-05CLangCodeExpander: add GetLanguageNames() methodmontellese
2013-08-06CVideoDatabase::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-05Check for non-empty tag values read after allowing GetString to return empty ↵Voyager1
values
2013-08-05[rbp/omxplayer] Fixes for trickplaypopcornmix
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-05Allow 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 requestsMemphiz
2013-08-05Complete missing add-on Clone() functionsGarrett Brown
2013-08-05Remove unused member variable AddonProps::parentGarrett Brown
2013-08-05Move CScreensaver cloning to new method, CScreensaver::Clone()Garrett Brown
CScreensaver::Clone() is virtual and overrides IAddon::Clone()
2013-08-05Move member initializers from CRepository::Clone() to copy constructor.Garrett Brown
Also adds missing m_hashes member.
2013-08-05Remove IAddon::Parent() and replace with simple flag in CAddonDLLGarrett 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-05correct incorrect rebase in 381600adf4d71ea33f40f79989b5a81f32179650Voyager1
2013-08-05[buildsys] - fix missing clean of xbmc/main/main.aMemphiz
2013-08-05Startup log: Add AppleTV2 host informationKarlson2k
2013-08-05Startup log: report host CPU on all platformsKarlson2k
2013-08-05CCPUInfo::CCPUInfo: remove extra spaced from CPU string (mostly useful on win32)Karlson2k
2013-08-05StringUtils: add RemoveDuplicatedSpacesAndTabs functionKarlson2k
2013-08-05Startup log: separate build-time and run-time information, add Clang and ↵Karlson2k
llvm-gcc detection
2013-08-05SystemInfo: add build informationKarlson2k
2013-08-05Startup log: fix skipping build info on release buildsKarlson2k
2013-08-05Merge pull request #3020 from brooc/masterpopcornmix
RenderCapture implementation for RPi
2013-08-05Merge pull request #3023 from popcornmix/screenshotpopcornmix
[rbp] Add screenshot implementation that includes video layer
2013-08-05Merge pull request #2807 from Fice/filemanager_context_cleanupMartijn Kaijser
[Context Menu] Filemanager context menu cleanup
2013-08-05Merge pull request #3053 from jhsrennie/paste_utf8_2John Rennie
Use utf8 for text pasted from the clipboard
2013-08-05Dont show 'Select all' in context menu, if everything is already selectedFice
2013-08-05Remove 'Go to settings' Context menu from FileManagerFice
2013-08-05Use utf8 for text pasted from the clipboardJohn Rennie
2013-08-05droid: cosmetic cleanup of dangling spacesdavilla
2013-08-05GetDriveType require trailing backslash.Karlson2k
2013-08-05Startup: Fix wrong method called when checking is running from DVD in ↵Karlson2k
Application.cpp