2763 Commits (159bc4819304c4394a92230c9e7b9f3416abe877)

Author SHA1 Message Date
Pieter Wuille 360cfe142c Allow the default key to be unavailable 12 years ago
Philip Kaufmann 9e334cfae3 translations update 2013-04-25 12 years ago
Philip Kaufmann 46fd626b21 small updates for walletview.cpp 12 years ago
Pieter Wuille ccda03b570 Remove database/ after clean shutdown 12 years ago
Pieter Wuille 1859aafef0 Try moving database/ away in case of failure 12 years ago
Philip Kaufmann e79110822e remove duplicate bitdb.Open() code from init 12 years ago
Pieter Wuille 2233fc5318 Reduce number of open LevelDB files to 64 12 years ago
Philip Kaufmann 61032f8942 remove obsolete and unused typedef for Windows 12 years ago
Pieter Wuille 97e7901a3a Do not invoke DoS for non-canonical sigs 12 years ago
Jonas Schnelli e790d47785 new toolbar icon for liunx/win fix #2518 12 years ago
Jonas Schnelli f9124587cc new splash screen 12 years ago
Calvin Owens e74fbca1c2 Add comments to UNIX Makefile regarding USE_UPNP 12 years ago
Jonas Schnelli 4d17a1b0c2 fix: GUI Disappearing #1522 (Mac OSX) 12 years ago
Philip Kaufmann a26811ebdf embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts) 12 years ago
Philip Kaufmann 41fdc1cad1 overviewpage: make some code Qt5 compatible 12 years ago
Philip Kaufmann d9d6c7d936 bitcoingui: remove 2 unneeded includes 12 years ago
Philip Kaufmann e9abeac204 bitcoin: use static QApplication:: instead of app. 12 years ago
Philip Kaufmann 99ae01234d aboutdialog: use just "The Bitcoin developers" as tr()-string 12 years ago
Wladimir J. van der Laan e83a90f127 qt: register metatype for bool* 12 years ago
Pieter Wuille 20d0810f30 Require strictly-standard encodings in mempool 12 years ago
Wladimir J. van der Laan 45155d3010 qt: move export button to tabs 12 years ago
Pieter Wuille 1657c4bc49 Use a uint256 for bnChainWork 12 years ago
Wladimir J. van der Laan 212b42c623 qt: don't show rpcconnect command line option in help 12 years ago
Jonas Schnelli 5ab27b32a2 new testnet window .ico file 12 years ago
Philip Kaufmann 8d643c90a6 Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message() 12 years ago
Philip Kaufmann cdd4400889 use the new COPYRIGHT_YEAR macro in bitcoin-qt.rc 12 years ago
Philip Kaufmann ec3cac6631 move COPYRIGHT_YEAR to clientversion.h 12 years ago
Philip Kaufmann 4881353efe rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks() 12 years ago
Jonas Schnelli 4c23743635 better quality windows .ICO icon file 12 years ago
Jonas Schnelli e0af1b3ed6 fix mac specific button modification on addressbookpage 12 years ago
Jonas Schnelli f9579c55b3 overhaul of the testnet icon (green color) and the toolbar icons 12 years ago
Jeff Garzik 1483aac5f9 net.cpp: Do not change primary process name from (default) to "bitcoin-start" 12 years ago
Philip Kaufmann 6a270c5f81 translations update 2013-04-08 12 years ago
Pieter Wuille 86648a8d16 Add bytessent, bytesrecv and syncnode to getpeerinfo 12 years ago
Pieter Wuille 6ed71b5e4f Make sure we always have a node to do IBD from 12 years ago
Philip Kaufmann 84b89afbd7 Translations update: pull from Transifex 12 years ago
Wladimir J. van der Laan 7e600cd92d qt: remove redundant wallet methods from bitcoingui 12 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 12 years ago
Jonas Schnelli 27cc0d7fd2 new windows and linux icons 12 years ago
Jonas Schnelli 5675ae2f11 moved bitcoin.svg to correct folder (qt/res/src) 12 years ago
Philip Kaufmann 87dd6035e5 Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state 12 years ago
Pieter Wuille 2b34779ae2 Switch version numbers to 0.8.1.99 12 years ago
Philip Kaufmann 35ed704d44 Bitcoin-Qt: update for BitcoinGUI::eventFilter() 12 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 12 years ago
Philip Kaufmann 8d432cd66d Bitcoin-Qt: add Genesis blocks time for testnet 12 years ago
Pieter Wuille cedaa71446 Drop release times for CNode 12 years ago
Pieter Wuille 92a129980f Update transaction statistics 12 years ago
Gavin Andresen 723035bb68 Have Qt poll for shutdown requested, the QT way. 12 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 12 years ago