aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinaddressvalidator.h
AgeCommit message (Collapse)Author
2013-11-04qt: add license header to source filesWladimir J. van der Laan
Closes #839
2013-09-02Fix typo in a comment: it's base58, not base48.Timothy Stranex
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip 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-02-15increase BitcoinAddressValidator::MaxAddressLength from 34 to 35Wladimir J. van der Laan
needed for sending BIP16 transactions on test network through GUI
2011-11-13Improve documentation for UI classesWladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan