1787 Commits (cde7ab2d4ea7fbf71497c42edc1a82b9c8e6c91d)

Author SHA1 Message Date
Philip Kaufmann 674c070e5d [Qt] seed OpenSSL PNRG with Windows event data 11 years ago
Philip Kaufmann 3d0e92dc83 [Qt] remove dup includes in bitcoingui 11 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 11 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 11 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 11 years ago
JaSK 519dd1c89a Added MINE_ALL = (spendable|watchonly) 11 years ago
JaSK 23b0506c91 Fixed some stuff in TransactionDesc 11 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 11 years ago
JaSK a5c6c5d6df fixed tiny glitch and improved readability like laanwj suggested 11 years ago
JaSK d2692f6116 Watchonly transactions are marked in transaction history 11 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 11 years ago
Wladimir J. van der Laan 2935b21103 qt: Hide unspendable outputs in coin control 11 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Julian Haight dd49e92fb0
qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fallback' 11 years ago
Wladimir J. van der Laan 2882d594fe
Fix the Qt5 build after d95ba75 11 years ago
Wladimir J. van der Laan 33fdd99288 qt: Change serious messages from qDebug to qWarning 11 years ago
Wladimir J. van der Laan d95ba75825 qt: Log messages with type>QtDebugMsg as non-debug 11 years ago
Philip Kaufmann 8d9cc7d743
fix copyright string in two of our *.rc files 11 years ago
Wladimir J. van der Laan 77888d68d5
Fix the build for Qt5 11 years ago
Tom Harding 7a19efe040 Formatting, spelling, comment fixes. 11 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 11 years ago
Philip Kaufmann 33c62c9c0b set shutdown title to main window title 11 years ago
gubatron 8969828d06 [Qt] New status bar Unit Display Control and related changes. 11 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 11 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 11 years ago
Whit J e3aedbae9b Consistent lettering 11 years ago
Philip Kaufmann 5fbb4c9b58 [Qt] fix links in about window not opening 11 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 11 years ago
Philip Kaufmann 6a5c124b84 [Qt] don't allow translation of our example btc address 11 years ago
Philip Kaufmann b612bde521 remove unneded class CNodeCombinedStats; from rpcconsole.cpp 11 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 11 years ago
Cozz Lovan b3c912d93a [Qt] Change Coin control labels and tooltips because of non-rounding fees 11 years ago
Wladimir J. van der Laan 09eb201b1b Remove `using namespace std` from header file 11 years ago
Philip Kaufmann 6763018797 [Qt] rename In:/Out: to Received/Sent in traffic tab 11 years ago
Wladimir J. van der Laan 5c97aae6da qt: Unify AboutDialog and HelpMessageDialog 11 years ago
Wladimir J. van der Laan 45615af26f Add 'about' information to `-version` output 11 years ago
Philip Kaufmann f5ae6c9826 add NetworkIDString() to chainparams 11 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 11 years ago
Philip Kaufmann 56b07d2dcd [Qt] allow setting listen via GUI 11 years ago
Cory Fields 38e324af86 build: qt: split locale resources. Fixes non-deterministic distcheck 11 years ago
Cozz Lovan 95a93836d8 [Qt] Remove CENT-fee-rule from coin control completely 11 years ago
Cozz Lovan dff0e3b915 [Qt] Improve rpc console history behavior 11 years ago
Wladimir J. van der Laan db41541bc2
qt: Periodic translation update 11 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 11 years ago
Ashley Holman b917555b04
qt: PeerTableModel: Fix potential deadlock. #4296 11 years ago
Cory Fields 8b09ef7b63 build: add stub makefiles for easier subdir builds 11 years ago
Cory Fields be4e9aeb14 build: delete old Makefile.am's 11 years ago
Wladimir J. van der Laan a92aded70e
Fix GUI build with `--disable-wallet` 11 years ago
Philip Kaufmann fe6bff2eae [Qt] add BerkeleyDB version info to RPCConsole 11 years ago
jtimon f0a83fc256 Use Params().NetworkID() instead of TestNet() from the payment protocol 11 years ago