aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windows/GUIMediaWindow.cpp
AgeCommit message (Expand)Author
2024-05-10PLAYLIST::Id: convert to enum classArne Morten Kvarving
2024-05-05move CFileItem::IsInternetStream to NetworkFileItemClassifyArne Morten Kvarving
2024-05-03[Video] Fix for #25097 and requested updates from #24720.78andyp
2024-04-26[Video] Improve user experience when playing movies/episodes from Bluray ISO/...78andyp
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2024-04-17move CFileItem::IsDVDFile to VideoFileItemClassifyArne Morten Kvarving
2024-01-22Revert "[guilib][utils] Set IsPlayable false on add items"enen92
2024-01-08[guilib][utils] Set IsPlayable false on add itemsenen92
2024-01-02[Playlists] Rename song methods to generic item indexenen92
2023-10-12[video][music] Migrate last pieces of 'Browse into' to new context menu system.ksooo
2023-10-11[windows] CGUIMediaWindow::OnContextButton: Fix 'Browse into' (e.g. for BD an...ksooo
2023-09-30[windows] Fix CGUIMediaWindow::WaitGetDirectoryItems to leave 'wait for updat...ksooo
2023-06-01[guilib] let the navigation history remember the line of the selected item an...CrystalP
2023-03-20[video] Fix support for SETTING_VIDEOPLAYER_AUTOPLAYNEXTITEM on item playback.Kai Sommerfeld
2022-10-17[addons] Remove prefix 'ADDONS_' from enum class AddonType member names.Kai Sommerfeld
2022-10-17[addons] Eliminate SkinPtr, VizPtr, PluginPtr typedefs.Kai Sommerfeld
2022-10-17[addons] Avoid to include addons/addoninfo/AddonType.h in cpp files.Kai Sommerfeld
2022-10-17[addons] Avoid to include addons/addoninfo/AddonType.h in headers.Kai Sommerfeld
2022-10-17[addons] Make enum ADDON::TYPE an enum class ADDON::AddonType.Kai Sommerfeld
2022-10-13use CFileUtils::Exists instead of CFile::Exists where appropriateArne Morten Kvarving
2022-10-03remove unused headersArne Morten Kvarving
2022-10-02PlayList.h: avoid include of FileItem.hArne Morten Kvarving
2022-09-22Application: relocate to application directoryArne Morten Kvarving
2022-09-15[Playlist][Cleanup] Refactor of playlistid/RepeatStateCastagnaIT
2022-09-09[FileItem][Cleanup] Add getter/setter for start/end offsetCastagnaIT
2022-05-23changed: move CApplication::IsCurrentThread into AppMessengerArne Morten Kvarving
2022-03-10[ServiceBroker][ApplicationMessenger] Get rid of application messenger global...Kai Sommerfeld
2022-03-10[ServiceBroker][JobManager] Get rid of job manager global singleton.Kai Sommerfeld
2022-01-29[cleanup] change indentifiers YES and NO to CHOICE_YES and CHOICE_NOhowie-f
2021-10-11[GUIMediaWindow] Let the context menu action propagate through windowenen92
2021-05-27CEvent: rename WaitMSec to WaitLukas Rusak
2021-05-27ConditionVariable: template wait methods to use an arbitrary durationLukas Rusak
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2021-05-14make simple StringUtils::Format calls use std::to_stringLukas Rusak
2021-05-14remove use of c_str() from StringUtils::Format callsLukas Rusak
2021-05-09update format to new styleLukas Rusak
2021-04-28CGUIMediaWindow: use std::chronoLukas Rusak
2020-11-28Fixes for music playlist editorDaveTBlake
2020-11-20refactor: GetAddon() / GetDepsRecursive() default and bool parametershowie-f
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2020-10-30[clang-tidy] performance-unnecessary-copy-initializationRechi
2020-10-30[clang-tidy] performance-for-range-copyRechi
2020-08-20Merge pull request #18303 from enen92/replaceenen92
2020-08-19[FIX] Use dynpath when checking for dvd/bluray image files or directoriesthe-black-eagle
2020-08-19[Builtins][MediaWindow] Propagate window replace intention and set the start ...enen92
2020-06-17Don't touch plugin:// urlsmediaminister
2020-05-22[GUI] Fix ActivateWindow if 'return' is definedenen92
2019-10-30Base cache filename on itemlist path with options.DaveTBlake
2019-10-17remove g_mediaManager globalLukas Rusak