aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-23screensaver settings nitpickronie
2012-11-23Merge pull request #1829 from ronie/confluence-weatherronie
[confluence] extended weather
2012-11-23Merge pull request #1838 from ronie/goom-iconronie
replace goom addon icon
2012-11-23replace goom addon iconronie
2012-11-23[confluence] extended weatherronie
2012-11-23Merge pull request #1835 from pieh/cancel_scanjmarshallnz
fix: GUI freezes when cancelling update library
2012-11-23pvr: Fixed playback of recordings without stream urlChristian Fetzer
Recordings without stream urls were not played directly in CGUIWindowPVRCommon::PlayRecording but later through a call to OnSelect in CGUIMediaWindow::OnMessage. Unfortunately this only works when clicking/selecting on a recording but not when the playback is started over the context menu.
2012-11-23smartplaylists: fix "is" and "isnot" operators for numerical valuesmontellese
2012-11-23Merge pull request #1830 from Montellese/screenmode_settings_updateSascha Montellese
settings: update videoscreen.screenmode value when updating to Frodo
2012-11-23don't call DownloadFailed() if we should stop - it will show popup dialogpieh
2012-11-23don't wait for scanner thread to finish when stoping scan, fixes #13535pieh
2012-11-23DatabaseUtils: degrade level of (mostly) unimportant log messagemontellese
2012-11-23don't persist data while doing the initial import, but let the background ↵Lars Op den Kamp
thread persist it
2012-11-22[AE/CA] - stop and start the engine in makestream only when we need to ↵Memphiz
reinit due to format change or when we are NOT called with the AESTREAM_PAUSED option. (AESTREAM_PAUSED is set from paplayer) - this should further reduce the hickup with slaved streams in paplayer
2012-11-22[AE/CA] - reduce streamlock time in makestreamMemphiz
2012-11-22[AE/CA] - if m_volume of the stream is set (e.x. <= 1.0) we have to apply ↵Memphiz
the softvolume to the stream. Before we only applied the volume on crossfade. Unfortunatly the fade was finished before the stream was finished - so the last frames of the sream during crossfade had full volume applied (you can imagine how this disturbs the fading ;) ).
2012-11-22settings: update videoscreen.screenmode value when updating to Frodomontellese
2012-11-22Merge pull request #1828 from Montellese/audio_settings_updateSascha Montellese
settings: improve migration of audio output settings from (pre-)Eden to Frodo
2012-11-22CGUIWindowSettingsCategory: don't allow to choose a non-existing audio devicemontellese
2012-11-22settings: migrate old audiooutput.channellayout setting to ↵montellese
audiooutput.channels and reset audiooutput.audiodevice if necessary
2012-11-22settings: rename audiooutput.channellayout to audiooutput.channels as it's ↵montellese
not backwards-compatible
2012-11-21Merge pull request #1826 from Montellese/win32_ae_defaultDamian Huckle
[win32] AE: change default sink to DirectSound (over WASAPI)
2012-11-22ae/alsa: fill buffer before starting the hardwareCory Fields
2012-11-22[AE][AESink] Set virtual sink suspend/resume functions to default to false - ↵Damian Huckle
cannot be suspended
2012-11-22[AE][WASAPI] Implement sink softSuspend/Resume functions to release ↵Damian Huckle
exclusive mode context
2012-11-22[AE][SoftAE] Use abstracted sink SoftSuspend/Resume functions instead of ↵Damian Huckle
sink teardown
2012-11-22[AE][AESink] Add SoftSuspend/Resume virtual functions to AESink.hDamian Huckle
2012-11-22CAEFActory: add VerifyOutputDevice() implementationmontellese
2012-11-21[win32] AE: change default sink to DirectSound (over WASAPI)montellese
2012-11-21[win32] add basic error logging if D3DXCreateEffect() fails in ↵montellese
CD3DEffect::CreateEffect() without a specific error message
2012-11-21[WIN] fixed #13581: XBMCVFS.Exists() not working correctly. wstat does only ↵wsoltys
work on directories inside a share and not on the share itself. Even though the same should be true for GetFileAttributesW (according to the M$ docs) it works for the tested environments.
2012-11-21Merge pull request #1702 from axmhari/reclist-after-playMichal Piechowiak
Show PVR recordings view after replaying a PVR item.
2012-11-21[pvr] don't try to set an invalid audio stream id in the player. fixes ↵Lars Op den Kamp
'failed to get stream' errors
2012-11-21[pvr] wider range of accepted values for pvrplayback.channelentrytimeoutLars Op den Kamp
2012-11-21[pvr] invert pvrplayback.confirmchannelswitch setting, and use the value of ↵Lars Op den Kamp
pvrplayback.channelentrytimeout as autoclose value. closes #13480
2012-11-21fix screenshots in the edit media source dialogJonathan Marshall
2012-11-20[nfs] - fix possible crash. When keeping alive the open filehandlers we need ↵Memphiz
to refresh the lastaccessedtime of the used context aswell. Else a still used context can be destroyed leading to a crash. fixes #13505 - thx alot to cyberwizzard for tracking that one down
2012-11-20[dns-cache] - fix dnscache lookup. The current code assumed that the ↵Memphiz
strIpAddress parameter was an empty string. That wasn't the case for e.x. nfs. In the case the nmblookup failed - but the caller has given a non-empty string in strIpAddress - this string was cached for the given hostname and returned back with return true. This fixes the problem by clearing the strIpAddress param before starting lookups. Thx to drloco for pointing it out.
2012-11-20Merge pull request #1817 from alcoheca/fix-artjmarshallnz
Fix art
2012-11-20Merge pull request #1804 from arnova/music_playlist_thumb_fixjmarshallnz
Music playlist thumb fix
2012-11-20changed: Make user file thumbs overrule embedded art in music filesarnova
2012-11-20upnp: fix missing music info on BrowseMetadata callsAlasdair Campbell
fixes #13554
2012-11-20library: allow setting musicinfotags from CArtistsAlasdair Campbell
2012-11-20added: Embedded art support for non-musicdb items/filesarnova
2012-11-20changed: Cleanup obsolete code in CMusicInfoLoader::OnLoaderFinish()arnova
2012-11-20fixed: Formattingarnova
2012-11-20fixed: Folder thumbs would not show in the playlist for music files (thanks ↵arnova
Jonathan)
2012-11-20fixed: Thumbs didn't show in the playlist (fixes #13531, #13529)arnova
2012-11-19Merge pull request #1813 from Montellese/xsp_browseable_titlesSascha Montellese
smartplaylists: make "title" field browseable (again)
2012-11-19Merge pull request #1809 from xbmcspain/patch-1alanwww1 (Attila)
Update language/Spanish/langinfo.xml