vuplus_xbmc
11 years agoMerge pull request #2763 from Montellese/settings_definition_cleanup
Sascha Montellese [Tue, 21 May 2013 18:24:15 +0000 (11:24 -0700)]
Merge pull request #2763 from Montellese/settings_definition_cleanup

settings: cleanup of the XML definition syntax

11 years agosettings: use #define for XML tag parsing
montellese [Sat, 18 May 2013 11:30:27 +0000 (13:30 +0200)]
settings: use #define for XML tag parsing

11 years agosettings: move <formatlabel> tag into <control> tag
montellese [Sat, 18 May 2013 11:29:33 +0000 (13:29 +0200)]
settings: move <formatlabel> tag into <control> tag

11 years agosettings: move <heading> tag into <control> tag
montellese [Sat, 18 May 2013 11:07:16 +0000 (13:07 +0200)]
settings: move <heading> tag into <control> tag

11 years agosettings: move <addontype> tag into <constraints> tag
montellese [Sat, 18 May 2013 10:51:35 +0000 (12:51 +0200)]
settings: move <addontype> tag into <constraints> tag

11 years agosettings: move <allowempty> tag into <constraints> tag
montellese [Sat, 18 May 2013 10:40:36 +0000 (12:40 +0200)]
settings: move <allowempty> tag into <constraints> tag

11 years agosettings.xml: remove unneeded <control> tags for action settings
montellese [Sat, 18 May 2013 10:27:30 +0000 (12:27 +0200)]
settings.xml: remove unneeded <control> tags for action settings

11 years agosettings: move <dependencies> tag out of <control> tag
montellese [Sat, 18 May 2013 10:23:26 +0000 (12:23 +0200)]
settings: move <dependencies> tag out of <control> tag

11 years agoMerge pull request #2771 from ulion/remove_not_used_decoding_code
ulion [Tue, 21 May 2013 07:00:35 +0000 (00:00 -0700)]
Merge pull request #2771 from ulion/remove_not_used_decoding_code

Remove double decoding code introduced by a2f0c6db3500e50052d102e75eaeec7bd5a2b449

11 years agoRemove double decoding code introduced by a2f0c6db3500e50052d102e75eaeec7bd5a2b449.
ulion [Tue, 21 May 2013 04:04:38 +0000 (12:04 +0800)]
Remove double decoding code introduced by a2f0c6db3500e50052d102e75eaeec7bd5a2b449.

11 years ago[WIN32] fixed: delete vs created stuff as well on prepare-env
wsoltys [Mon, 20 May 2013 13:08:06 +0000 (15:08 +0200)]
[WIN32] fixed: delete vs created stuff as well on prepare-env

