Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |