aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [qt]: changes sendcoinsdialog's box layout for improved readability.marcoagner2018-05-081-22/+29
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-7/+7
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-4/+4
* Use WalletBalances struct in QtRussell Yanofsky2018-04-041-13/+5
* Remove direct bitcoin calls from qt/sendcoinsdialog.cppRussell Yanofsky2018-04-041-9/+9
* Remove direct bitcoin access from qt/guiutil.cppRussell Yanofsky2018-04-041-1/+1
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-7/+9
* Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-1/+4
|\
| * Qt: show wallet name in send confirmation dlg in case of multiwalletJonas Schnelli2018-03-261-1/+4
* | Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-071-1/+1
|\ \
| * | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* | | Merge #12432: [qt] send: Clear All also resets coin control optionsWladimir J. van der Laan2018-03-061-0/+6
|\ \ \ | |_|/ |/| |
| * | [qt] send: Clear All also resets coin control optionsSjors Provoost2018-02-141-0/+6
| |/
* / [qt] navigate to transaction history page after sendSjors Provoost2018-03-011-0/+1
|/
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | [gui] Defer coin control instancingJoão Barbosa2018-02-011-10/+10
* | Replaces numbered place marker %2 with %1.2512018-01-041-1/+1
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Merge #11605: [Wallet] Enable RBF by default in QTWladimir J. van der Laan2017-12-221-6/+8
|\ \
| * | [Wallet] Use RBF by default in QT onlySjors Provoost2017-12-221-6/+8
* | | Merge #10839: Don't use pass by reference to const for cheaply-copied types (...Wladimir J. van der Laan2017-12-141-1/+1
|\ \ \
| * | | Don't use pass by reference to const for cheaply-copied types (bool, char, et...practicalswift2017-08-141-1/+1
* | | | Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-3/+0
* | | | [Qt] Improved copy: RBF checkbox, tooltip and confirmation screenSjors Provoost2017-11-181-1/+1
|/ / /
* | | qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-21/+21
* | | Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...MarcoFalke2017-11-101-0/+26
|\ \ \ | |_|/ |/| |
| * | [qt] Add use available balance in send coins dialogCryptAxe2017-09-131-0/+26
* | | Remove custom fee radio groupAndrew Chow2017-09-151-12/+2
* | | Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selectedMatt Corallo2017-09-141-1/+1
|/ /
* | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-3/+2
* | Merge #11247: qt: Use IsMine to validate custom change addressMarcoFalke2017-09-051-6/+4
|\ \
| * | qt: Use IsMine to validate custom change addressChris Moore2017-09-051-6/+4
| |/
* / Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-141-5/+5
|/
* Make QT fee displays use GetMinimumFee instead of estimateSmartFeeAlex Morcos2017-07-141-10/+6
* Use CoinControl to pass custom fee setting from QT.Alex Morcos2017-07-141-36/+23
* Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos2017-07-141-7/+7
* Make CoinControl a required argument to CreateTransactionAlex Morcos2017-07-141-1/+1
* Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targetsPieter Wuille2017-07-141-18/+40
|\
| * [Qt] migrate old fee slider value to new dropbownJonas Schnelli2017-07-131-0/+7
| * [Qt] replace fee slider with a Dropdown, extend conf. targetsJonas Schnelli2017-07-131-18/+33
* | Change default fee estimation mode.Alex Morcos2017-07-061-1/+4
* | Introduce a fee estimate mode.Alex Morcos2017-07-061-1/+2
|/
* Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan2017-06-151-3/+3
|\
| * Output Fee Estimation Calculations in CreateTransactionAlex Morcos2017-06-131-3/+3
* | Merge #10582: Pass in smart fee slider value to coin control dialogWladimir J. van der Laan2017-06-151-0/+6
|\ \
| * | Pass in smart fee slider value to coin control dialogAlex Morcos2017-06-141-0/+6
| |/