aboutsummaryrefslogtreecommitdiff
path: root/xbmc/dialogs
AgeCommit message (Expand)Author
2024-05-11changed: rename PLAYLIST namespace to KODI::PLAYLISTArne Morten Kvarving
2024-05-03[Video] Fix for #25097 and requested updates from #24720.78andyp
2024-04-27Merge pull request #25029 from notspiff/add_music_fileitem_classifyArne Morten Kvarving
2024-04-26[Video] Improve user experience when playing movies/episodes from Bluray ISO/...78andyp
2024-04-23move CFileItem::IsCDDA to MusicFileItemClassifyArne Morten Kvarving
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2024-04-17move CFileItem::IsBDFile to VideoFileItemClassifyArne Morten Kvarving
2024-01-16[Keyboard] Refactor keyboard files into input/keyboard/ folderGarrett Brown
2024-01-01[guilib] Add enum for results of CGUIDialogYesNoCrystalP
2023-12-29[video] Video Versions/Extras: Cleanup some singular vs. plural glitches in m...ksooo
2023-12-29[video] Remove context menu item 'Add as version to...'.ksooo
2023-12-27[dialog] CGUIDialogSelect::SetItems: Do no longer make a copy of the items, h...ksooo
2023-12-16[video][guilib][input] Use CGUIDialogSelect for selection of video versions a...ksooo
2023-11-22Added Video Versions featureXODIDOX
2023-11-20[clang-tidy] modernize-use-emplaceRechi
2023-10-13[clang-tidy] modernize-make-sharedRechi
2023-10-12[video][music] Migrate last pieces of 'Browse into' to new context menu system.ksooo
2023-10-11[music] Migrate 'Play using...' to "new" context menu system.ksooo
2023-10-01[PVR] CPVRGUIActionsPlayback::CheckResumeRecording: Eliminate custom resume c...ksooo
2023-08-29[video] Improve library refresh progress dialog content a bit.ksooo
2023-08-27[video] Unify code paths for 'choose art' to gain consistent behavior. Optimi...ksooo
2023-08-21Merge pull request #22477 from repojohnray/cguidialogcontextmenufixmemoryleakfuzzard
2023-08-21Merge pull request #23345 from neo1973/CURL_move_semanticfuzzard
2023-07-19[clang-tidy] modernize-use-default-member-initRechi
2023-06-01[guilib] let the navigation history remember the line of the selected item an...CrystalP
2023-05-31CUtil: Optimize ValidatePath + MakeLegal(FileName|Path) for move semanticMarkus Härer
2023-05-23[CGUIDialogContextMenu] fix memory leakrepojohnray
2023-01-27[cppcheck] stlcstrConcatRechi
2022-10-18Merge pull request #21938 from notspiff/app_comp_volume_handlingArne Morten Kvarving
2022-10-15Merge pull request #22020 from notspiff/fileutils_existsArne Morten Kvarving
2022-10-15ApplicationVolumeHandling: move to ApplicationComponentsArne Morten Kvarving
2022-10-15changed: convert VIDEODB_CONTENT_TYPE to an enum classArne Morten Kvarving
2022-10-13use CFileUtils::Exists instead of CFile::Exists where appropriateArne Morten Kvarving
2022-10-11avoid File.h includes in headersArne Morten Kvarving
2022-10-06Merge pull request #21979 from enen92/playeject_guardMiguel Borges de Freitas
2022-10-05avoid include of XBDateTime.h in headersArne Morten Kvarving
2022-10-05[discs][gui] Do not include GUIDialogPlayEject if ENABLE_OPTICAL is disabledenen92
2022-10-03remove unused headersArne Morten Kvarving
2022-10-02GUIDialogPlayEject.h: remove unused FileItem.h includeArne Morten Kvarving
2022-10-02GUIDialogSimpleMenu.h: avoid include of FileItem.hArne Morten Kvarving
2022-10-02obtain ApplicationPlayer from components in xbmc/dialogsArne Morten Kvarving
2022-10-02ApplicationPlayer: move to ApplicationComponentsArne Morten Kvarving
2022-09-22Application: relocate to application directoryArne Morten Kvarving
2022-08-26[cppcheck] useInitializationListRechi
2022-08-26[cppcheck] postfixOperatorRechi
2022-06-19[dialogs] Cleanup: Remove unused code from CGUIDialogBusy and CGUIDialogBusyN...Kai Sommerfeld
2022-05-12[speech] Add multiplatform support, make speech recognition available at Serv...Kai Sommerfeld
2022-05-11Merge pull request #21330 from joseluismarti/SpeechRecognizerKai Sommerfeld
2022-05-09[Android] Speech to text on search dialog.Kai Sommerfeld
2022-05-09Merge pull request #21367 from notspiff/remove_unnecessary_includesArne Morten Kvarving