1523 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Cozz Lovan 7014f382e3 [Qt] Remove CAmount from BitcoinAmountField Q_PROPERTY 10 years ago
Wladimir J. van der Laan d2833de424
qt: remove monitoreddatamapper 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Wladimir J. van der Laan 9acbb4180a
qt: small English language updates from translators 10 years ago
Wladimir J. van der Laan 6d3ab8564c
qt: English translation update after 0a08aa8 10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h 10 years ago
Mark Friedenbach d4746d56c0 Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Wladimir J. van der Laan 6de50c3c9a qt: add network-specific style object 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Wladimir J. van der Laan eb6b3b245c Update English translation 10 years ago
Philip Kaufmann 4bd1185280 Qt: allow "emergency" shutdown during startup 10 years ago
Wladimir J. van der Laan c122f5528c qt: Register CAmount metatype 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Cory Fields 27c3e91014 qt: add proxy to options overridden if necessary. 10 years ago
Philip Kaufmann e6beedc496 [Qt] add more NULL pointer checks in bitcoingui 10 years ago
Philip Kaufmann bb26e2c896 [Qt] minor changes in splashscreen.cpp 10 years ago
Wladimir J. van der Laan cfc5cfb0f0
qt: Make splash and shutdown window ignore close events 10 years ago
Philip Kaufmann 5e83bc404c [Qt] include and file header cleanup 10 years ago
Wladimir J. van der Laan a49f11d9ed qt: Change splash screen to normal window 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann 2c2cc5dac1
Remove some unnecessary c_strs() in logging and the GUI 10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
Wladimir J. van der Laan a95b1199db
qt: Remove thousands separators after decimal point 10 years ago
Philip Kaufmann 2605b94d73 [Qt] update form files for setting autoDefault explicitly to false 10 years ago
Philip Kaufmann 1ffb99b07f [Qt] copyright, style and indentation cleanup of Qt tests 10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex 10 years ago
Pieter Wuille 3f6540ad8f Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 10 years ago
jtimon 53efb09e4c Discover some missing includes 10 years ago
Pieter Wuille 47eb76597e Serializer simplifications after IMPLEMENT_SERIALIZE overhaul 10 years ago
Wladimir J. van der Laan 6f5d33b3d2
Update translations after update script improvements 10 years ago
Pieter Wuille 31e9a8384a Use CSizeComputer to avoid counting sizes in SerializationOp 10 years ago
Kamil Domanski 84881f8c47 rework overhauled serialization methods to non-static 10 years ago
Kamil Domanski 3d796f8996 overhaul serialization code 10 years ago
Ross Nicoll e84843c0db Broken addresses on command line no longer trigger testnet. 10 years ago
Philip Kaufmann fbe0fcae76 [Qt] minor watch-only changes 10 years ago
Philip Kaufmann bbad683224 [Qt] simplify return code and return values in txtablemodel 10 years ago
Philip Kaufmann 21f1516468 [Qt] add all used colors in txtablemodel to guiconstants 10 years ago
Jeff Garzik 11a899445e
qt/splashscreen: #include version.h 10 years ago
Cozz Lovan 80daee0fb5 [Qt] Call checkBalanceChanged() periodically instead for every updated transaction 10 years ago
Wladimir J. van der Laan f30801afbd
qt: Add null check in setClientModel(0) 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 6e5fd003e0 Move `*Version()` functions to version.h/cpp 10 years ago
Wladimir J. van der Laan e4731dd85c
qt: Use quint64 for formatServicesStr 10 years ago
Wladimir J. van der Laan 88fe88cf36
gui: remove redundant numTransactions tracking 10 years ago
Cozz Lovan cb5fa86f42 [Qt] Revert overviewpage from QFormLayout to QVBoxLayout 10 years ago