11 years ago[win32] always use IPv4 sockets on WinXP (because it doesn't support dual-stack IPv4...
montellese [Mon, 20 May 2013 08:24:23 +0000 (10:24 +0200)]
[win32] always use IPv4 sockets on WinXP (because it doesn't support dual-stack IPv4 and IPv6 sockets through IPV6_V6ONLY)

11 years ago[win32] cosmetic change in WIN32Util.h
montellese [Mon, 20 May 2013 08:04:43 +0000 (10:04 +0200)]
[win32] cosmetic change in WIN32Util.h

11 years agoMerge pull request #2768 from Tolriq/rippath
jmarshallnz [Sun, 19 May 2013 20:04:40 +0000 (13:04 -0700)]
Merge pull request #2768 from Tolriq/rippath

Add artist level to CD Audio rip path

11 years agoCGUISliderControl: only switch between selectors on <Enter> if there are more than one
montellese [Sun, 19 May 2013 13:46:05 +0000 (15:46 +0200)]
CGUISliderControl: only switch between selectors on <Enter> if there are more than one

11 years ago[fix] show correct string after PR2626
Martijn Kaijser [Sun, 19 May 2013 13:02:08 +0000 (15:02 +0200)]
[fix] show correct string after PR2626

11 years agoAdd artist level to CD Audio rip path
Tolriq [Sun, 19 May 2013 11:05:41 +0000 (13:05 +0200)]
Add artist level to CD Audio rip path

PR made as requested in http://forum.xbmc.org/showthread.php?tid=164044

11 years agoremove duplicate code already executed by CNetworkServices::StartAirPlayServer()
montellese [Sun, 19 May 2013 08:37:07 +0000 (10:37 +0200)]
remove duplicate code already executed by CNetworkServices::StartAirPlayServer()

11 years agofix log message introduced by da347c4dacb9ef91883af47a19af6153ade5f137
montellese [Sun, 19 May 2013 08:17:33 +0000 (10:17 +0200)]
fix log message introduced by da347c4dacb9ef91883af47a19af6153ade5f137

11 years ago[win32] fix setsockopt calls in CreateTCPServerSocket to support dual-stack IPv4...
montellese [Sun, 19 May 2013 08:12:31 +0000 (10:12 +0200)]
[win32] fix setsockopt calls in CreateTCPServerSocket to support dual-stack IPv4 and IPv6

11 years agorestructure CreateTCPServerSocket to check socket validity before using it
montellese [Sun, 19 May 2013 08:08:08 +0000 (10:08 +0200)]
restructure CreateTCPServerSocket to check socket validity before using it

11 years agocosmetics: follow coding guidelines in CTCPServer
montellese [Sun, 19 May 2013 07:37:33 +0000 (09:37 +0200)]
cosmetics: follow coding guidelines in CTCPServer

11 years agolocalization: fix "xbmc/settings/foo.xml" to "system/settings/foo.xml"
montellese [Sat, 18 May 2013 17:54:11 +0000 (19:54 +0200)]
localization: fix "xbmc/settings/foo.xml" to "system/settings/foo.xml"

11 years agosettings: remove redundant/invalid <heading> definitions (part 2)
montellese [Sat, 18 May 2013 15:24:33 +0000 (17:24 +0200)]
settings: remove redundant/invalid <heading> definitions (part 2)

11 years ago[win32] supress warning C4355: "'this' used in base member initializer list"
montellese [Sat, 18 May 2013 15:07:22 +0000 (17:07 +0200)]
[win32] supress warning C4355: "'this' used in base member initializer list"

11 years agosettings: remove redundant/invalid <heading> definitions
montellese [Sat, 18 May 2013 13:01:36 +0000 (15:01 +0200)]
settings: remove redundant/invalid <heading> definitions

11 years agofix possible legacy path translation crash (thanks vdrfan)
montellese [Sat, 18 May 2013 09:37:35 +0000 (11:37 +0200)]
fix possible legacy path translation crash (thanks vdrfan)

11 years agoMerge pull request #2675 from ulion/curl_range_rework
ulion [Fri, 17 May 2013 22:32:12 +0000 (15:32 -0700)]
Merge pull request #2675 from ulion/curl_range_rework

Fixed: do not send Range request header when encounter error.

11 years agoCGUIWindowSettingsCategory: update delayed setting changes on focus change asynchronously
montellese [Fri, 17 May 2013 22:16:21 +0000 (00:16 +0200)]
CGUIWindowSettingsCategory: update delayed setting changes on focus change asynchronously

When using the mouse to focus another control after having changed the value
of a delayed setting that reloads the skin, a SIGSEGV occured because the
CGUIControl event handler tried to execute code on an already destroyed object.
Handling the update of the delayed setting change asynchronously allows the
active event handler to finish working before handling the previously triggered
GUI_MSG_UPDATE_ITEM which may lead to the destruction of the setting controls.

11 years agoFixed: do not send Range request header when encounter error.
ulion [Sat, 20 Apr 2013 20:43:30 +0000 (04:43 +0800)]
Fixed: do not send Range request header when encounter error.

11 years agoMerge pull request #2759 from alcoheca/upnp-fix-root-access
Alasdair Campbell [Fri, 17 May 2013 21:37:49 +0000 (14:37 -0700)]
Merge pull request #2759 from alcoheca/upnp-fix-root-access

Upnp fix root access

11 years ago[addons] bump version for scrapers after 361696a2d04025bfa2f9e5822baca9e843f07a29
Martijn Kaijser [Fri, 17 May 2013 20:56:35 +0000 (22:56 +0200)]
[addons] bump version for scrapers after 361696a2d04025bfa2f9e5822baca9e843f07a29

11 years ago[fix] restrict path access through UPnPServer
Alasdair Campbell [Fri, 17 May 2013 13:56:11 +0000 (14:56 +0100)]
[fix] restrict path access through UPnPServer

11 years agoMerge pull request #2755 from popcornmix/hang_eos_seek
huceke [Thu, 16 May 2013 06:42:13 +0000 (23:42 -0700)]
Merge pull request #2755 from popcornmix/hang_eos_seek

[rbp/omxplayer] Fix for hang following seek after eos

11 years agobuild: don't guess where a feature may be available
Cory Fields [Thu, 16 May 2013 03:30:25 +0000 (23:30 -0400)]
build: don't guess where a feature may be available

Test the feature, not the OS. Fixes Android build.

11 years agoCGUIWindowSettingsCategory: only handle delayed settings during GUI_MSG_FOCUSED if...
montellese [Wed, 15 May 2013 21:18:45 +0000 (23:18 +0200)]
CGUIWindowSettingsCategory: only handle delayed settings during GUI_MSG_FOCUSED if the focused setting is not the delayed setting

When using a mouse to control XBMC changing the value of a spinner with a left
click results in a GUI_MSG_FOCUSED message. If that setting is delayed a left
click lead to the early evaluation of the delayed setting even though it's
still being changed (which should just result in a reset of the delay timer).
This lead to crashes if a setting changed callback executed a skin reload.

11 years agoCGUIWindowSettingsCategory: remove unused m_currentSettings member variable
montellese [Wed, 15 May 2013 21:07:54 +0000 (23:07 +0200)]
CGUIWindowSettingsCategory: remove unused m_currentSettings member variable

11 years agoMerge pull request #2753 from Voyager1/libdvdread-fix
Voyager1 [Wed, 15 May 2013 19:20:55 +0000 (12:20 -0700)]
Merge pull request #2753 from Voyager1/libdvdread-fix

Better Libdvdread fix for SMB/NFS VIDEO_TS dvd files (non-Windows and now including Android) with special thanks to @theuni !

11 years ago[libdvdread] add missing stat() filesystem wrapper - fixes reading VIDEO_TS dvds...
Voyager1 [Wed, 15 May 2013 17:51:47 +0000 (19:51 +0200)]
[libdvdread] add missing stat() filesystem wrapper - fixes reading VIDEO_TS dvds on Android

11 years ago[libdvdread] added patch file elimination of symlink resolution
Voyager1 [Tue, 14 May 2013 17:26:43 +0000 (19:26 +0200)]
[libdvdread] added patch file elimination of symlink resolution

11 years ago[libdvdread] Remove symlink checking as this is not needed by xbmc
Voyager1 [Sun, 12 May 2013 16:30:54 +0000 (18:30 +0200)]
[libdvdread] Remove symlink checking as this is not needed by xbmc

11 years ago[libdvdread] Revert previous fixups
Voyager1 [Sun, 12 May 2013 16:17:49 +0000 (18:17 +0200)]
[libdvdread] Revert previous fixups

11 years agoMerge pull request #2065 from sandsmark/master
Arne Morten Kvarving [Wed, 15 May 2013 08:39:10 +0000 (01:39 -0700)]
Merge pull request #2065 from sandsmark/master

Drop played parts of video files from the fs cache.

11 years agoDrop played parts of video files from the fs cache.
Martin T. H. Sandsmark [Sat, 12 Jan 2013 15:41:41 +0000 (16:41 +0100)]
Drop played parts of video files from the fs cache.

Patch by Steinar H. Gunderson:

This patch fixes a persistent problem I've been seing on my Linux HTPC
in that if I adjust the volume from the XBMC Android remote, the video
glitches for a few (4–5) frames. Seemingly this is because loading the
video file has caused the graphics for the volume control to be swapped
out (it does not happen if I recently used the volume control).

One could argue that the right fix for this would be to reduce
/proc/sys/vm/swappiness, but it might not seem reasonable to expect
end-users to fiddle with VM parameters (and the user might not even have
root access). I view this fix as complimentary in nature.

What we do is to use posix_fadvise() to tell the kernel that previously
read parts of the video file will no longer be used, causing it to drop
those from its buffer cache. This makes other things, like in my case,
the volume control graphics, stay cached. This is, of course, assuming
you don't have other processes that trash your cache, but as long as
XBMC is running relatively undisturbed, this shouldn't be a big problem.

The patch is conservative:
 * We only drop data after we've read 16MB past it. (This counter is
   reset on seeks.)
 * We never drop data from the first 16MB of a file (this makes sure we
   don't drop _anything_ from files <32MB, ie. graphics, configuration
   files, etc.).
 * In order to avoid making tons of extra syscalls, we only drop in 1MB
   chunks.

Unfortunately Linux as of 3.1.0 has no way of just _hinting_ that we
will no longer need these parts -- when we issue posix_fadvise(), the
data is immediately and unconditionally dropped from the buffer cache.
(If you read the manpage, it might seem otherwise, until you come to the
point where it tells how these flags are actually interpreted by the
kernel.) Future kernels might remedy this.

11 years agoMerge pull request #2748 from bobo1on1/32bitmul
bobo1on1 [Tue, 14 May 2013 17:31:36 +0000 (10:31 -0700)]
Merge pull request #2748 from bobo1on1/32bitmul

Was tested, works.

11 years agorename: MUL32 -> AE_MUL32
Bob van Loosen [Tue, 14 May 2013 16:43:01 +0000 (18:43 +0200)]
rename: MUL32 -> AE_MUL32

11 years agofixed: when doing a format conversion from float to 32 bit int, multiply with INT32_M...
Bob van Loosen [Tue, 14 May 2013 10:28:45 +0000 (12:28 +0200)]
fixed: when doing a format conversion from float to 32 bit int, multiply with INT32_MAX - 127, since this is the maximum value that can be stored in 32 bit float and int, if INT32_MAX gets converted to float, it gets rounded to INT32_MAX + 1 which can cause wrap around distortion

11 years agofixed: peripheral settings must be visible for peripherals that are detected
Lars Op den Kamp [Tue, 14 May 2013 08:23:59 +0000 (10:23 +0200)]
fixed: peripheral settings must be visible for peripherals that are detected

11 years agojni: fix crashes when finding external storage. Regression from jni merge.
Cory Fields [Tue, 14 May 2013 06:37:43 +0000 (02:37 -0400)]
jni: fix crashes when finding external storage. Regression from jni merge.

11 years agoMerge pull request #2741 from Karlson2k/win32_sysinfo_clean
wsoltys [Tue, 14 May 2013 05:43:26 +0000 (22:43 -0700)]
Merge pull request #2741 from Karlson2k/win32_sysinfo_clean

Small cleanup for CSysInfo

11 years ago[settings] - fix fetching the eventserver port as int from xbmchelper - fixes #14329...
Memphiz [Mon, 13 May 2013 21:07:36 +0000 (23:07 +0200)]
[settings] - fix fetching the eventserver port as int from xbmchelper - fixes #14329 i guess

11 years agoMerge pull request #2744 from herrnst/fix-disable-webserver
Sascha Montellese [Mon, 13 May 2013 20:23:48 +0000 (13:23 -0700)]
Merge pull request #2744 from herrnst/fix-disable-webserver

[fix] fix compilation with --disable-webserver

11 years ago[osx/ios/atv2] - sync xcode projects
Memphiz [Mon, 13 May 2013 20:10:55 +0000 (22:10 +0200)]
[osx/ios/atv2] - sync xcode projects

11 years agoMerge pull request #2665 from Montellese/legacy_db_paths
Memphiz [Mon, 13 May 2013 20:11:35 +0000 (13:11 -0700)]
Merge pull request #2665 from Montellese/legacy_db_paths

add legacy videodb/musicdb path translation

11 years ago[fix] fix compilation with --disable-webserver
Daniel Scheller [Mon, 13 May 2013 19:53:14 +0000 (21:53 +0200)]
[fix] fix compilation with --disable-webserver

11 years ago[win32] update VS project files
montellese [Mon, 29 Apr 2013 20:48:14 +0000 (22:48 +0200)]
[win32] update VS project files

11 years agoviewdb: update videodb:// and musicdb:// paths in "view" table
montellese [Mon, 29 Apr 2013 21:36:46 +0000 (23:36 +0200)]
viewdb: update videodb:// and musicdb:// paths in "view" table

11 years agomusicdb: update musicdb:// paths in "content" table
montellese [Mon, 29 Apr 2013 21:36:18 +0000 (23:36 +0200)]
musicdb: update musicdb:// paths in "content" table

11 years agomusicdb: add translation for legacy paths
montellese [Mon, 29 Apr 2013 20:51:22 +0000 (22:51 +0200)]
musicdb: add translation for legacy paths

11 years agovideodb: add translation for legacy paths
montellese [Mon, 29 Apr 2013 20:50:51 +0000 (22:50 +0200)]
videodb: add translation for legacy paths

11 years agoutils: add CLegacyPathTranslation
montellese [Mon, 29 Apr 2013 20:46:58 +0000 (22:46 +0200)]
utils: add CLegacyPathTranslation

11 years agovideodb: fix videodb:// path for musicvideo artists
montellese [Mon, 29 Apr 2013 20:50:00 +0000 (22:50 +0200)]
videodb: fix videodb:// path for musicvideo artists

11 years agocosmetic in CGUIWindowVideoNav
montellese [Sun, 28 Apr 2013 17:08:27 +0000 (19:08 +0200)]
cosmetic in CGUIWindowVideoNav

11 years ago[osx/ios/atv2] - sync xcode projects (generic environment))
Memphiz [Mon, 13 May 2013 18:56:11 +0000 (20:56 +0200)]
[osx/ios/atv2] - sync xcode projects (generic environment))

