aboutsummaryrefslogtreecommitdiff
path: root/xbmc/GUIPassword.cpp
AgeCommit message (Collapse)Author
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ↵Kai Sommerfeld
names)
2018-10-08Eliminate CServiceBroker::GetProfileManager(); use ↵Kai Sommerfeld
CServiceBroker::GetSettingsComponent()->GetProfilesManager() instead.
2018-10-07Eliminate CServiceBroker::GetSettings(); use ↵Kai Sommerfeld
CServiceBroker::GetSettingsComponent()->GetSettings() instead.
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
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
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
ApplicationMessenger had become a place to stick all kinds of convenience methods and depending on just about everything. This PR cleans this up and returns it back to a messaging class. Removed the bool parameters and used naming from Win32 API with SendMsg for blocking and PostMsg for non-blocking messaging.
2015-07-08CVariant fixesPär Björklund
Added Move constructors for a few types for CVariant and added move versions to push_back and append. Added plenty of include directives as they were missing. Made many conversions to CVariant explicit to make it clear what happens and that the include is needed.
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
always use the DialogOK with the textbox input instead of separate lines
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
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
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. ↵Jonathan Marshall
Closes #14070
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-11-14[cstdstring] demise Format, replacing with StringUtils::Formatnight199uk
2013-11-12settings: move settings library files into xbmc/settings/libmontellese
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-05[Settings] Make Settings level lockableFice
2013-06-08[FIX] CheckMenuLock ignored WINDOW_SETTINGS_PVRFice
2013-05-15remove unused methods from CSettingsmontellese
2013-05-01settings: replace CSettings and CGUISettings with new CSettingsmontellese
2013-04-04cosmetics: cleanup unused Settings.h includesmontellese
2013-04-04settings: move profile settings to CProfilesManagermontellese
2013-04-04move profile related files into new "profiles" directorymontellese
2013-04-01settings: move source settings into CMediaSourceSettingsmontellese
2013-03-03settings: move GUIDialog* and GUIWindow* into their own sub-directoriesmontellese
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese