aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-07 18:32:47 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-07 18:32:47 +0200
commita7e506d6980d76001fe49c6c87262af183373c0c (patch)
tree5f554ca8792f2d516e5784b8fadd78c98881bcad
parent94fe42a945bc9a5e7091149eb43d90d77165d5a2 (diff)
downloadbitcoin-a7e506d6980d76001fe49c6c87262af183373c0c.tar.xz
clarify todo/dones in readme
-rw-r--r--README.rst26
1 files changed, 10 insertions, 16 deletions
diff --git a/README.rst b/README.rst
index 458b28f8a8..d9b470227b 100644
--- a/README.rst
+++ b/README.rst
@@ -3,41 +3,35 @@ Bitcoin-qt: Qt4 based GUI replacement for Bitcoin
**Warning** **Warning** **Warning**
-Pre-alpha stuff! I'm using this client myself on the production network, and I haven't noticed any glitches, but remember: always backup your wallet! Testing on the testnet is recommended.
+Pre-alpha stuff! I'm using this client myself on the production network, and I haven't noticed any glitches, but remember: always backup your wallet.
+Testing on the testnet is recommended.
This has been implemented:
- qmake / QtCreator project (.pro)
-- All dialogs (main GUI, address book, send coins) and menus
+- Compatibility with Linux (both GNOME and KDE), MacOSX and Windows
-- Taskbar icon/menu
+- All functionality of the original client, including taskbar icon/menu
-- GUI only functionality (copy to clipboard, select address, address/transaction filter proxys)
+- Tabbed interface
-- Bitcoin core is made compatible with Qt4
+- Ask for confirmation before sending coins
-- Send coins dialog: address and input validation
+- CSV export of transactions
-- Address book and transactions views and models
+- User friendly transaction list with status icons
-- Options dialog
+- Show alternative icon when on testnet
-- Sending coins (including ask for fee when needed)
-
-- Show error messages from core
-
-- Show details dialog for transactions (on double click)
+- Progress bar on initial block download
This has to be done:
-- Integrate with main bitcoin tree
-
- Start at system start
- Internationalization (convert WX language files)
-- Build on Windows
Build instructions
===================