aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin access from qt/guiutil.cppRussell Yanofsky
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-13[qt] Add use available balance in send coins dialogCryptAxe
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-09-23Do not shadow in src/qtPavel Janík
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