Implement Minimize to tray / Minimize on close
[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
26
27 This has to be done:
28
29 - Start at system start
30
31 - Internationalization (convert WX language files)
32
33 - Build on Windows
34
35 - Show details dialog for transactions (on double click)
36
37 - Display error messages/alerts from core
38
39 - More thorough testing of the view with all the kinds of transactions (sendmany, generation)