aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinaddressvalidator.h
AgeCommit message (Collapse)Author
2014-12-19Added "Core" to copyright headerssandakersmann
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-03Fix all header definesPavel Janík
2014-01-29[Qt] extend validate line edit and btc address validatorPhilip Kaufmann
- 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
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