1175 Commits (3f0816e3d926e0ea78ac7b6cd43efe62355885c8)
 

Author SHA1 Message Date
Wladimir J. van der Laan c60015a260 Fix detailed transaction information on doubleclick 13 years ago
Wladimir J. van der Laan 64f125f353 Address book: show unlabeled addresses as (no label) 13 years ago
Wladimir J. van der Laan 8b040f812a fix sorting in address table dialog 13 years ago
Wladimir J. van der Laan c16eb94945 add icons to address book dialog buttons 13 years ago
Wladimir J. van der Laan d61b7d13e4 Add "receiving addresses" to toolbar 13 years ago
Wladimir J. van der Laan d56c6f312c Make it very clear when on testnet (green icon, add [testnet] to title) 13 years ago
Wladimir J. van der Laan ef079e183b Split off WalletModel from ClientModel, to be able to support multi-wallets in future 13 years ago
Wladimir J. van der Laan 929eb9dc6c show an error if amount is not valid (either the amount or decimals is empty) 13 years ago
Wladimir J. van der Laan 6ed283946c Make it more clear what the "New" button does 13 years ago
Wladimir J. van der Laan ceb6d4e11d Implement filter row instead of tabs, allows for more expressive filters 13 years ago
Wladimir J. van der Laan 19a5975d5a add "BTC" to balance for clarity 13 years ago
Gavin Andresen 20f3f4ac16 Merge pull request #357 from jrmithdobbs/osx-appbundle 13 years ago
Gavin Andresen 786bfc3bb7 Merge pull request #361 from spiechu/polish-translation 13 years ago
Pieter Wuille 3a3eabb57a Merge pull request #362 from ius/issue340 13 years ago
Joerie de Gram ecd3e728b7 Fix connection failure debug output 13 years ago
Dawid Spiechowicz 3e76df7481 added polish translation 13 years ago
Wladimir J. van der Laan 3cfe12c1b7 use 256x256 window icon, to prevent uglyness on OSes that show full-size icons for apps 13 years ago
Stéphane Gimenez 4d410cfce9 Fix AddressBook syncrhonization between a CWallet and CWalletDB 13 years ago
Gavin Andresen 8111e27905 Merge pull request #356 from gavinandresen/unitTest 13 years ago
Doug Huff d8dda9de84 Add OSX App bundle and correct build instructions to reflect reality. 13 years ago
Gavin Andresen 8baf865c94 Boost unit-testing framework. 13 years ago
Wladimir J. van der Laan 7aff3d5852 add icons to "New..." and "Copy to clipboard" buttons 13 years ago
Wladimir J. van der Laan 34fa178243 Change transaction table: 13 years ago
Giel van Schijndel e913574e02 rpc: don't send 403 when using SSL to prevent DoS 13 years ago
Giel van Schijndel c9e70d4c0a rpc server: send '403 Forbidden' to rejected clients 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Pieter Wuille d0d80170a2 Merge pull request #347 from sipa/delkeyuser 13 years ago
Wladimir J. van der Laan d99f5a470c reduce spacing between "Add to address book as" and the text field 13 years ago
Pieter Wuille d3800d59d5 Fix segfault when creating new wallet 13 years ago
Wladimir J. van der Laan cae5264a4c fix typo in dutch translation 13 years ago
Wladimir J. van der Laan 42e950aa69 update dutch translation 13 years ago
Wladimir J. van der Laan 0030c1bd6c compile fixes by Unthinkingbit 13 years ago
Wladimir J. van der Laan a404b1512a Improve look/usablity of send coins dialog 13 years ago
Wladimir J. van der Laan 38deedc1b5 allow adding address to address book in send dialog 13 years ago
Wladimir J. van der Laan c88e14fe26 Call "initial download" "synchronizing with network" instead 13 years ago
Wladimir J. van der Laan 40951d81a7 finish nl translation 13 years ago
Wladimir J. van der Laan 6665c2431b use buttonbox for options dialog 13 years ago
Gavin Andresen c774b16976 Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin 13 years ago
Jeff Garzik 77ba3ab99c Merge pull request #342 from jburkle/datadir_check 13 years ago
James Burkle ed2c01405f Edited init.cpp to include a check that -datadir exists 13 years ago
Wladimir J. van der Laan daaee738fc experiment with internationalization (nl), unbreak build (externui.h->qtui.h) 13 years ago
Wladimir J. van der Laan 47c6215c22 use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0 13 years ago
Wladimir J. van der Laan 5f280ff557 clarify text 13 years ago
Wladimir J. van der Laan b9e80983a5 Allow changing default address (fixes issue #6) 13 years ago
Wladimir J. van der Laan f5927f5b32 highlight default address 13 years ago
Wladimir J. van der Laan c92fc340a2 when going to decimals field using ./, select it all, so that entry starts from scratch instead of appending to previous value 13 years ago
Wladimir J. van der Laan 50d08dc1e1 fix issue #7 13 years ago
Wladimir J. van der Laan 54e903a543 Add comment to tooltip that only sending addresses can be deleted 13 years ago
Wladimir J. van der Laan 84114e341d Fix some padding and focus issues with the new BitcoinAmountWidget 13 years ago
Wladimir J. van der Laan f193c57a63 introduce bitcoin amount field with split amount/decimals, to protect against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0) 13 years ago