aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-02add splash screenWladimir J. van der Laan
2011-07-31show n/a for mined transactions (and send to self) instead of empty fieldWladimir J. van der Laan
2011-07-31address iconsWladimir J. van der Laan
2011-07-31Properly html-escape labelsWladimir J. van der Laan
2011-07-30comment updateWladimir J. van der Laan
2011-07-30make sure address book model is up to date after sending coinsWladimir J. van der Laan
2011-07-30Remove unused variableWladimir J. van der Laan
2011-07-30Hide addresses in transaction overview by default, they can be re-shown as a ↵Wladimir J. van der Laan
configuration option
2011-07-30Make dot in amount field more apparentWladimir J. van der Laan
2011-07-29Make debug info more interesting (show SHA160 addresses for inputs)Wladimir J. van der Laan
2011-07-29Remove no longer valid commentWladimir J. van der Laan
2011-07-29Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-29Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan
(used when displaying amounts)
2011-07-27Merge pull request #436 from TheBlueMatt/masterPieter Wuille
Fix EncryptKeys crash introduced by a9ba471, identified by TD.
2011-07-27Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
Conflicts: src/script.cpp
2011-07-27normalize SIGNAL/SLOT signatures ↵Wladimir J. van der Laan
(http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/)
2011-07-27also accept numbers without dot/decimals for parsing, fixes transaction ↵Wladimir J. van der Laan
filter row
2011-07-27Fix EncryptKeys crash introduced by a9ba4710, identified by TD.Matt Corallo
2011-07-26CAddrDB::LoadAddresses: properly initialize CAddressJeff Garzik
Fixes issue #424
2011-07-26Merge pull request #435 from sipa/fixextractPieter Wuille
Bugfix: don't overuse limited ExtractAddress
2011-07-26Bugfix: don't overuse limited ExtractAddressPieter Wuille
ExtractAddress was called with the keystore as argument in RPC and UI, limiting results to own keys. This caused empty "address" fields.
2011-07-26Merge pull request #434 from laanwj/addkey_retvalPieter Wuille
make SetHash160 return a value (as specified in the function signature)
2011-07-26show amounts in <b>bold</b> in confirmation dialogWladimir J. van der Laan
2011-07-26Re-apply pull request #10, it got lost for some reasonWladimir J. van der Laan
2011-07-26make SetHash160 return a value (as specified in the function signature)Wladimir J. van der Laan
2011-07-26make SetHash160 return a value (as specified in the function signature)Wladimir J. van der Laan
2011-07-26Merge remote branch 'upstream/master'Wladimir J. van der Laan
Conflicts: src/bitcoinrpc.cpp
2011-07-26update readmeWladimir J. van der Laan
2011-07-26Reset unit to default when clearing the field, to prevent confusionWladimir J. van der Laan
2011-07-26refuse to format nor parse invalid unitsWladimir J. van der Laan
2011-07-26allow multiple units in bitcoin amount widget (for example, for sending) ↵Wladimir J. van der Laan
using a combobox
2011-07-26Negative transaction color changed to red (was grey due to mistake)Wladimir J. van der Laan
2011-07-25fix unit names (μBTC)Wladimir J. van der Laan
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan
2011-07-25put color constants in guiconstants.hWladimir J. van der Laan
2011-07-24Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik
keys indexed by address + introduced CBitcoinaddress
2011-07-24Clean up the project file.celil-kj
2011-07-24On Mac OS X do not link aginst the boost libraries in UNIX:LIBSCelil
2011-07-24better exit iconWladimir J. van der Laan
2011-07-24make all tab icons blue/gray for more consistencyxWladimir J. van der Laan
2011-07-24improve tooltip textsWladimir J. van der Laan
2011-07-24Merge pull request #428 from sipa/mintxfeefixPieter Wuille
Fix for small change outputs
2011-07-24Fix for small change outputsPieter Wuille
With the separation of CENT and MIN_TX_FEE, it is now reasonable to create change outputs between 0.01 and 0.0005, as these are spendable according to the policy, even though they require a fee to be paid. Also, when enough fee was already present, everything can go into a change output, without further increasing the fee.
2011-07-24add windows program (.exe) iconWladimir J. van der Laan
2011-07-24Merge pull request #9 from celil-kj/masterWladimir J. van der Laan
allow decimals such as .05 for amount of bitcoins to send
2011-07-22Allow ammount field to be empty so that one can specify .05 instead ofCelil
having to type the leading zero as in 0.05
2011-07-22Merge branch 'master' of https://github.com/laanwj/bitcoin-qtCelil
2011-07-22Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-22Implement range... transaction filterWladimir J. van der Laan
2011-07-22fix clear() (clear red/invalid status)Wladimir J. van der Laan