aboutsummaryrefslogtreecommitdiff
path: root/xbmc/video/windows/GUIWindowVideoBase.h
AgeCommit message (Expand)Author
2024-05-11changed: rename PLAYLIST namespace to KODI::PLAYLISTArne Morten Kvarving
2024-05-10PLAYLIST::Id: convert to enum classArne Morten Kvarving
2024-04-27changed: consistently use KODI::VIDEO namespaceArne Morten Kvarving
2024-04-26[Video] Improve user experience when playing movies/episodes from Bluray ISO/...78andyp
2024-01-07[video] Fix: When 'default select action' is choose and 'select default versi...ksooo
2024-01-03Merge pull request #24176 from 78andyp/refresh_changed_artCrystalP
2024-01-03[GUIWindowVideoBase] Library thumbnail not updated.78andyp
2023-12-11[video] Fix video version selection dialog displayed twice on action 'play'.ksooo
2023-12-08[video][interfaces][pvr] Consolidate VIDEO::GUILIB::PlayAction and VIDEO::GUI...ksooo
2023-11-22Added Video Versions featureXODIDOX
2023-10-04[video] CGUIWindowVideoBase: Add support for default play action setting.ksooo
2023-10-01[video] CGUIWindowVideoBase::ShowResumeMenu: Eliminate this function in favou...ksooo
2023-10-01[video] Factor out video select action processing.ksooo
2023-10-01[video] Eliminate custom resume string calculation implementations in favour ...ksooo
2023-08-27[video] Unify code paths for 'show video information' to gain consistent beha...ksooo
2023-08-08[video] Do not fallback to play the item (which is the default onclick implem...ksooo
2023-07-04[video] Take 2 to fix auto play next video not working from inside video info...ksooo
2023-07-04Revert "[video] Fix auto play next video not working from inside video info d...ksooo
2023-07-01[video] Fix auto play next video not working from inside video info dialog.ksooo
2023-03-19[video] Move CGUIWindowVideoNav::LoadVideoInfo to base class CGUIWindowVideoB...ksooo
2022-11-11[video][PVR] Feature: Continue watching TV shows, seasons, movie sets and PVR...Kai Sommerfeld
2022-11-07[video] Migrate CONTEXT_BUTTON_(PLAY_ITEM|QUEUE_ITEM|PLAY_NEXT) to 'new' cont...Kai Sommerfeld
2022-09-15[Playlist][Cleanup] Refactor of playlistid/RepeatStateCastagnaIT
2022-09-10[Cleanup] Moved playlist type defines to playlist.hCastagnaIT
2021-09-28[cleanup] Remove unnecessary semicolons from headersthexai
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2020-07-18remove xx prefix from imdb id for plugin contentronie
2019-07-09[format] fix include orderRechi
2019-04-24Merge pull request #14345 from notspiff/default_queueArne Morten Kvarving
2018-11-25added: play next context menu and actionArne Morten Kvarving
2018-08-28added: support for queue item as default select actionArne Morten Kvarving
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-06-12[xbmc] pragma once positionh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2018-01-09Get rid of the old frames unit and store startOffset/endOffset in millisecondsVoyager1
2017-06-29[modernize][video] Prefer 'override' usageh.udo
2017-06-08fixed: add appropriate using statements where virtual methods and overloading...notspiff
2016-03-31cleanup and simplify video/music info dialog controller logicThomas Amland
2016-01-05CGUIWindowVideoBase: fix to use the selected player with CApplication::PlayFilewiromare
2015-12-29playerfactory: rework and cleanupRainer Hochecker
2015-10-18[gui] renames OnInfo to OnItemInfo as CGUIWindow::OnInfo will be introducedxhaggi
2015-08-14video library: use CVideoLibraryQueue::RefreshItemModalmontellese
2015-06-04combine split strings into a single string and only use the textbox in dialogsMartijn Kaijser
2015-03-25[video] removed old unused library <-> files toggle codeMatthias Kortstiege
2015-03-06remove old pre-Frodo upgrade code for cached artworkMartijn Kaijser
2015-02-191269602 bad overridePär Björklund
2015-02-08[dialogs] Move CGUIWindowVideoBase::ShowPlaySelection to its own class.ace20022
2015-01-07[stdstring] get rid of CStdString in video/windows/Arne Morten Kvarving