| Commit message (Expand) | Author | Age | Files | Lines |
| * | ui: Make sure sendcoinsentry signals only connected once | Wladimir J. van der Laan | 2014-07-23 | 1 | -5/+6 |
| * | qt: Use fixed-point arithmetic in amount spinbox | Wladimir J. van der Laan | 2014-07-23 | 1 | -1/+8 |
| * | [Qt] Fill in label from address book also for URIs | Cozz Lovan | 2014-03-12 | 1 | -2/+4 |
| * | [Qt] extend validate line edit and btc address validator | Philip Kaufmann | 2014-01-29 | 1 | -3/+1 |
| * | [Qt] Show and store message of normal bitcoin:URI | Cozz Lovan | 2014-01-21 | 1 | -0/+9 |
| * | ui: Better tab order in send coins entry | Wladimir J. van der Laan | 2014-01-02 | 1 | -3/+4 |
| * | Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that ... | Ryan Niebur | 2013-12-01 | 1 | -2/+0 |
| * | [Qt] allow deletion of payment-requests in sendcoins | Philip Kaufmann | 2013-11-24 | 1 | -6/+4 |
| * | Coincontrol cleanup (e.g. add missing license) | Philip Kaufmann | 2013-11-18 | 1 | -1/+0 |
| * | Coin Control Features | Cozz Lovan | 2013-11-14 | 1 | -0/+2 |
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -4/+3 |
| * | Merge pull request #3145 | Wladimir J. van der Laan | 2013-11-06 | 1 | -23/+43 |
| |\ |
|
| | * | payment-request UI: use SendCoinsRecipient.message for memo | Philip Kaufmann | 2013-10-31 | 1 | -2/+2 |
| | * | [Qt] Rework of payment request UI (mainly for insecure pr) | Philip Kaufmann | 2013-10-31 | 1 | -23/+43 |
| * | | qt: add license header to source files | Wladimir J. van der Laan | 2013-11-04 | 1 | -0/+4 |
| |/ |
|
| * | qt: rework "receive coins" workflow | Wladimir J. van der Laan | 2013-10-23 | 1 | -1/+1 |
| * | add SendCoinsEntry::updateLabel() function | Philip Kaufmann | 2013-10-16 | 1 | -6/+17 |
| * | make BitcoinAmountField::setReadOnly() usable | Philip Kaufmann | 2013-10-15 | 1 | -0/+1 |
| * | sendcoinsentry: small clear() and setValue() changes | Philip Kaufmann | 2013-10-11 | 1 | -8/+17 |
| * | Bitcoin-Qt: translation fixes in sendcoins | Philip Kaufmann | 2013-10-01 | 1 | -4/+3 |
| * | Payment Protocol: X509-validated payment requests | Gavin Andresen | 2013-08-22 | 1 | -7/+28 |
| * | Reject dust amounts during validation | Gavin Andresen | 2013-08-22 | 1 | -12/+9 |
| * | Bitcoin-Qt: add "send coins" to context menu in addressbook | Philip Kaufmann | 2013-03-18 | 1 | -0/+6 |
| * | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | 2013-03-17 | 1 | -0/+1 |
| * | enhance Qt5 compatibility | Philip Kaufmann | 2012-09-21 | 1 | -1/+1 |
| * | add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse... | Philip Kaufmann | 2012-06-17 | 1 | -4/+14 |
| * | Move back setPlaceholderText to code, from xml, as this broke building with Q... | Wladimir J. van der Laan | 2012-05-07 | 1 | -1/+5 |
| * | move label placeholdertext from sendcoinsentry.cpp to ui-file | Philip Kaufmann | 2012-05-04 | 1 | -4/+0 |
| * | Set label when selecting an address that already has a label. Fixes #1080. | Wladimir J. van der Laan | 2012-04-13 | 1 | -3/+5 |
| * | Make the sendcoins dialog use the configured unit type, even on the first att... | Joel Kaartinen | 2012-03-18 | 1 | -0/+1 |
| * | Only fill in label from address book, if no label is filled in yet, fixes #840 | Wladimir J. van der Laan | 2012-02-17 | 1 | -2/+3 |
| * | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | 2012-01-05 | 1 | -0/+5 |
| * | Add robustness against null models | Wladimir J. van der Laan | 2011-11-08 | 1 | -1/+5 |
| * | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | 2011-10-09 | 1 | -0/+4 |
| * | don't include <QDebug> | Wladimir J. van der Laan | 2011-08-07 | 1 | -4/+2 |
| * | Accept "bitcoin:" URL drops from browsers | Wladimir J. van der Laan | 2011-08-07 | 1 | -1/+13 |
| * | Full support for other units, add configuration option for default unit (used... | Wladimir J. van der Laan | 2011-07-29 | 1 | -0/+5 |
| * | allow multiple units in bitcoin amount widget (for example, for sending) usin... | Wladimir J. van der Laan | 2011-07-26 | 1 | -1/+11 |
| * | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | 2011-07-25 | 1 | -1/+2 |
| * | fix clear() (clear red/invalid status) | Wladimir J. van der Laan | 2011-07-22 | 1 | -1/+1 |
| * | add sendmany support | Wladimir J. van der Laan | 2011-07-16 | 1 | -0/+119 |