1. 11 Jun, 2012 1 commit
  2. 04 Jun, 2012 3 commits
  3. 03 Jun, 2012 1 commit
  4. 02 Jun, 2012 4 commits
  5. 01 Jun, 2012 2 commits
    • Philip Kaufmann's avatar
      move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin... · 0441022d
      Philip Kaufmann authored
      move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation
      0441022d
    • Philip Kaufmann's avatar
      change verifymessagepage behaviour to match RPC-call "verifymessage" (input... · ae5db8e6
      Philip Kaufmann authored
      change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check
      ae5db8e6
  6. 31 May, 2012 5 commits
  7. 30 May, 2012 1 commit
  8. 28 May, 2012 3 commits
  9. 26 May, 2012 2 commits
  10. 25 May, 2012 7 commits
    • Gavin Andresen's avatar
      Add a testnet checkpoint at block 546 · 9aa68431
      Gavin Andresen authored
      9aa68431
    • Gavin Andresen's avatar
    • Gavin Andresen's avatar
      Testnet, Mark III · 1b640537
      Gavin Andresen authored
      1b640537
    • Gavin Andresen's avatar
      Remove newlines from JSON strings · c6a2b71b
      Gavin Andresen authored
      Newlines in JSON strings are against the JSON spec,
      so remove them from the script*.json unit tests to
      make python's jsonrpc happy (json::spirit didn't care).
      c6a2b71b
    • Gavin Andresen's avatar
      Merge pull request #1366 from roques/completion · 6cdb9841
      Gavin Andresen authored
      Bash completion for bitcoind(1)
      6cdb9841
    • Gavin Andresen's avatar
      Unit tests for transaction size limits · 17b2ea67
      Gavin Andresen authored
      17b2ea67
    • sje397's avatar
      Added 'immature balance' for miners. Only displayed if the balance is greater than zero. · 869f8b2c
      sje397 authored
      This adds a field labelled 'Immature' in the overview section under the 'unconfirmed' field, which shows mined
      income that has not yet matured (which is currently not displayed anywhere, even though the transactions
      exist in the transaction list). To do that I added a 'GetImmatureBalance' method to the wallet, and connected
      that through to the GUI as per the 'GetBalance' and 'GetUnconfirmedBalance' methods. I did a small 'no-op'
      change to make the code in adjacent functions a little more readable (imo); it was a change I had made in my
      repo earlier...but I thought it wouldn't hurt so left it in. Immature balance comes from mined income that is
      at least two blocks deep in the chain (same logic as displayed transactions).
      
      My reasoning is:
      - as a miner, it's a critical stat I want to see
      - as a miner, and taking into account the label 'immature', the uncertainty is pretty clearly implied
      - those numbers are already displayed in the transaction list
      - this makes the overview numbers add up to what's in the transaction list
      - it's not displayed if the immature balance is 0, so won't bother non-miners
      
      I also 'cleaned' the overview UI a little, moving code to the XML and removing HTML.
      869f8b2c
  11. 24 May, 2012 11 commits