aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-1/+1
| | | | Update QT client messages and translations to Doge equivalents.
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-1/+1
| | | Introduces 1 COIN/kb fees, rounded up to the next 1 COIN.
* Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift2017-02-071-3/+1
|
* Introduce -dustrelayfeeAlex Morcos2017-01-161-4/+5
|
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-8/+8
|
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
|
* Merge #9190: qt: Plug many memory leaksWladimir J. van der Laan2016-11-241-1/+1
|\ | | | | | | | | | | | | | | ed998ea qt: Avoid OpenSSL certstore-related memory leak (Wladimir J. van der Laan) 5204598 qt: Avoid shutdownwindow-related memory leak (Wladimir J. van der Laan) e4f126a qt: Avoid splash-screen related memory leak (Wladimir J. van der Laan) 693384e qt: Prevent thread/memory leak on exiting RPCConsole (Wladimir J. van der Laan) 47db075 qt: Plug many memory leaks (Wladimir J. van der Laan)
| * qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-1/+1
| | | | | | | | | | | | | | | | | | None of these are very serious, and are leaks in objects that are created at most one time. In most cases this means properly using the QObject parent hierarchy, except for BanTablePriv/PeerTablePriv which are not QObject, so use a std::unique_ptr instead.
* | [Qt] Clean up and fix coincontrol tree widget handlingWladimir J. van der Laan2016-11-201-24/+10
| | | | | | | | | | | | | | | | | | | | - Do sorting for date, amount and confirmations column as longlong, not unsigned longlong. - Use `UserRole` to store our own data. This makes it treated as ancillary data prevents it from being displayed. - Get rid of `getMappedColumn` `strPad` - these are no longer necessary. - Get rid of hidden `_INT64` columns. - Start enumeration from 0 (otherwise values are undefined).
* | [Qt] fix coincontrol sort issueJonas Schnelli2016-11-181-6/+15
|/
* moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-211-1/+1
|
* Do not shadow in src/qtPavel Janík2016-09-231-6/+6
|
* [qt] Remove Priority from coincontrol dialogMarcoFalke2016-08-241-79/+11
|
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+17
| | | | | | Contains refactorings by Eric Lombrozo. Contains fixup by Nicolas Dorier. Contains cleanup of CInv::GetCommand by Alex Morcos
* Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa2016-03-081-1/+1
|
* [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)MarcoFalke2016-01-131-4/+2
|
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ | | | | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke)
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |
* | Merge pull request #7255Jonas Schnelli2016-01-041-4/+4
|\ \ | | | | | | | | | | | | 6fd0a07 Remove hardcoded fee from CoinControl ToolTip (fanquake) 5fdf32d Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake)
| * | Remove hardcoded fee from CoinControl ToolTipfanquake2016-01-031-2/+2
| | |
| * | Replace some instances of formatWithUnit with formatHtmlWithUnitfanquake2015-12-261-3/+3
| |/ | | | | | | Strings in a HTML context should be using formatHtmlWithUnit.
* / Add note to CoinControl Dialog workaroundfanquake2016-01-021-1/+1
|/
* [Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculationJonas Schnelli2015-11-301-0/+3
|
* [Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absoluteJonas Schnelli2015-11-301-1/+1
|
* Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos2015-11-161-8/+7
|
* Merge pull request #6887Wladimir J. van der Laan2015-11-051-4/+4
|\ | | | | | | | | 53238ff Clarify what minrelaytxfee does (MarcoFalke) abd8b76 [qt] Properly display required fee instead of minTxFee (MarcoFalke)
| * [qt] Properly display required fee instead of minTxFeeMarcoFalke2015-11-031-4/+4
| |
* | [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-1/+1
|/ | | | | | | | * Introduce new constant MIN_CHANGE and use it instead of the hardcoded "CENT" * Add test case for MIN_CHANGE * Introduce new constant for -mintxfee default: DEFAULT_TRANSACTION_MINFEE = 1000
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-5/+6
| | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
| | | | | | -Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
|
* [Qt] remove std namespace polution from codePhilip Kaufmann2015-07-161-8/+7
|
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
| | | | | | | | QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros. Avoid overlap between Qt macros and boost - for example #undef hackiness in #6421.
* [Qt] constify foreach uses where possiblePhilip Kaufmann2015-07-071-7/+4
| | | | | - this doesn't replace BOOST_FOREACH, it just makes used arguments const where possible
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-10/+10
|
* [Qt] header group cleanupPhilip Kaufmann2015-04-201-1/+1
| | | | | - seperate core from GUI headers where this was missing - remove an unneeded new-line
* Merge pull request #5745Wladimir J. van der Laan2015-03-201-1/+1
|\ | | | | | | 50c72f2 [Move Only] Move wallet related things to src/wallet/ (Jonas Schnelli)
| * [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
| | | | | | | | could once be renamed from /src/wallet to /src/legacywallet.
* | Subtract fee from amountCozz Lovan2015-03-131-5/+18
|/ | | | | | | | Fixes #2724 and #1570. Adds the automatically-subtract-the-fee-from-the-amount-and-send-whats-left feature to the GUI and RPC (sendtoaddress,sendmany).
* Change Coin Control first column labelfsb40002015-01-291-0/+4
|
* Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which ↵Luke Dashjr2015-01-121-8/+8
| | | | may be mistaken for a negative sign)
* String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-4/+4
| | | | | | | If uint256() constructor takes a string, uint256(0) will become dangerous when uint256 does not take integers anymore (it will go through std::string(const char*) making a NULL string, and the explicit keyword is no help).
* Adopt style colour for button iconsLuke Dashjr2014-12-271-2/+3
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-41/+54
|
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-8/+8
|
* Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann2014-09-091-2/+2
| | | | | Includes `core: remove unneeded c_str() / Qt: replace c_str() with Qt code` by P. Kaufmann.
* [Qt] Fix thin space in URICozz Lovan2014-07-201-1/+1
|