11 years agoMerge pull request #2723 from Voyager1/libdvdread-fix
Voyager1 [Mon, 13 May 2013 07:45:11 +0000 (00:45 -0700)]
Merge pull request #2723 from Voyager1/libdvdread-fix

Libdvdread fix for SMB, NFS, VIDEO_TS files (non-Windows platforms). fixes #14316

11 years agoMerge pull request #2742 from ulion/fix_text_color_change
jmarshallnz [Mon, 13 May 2013 03:12:41 +0000 (20:12 -0700)]
Merge pull request #2742 from ulion/fix_text_color_change

Fix color tag didn't hide bug introduced by PR2725. Fix #14293

11 years agoMerge pull request #2735 from davilla/add-avformat_network-bits
davilla [Mon, 13 May 2013 00:43:20 +0000 (17:43 -0700)]
Merge pull request #2735 from davilla/add-avformat_network-bits

fixed, add avformat_network_init/avformat_network_deinit

11 years agoFix color tag didn't hide bug introduced by PR2725.
ulion [Mon, 13 May 2013 00:41:14 +0000 (08:41 +0800)]
Fix color tag didn't hide bug introduced by PR2725.

11 years agofixes GetRandomMusicVideo query on mysql
Jonathan Marshall [Sun, 12 May 2013 20:57:08 +0000 (08:57 +1200)]
fixes GetRandomMusicVideo query on mysql

