aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Do not shadow in src/qtPavel Janík2016-09-231-6/+6
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [qt] Use fixed pitch font for the rpc consoleMarcoFalke2015-10-291-1/+1
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-12/+12
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-1/+1
* [Qt, Trivial] misc minor string changesPhilip Kaufmann2015-04-201-6/+6
* Subtract fee from amountCozz Lovan2015-03-131-1/+5
* Adopt style colour for button iconsLuke Dashjr2014-12-271-0/+7
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* ui: Make sure sendcoinsentry signals only connected onceWladimir J. van der Laan2014-07-231-5/+6
* qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan2014-07-231-1/+8
* [Qt] Fill in label from address book also for URIsCozz Lovan2014-03-121-2/+4
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-291-3/+1
* [Qt] Show and store message of normal bitcoin:URICozz Lovan2014-01-211-0/+9
* ui: Better tab order in send coins entryWladimir J. van der Laan2014-01-021-3/+4
* Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that ...Ryan Niebur2013-12-011-2/+0
* [Qt] allow deletion of payment-requests in sendcoinsPhilip Kaufmann2013-11-241-6/+4
* Coincontrol cleanup (e.g. add missing license)Philip Kaufmann2013-11-181-1/+0
* Coin Control FeaturesCozz Lovan2013-11-141-0/+2
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+3
* Merge pull request #3145Wladimir J. van der Laan2013-11-061-23/+43
|\
| * payment-request UI: use SendCoinsRecipient.message for memoPhilip Kaufmann2013-10-311-2/+2
| * [Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann2013-10-311-23/+43
* | qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
|/
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-1/+1
* add SendCoinsEntry::updateLabel() functionPhilip Kaufmann2013-10-161-6/+17
* make BitcoinAmountField::setReadOnly() usablePhilip Kaufmann2013-10-151-0/+1
* sendcoinsentry: small clear() and setValue() changesPhilip Kaufmann2013-10-111-8/+17
* Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann2013-10-011-4/+3
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-7/+28
* Reject dust amounts during validationGavin Andresen2013-08-221-12/+9
* Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann2013-03-181-0/+6
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-0/+1
* enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-1/+1
* add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann2012-06-171-4/+14
* Move back setPlaceholderText to code, from xml, as this broke building with Q...Wladimir J. van der Laan2012-05-071-1/+5
* move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann2012-05-041-4/+0
* Set label when selecting an address that already has a label. Fixes #1080.Wladimir J. van der Laan2012-04-131-3/+5
* Make the sendcoins dialog use the configured unit type, even on the first att...Joel Kaartinen2012-03-181-0/+1
* Only fill in label from address book, if no label is filled in yet, fixes #840Wladimir J. van der Laan2012-02-171-2/+3
* Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo2012-01-051-0/+5
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-1/+5
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+4
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-4/+2
* Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan2011-08-071-1/+13
* Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan2011-07-291-0/+5
* allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan2011-07-261-1/+11