aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
AgeCommit message (Expand)Author
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-29[qt] Use fixed pitch font for the rpc consoleMarcoFalke
2015-07-31qt: Introduce PlatformStyleWladimir J. van der Laan
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-20[Qt, Trivial] misc minor string changesPhilip Kaufmann
2015-03-13Subtract fee from amountCozz Lovan
2014-12-27Adopt style colour for button iconsLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-07-23ui: Make sure sendcoinsentry signals only connected onceWladimir J. van der Laan
2014-07-23qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan
2014-03-12[Qt] Fill in label from address book also for URIsCozz Lovan
2014-01-29[Qt] extend validate line edit and btc address validatorPhilip Kaufmann
2014-01-21[Qt] Show and store message of normal bitcoin:URICozz Lovan
2014-01-02ui: Better tab order in send coins entryWladimir J. van der Laan
2013-12-01Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that ...Ryan Niebur
2013-11-24[Qt] allow deletion of payment-requests in sendcoinsPhilip Kaufmann
2013-11-18Coincontrol cleanup (e.g. add missing license)Philip Kaufmann
2013-11-14Coin Control FeaturesCozz Lovan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-06Merge pull request #3145Wladimir J. van der Laan
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-31payment-request UI: use SendCoinsRecipient.message for memoPhilip Kaufmann
2013-10-31[Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann
2013-10-23qt: rework "receive coins" workflowWladimir J. van der Laan
2013-10-16add SendCoinsEntry::updateLabel() functionPhilip Kaufmann
2013-10-15make BitcoinAmountField::setReadOnly() usablePhilip Kaufmann
2013-10-11sendcoinsentry: small clear() and setValue() changesPhilip Kaufmann
2013-10-01Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22Reject dust amounts during validationGavin Andresen
2013-03-18Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
2012-06-17add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann
2012-05-07Move back setPlaceholderText to code, from xml, as this broke building with Q...Wladimir J. van der Laan
2012-05-04move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann
2012-04-13Set label when selecting an address that already has a label. Fixes #1080.Wladimir J. van der Laan
2012-03-18Make the sendcoins dialog use the configured unit type, even on the first att...Joel Kaartinen
2012-02-17Only fill in label from address book, if no label is filled in yet, fixes #840Wladimir J. van der Laan
2012-01-05Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k
2011-08-07don't include <QDebug>Wladimir J. van der Laan
2011-08-07Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan
2011-07-29Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan
2011-07-26allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan
2011-07-22fix clear() (clear red/invalid status)Wladimir J. van der Laan