11 years agoMerge pull request #2734 from jmarshallnz/dont_byte_off_more_than_you_can_chew
jmarshallnz [Sun, 12 May 2013 20:30:43 +0000 (13:30 -0700)]
Merge pull request #2734 from jmarshallnz/dont_byte_off_more_than_you_can_chew

Get rid of #define byte in PlatformDefs.h

11 years ago[win32] Remove CSysInfo::IsVistaOrHigher and CSysInfo::IsWindows8OrHigher functions
Karlson2k [Sun, 12 May 2013 19:51:12 +0000 (23:51 +0400)]
[win32] Remove CSysInfo::IsVistaOrHigher and CSysInfo::IsWindows8OrHigher functions

11 years ago[win32] replace usage of IsVistaOrHigher and IsWindows8OrHigher with unified function...
Karlson2k [Sun, 12 May 2013 19:46:33 +0000 (23:46 +0400)]
[win32] replace usage of IsVistaOrHigher and IsWindows8OrHigher with unified function IsWindowsVersionAtLeast

11 years agofixed, move load before we try to access and make sure we are loaded before accessing...
davilla [Sun, 12 May 2013 14:50:23 +0000 (10:50 -0400)]
fixed, move load before we try to access and make sure we are loaded before accessing functions

11 years agoMerge pull request #2732 from t4-ravenbird/darwin-ping
davilla [Sun, 12 May 2013 13:24:49 +0000 (06:24 -0700)]
Merge pull request #2732 from t4-ravenbird/darwin-ping

