Mercurial > hg > bitcoin
changeset 1153:5cbbbf089064 draft
clarify todo/dones in readme
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Thu, 07 Jul 2011 18:32:47 +0200 |
parents | 9e63e014ee4f |
children | c83416c0eada |
files | README.rst |
diffstat | 1 files changed, 10 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst +++ b/README.rst @@ -3,41 +3,35 @@ **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 - -- Send coins dialog: address and input validation +- Ask for confirmation before sending coins -- Address book and transactions views and models +- CSV export of transactions -- Options dialog +- User friendly transaction list with status icons -- Sending coins (including ask for fee when needed) +- Show alternative icon when on testnet -- 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 ===================