aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-22[keymaps] replaces obsolete mapping of left/right to prev/next group for ↵xhaggi
tv/radio fullscreen with StepBack and StepForward
2015-01-22[confluence] removes channel group chooser control (id: 503)xhaggi
2015-01-22[pvr] removes group chooser from CGUIWindowFullScreenxhaggi
2015-01-22Merge pull request #6210 from tobbi/cppcheck_perf_utilsSam Stenvall
cppcheck performance fixes in utils/
2015-01-22[confluence] remove default heading labels for DialogPeripheralSettings, ↵montellese
SmartPlaylistEditor and VideoOSDSettings
2015-01-22CGUIDialogAudioSubtitleSettings: add default heading labelmontellese
2015-01-22CGUIDialogVideoSettings: add default heading labelmontellese
2015-01-21cmake: use OUTPUT_DIR instead of DEPENDS_PATH in add_addon_dependsmontellese
2015-01-21cmake: append revision/hash of addon to downloaded tarball to force ↵montellese
downloading a new version if the revision/hash has changed
2015-01-21cppcheck performance fixes in utils/Tobias Markus
2015-01-21Fix for coverity #719001Tobias Markus
2015-01-21Merge pull request #6237 from tobbi/coverity_missing_breaksjenkins4kodi
2015-01-21Fix for Coverity #1126044Tobias Markus
2015-01-21Fix for coverity #1194431Tobias Markus
2015-01-21Merge pull request #6239 from AlwinEsch/DialogPVRChannelManager_xml_fixronie
[PVR] Fix DialogPVRChannelManager.xml (from name edit go right not work)
2015-01-21[PVR] Fix DialogPVRChannelManager.xml (from name edit go right not work)AlwinEsch
2015-01-21[coverity] fixes for missing breaks and falling-through statementsTobias Markus
2015-01-21Merge pull request #6169 from koying/adddroiddeinterlacejenkins4kodi
2015-01-20Merge pull request #6236 from anaconda/mk01-fix-cec-pause-source-changejenkins4kodi
2015-01-20[cec] Don't resume on source change if playback is paused.Matus Kral
Function CecSourceActivated is supposed to pause playback if another device is activated on CEC bus. this action is triggered later in the code via app messenger call MediaPause(). MediaPause() before unpausing video is wakingupfrom screensaver too. this sends 'OnScreensaverDeactivated' msg what returning back to CecAdapter calls (based on wakeonscreensaver) ActivateSource(). By use of player->IsPlaying check (what doesn't consider already paused playback) whole process can actually make switching to another source impossible - as if playback is already paused and XBMC gets deactivated, player->Pause() is still called, event screensaverdeactivated generated and XBMC finally activates itself again.
2015-01-20[3D] remember user selected 3D modes between videos until playback endedda-anda
2015-01-20[3D] handle stereoscopic mode of videos in mixed playlistsda-anda
2015-01-20Merge pull request #6149 from cisco-open-source/wayland_mode_invalid_pointerRainer Hochecker
[wayland] fixed wrong current/preferred modes in Output
2015-01-20Merge pull request #5968 from cisco-open-source/wayland_refresh_rateRainer Hochecker
Fixed refresh rate calculation for wayland.
2015-01-20Merge pull request #5430 from ace20022/IsStarAndreas Zelend
[URIUtils] Fix IsSmb, IsFTP, IsAfp, IsDAV and IsNfs.
2015-01-20[gui] reset view state directly after directory was fetchedxhaggi
2015-01-20[gui] use m_vecItems directly instead of a new CFileItemList and copy it ↵xhaggi
over to m_vecItems
2015-01-20ADD: [gles] enable contrast & brightness controlsChris "Koying" Browet
2015-01-20CHG: [gles] use shader for generic yuv bob deinterlacingChris "koying" Browet
GLES 2 does not support GL_UNPACK_ROW_LENGTH. That makes de-deinterlacing a texture in CPU unbearably slow on some SoC's.
2015-01-20FIX: [gles] enable generic bob deinterlacingChris "koying" Browet
2015-01-20ADD: [gles] BOB deinterlacingChris "Koying" Browet
2015-01-20[pvr] refactor CPVRManager:OnAction out to PVRActionListenerxhaggi
2015-01-20[win32] adds PVRActionListener to VS2010 projectxhaggi
2015-01-20[osx] adds PVRActionListener to xcode projectxhaggi
2015-01-20[pvr] refactor REMOTE_X key functionality from CGUIWindowFullScreen to PVR ↵xhaggi
action listener
2015-01-20[win32] adds IActionListener.h to VS2010 projectxhaggi
2015-01-20[osx] adds IActionListener to xcode projectxhaggi
2015-01-20[core] adds action listener patternxhaggi
2015-01-20Merge pull request #6091 from Jalle19/fix-persist-channel-crashSam Stenvall
[pvr] attempt to fix occasional crash when persisting channels
2015-01-20[pvr] update the timestamps directly in SetLastWatched() instead ofSam Stenvall
having the caller call Persist() on both the channel and the group, something which leads to an incredible mount of persisting being done everytime someone switches channel
2015-01-20[pvr] always persist channels to the database immediately whenSam Stenvall
Persist is called. This way we can use lastinsertid() to set the new channel ID for new channels, which means we don't have to rely on GetLastChannelID() which only worked on SQLite databases (TRWTF) and was prone to random segmentation faults.
2015-01-20[pvr] remove unused methodSam Stenvall
This is the only method that calls CPVRChannel::Persist() with the second boolean argument possibly set to true
2015-01-20Merge pull request #6139 from Jalle19/drop-unused-pvr-windowsSam Stenvall
[pvr] removed two unused dialogs
2015-01-20[pvr] removed two unused dialogsSam Stenvall
2015-01-20Merge pull request #4671 from Jalle19/pvr-manager-cleanupSam Stenvall
[pvr] some more cleanup and a few minor changes
2015-01-20Merge pull request #6225 from smallint/setmodefixPeter Frühberger
[imx] Fixed mode change after SysfsUtils port
2015-01-20[pvr] no need to assign a variable twiceSam Stenvall
2015-01-20[pvr] remove an unneeded lockSam Stenvall
2015-01-20[pvr] remove a lot of unused methods and some unused codeSam Stenvall
2015-01-20[pvr] use m_addons directly, no need to use the getter hereSam Stenvall