aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
AgeCommit message (Expand)Author
2022-06-12qt, refactor: Convert `SendCoinsEntry` to a sub-`QWidget`Hennadii Stepanov
2022-05-30qt, refactor: Drop unused `QFrame`s in `SendCoinsEntry`Hennadii Stepanov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-08-11qt: Add SubFeeFromAmount optionPrateek Sancheti
2021-06-22GUI: Always call parent changeEvent handlerLuke Dashjr
2021-06-22GUI: Enable palette change adaptation on all platformsLuke Dashjr
2021-05-01qt: Make SendCoinsEntry aware of runtime palette changeHennadii Stepanov
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-09gui: Move static placeholder texts to formsWladimir J. van der Laan
2019-11-19refactor: Cleanup headers from walletmodel.hHennadii Stepanov
2019-10-24Remove BIP70 Supportfanquake
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
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