Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-31 | address icons | Wladimir J. van der Laan | |
2011-07-31 | Properly html-escape labels | Wladimir J. van der Laan | |
2011-07-30 | comment update | Wladimir J. van der Laan | |
2011-07-30 | make sure address book model is up to date after sending coins | Wladimir J. van der Laan | |
2011-07-30 | Remove unused variable | Wladimir J. van der Laan | |
2011-07-30 | Hide addresses in transaction overview by default, they can be re-shown as a ↵ | Wladimir J. van der Laan | |
configuration option | |||
2011-07-30 | Make dot in amount field more apparent | Wladimir J. van der Laan | |
2011-07-29 | Make debug info more interesting (show SHA160 addresses for inputs) | Wladimir J. van der Laan | |
2011-07-29 | Remove no longer valid comment | Wladimir J. van der Laan | |
2011-07-29 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-27 | Merge pull request #436 from TheBlueMatt/master | Pieter Wuille | |
Fix EncryptKeys crash introduced by a9ba471, identified by TD. | |||
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-27 | Fix EncryptKeys crash introduced by a9ba4710, identified by TD. | Matt Corallo | |
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. |