[fix] ping timeout option for darwin

11 years agofixed, add avformat_network_init/avformat_network_deinit
davilla [Sun, 12 May 2013 03:59:25 +0000 (23:59 -0400)]
fixed, add avformat_network_init/avformat_network_deinit

11 years agofixed, sometimes an ferror was returned when using fread, switch to fgets like most...
davilla [Sun, 12 May 2013 03:43:47 +0000 (23:43 -0400)]
fixed, sometimes an ferror was returned when using fread, switch to fgets like most other usage of popen

11 years agoMerge pull request #2715 from leechguy/settings_refactor_profile_fix
jmarshallnz [Sat, 11 May 2013 23:31:31 +0000 (16:31 -0700)]
Merge pull request #2715 from leechguy/settings_refactor_profile_fix

[Fix] Load correct guisettings.xml file when switching profile

11 years agoRevert "[rbp] fixed compile on raspberrypi" - no longer required now that #define...
Jonathan Marshall [Sat, 11 May 2013 23:25:28 +0000 (11:25 +1200)]
Revert "[rbp] fixed compile on raspberrypi" - no longer required now that #define byte is gone.

This reverts commit 2da5c6520ab0abd90345b8cd140d37635800d607.

11 years agoRemove setting of special://profile path from OnSettingsLoading(); special://profile...
LeechGuy [Fri, 10 May 2013 12:25:37 +0000 (14:25 +0200)]
Remove setting of special://profile path from OnSettingsLoading(); special://profile path is already set to the correct path when the settings are being loaded.

