aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
AgeCommit message (Expand)Author
2014-11-25[Qt] small changes to sendcoinsdialogPhilip Kaufmann
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-10-01qt: Register CAmount metatypeWladimir J. van der Laan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-07-07Merge remote-tracking branch 'upstream/master'Roy Badami
2014-07-02Watchonly balances are shown separately in gui.JaSK
2014-06-08[Qt] Remove CENT-fee-rule from coin control completelyCozz Lovan
2014-05-17Implement SI-style (thin space) thoudands separatorRoy Badami
2014-05-06[Qt] ensure payment request network matches client networkPhilip Kaufmann
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-29qt: Fix tab order in send and receive tabWladimir J. van der Laan
2014-01-29[Qt] extend validate line edit and btc address validatorPhilip Kaufmann
2014-01-27[Qt] Fix coin control labels updateCozz Lovan
2013-12-20[Qt] coin control change address handling updatePhilip Kaufmann
2013-12-16qt: status WalletModel::Aborted is no longer usedWladimir J. van der Laan
2013-12-11[Qt] fix possibilty to delete last sendcoins entryPhilip Kaufmann
2013-12-04qt: use deleteLater to remove send entriesWladimir J. van der Laan
2013-12-02[Qt] coin-control features GUI cleanup 2Philip Kaufmann
2013-11-24[Qt] allow deletion of payment-requests in sendcoinsPhilip Kaufmann
2013-11-22Merge pull request #3273Wladimir J. van der Laan
2013-11-18Coincontrol cleanup (e.g. add missing license)Philip Kaufmann
2013-11-17qt: show all units in send confirmationWladimir J. van der Laan
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-31[Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann
2013-10-30[Qt] sendcoinsdialog: convert QMessageBox usage to message()Philip Kaufmann
2013-10-26[Qt] additional small fixes for #3099 (new receive flow)Philip Kaufmann
2013-10-11sendcoinsdialog: display real failed address stringPhilip Kaufmann
2013-10-01Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann
2013-08-31qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli
2013-08-30qt: Use GUIUtil::HtmlEscape to escape HTMLWladimir J. van der Laan
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-08-23Bitcoin-Qt: extend some checks for valid model pointersPhilip Kaufmann
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2013-04-02Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann
2013-03-18Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2012-10-25fix some double-spaces in stringsPhilip Kaufmann
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
2012-08-07Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo
2012-07-26TypoMichael Ford
2012-06-17add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann
2012-06-14URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann
2012-05-25Added 'immature balance' for miners. Only displayed if the balance is greater...sje397
2012-05-13update some strings used as warning messages in sendcoinsdialog.cppPhilip Kaufmann
2012-04-15fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]Wladimir J. van der Laan
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr