aboutsummaryrefslogtreecommitdiff
path: root/xbmc/GUIPassword.cpp
AgeCommit message (Expand)Author
2024-01-07[CGUIPassword] Media served through plugins is not shown when there is a mast...78andyp
2022-03-10[ServiceBroker][ApplicationMessenger] Get rid of application messenger global...Kai Sommerfeld
2022-01-03[profiles] honor lock state of media sources (fixup)howie-f
2021-12-28[profiles] honor lock state of mediasources / hide locked favouriteshowie-f
2021-05-14remove use of c_str() from StringUtils::Format callsLukas Rusak
2021-05-09update format to new styleLukas Rusak
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2020-10-30[clang-tidy] performance-unnecessary-copy-initializationRechi
2020-06-14[gui] cleanup: remove log spam / code improvementshowie-f
2020-02-25refactor: enum MediaLockStatehowie-f
2020-02-16Extend CheckMenuLock to check Mediasources (video and music) if neededhowie-f
2020-02-16Reimplement functions for checking Master-/Medialockshowie-f
2020-02-16Introduce LockState enumhowie-f
2019-07-09[format] fix include orderRechi
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ...Kai Sommerfeld
2018-10-08Eliminate CServiceBroker::GetProfileManager(); use CServiceBroker::GetSetting...Kai Sommerfeld
2018-10-07Eliminate CServiceBroker::GetSettings(); use CServiceBroker::GetSettingsCompo...Kai Sommerfeld
2018-09-12[modernize][xbmc] range-based loopsRechi
2018-09-08CServiceBroker: return a pointer for CSettingsLukas Rusak
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] nuke whitespaceh.udo
2018-04-01kill global g_windowManager, co-author Rechi'Rainer Hochecker
2018-02-02Kill CProfilesManager singletonGarrett Brown
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-09-06Use the helper class instead of CGUIDialogOK and remove the dependencyphate89
2017-07-06[modernize][xbmc] Prefer 'default' for declarationsh.udo
2017-06-01[settings] used shared instead of raw pointersmontellese
2016-12-02[settings] integrate CSettings into CServiceManager/CServiceBrokermontellese
2016-12-01[retroplayer] MyGames windowGarrett Brown
2016-05-30remove WINDOW_MUSIC_FILESronie
2016-05-30remove WINDOW_VIDEO_FILESronie
2015-08-19Various cppcheck performance fixesTobias Markus
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-08-05[settings] use setting id constantsxhaggi
2015-07-15Clean up ApplicationMessengerPär Björklund
2015-07-08CVariant fixesPär Björklund
2015-06-06get rid of g_localizeStrings in DialogsMartijn Kaijser
2015-06-04combine split strings into a single string and only use the textbox in dialogsMartijn Kaijser
2015-05-24Merge pull request #7112 from MartijnKaijser/use_texbox_onlyMartijn Kaijser
2015-05-23always use the DialogOK with the textbox input instead of separate linesMartijn Kaijser
2015-05-23[app] Cleanup includes.ace20022
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-11-16show correct dialog header text for master lock code. fixes #15543Martijn Kaijser
2014-01-05[masterlock] check master lock when going to the skin settings window. Closes...Jonathan Marshall
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-11-14[cstdstring] demise Format, replacing with StringUtils::Formatnight199uk