11 years agoWhen ProfilesManager::m_currentProfile is changed the special://profile path must...
LeechGuy [Fri, 10 May 2013 12:24:26 +0000 (14:24 +0200)]
When ProfilesManager::m_currentProfile is changed the special://profile path must be updated as well.
Added SetCurrentProfileId() function for manipulating m_currentProfile. Replaced all occurances of direct manipulation by using this function. This makes sure that the special://profile path is updated as well when updating the current profile id.
Since SetCurrentProfileId() is called in ProfilesManager::Load(), the special://profile path is now automatically set which made it obsolete in CApplication::Create().

11 years agoUpdate special://profile before attempting to load the profile's guisettings.xml...
LeechGuy [Fri, 10 May 2013 09:56:37 +0000 (11:56 +0200)]
Update special://profile before attempting to load the profile's guisettings.xml file.

11 years agoMerge pull request #1272 from Karlson2k/xbmc_setenv_clean
jmarshallnz [Sat, 11 May 2013 23:11:49 +0000 (16:11 -0700)]
Merge pull request #1272 from Karlson2k/xbmc_setenv_clean

Implementation of platform-independ environment manipulations

11 years agoEnvironment: Use CEnvironment for win32 in Application.cpp
Karlson2k [Thu, 11 Apr 2013 06:53:48 +0000 (10:53 +0400)]
Environment: Use CEnvironment for win32 in Application.cpp

11 years agoEnvironment: Implement "CEnvironment" class with functions for environment manipulati...
Karlson2k [Sat, 11 May 2013 23:08:22 +0000 (03:08 +0400)]
Environment: Implement "CEnvironment" class with functions for environment manipulation and add it files to project and to Makefile.in

11 years agoremove undef of byte workarounds now that we don't define it in PlatformDefs.h
Jonathan Marshall [Sat, 11 May 2013 22:58:15 +0000 (10:58 +1200)]
remove undef of byte workarounds now that we don't define it in PlatformDefs.h

11 years agoremove define of byte in PlatformDefs.h
Jonathan Marshall [Sat, 11 May 2013 22:57:38 +0000 (10:57 +1200)]
remove define of byte in PlatformDefs.h

11 years agoremoves usage of byte from RarFile
Jonathan Marshall [Sat, 11 May 2013 22:56:57 +0000 (10:56 +1200)]
removes usage of byte from RarFile

11 years agoremoves usage of byte from iso9660 code
Jonathan Marshall [Sat, 11 May 2013 22:56:14 +0000 (10:56 +1200)]
removes usage of byte from iso9660 code

