implement options model / improve view with validators
[novacoin.git] / README.rst
1 Bitcoin-qt: Qt4 based GUI replacement for Bitcoin
2 =================================================
3
4 **Warning** **Warning** **Warning**
5 Pre-alpha stuff! Developer 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, and linked against
18
19 - Send coins dialog: address and input validation
20
21 - Address book and transactions views
22
23 This has to be done:
24
25 - Further integration of bitcoin core, so that it can actually connect
26   to the network, send commands and get feedback
27
28 - Address book and transactions models: so that 
29   something sensible is shown instead of dummy data :)
30
31 - Internationalization (convert WX language files)
32
33 - Build on Windows