Age | Commit 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 CGUIWindowFullScreen | xhaggi | |
2015-01-22 | Merge pull request #6210 from tobbi/cppcheck_perf_utils | Sam Stenvall | |
cppcheck performance fixes in utils/ | |||
2015-01-22 | [confluence] remove default heading labels for DialogPeripheralSettings, ↵ | montellese | |
SmartPlaylistEditor and VideoOSDSettings | |||
2015-01-22 | CGUIDialogAudioSubtitleSettings: add default heading label | montellese | |
2015-01-22 | CGUIDialogVideoSettings: add default heading label | montellese | |
2015-01-21 | cmake: use OUTPUT_DIR instead of DEPENDS_PATH in add_addon_depends | montellese | |
2015-01-21 | cmake: append revision/hash of addon to downloaded tarball to force ↵ | montellese | |
downloading a new version if the revision/hash has changed | |||
2015-01-21 | cppcheck performance fixes in utils/ | Tobias Markus | |
2015-01-21 | Fix for coverity #719001 | Tobias Markus | |
2015-01-21 | Merge pull request #6237 from tobbi/coverity_missing_breaks | jenkins4kodi | |
2015-01-21 | Fix for Coverity #1126044 | Tobias Markus | |
2015-01-21 | Fix for coverity #1194431 | Tobias Markus | |
2015-01-21 | Merge pull request #6239 from AlwinEsch/DialogPVRChannelManager_xml_fix | ronie | |
[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 statements | Tobias Markus | |
2015-01-21 | Merge pull request #6169 from koying/adddroiddeinterlace | jenkins4kodi | |
2015-01-20 | Merge pull request #6236 from anaconda/mk01-fix-cec-pause-source-change | jenkins4kodi | |
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 ended | da-anda | |
2015-01-20 | [3D] handle stereoscopic mode of videos in mixed playlists | da-anda | |
2015-01-20 | Merge pull request #6149 from cisco-open-source/wayland_mode_invalid_pointer | Rainer Hochecker | |
[wayland] fixed wrong current/preferred modes in Output | |||
2015-01-20 | Merge pull request #5968 from cisco-open-source/wayland_refresh_rate | Rainer Hochecker | |
Fixed refresh rate calculation for wayland. | |||
2015-01-20 | Merge pull request #5430 from ace20022/IsStar | Andreas Zelend | |
[URIUtils] Fix IsSmb, IsFTP, IsAfp, IsDAV and IsNfs. | |||
2015-01-20 | [gui] reset view state directly after directory was fetched | xhaggi | |
2015-01-20 | [gui] use m_vecItems directly instead of a new CFileItemList and copy it ↵ | xhaggi | |
over to m_vecItems | |||
2015-01-20 | ADD: [gles] enable contrast & brightness controls | Chris "Koying" Browet | |
2015-01-20 | CHG: [gles] use shader for generic yuv bob deinterlacing | Chris "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-20 | FIX: [gles] enable generic bob deinterlacing | Chris "koying" Browet | |
2015-01-20 | ADD: [gles] BOB deinterlacing | Chris "Koying" Browet | |
2015-01-20 | [pvr] refactor CPVRManager:OnAction out to PVRActionListener | xhaggi | |
2015-01-20 | [win32] adds PVRActionListener to VS2010 project | xhaggi | |
2015-01-20 | [osx] adds PVRActionListener to xcode project | xhaggi | |
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 project | xhaggi | |
2015-01-20 | [osx] adds IActionListener to xcode project | xhaggi | |
2015-01-20 | [core] adds action listener pattern | xhaggi | |
2015-01-20 | Merge pull request #6091 from Jalle19/fix-persist-channel-crash | Sam Stenvall | |
[pvr] attempt to fix occasional crash when persisting channels | |||
2015-01-20 | [pvr] update the timestamps directly in SetLastWatched() instead of | Sam 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 when | Sam 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 method | Sam Stenvall | |
This is the only method that calls CPVRChannel::Persist() with the second boolean argument possibly set to true | |||
2015-01-20 | Merge pull request #6139 from Jalle19/drop-unused-pvr-windows | Sam Stenvall | |
[pvr] removed two unused dialogs | |||
2015-01-20 | [pvr] removed two unused dialogs | Sam Stenvall | |
2015-01-20 | Merge pull request #4671 from Jalle19/pvr-manager-cleanup | Sam Stenvall | |
[pvr] some more cleanup and a few minor changes | |||
2015-01-20 | Merge pull request #6225 from smallint/setmodefix | Peter Frühberger | |
[imx] Fixed mode change after SysfsUtils port | |||
2015-01-20 | [pvr] no need to assign a variable twice | Sam Stenvall | |
2015-01-20 | [pvr] remove an unneeded lock | Sam Stenvall | |
2015-01-20 | [pvr] remove a lot of unused methods and some unused code | Sam Stenvall | |
2015-01-20 | [pvr] use m_addons directly, no need to use the getter here | Sam Stenvall | |