aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2011-07-21Merge pull request #423 from TheBlueMatt/mapalreadyaskedforfixJeff Garzik
Actually use mapAlreadyAskedFor.
2011-07-21Actually use mapAlreadyAskedFor.Matt Corallo
Previously, mapAlreadyAskedFor was read from, but never added to. The original intent was to use mapAlreadyAskedFor to keep track of the time an item was requested and "Each retry is 2 minutes after the last". This implements that intent.
2011-07-18Merge branch 'master' of https://github.com/laanwj/bitcoin-qtCelil
2011-07-18one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan
2011-07-18Merge branch 'notebook'Wladimir J. van der Laan
2011-07-18move buttons to bottom of send coins tab, outside of scroll areaWladimir J. van der Laan
2011-07-18windows build fixWladimir J. van der Laan
2011-07-18Merge pull request #1 from AbrahamJewowich/cbitcoinaddressPieter Wuille
Cbitcoinaddress
2011-07-18Fix bug with accessing vchData[0] when vchData is empty. Abraham Jewowich
Fix typo in CBase58Data::CompareTo
2011-07-18Fix "Last received block was generated Up to date"Wladimir J. van der Laan
2011-07-17Merge pull request #419 from mibe/translation-deGavin Andresen
Updated German translation
2011-07-17Merge pull request #395 from mibe/issue-395Gavin Andresen
Error in Russian Translation
2011-07-17put sendcoins entries in scroll area, so that window does not become bigger ↵Wladimir J. van der Laan
than screen with many recipients
2011-07-17show rotating spinner when block download out of date, tick otherwiseWladimir J. van der Laan
2011-07-17make initial block download reporting somewhat better by tracking version ↵Wladimir J. van der Laan
responses
2011-07-17split off CBase58Data from CBitcoinAddressPieter Wuille
Split off features unrelated to addresses from CBitcoinAddress to CBase58Data, so they can be reused.
2011-07-17Use CBitcoinAddress instead of string/uint160Pieter Wuille
Instead of conversion functions between pubkey/uint160/address in base58.h, have a fully fledged class CBitcoinAddress (CAddress was already taken) to represent addresses.
2011-07-17get rid of mapPubKeysPieter Wuille
Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore.
2011-07-17Changed Russian translation according to comment in issue 395Michael Bemmerl
2011-07-17Added German wallet encryption messages translation.Michael Bemmerl
2011-07-17Basically some grammatical fixes of the German translation.Michael Bemmerl
2011-07-16readme updateWladimir J. van der Laan
2011-07-16update readmeWladimir J. van der Laan
2011-07-16add missing iconWladimir J. van der Laan