aboutsummaryrefslogtreecommitdiff
path: root/xbmc/GUIPassword.cpp
AgeCommit message (Collapse)Author
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
2012-08-01[keyboard] - change all occurences of GUIDialogKeyboard to the new approach ↵Memphiz
and removed unneeded keyboard includes
2012-07-24changed: minimize URL.h header pollutionspiff
2012-07-22changed: make CApplicationMessenger a singleton instead of a CAppliction memberspiff
- more in line with other code - simpler syntax - helps minimize the taint of Application.h all over
2012-03-26Merge pull request #206 from cptspiff/remove-convutilsArne Morten Kvarving
Remove convutils
2011-10-14changed: remove/comment some assigned but unused variables and related codespiff
stops some gcc 4.5 bitchin'
2011-08-01changed: ditch itoa usage (and emu function)spiff
2011-04-10changed: reduce log spamelupus
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2010-10-24fixed: locks on AddonManager were not respectedalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34981 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-12changed: move even more globals construction/destruction into the same ↵elupus
compilation unit git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34722 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-28added: ticket #10335 - Allow 'loadprofile' builtin to work with ↵spiff_
non-passworded users. thanks to PhracturedBlue git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34271 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-12cleanup: Use ShowAndGetInput for CGUIDialogOK usage where appropriatejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33687 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-04fixed: make sure the add-on browser respects profile locksspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32497 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-22removed: Code for scripts window - no longer needed as you can access ↵jmarshallnz
non-media scripts via Programs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31299 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26changed: Make the heading of ProfileSettings.xml change if it's the first ↵jmarshallnz
login. Skinners should use Window.Property(heading) rather than string 20067. Ticket #8491. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28872 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-09cleanup: Moved profile locks to a separate class to ease passing them aroundjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28492 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-09cleanup: Make m_iLastLoadedProfileIndex private to CSettingsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28484 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08changed: Don't allow access to m_vecProfiles outside of CSettings. Instead ↵jmarshallnz
use accessors that restricts things somewhat. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28457 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-02merged: addons-fw branchelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90