index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
GUIPassword.cpp
Age
Commit message (
Expand
)
Author
2011-04-10
changed: reduce log spam
elupus
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-10-24
fixed: locks on AddonManager were not respected
alcoheca
2010-10-12
changed: move even more globals construction/destruction into the same compil...
elupus
2010-09-28
added: ticket #10335 - Allow 'loadprofile' builtin to work with non-passworde...
spiff_
2010-09-12
cleanup: Use ShowAndGetInput for CGUIDialogOK usage where appropriate
jmarshallnz
2010-08-04
fixed: make sure the add-on browser respects profile locks
spiff_
2010-06-22
removed: Code for scripts window - no longer needed as you can access non-med...
jmarshallnz
2010-03-26
changed: Make the heading of ProfileSettings.xml change if it's the first log...
jmarshallnz
2010-03-09
cleanup: Moved profile locks to a separate class to ease passing them around
jmarshallnz
2010-03-09
cleanup: Make m_iLastLoadedProfileIndex private to CSettings
jmarshallnz
2010-03-08
changed: Don't allow access to m_vecProfiles outside of CSettings. Instead us...
jmarshallnz
2010-03-02
merged: addons-fw branch
elupus
2009-10-30
removed: Master lock entering "master mode". If you want master mode, enter ...
jmarshallnz
2009-10-26
removed: Masterlock Enable shutdown setting (shutdown is meaningless when run...
jmarshallnz
2009-10-13
added: Ticket #7341 - Save username and password for smb shares. Will need O...
jmarshallnz
2009-10-07
cosmetic: m_gWindowManager -> g_windowManager for consistency.
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller