aboutsummaryrefslogtreecommitdiff
path: root/src/qt/askpassphrasedialog.cpp
AgeCommit message (Expand)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-01-28Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...Jonas Schnelli
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-27qt: unlock wallet "OK" button bugfixMichael Dietz
2020-10-28qt, wallet: Drop unused parameter in WalletModel::setWalletEncryptedHennadii Stepanov
2020-10-23qt, wallet: Remove unused AskPassphraseDialog::DecryptHennadii Stepanov
2020-09-07scripted-diff: Remove unused "What's This" button in dialogs on WindowsHennadii Stepanov
2020-02-05gui: Add close window shortcutMiguel Herranz
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-09-09gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedialogJon Atack
2019-09-05Optionally allow AskPassphraseDialog to output the passphraseAndrew Chow
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-11-10Better error message for user when corrupt wallet unlock failsMeshCollider
2018-09-14Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-08-09No longer shutdown after encrypting the walletAndrew Chow
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-18[ui] Add toggle for unblinding password fieldsThomas Snider
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-09-23Do not shadow in src/qtPavel Janík
2016-05-19qt: askpassphrasedialog: Clear pass fields on acceptPavel Vasin
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2015-12-14Unify package name to as few places as possible without major changesLuke Dashjr
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-03-20allocators: split allocators and pagelockerCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-02[Qt] change some strings to reflect name change to Bitcoin CorePhilip Kaufmann
2014-11-20qt: Make askpassphrase dialog behave more sanelyWladimir J. van der Laan
2014-06-24Consistent letteringWhit J
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-03-29qt: Improve capslock detection on non-us keyboards (issue #1855)Wladimir J. van der Laan
2012-10-25ensure AskPassphraseDialog::eventFilter forwards eventsPhilip Kaufmann
2012-10-01Merge branch 'master' of github.com:runeksvendsen/bitcoinGavin Andresen
2012-09-30When encrypting the wallet, warn user that old backups will become useless.Rune K. Svendsen
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
2012-07-24Fix spelling of successfullyStephane Glondu
2012-05-06passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-s...Philip Kaufmann
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
2011-12-12Merge commit '7298ebb'v0.5.1rc1Gavin Andresen
2011-11-26Implement an mlock()'d string class for storing passphrasesDylan Noblesmith