| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1632 from luke-jr/spelling | Jeff Garzik | 2012-08-01 | 1 | -1/+1 |
| |\ | | | | | Fix spelling and grammar errors | ||||
| | * | Bugfix: Fix a variety of misspellings | Luke Dashjr | 2012-08-01 | 1 | -1/+1 |
| | | | |||||
| * | | Update Warning-strings to use a standard-format | Philip Kaufmann | 2012-08-01 | 1 | -3/+3 |
| |/ | | | | | | | | | - ensure warnings always start with "Warning:" and that the first character after ":" is written uppercase - ensure the first sentence in warnings ends with an "!" - remove unneeded spaces from Warning-strings - add missing Warning-string translation - remove a "\n" and replace with untranslatable "<br><br>" | ||||
| * | Fix spelling of successfully | Stephane Glondu | 2012-07-24 | 1 | -1/+1 |
| | | |||||
| * | passphrasedialog: change dialog title to "Passphrase Dialog" / remove ↵ | Philip Kaufmann | 2012-05-06 | 1 | -2/+1 |
| | | | | | style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()' | ||||
| * | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | 2011-12-13 | 1 | -1/+0 |
| | | | | | - Remove explicit resizing from constructor to prevent potential hang | ||||
| * | Merge commit '7298ebb'v0.5.1rc1 | Gavin Andresen | 2011-12-12 | 1 | -1/+52 |
| |\ | |||||
| | * | Added Caps Lock check and warning at askpassphrasedialog. | Nick Bosma | 2011-10-18 | 1 | -1/+52 |
| | | | |||||
| * | | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | 2011-11-26 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now. | ||||
| * | | add message about restarting bitcoin after encrypting wallet succesfully | Wladimir J. van der Laan | 2011-11-15 | 1 | -1/+2 |
| | | | |||||
| * | | Add robustness against null models | Wladimir J. van der Laan | 2011-11-08 | 1 | -0/+2 |
| |/ | |||||
| * | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | 2011-08-31 | 1 | -0/+186 |