2026 Commits (932d02ae392b4a4971976cb533e88c8dc3daffe1)

Author SHA1 Message Date
Jonas Schnelli 4a8fc152a9 [Qt] the RPC Console should be a QWidget to make window more independent 10 years ago
sinetek d52f072605 Don't show wallet options in the preferences menu when running with -disablewallet 10 years ago
Jonas Schnelli 31aac02446 Qt: new icons 10 years ago
Jonas Schnelli 236d96e0a3 Qt: Add support for missing scrollbar in peers table 10 years ago
Jonas Schnelli 93a3f0e7fe Qt: Network-Traffic-Graph: make some distance between line and text 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
Wladimir J. van der Laan 917b83127d
qt: translations update from Transifex 10 years ago
Philip Kaufmann 771d500283 minor cleanup: include orders, end comments etc. 10 years ago
Philip Kaufmann 981f7907c4 [Qt] fix slot connection problems when no wallet is loaded 10 years ago
Luke Dashjr b468e81443 Qt: Clarify sign/verify dialog text to specifically state that these messages only prove one receives with the address in question, and makes no claim to sender of transactions 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Wladimir J. van der Laan 023e63df78 qt: Move transaction notification to transaction table model 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