Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | also accept numbers without dot/decimals for parsing, fixes transaction ↵ | Wladimir J. van der Laan | |
filter row | |||
2011-07-26 | show amounts in <b>bold</b> in confirmation dialog | 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 | 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 | 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 | 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/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 | 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 | 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 | 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 | 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 | |||
2011-07-17 | split off CBase58Data from CBitcoinAddress | Pieter Wuille | |
Split off features unrelated to addresses from CBitcoinAddress to CBase58Data, so they can be reused. | |||
2011-07-17 | Use CBitcoinAddress instead of string/uint160 | Pieter 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-17 | get rid of mapPubKeys | Pieter Wuille | |
Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore. | |||
2011-07-16 | add missing icon | Wladimir J. van der Laan | |
2011-07-16 | Revert "Now that send coins / receive coins etc are tabs, remove them from ↵ | Wladimir J. van der Laan | |
menu, and reorganize menu bar" This reverts commit ea37fb9187195d746a4b8a84da5cb6bd9e0e4aab. | |||
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-15 | Added crypter to makefile.vc. | Eric Hosmer | |
2011-07-15 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-15 | Merge remote-tracking branch 'satoshi/qtui' | Wladimir J. van der Laan | |
Conflicts (resolved by copying files from remote branch): .gitignore src/cryptopp/cpu.cpp src/cryptopp/cpu.h src/cryptopp/cryptlib.h src/cryptopp/iterhash.h src/cryptopp/misc.h src/cryptopp/secblock.h src/cryptopp/sha.cpp src/cryptopp/sha.h src/cryptopp/smartptr.h src/json/json_spirit_reader.cpp src/json/json_spirit_value.cpp src/json/json_spirit_writer.cpp | |||
2011-07-15 | Add call to request unconfirmed balance | Wladimir J. van der Laan | |
2011-07-15 | Now that send coins / receive coins etc are tabs, remove them from menu, and ↵ | Wladimir J. van der Laan | |
reorganize menu bar | |||
2011-07-14 | Fix error when export is cancelled without specifying a filename. | Celil | |
2011-07-14 | solve warnings at startup | Wladimir J. van der Laan | |
2011-07-14 | Fix bad return values in LoadWallet. | Matt Corallo | |
2011-07-14 | Merge pull request #412 from sgimenez/db-transactions | Pieter Wuille | |
Single DB transactions | |||
2011-07-14 | Single DB transaction for addresses from DNS seeds | Stéphane Gimenez | |
2011-07-14 | Fix Build in GetReservedKey() in wallet.cpp | Matt Corallo | |
2011-07-14 | Single DB transaction for all addresses in a message | Patrick Varilly | |
Cuts disk activity at startup immensely |