diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..df2656508 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +####-*.patch +lib/icons_rc.py +*.pyc +build/ +dist/ +*.egg/ +/electrum.py \ No newline at end of file diff --git a/TODO b/TODO new file mode 100644 index 000000000..89affccd5 --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +Client: + +- Wizard +- Multiple wallets +- Themes +- Extend GUI with history view (View -> Show History) +- Settings window + +Server: + +- Reimplementation using libbitcoin +- New blockchain backend or disable bdb ACID +- Electrum deterministic wallet impl for Spinner style protocol. + diff --git a/data/style.css b/data/style.css index 9c9755c9d..bb7e1bbd0 100644 --- a/data/style.css +++ b/data/style.css @@ -42,7 +42,6 @@ MiniWindow QPushButton { border-radius: 4px; border: 1px solid #AAA9A9; width: 225px; - margin-top: 4px; } #address_input[isValid=true]