- 25 Apr, 2013 1 commit
-
-
Pieter Wuille authored
This solves the issue where no default key can be added after -salvagewallet.
-
- 24 Apr, 2013 2 commits
-
-
Gavin Andresen authored
bitcoin-qt.pro Brew patch
-
Gavin Andresen authored
Reduce number of open LevelDB files to 64
-
- 23 Apr, 2013 6 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: misc small changes
-
Wladimir J. van der Laan authored
Some small grammar fixes
-
APerson241 authored
-
Michael Ford authored
-
Michael Ford authored
-
- 22 Apr, 2013 2 commits
-
-
Gavin Andresen authored
Update osx build instructions to ensure users are building with the correct version of OpenSSL when using HomeBrew
-
Michael Ford authored
-
- 19 Apr, 2013 1 commit
-
-
Gavin Andresen authored
Do not invoke DoS for non-canonical sigs
-
- 18 Apr, 2013 4 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
qt: register metatype for bool*
-
Wladimir J. van der Laan authored
rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()
-
Wladimir J. van der Laan authored
new splash screen
-
- 17 Apr, 2013 5 commits
-
-
Gavin Andresen authored
Add comments to UNIX Makefile regarding USE_UPNP
-
Gavin Andresen authored
new toolbar icon for liunx/win fix #2518
-
Jonas Schnelli authored
On black toolbars, the new icon doesn't look very well. Now the toolbar icon has again a transparent "B" for better style on toolbars. Does not affect the mac client. Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch>
-
Jonas Schnelli authored
why: - the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics - the current splash screen only exists in a low res jpg - current splash screen looks dark and "hackish" - new splash screen should generate positive, "trust-emotions". - new splash screen gives the user infos about the running client. - new splash screen can handle long messages (in a lot of - languages the text is cropped in current release) - new size (x2) 400x312 - contains textual information about the client - textinfos are dynamicly written to the pixmap when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet]) example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png
-
Calvin Owens authored
The tri-state nature of USE_UPNP isn't immediately obvious, so paste the explanation from doc/build-unix.txt as a comment in the makefile.
-
- 15 Apr, 2013 2 commits
-
-
Wladimir J. van der Laan authored
new testnet ico file
-
Gavin Andresen authored
Require strictly-standard encodings in mempool
-
- 14 Apr, 2013 8 commits
-
-
Philip Kaufmann authored
-
Pieter Wuille authored
Fixed download error
-
Patrick Brown authored
-
Philip Kaufmann authored
- that changes will be fine for Qt4 also
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Philip Kaufmann authored
- this ensures our new splash screen and this will share a translatable string an remove the need for an additional translation
-
Wladimir J. van der Laan authored
This allows the bool* type to be passed between threads. Should solve issue #2402.
-
- 13 Apr, 2013 3 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
-
Wladimir J. van der Laan authored
qt: move export button to tabs
-
- 12 Apr, 2013 5 commits
-
-
Gavin Andresen authored
Use a uint256 for bnChainWork
-
Wladimir J. van der Laan authored
Having the export button at the top was confusing people into thinking the entire wallet was exported. This commit moves the export button to the address book, receiving addresses and transaction tabs separately.
-
Pieter Wuille authored
qt: don't show rpcconnect command line option in help
-
Pieter Wuille authored
Every block index entry currently requires a separately-allocated CBigNum. By replacing them with uint256, it's just 32 bytes extra in CBlockIndex itself. This should save us a few megabytes in RAM, and less allocation overhead.
-
Gavin Andresen authored
Add test patches for pull-tester to contrib/
-
- 11 Apr, 2013 1 commit
-
-
Matt Corallo authored
-