- 06 Jun, 2013 11 commits
-
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
Removed AreInputsStandard from CTransaction, made it a regular function in main. Moved CTransaction::GetOutputFor to CCoinsViewCache. Moved GetLegacySigOpCount and GetP2SHSigOpCount out of CTransaction into regular functions in main. Moved GetValueIn and HaveInputs from CTransaction into CCoinsViewCache. Moved AllowFree, ClientCheckInputs, CheckInputs, UpdateCoins, and CheckTransaction out of CTransaction and into main. Moved IsStandard and IsFinal out of CTransaction and put them in main as IsStandardTx and IsFinalTx. Moved GetValueOut out of CTransaction into main. Moved CTxIn, CTxOut, and CTransaction into core. Added minimum fee parameter to CTxOut::IsDust() temporarily until CTransaction is moved to core.h so that CTxOut needn't know about CTransaction.
-
Eric Lombrozo authored
-
Eric Lombrozo authored
Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint.
-
Eric Lombrozo authored
Added explicit include of main.h in init.cpp, changed include of init.h to include of main.h in net.cpp. Added function registration for net.cpp in init.cpp's network initialization. Removed protocol.cpp's dependency on main.h. TODO: Remove main.h include in net.cpp.
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
- 05 Jun, 2013 4 commits
-
-
Jeff Garzik authored
autotools: Gui split
-
Wladimir J. van der Laan authored
Bitcoin-Qt: harmonize 2 setClientModel() functions
-
Wladimir J. van der Laan authored
osx: fix bitcoin-qt startup crash when clicking dock icon
-
Cory Fields authored
Crash probably introduced by 4d17a1b0. Inialize the window to NULL and verify it before use.
-
- 04 Jun, 2013 8 commits
-
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
This will allow each to have its own main(), meaning that we can build a common base client and simply link in the correct startup object to create the appropriate binary.
-
Cory Fields authored
-
- 03 Jun, 2013 5 commits
-
-
Wladimir J. van der Laan authored
MaxOSX: settings fixes (#2371)
-
Wladimir J. van der Laan authored
One more data-driven test-case
-
git://github.com/bitcoin/bitcoinJonas Schnelli authored
Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch> Conflicts: bitcoin-qt.pro
-
Philip Kaufmann authored
- harmonize BitcoinGUI::setClientModel() and RPCConsole::setClientModel() - now RPCConsole::setClientModel() also includes a direct call to setNumBlocks()
-
Jonas Schnelli authored
- Launch-At-Startup implementation for mac - Remove "Window" tab in settings Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch>
-
- 02 Jun, 2013 5 commits
-
-
Matt Corallo authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: setup testnet GUI directly
-
Philip Kaufmann authored
- this directly sets up all GUI elements that have testnet special-casing without first setting up main net stuff and changing afterwards (titles, icons etc.) - also fixes 2 wrong icons shown during testnet usage on our toolbar
-
Wladimir J. van der Laan authored
remove GetBoolArg() fDefault parameter defaulting to false
-
Wladimir J. van der Laan authored
Qt5 compatibility
-
- 01 Jun, 2013 2 commits
-
-
Philip Kaufmann authored
- explicitly set the default of all GetBoolArg() calls - rework getarg_test.cpp and util_tests.cpp to cover this change - some indentation fixes - move macdockiconhandler.h include in bitcoin.cpp to the "our headers" section
-
Wladimir J. van der Laan authored
This commit squashes all the changes in the Qt5 branch relative to master. Backward compatibility with Qt4 is retained. Original authors: - Philip Kaufmann <phil.kaufmann@t-online.de> - Jonas Schnelli <jonas.schnelli@include7.ch>
-
- 31 May, 2013 2 commits
-
-
Wladimir J. van der Laan authored
Add NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays
-
Timon Rapp authored
-
- 30 May, 2013 3 commits
-
-
Pieter Wuille authored
Leveldb as subtree
-
Jeff Garzik authored
remove obsolete and unused typedef for Windows
-
Wladimir J. van der Laan authored
osx: make use of the 10.8+ user notification center to display growl lik...
-