| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Do not shadow in src/qt | Pavel JanÃk | 2016-09-23 | 1 | -4/+4 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | [Qt] refactor and optimize proxy settings behavior | Jonas Schnelli | 2015-11-16 | 1 | -0/+16 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | [Qt] extend validate line edit and btc address validator | Philip Kaufmann | 2014-01-29 | 1 | -1/+59 |
| | | | | | | | | | | | | | | - 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 | ||||
| * | put color constants in guiconstants.h | Wladimir J. van der Laan | 2011-07-25 | 1 | -1/+3 |
| | | |||||
| * | fix clear() (clear red/invalid status) | Wladimir J. van der Laan | 2011-07-22 | 1 | -0/+6 |
| | | |||||
| * | add sendmany support | Wladimir J. van der Laan | 2011-07-16 | 1 | -0/+37 |