| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Qt] extend validate line edit and btc address validator | Philip Kaufmann | 2014-01-29 | 1 | -6/+16 |
| | | | | | | | | | | | | | | - remove btc address length from address validator - add an optional btc address check in validated line edit that defaults to off and is used in GUIUtil::setupAddressWidget() - an isAcceptable() check is added to validated line edit on focus out which only kicks in, when a validator is used with that widget - remove an isAcceptable() check from sendcoinsentry.cpp - remove obsolete attributes from ui files, which are set by calling GUIUtil::setupAddressWidget() - move some more things to GUIUtil::setupAddressWidget() and remove them from normal code e.g. placeholder text | ||||
| * | qt: add license header to source files | Wladimir J. van der Laan | 2013-11-04 | 1 | -0/+4 |
| | | | | | Closes #839 | ||||
| * | Fix typo in a comment: it's base58, not base48. | Timothy Stranex | 2013-09-02 | 1 | -2/+2 |
| | | |||||
| * | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | 2013-03-17 | 1 | -5/+2 |
| | | | | | | | | - 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 | ||||
| * | increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 | Wladimir J. van der Laan | 2012-02-15 | 1 | -1/+1 |
| | | | | | needed for sending BIP16 transactions on test network through GUI | ||||
| * | Improve documentation for UI classes | Wladimir J. van der Laan | 2011-11-13 | 1 | -1/+1 |
| | | |||||
| * | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 1 | -0/+24 |