Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: src/script.cpp | |||
2011-07-27 | normalize SIGNAL/SLOT signatures ↵ | Wladimir J. van der Laan | |
(http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/) | |||
2011-07-27 | also accept numbers without dot/decimals for parsing, fixes transaction ↵ | Wladimir J. van der Laan | |
filter row | |||
2011-07-26 | CAddrDB::LoadAddresses: properly initialize CAddress | Jeff Garzik | |
Fixes issue #424 | |||
2011-07-26 | Merge pull request #435 from sipa/fixextract | Pieter Wuille | |
Bugfix: don't overuse limited ExtractAddress | |||
2011-07-26 | Bugfix: don't overuse limited ExtractAddress | Pieter 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-26 | Merge pull request #434 from laanwj/addkey_retval | Pieter Wuille | |
make SetHash160 return a value (as specified in the function signature) | |||
2011-07-26 | show amounts in <b>bold</b> in confirmation dialog | Wladimir J. van der Laan | |
2011-07-26 | Re-apply pull request #10, it got lost for some reason | Wladimir J. van der Laan | |
2011-07-26 | make SetHash160 return a value (as specified in the function signature) | Wladimir J. van der Laan | |
2011-07-26 | make SetHash160 return a value (as specified in the function signature) | Wladimir J. van der Laan | |
2011-07-26 | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | |
Conflicts: src/bitcoinrpc.cpp | |||
2011-07-26 | update readme | Wladimir J. van der Laan | |
2011-07-26 | Reset unit to default when clearing the field, to prevent confusion | Wladimir J. van der Laan | |
2011-07-26 | refuse to format nor parse invalid units | Wladimir J. van der Laan | |
2011-07-26 | allow multiple units in bitcoin amount widget (for example, for sending) ↵ | Wladimir J. van der Laan | |
using a combobox | |||
2011-07-26 | Negative transaction color changed to red (was grey due to mistake) | Wladimir J. van der Laan | |
2011-07-25 | fix unit names (μBTC) | Wladimir J. van der Laan | |
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
2011-07-25 | put color constants in guiconstants.h | Wladimir J. van der Laan | |
2011-07-24 | Merge pull request #403 from sipa/cbitcoinaddress | Jeff Garzik | |
keys indexed by address + introduced CBitcoinaddress | |||
2011-07-24 | Clean up the project file. | celil-kj | |
2011-07-24 | On Mac OS X do not link aginst the boost libraries in UNIX:LIBS | Celil | |
2011-07-24 | better exit icon | Wladimir J. van der Laan | |
2011-07-24 | make all tab icons blue/gray for more consistencyx | Wladimir J. van der Laan | |
2011-07-24 | improve tooltip texts | Wladimir J. van der Laan | |
2011-07-24 | Merge pull request #428 from sipa/mintxfeefix | Pieter Wuille | |
Fix for small change outputs | |||
2011-07-24 | Fix for small change outputs | Pieter 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-24 | add windows program (.exe) icon | Wladimir J. van der Laan | |
2011-07-24 | Merge pull request #9 from celil-kj/master | Wladimir J. van der Laan | |
allow decimals such as .05 for amount of bitcoins to send | |||
2011-07-22 | Allow ammount field to be empty so that one can specify .05 instead of | Celil | |
having to type the leading zero as in 0.05 | |||
2011-07-22 | Merge branch 'master' of https://github.com/laanwj/bitcoin-qt | Celil | |
2011-07-22 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-22 | Implement range... transaction filter | Wladimir J. van der Laan | |
2011-07-22 | fix clear() (clear red/invalid status) | Wladimir J. van der Laan | |
2011-07-21 | Merge pull request #423 from TheBlueMatt/mapalreadyaskedforfix | Jeff Garzik | |
Actually use mapAlreadyAskedFor. | |||
2011-07-21 | Actually 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-18 | Merge branch 'master' of https://github.com/laanwj/bitcoin-qt | Celil | |
2011-07-18 | one remove/delete icon is enough and the red minus better matches the add icon | Wladimir J. van der Laan | |
2011-07-18 | Merge branch 'notebook' | Wladimir J. van der Laan | |
2011-07-18 | move buttons to bottom of send coins tab, outside of scroll area | Wladimir J. van der Laan | |
2011-07-18 | windows build fix | Wladimir J. van der Laan | |
2011-07-18 | Merge pull request #1 from AbrahamJewowich/cbitcoinaddress | Pieter Wuille | |
Cbitcoinaddress | |||
2011-07-18 | Fix bug with accessing vchData[0] when vchData is empty. | Abraham Jewowich | |
Fix typo in CBase58Data::CompareTo | |||
2011-07-18 | Fix "Last received block was generated Up to date" | Wladimir J. van der Laan | |
2011-07-17 | Merge pull request #419 from mibe/translation-de | Gavin Andresen | |
Updated German translation | |||
2011-07-17 | Merge pull request #395 from mibe/issue-395 | Gavin Andresen | |
Error in Russian Translation | |||
2011-07-17 | put sendcoins entries in scroll area, so that window does not become bigger ↵ | Wladimir J. van der Laan | |
than screen with many recipients | |||
2011-07-17 | show rotating spinner when block download out of date, tick otherwise | Wladimir J. van der Laan | |
2011-07-17 | make initial block download reporting somewhat better by tracking version ↵ | Wladimir J. van der Laan | |
responses |