3054 Commits (00588c3fac4822d42ffde46ca55c029a74c378ee)

Author SHA1 Message Date
Pieter Wuille 00588c3fac Use boost signals for callbacks from main to wallet 11 years ago
Pieter Wuille e010af7089 Remove broken PrintWallet functionality 11 years ago
Pieter Wuille fe52346450 Do not treat fFromMe transaction differently when broadcasting 11 years ago
Wladimir J. van der Laan 3b70282015 qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui object 11 years ago
Philip Kaufmann 1511057b4f [Qt] additional small fix for #3099 (new receive flow) 11 years ago
Philip Kaufmann d57a496c51 [Qt] misc small fixes for #3099 (new receive flow) 11 years ago
Philip Kaufmann 2384a2864b allow emit message() in sendcoinsdialog and walletview 11 years ago
Wladimir J. van der Laan 70b14636cd qt: general polish after adding new receive flow 11 years ago
Philip Kaufmann 9195e0bed2 paymentserver: init all class members in constructor 11 years ago
Philip Kaufmann 08dd1b7be1 Qt: move paymentACK handling to paymentserver 11 years ago
Philip Kaufmann 800d5b14c7 [Qt]: fix num Blocks to maturity in Tx description 11 years ago
Philip Kaufmann 4315ec1a72 RPC: error code changes and prevent crash with walletpassphrase 11 years ago
Philip Kaufmann 8abac716ea bitcoingui: show main window (if hidden) on modal messages 11 years ago
Wladimir J. van der Laan 840905a8fd Add test for monetary value parsing 11 years ago
Wladimir J. van der Laan 4538130790 Add test for monetary value formatting 11 years ago
Wladimir J. van der Laan 33a2febf5d qt: show payment information in one text area 11 years ago
Wladimir J. van der Laan 786b066f03 qt: move bitcoin URI formatting to guiutil 11 years ago
Wladimir J. van der Laan 8a7f37c797 qt: use SendCoinsRecipient for payment request information 11 years ago
Wladimir J. van der Laan 03535acd05 qt: add message field to SendCoinsRecipient 11 years ago
Wladimir J. van der Laan 82095923bb qt: allow dragging, copying and saving QR code 11 years ago
Wladimir J. van der Laan 864a6f790e qt: remove verify/send message and send coins from address book 11 years ago
Wladimir J. van der Laan 74fb765e29 qt: rework "receive coins" workflow 11 years ago
Philip Kaufmann 2e11999e2b remove duplicate -rpcsslciphers help message from init 11 years ago
Jeff Garzik 406b1f05f6 Revert "JSON Spirit updated to v4.06" 11 years ago
Jeff Garzik 0db9a805bd Revert "Switch to using raw_utf8" 11 years ago
Philip Kaufmann 81bdc9a512 splashscreen: use TestNet() instead of unneeded string processing 11 years ago
Josh Lehan 547c61f8d8 Adding new "addrlocal" field to RPC getpeerinfo. 11 years ago
Wladimir J. van der Laan 2a03a39020 Add separate bitcoin-rpc client 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Chuck 0b8f47dc53 Changing LockedPageManager to use a managed instance 11 years ago
Gavin Andresen 3b9ecfed82 Make -DDEBUGLOCKORDER + -debug less noisy 11 years ago
Wladimir J. van der Laan 163145938c qt: remove awkward way of setting GUI pages 11 years ago
Philip Kaufmann 95d4a2be95 paymentserver: style fixes / cleanup 11 years ago
Wladimir J. van der Laan 26702e6930 qt: merge walletstack and walletframe 11 years ago
Philip Kaufmann 1728bf0873 update default -rpcsslciphers to include TLSv1.2 11 years ago
Philip Kaufmann 46b57eb500 add SendCoinsEntry::updateLabel() function 11 years ago
Pieter Wuille 7d38af3c49 Push down cs_main locking in ProcessMessage 11 years ago
Pieter Wuille 49d754d915 Run node deletions outside of cs_vNodes 11 years ago
Pieter Wuille 6055b9101b Allow SendMessages to run partially without cs_main 11 years ago
Philip Kaufmann 75fa27eaca make BitcoinAmountField::setReadOnly() usable 11 years ago
Philip Kaufmann 7dea6345e1 replace %zu with %"PRIszu" macro to prevent compiler warnings 11 years ago
Philip Kaufmann 96b9603c01 misc spelling / space / style fixes 11 years ago
Philip Kaufmann 47970dac41 clientmodel: remove 2 hard-coded values, use CChainParams instead 11 years ago
Pieter Wuille f9b15a4fc9 Move CBlockLocator to core.h 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Gavin Andresen b2ba55c42b Avoid core dump if rpc port is in use. 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
phantomcircuit bc68788317 comment explaining new wallet format for key/wkey entries 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann 733511eda0 prevent compiler redefinition warnings 11 years ago