Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | qt, wallet: Remove unused AskPassphraseDialog::Decrypt | Hennadii Stepanov | |
Co-authored-by: Sehyun Chung <sehyun@berkeley.edu> | |||
2020-05-08 | refactor: Use override for non-final overriders | Hennadii Stepanov | |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-09-05 | Optionally allow AskPassphraseDialog to output the passphrase | Andrew Chow | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-10-18 | [ui] Add toggle for unblinding password fields | Thomas Snider | |
2016-05-19 | qt: askpassphrasedialog: Clear pass fields on accept | Pavel Vasin | |
This is usability improvement in a case if user gets re-asked passphrase. (e.g. made a typo) | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-07-15 | qt: define QT_NO_KEYWORDS | Wladimir J. van der Laan | |
QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros. Avoid overlap between Qt macros and boost - for example #undef hackiness in #6421. | |||
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-11-03 | Fix all header defines | Pavel JanÃk | |
2013-11-14 | [Qt] make most Windows appear centered on main GUI | Philip Kaufmann | |
- remove default value for parent variable in dialogs, which should appear centered over main GUI and pass appropriate value - add some addition NULL pointer checks | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
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. | |||
2013-11-05 | [Qt] make event() and eventFilter() in askpassphrasedialog protected | Philip Kaufmann | |
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | |
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | |||
2012-10-25 | ensure AskPassphraseDialog::eventFilter forwards events | Philip Kaufmann | |
- 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 | |||
2011-12-12 | Merge commit '7298ebb'v0.5.1rc1 | Gavin Andresen | |
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-10-18 | Added Caps Lock check and warning at askpassphrasedialog. | Nick Bosma | |
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |