aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5932Wladimir J. van der Laan2015-05-121-3/+3
|\
| * [Qt] add defaultConfirmTarget constant to sendcoinsdialogPhilip Kaufmann2015-04-281-3/+3
* | Non-grammatical language improvementsLuke Dashjr2015-05-021-1/+1
* | Bugfix: Grammar fixesCorinne Dashjr2015-05-011-2/+2
|/
* [Qt, Trivial] misc minor string changesPhilip Kaufmann2015-04-201-2/+2
* [Qt] Use identical strings for expired payment request messagePhilip Kaufmann2015-04-151-1/+1
* Includes: Do not include main.h from any other headerJorge Timón2015-03-241-0/+1
* Merge pull request #5745Wladimir J. van der Laan2015-03-201-1/+1
|\
| * [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* | Merge pull request #5831Wladimir J. van der Laan2015-03-161-31/+37
|\ \ | |/ |/|
| * Subtract fee from amountCozz Lovan2015-03-131-4/+9
| * [Qt] Code-movement-only: Format confirmation message in sendcoinsdialogCozz Lovan2015-03-051-29/+30
* | [Qt] rework setNumBlocks to have blockDate as parameterPhilip Kaufmann2015-03-091-1/+1
|/
* Change "insane" to "absurd" (referring to high fees) in text strings and iden...Daira Hopwood2015-01-311-2/+2
* Merge pull request #5620Wladimir J. van der Laan2015-01-291-0/+4
|\
| * [Qt] Payment request expiration bug fix (re-done)Philip Kaufmann2015-01-151-0/+4
* | Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which ...Luke Dashjr2015-01-121-4/+4
|/
* Adopt style colour for button iconsLuke Dashjr2014-12-271-0/+5
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | [Qt] fix missing plural form for a string in sendcoinsdialogPhilip Kaufmann2014-12-021-1/+1
|/
* [Qt] small changes to sendcoinsdialogPhilip Kaufmann2014-11-251-6/+10
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-5/+191
* qt: Register CAmount metatypeWladimir J. van der Laan2014-10-011-2/+2
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-5/+5
* Merge remote-tracking branch 'upstream/master'Roy Badami2014-07-071-26/+13
|\
| * Watchonly balances are shown separately in gui.JaSK2014-07-021-4/+9
| * [Qt] Remove CENT-fee-rule from coin control completelyCozz Lovan2014-06-081-2/+2
| * [Qt] ensure payment request network matches client networkPhilip Kaufmann2014-05-061-20/+2
* | Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-171-4/+4
|/
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* qt: Fix tab order in send and receive tabWladimir J. van der Laan2014-01-291-3/+4
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-291-7/+2
* [Qt] Fix coin control labels updateCozz Lovan2014-01-271-0/+3
* [Qt] coin control change address handling updatePhilip Kaufmann2013-12-201-28/+29
* qt: status WalletModel::Aborted is no longer usedWladimir J. van der Laan2013-12-161-2/+1
* [Qt] fix possibilty to delete last sendcoins entryPhilip Kaufmann2013-12-111-4/+6
* qt: use deleteLater to remove send entriesWladimir J. van der Laan2013-12-041-2/+2
* [Qt] coin-control features GUI cleanup 2Philip Kaufmann2013-12-021-6/+15
* [Qt] allow deletion of payment-requests in sendcoinsPhilip Kaufmann2013-11-241-21/+12
* Merge pull request #3273Wladimir J. van der Laan2013-11-221-4/+11
|\
| * qt: show all units in send confirmationWladimir J. van der Laan2013-11-171-4/+11
* | Coincontrol cleanup (e.g. add missing license)Philip Kaufmann2013-11-181-4/+3
|/
* Coin Control FeaturesCozz Lovan2013-11-141-1/+211
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+5
* Merge pull request #3145Wladimir J. van der Laan2013-11-061-3/+7
|\
| * [Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann2013-10-311-3/+7
* | qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
|/
* [Qt] sendcoinsdialog: convert QMessageBox usage to message()Philip Kaufmann2013-10-301-51/+57