3688 Commits (27bff74e39c4c2951a709114e0d565568a0554fa)

Author SHA1 Message Date
Philip Kaufmann fabba0e6cc orphan spaces cleanup ;-) 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
Philip Kaufmann 309f796b39 [Qt] make most Windows appear centered on main GUI 11 years ago
Wladimir J. van der Laan 22d1ac44dc qt: language update from transifex 11 years ago
Cozz Lovan 6a86c24db1 Coin Control Features 11 years ago
Cozz Lovan 8dfd8c62dc pass nBytes as parameter to GetMinFee(..) 11 years ago
Wladimir J. van der Laan 79afdd1869 qt: align amounts on overview page to the right 11 years ago
Wladimir J. van der Laan c82788efff tests: add testcases for strprintf 11 years ago
Wladimir J. van der Laan d6f690f7da Use C99 printf statements in mingw 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Wladimir J. van der Laan 146ba964e4 qt: GUI support for -disablewallet mode 11 years ago
Jeff Garzik e6b7e3dc79 Add -disablewallet option, to disable wallet support (and BDB) 11 years ago
Wladimir J. van der Laan b3e579713f qt: make URI scheme comparison case insensitive 11 years ago
Jeff Garzik f9ee7a032b init.cpp: cosmetic indent changes, preparing for no-wallet mode 11 years ago
Philip Kaufmann 4f7d496b82 [Qt] remove GUIUtil::getSaveFileName() default arguments 11 years ago
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 11 years ago
Wladimir J. van der Laan 4c60358604 qt: add Open URI dialog 11 years ago
Philip Kaufmann 7634e0d8de [Qt] paymentserver: start netManager in uiReady() 11 years ago
Luke Dashjr eb12a14da7 configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common 11 years ago
Gavin Andresen 69aada346f Bump protocol version to 70002 11 years ago
Gavin Andresen feaec80cb0 Test alerts high at high PROTOCOL_VERSIONs 11 years ago
Gavin Andresen 358ce2664d New reject p2p message 11 years ago
Gavin Andresen 17faf56262 Refactor: pull alert string sanitization into util 11 years ago
Gavin Andresen 0f90613cbe Improve logging of failed connections 11 years ago
Gavin Andresen 3a6faabecf Fix struct/class declaration mismatches 11 years ago
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Pieter Wuille 84674082b0 Make CCoinsView use block hashes instead of indices 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Brandon Dahler b64187d05f Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 11 years ago
Matt Corallo eacc6f4a26 Add a few more basic script/tx test-cases. 11 years ago
Philip Kaufmann 91163c15f6 [Qt] rename rpcconsole window 11 years ago
Philip Kaufmann a80b1a0312 [Qt] make event() and eventFilter() in askpassphrasedialog protected 11 years ago
Philip Kaufmann 5cd85c4228 [Qt] remove unused optionsmodel from addressbookpage 11 years ago
Philip Kaufmann 011e1c060a [Qt] use tr() instead of QObject::tr() in intro.cpp 11 years ago
Wladimir J. van der Laan c82cddcc55 qt: remove unused signal from addresstablemodel 11 years ago
Sergey Kazenyuk e5a2c9794c Make time facet non-constant 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Wladimir J. van der Laan e30bd78f81 No more fHaveGUI 11 years ago
Patrick Strateman 75ef87dd93 process received messages one at a time without sleeping between messages 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Philip Kaufmann 959e62f0c8 make -logtimestamps default on and rework help-message 11 years ago
Pieter Wuille caca6aa4eb Make some globals in main non-public. 11 years ago
Pieter Wuille 85eb2cef33 Do not use the redundant BestInvalidWork record in the block database. 11 years ago
Philip Kaufmann 395d0d5af0 rework an ugly hack in processPaymentRequest() 11 years ago
Philip Kaufmann 952d2cdb56 make processPaymentRequest() use a single SendCoinsRecipient 11 years ago
Philip Kaufmann 983cef4802 payment-request UI: use SendCoinsRecipient.message for memo 11 years ago
Philip Kaufmann c6c97e0f4e [Qt] Rework of payment request UI (mainly for insecure pr) 11 years ago
Philip Kaufmann 71ba4670fc [Qt] sendcoinsdialog: convert QMessageBox usage to message() 11 years ago
Philip Kaufmann 9eb4ab66bf transactionview: make exportClicked() use message() 11 years ago
Philip Kaufmann 868d3ee5ac transactionview: add message() signal 11 years ago