| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s/DOGE/DIS/g | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | really s/doge/dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | Update QT client messages and translations to Doge equivalents (#1429) | Ross Nicoll | 2019-03-25 | 1 | -2/+2 |
| | | | | | Update QT client messages and translations to Doge equivalents. | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Do not shadow in src/qt | Pavel Janík | 2016-09-23 | 1 | -4/+4 |
| | | |||||
| * | qt: askpassphrasedialog: Clear pass fields on accept | Pavel Vasin | 2016-05-19 | 1 | -4/+17 |
| | | | | | | This is usability improvement in a case if user gets re-asked passphrase. (e.g. made a typo) | ||||
| * | Merge branch 'master' into single_prodname | Luke Dashjr | 2016-02-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Unify package name to as few places as possible without major changes | Luke Dashjr | 2015-12-14 | 1 | -2/+6 |
| |/ | |||||
| * | Bugfix: Grammar fixes | Corinne Dashjr | 2015-05-01 | 1 | -1/+1 |
| | | |||||
| * | allocators: split allocators and pagelocker | Cory Fields | 2015-03-20 | 1 | -1/+1 |
| | | | | | | Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it. | ||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Merge pull request #5470 | Wladimir J. van der Laan | 2014-12-19 | 1 | -1/+1 |
| |\ | | | | | | | 78253fc Remove references to X11 licence (Michael Ford) | ||||
| | * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | [Qt] change some strings to reflect name change to Bitcoin Core | Philip Kaufmann | 2014-12-02 | 1 | -1/+1 |
| |/ | |||||
| * | qt: Make askpassphrase dialog behave more sanely | Wladimir J. van der Laan | 2014-11-20 | 1 | -2/+5 |
| | | | | | | Set minimum sizes appropriately, and make sure that they are enforced. Replaces #5226. | ||||
| * | Consistent lettering | Whit J | 2014-06-24 | 1 | -1/+1 |
| | | |||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -1/+3 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | qt: add license header to source files | Wladimir J. van der Laan | 2013-11-04 | 1 | -0/+4 |
| | | | | | Closes #839 | ||||
| * | fix some cosmetic glitches in the codebase | Philip Kaufmann | 2013-09-09 | 1 | -0/+1 |
| | | | | | | | | | | | | - rename URL into URI in paymentserver where correct - add some missing Qt-coding-stuff in paymentserver - change QSpinBox to QLineEdit as base for BitcoinAmountField in .ui files (as this is the result when converting the BAF back into base) - remove some c_str() and replace with QString::fromStdString() - remove several new-lines - remove unneeded spaces - indentation fixes | ||||
| * | qt: Improve capslock detection on non-us keyboards (issue #1855) | Wladimir J. van der Laan | 2013-03-29 | 1 | -1/+1 |
| | | | | | | On non-us keyboards you can obtain lower case characters even pressing the SHIFT, this caused false positives. | ||||
| * | ensure AskPassphraseDialog::eventFilter forwards events | Philip Kaufmann | 2012-10-25 | 1 | -7/+7 |
| | | | | | | | - instead of "return false;" use "return QDialog::eventFilter(object, event);" to harmonize this event filter with our default behaviour - remove orphan spaces found while editting the files | ||||
| * | Merge branch 'master' of github.com:runeksvendsen/bitcoin | Gavin Andresen | 2012-10-01 | 1 | -1/+10 |
| |\ | |||||
| | * | When encrypting the wallet, warn user that old backups will become useless. | Rune K. Svendsen | 2012-09-30 | 1 | -1/+10 |
| | | | | | | | | | | | | | Don't include HTML in translation strings. Do split the huge message over several lines. Prettier 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 |