9856370bc98e775ac6499cea2ddee7977a2de6e1
[novacoin.git] / README.rst
1 Bitcoin-qt: Qt4 based GUI replacement for Bitcoin
2 =================================================
3
4 **Warning** **Warning** **Warning**
5 Pre-alpha stuff! Use on testnet only!
6
7 This has been implemented:
8
9 - qmake / QtCreator project (.pro)
10
11 - All dialogs (main GUI, address book, send coins) and menus
12
13 - Taskbar icon/menu
14
15 - GUI only functionality (copy to clipboard, select address, address/transaction filter proxys)
16
17 - Bitcoin core is made compatible with Qt4
18
19 - Send coins dialog: address and input validation
20
21 - Address book and transactions views and models
22
23 - Options dialog
24
25 - Sending coins (including ask for fee when needed)
26
27 - Show messages from core
28
29 This has to be done:
30
31 - Start at system start
32
33 - Internationalization (convert WX language files)
34
35 - Build on Windows
36
37 - Show details dialog for transactions (on double click)
38
39 - More thorough testing of the view with all the kinds of transactions (sendmany, generation)