- 05 Apr, 2013 7 commits
-
-
Wladimir J. van der Laan authored
update assets-sttribution.txt (-psd file +svg file)
-
Pieter Wuille authored
Bitcoin-Qt: add Genesis blocks time for testnet
-
Pieter Wuille authored
small update to release-process.txt
-
Philip Kaufmann authored
- expand the description for updating the translations - sort the paths/files, which need to have the version number updated, in alphabetical order - use a more current version number in git tag and git shortlog
-
Jonas Schnelli authored
Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch>
-
Wladimir J. van der Laan authored
Bitcoin-Qt: small RPCConsole cleanup
-
Wladimir J. van der Laan authored
new mac osx icon
-
- 04 Apr, 2013 10 commits
-
-
Philip Kaufmann authored
- add the Genesis blocks time for the testnet in ClientModel::getLastBlockDate()
-
Wladimir J. van der Laan authored
Fix leveldb make flags in bitcoin-qt.pro
-
Wladimir J. van der Laan authored
add missing limitedmap.h to bitcoin-qt.pro
-
Philip Kaufmann authored
-
Matt Corallo authored
-
Gavin Andresen authored
Limited mapAlreadyAskedFor
-
Gavin Andresen authored
move multiwallet-qt.txt from root to doc folder
-
Gavin Andresen authored
Thread / shutdown cleanup
-
Gavin Andresen authored
Update transaction statistics
-
Pieter Wuille authored
As these were not updated when 'backporting' the 225430 checkpoint into head. Additionally, also report verification progress in debug.log, and tweak the sigcheck-verification-speed-factor a bit.
-
- 03 Apr, 2013 13 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Two reasons for this change: 1. Need to always use boost::thread's sleep, even on Windows, so the sleeps can be interrupted (prior code used Windows' built-in Sleep). 2. I always forgot what units the old Sleep took.
-
Gavin Andresen authored
Create a boost::thread_group object at the qt/bitcoind main-loop level that will hold pointers to all the main-loop threads. This will replace the vnThreadsRunning[] array. For testing, ported the BitcoinMiner threads to use its own boost::thread_group.
-
Gavin Andresen authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: fix opening verify message tab via main menu
-
Wladimir J. van der Laan authored
Bitcoin-Qt: fix GUI after initial multi-wallet patch
-
Philip Kaufmann authored
- adds 6 methods in BitcoinGUI to access some actions needed by the new WalletView class - updates WalletView class to use these instead of trying to duplicate these - cleanup walletview.{cpp/h} and remove all unneeded stuff - this fixes problems with tabs toolbar (#2451) and export broken (#2436) - more details in #2447
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: only use qApp for Q(Core)Application::instance()
-
- 02 Apr, 2013 10 commits
-
-
Jonas Schnelli authored
- added new created and documented svg version of shaded icon - changed "B" background to white (no longer transparent) - removed PSD (Adobe Photoshop) document - license is now MIT Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch>
-
-
Gavin Andresen authored
Global cleanups
-
Gavin Andresen authored
Move GenerateBitcoins() call out of net.cpp's StartNode()
-
Philip Kaufmann authored
-
Philip Kaufmann authored
- add missing initalisation for clientModel - remove unneded RPCExecutor::start() code
-
Wladimir J. van der Laan authored
Bitcoin-Qt: fix copy via context-menu broken
-
Wladimir J. van der Laan authored
translation base files update 2013-04-02
-
Philip Kaufmann authored
- also includes a small change to a string in bitcoinrpc.cpp, which is not on Transifex anyway, so is safe to merge
-
Jonas Schnelli authored
Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch>
-