11 years agoMerge pull request #2726 from ulion/revert_curl_ratelimit
jmarshallnz [Sat, 11 May 2013 21:54:04 +0000 (14:54 -0700)]
Merge pull request #2726 from ulion/revert_curl_ratelimit

Revert curl ratelimit

11 years agofixed: no sound with paplayer. set m_replayGainSettings on XBMC start to init it...
WiSo [Sat, 11 May 2013 17:16:07 +0000 (19:16 +0200)]
fixed: no sound with paplayer. set m_replayGainSettings on XBMC start to init it with reasonable values.

11 years agomove verbose logging below enable debug logging and make it a "subsetting" fixes...
Martijn Kaijser [Sat, 11 May 2013 15:04:20 +0000 (17:04 +0200)]
move verbose logging below enable debug logging and make it a "subsetting" fixes #14317

11 years agoMerge pull request #2727 from huceke/raspberrypi
davilla [Sat, 11 May 2013 14:48:20 +0000 (07:48 -0700)]
Merge pull request #2727 from huceke/raspberrypi

[rbp] fixed compile on raspberrypi

11 years agofix weather.currentlocation default value and remove its valid range contraints
montellese [Sat, 11 May 2013 12:26:57 +0000 (14:26 +0200)]
fix weather.currentlocation default value and remove its valid range contraints

11 years agosettings: services.webserverport must not depend on services.webserver
montellese [Sat, 11 May 2013 12:12:30 +0000 (14:12 +0200)]
settings: services.webserverport must not depend on services.webserver

11 years agofix loading of multiple advanced settings XML files
montellese [Sat, 11 May 2013 12:01:54 +0000 (14:01 +0200)]
fix loading of multiple advanced settings XML files

11 years agofix ping timeout option for darwin
t4.ravenbird [Sat, 11 May 2013 11:34:27 +0000 (13:34 +0200)]
fix ping timeout option for darwin

11 years agoCGUIWindowSettingsCategory: fix segfault when changing a delayed setting leads to...
montellese [Sat, 11 May 2013 11:14:37 +0000 (13:14 +0200)]
CGUIWindowSettingsCategory: fix segfault when changing a delayed setting leads to a window reload

11 years agoMerge pull request #2721 from Rawk/use_return_value_GetExtension
jmarshallnz [Sat, 11 May 2013 07:58:33 +0000 (00:58 -0700)]
Merge pull request #2721 from Rawk/use_return_value_GetExtension

Remove URIUtils::GetExtension(..) function without return value

11 years agoMerge pull request #2718 from simonvetter/xbmcv6
jmarshallnz [Sat, 11 May 2013 07:45:40 +0000 (00:45 -0700)]
Merge pull request #2718 from simonvetter/xbmcv6

JSONRPCServer, AirPlayServer, WebServer: listen on ipv6 if available, else fall back to ipv4

11 years ago[rbp] fixed compile on raspberrypi
gimli [Sat, 11 May 2013 07:18:54 +0000 (09:18 +0200)]
[rbp] fixed compile on raspberrypi

fixing the following compile error on raspberrypi introduced by https://github.com/xbmc/xbmc/pull/2691

make: Entering directory `/media/usbdisk/xbmc/xbmc-bcm/xbmc-rbp/xbmc/windowing/egl'
CPP     xbmc/windowing/egl/EGLNativeTypeAmlogic.o
In file included from /media/usbdisk/xbmc/xbmc-bcm/buildroot-rbp/output/host/usr/arm-unknown-linux-gnueabi/sysroot/usr/include/linux/fb.h:5:0,
                 from EGLNativeTypeAmlogic.cpp:31:
                 /media/usbdisk/xbmc/xbmc-bcm/buildroot-rbp/output/host/usr/arm-unknown-linux-gnueabi/sysroot/usr/include/linux/i2c.h:126:7: error: multiple types in one declaration
                 /media/usbdisk/xbmc/xbmc-bcm/buildroot-rbp/output/host/usr/arm-unknown-linux-gnueabi/sysroot/usr/include/linux/i2c.h:126:7: error: declaration does not declare anything [-fpermissive]
                 make: *** [EGLNativeTypeAmlogic.o] Fehler 1