Commit graph

1586 commits

Author SHA1 Message Date
ThomasV
ea1cb0a613 better backspace detection 2013-07-26 05:28:41 +02:00
ThomasV
3350229263 fix for empty addressbook 2013-07-26 05:08:08 +02:00
ThomasV
1cba96cbbb fix popup navigation 2013-07-26 04:43:45 +02:00
ThomasV
8ec6a07281 fix settings dialog in text gui 2013-07-26 04:25:04 +02:00
ThomasV
5251f278e8 try.. except wrapper for ncurses.set_curs 2013-07-26 04:19:41 +02:00
ThomasV
ccf7bf5c44 use self.base_unit() 2013-07-17 10:42:11 +02:00
Maran
fd84cdda4c Renamed to tray and added exit option 2013-07-16 12:15:24 +02:00
Maran
06bfb60308 Reworked notification flow and combined multiple transactions into one notification 2013-07-16 12:15:23 +02:00
Maran
b6ced19c1e Rework notify so it's thread safe 2013-07-16 12:15:23 +02:00
Maran
468c76b66e Added notifications when receiving a new transaction 2013-07-16 12:15:23 +02:00
ThomasV
887557865e redefine do_send as a wrapper for send_tx 2013-07-13 20:47:10 +02:00
ThomasV
6645bc3505 confirmation dialog before sending large amounts 2013-07-13 20:21:44 +02:00
ThomasV
d2b86091b4 whitespaces option in format_satoshis 2013-07-13 20:19:52 +02:00
Pablo Castellano
cecb4c23b2 [Lite gui] Allow changing quote currency backwards with right click 2013-07-01 17:25:00 +02:00
Maran
4570db0804 Add icon back to Lite GUI. Fixes #112 2013-06-17 23:22:49 +02:00
Maran
8020fd9c33 Force updating the wallet after editing labels. fixes #223 2013-06-17 22:15:50 +02:00
ThomasV
a31ad09cc7 self.wallet is not defined 2013-06-12 21:37:36 +02:00
Maran
bf12bac1f2 DRYed the backup wallet 2013-06-01 12:01:10 +02:00
Maran
0ab69e2606 Removed all items that are now in the menu 2013-06-01 12:01:02 +02:00
Maran
f55faedeb0 Open wallet should use current wallets folder as default dir 2013-06-01 12:00:49 +02:00
Maran
e9f1d4f078 Make backup use real wallet from config 2013-06-01 12:00:42 +02:00
Maran
914bfffc53 Make backup use real wallet from config 2013-06-01 12:00:32 +02:00
Maran
ae9aaceaab Removed accounts from menu 2013-06-01 12:00:26 +02:00
Maran
7f7441eb7f Added CTRL+R to refresh your wallet 2013-06-01 12:00:19 +02:00
Maran
9945e0926c Implemented all menu triggers 2013-06-01 12:00:12 +02:00
thomasv
4a60db9733 new methods: init_menubar and load_wallet 2013-06-01 11:59:54 +02:00
Maran
fd5ee59a29 Skeleton for menu 2013-06-01 11:59:44 +02:00
ThomasV
034bc64fe6 fix indent 2013-05-27 21:14:38 +02:00
ThomasV
7ddc29a912 Merge pull request #227 from tigereye/master
Sending/Receiving unsigned/signed transactions via QRCode
2013-05-27 02:25:59 -07:00
ThomasV
50ba1faae4 Merge pull request #221 from EnigmaCurry/fix-qr-margin
Fixes the QR code widget to include a 10px margin to offset the widget on dark theme background
2013-05-27 02:24:22 -07:00
ThomasV
59f236c521 Merge pull request #215 from linhlarry/master
Update default fee in help text
2013-05-26 12:49:20 -07:00
tigereye
1428d4fa10 Updated the QR Code plugin to enable offline/online wallets to transmit unsigned/signed transactions via QR code. 2013-05-23 21:48:43 -04:00
Ryan McGuire
b757b41561 Fixes the QR code widget to include a 10px margin to offset the widget on dark theme background. 2013-05-17 12:40:51 -04:00
Linh Nguyen
c59f4c2fb2 Update default fee in help text 2013-05-15 00:22:04 +07:00
ecdsa
e8ffe29554 make sure default fee is enough 2013-05-14 17:15:24 +02:00
thomasv
e2b75d9fbc use a qlabel widget for the wallet balance 2013-05-10 14:12:33 +02:00
ecdsa
6be62e44de wallet.delete_contact method 2013-05-02 10:19:18 +02:00
ecdsa
8104a47a3e wallet.add_contact method 2013-05-02 10:10:22 +02:00
ecdsa
19d19d9a00 wallet set_fee method 2013-05-02 10:00:52 +02:00
ecdsa
fe405c50d0 delete_imported_key method 2013-05-02 09:54:43 +02:00
ecdsa
97e849a248 move verify_message to wallet 2013-05-01 10:40:44 +02:00
ecdsa
5a4576344e restore display of blockchain height in network dialog 2013-04-29 18:50:23 +02:00
ecdsa
b5c0cc6190 handle exceptions returned by update_password 2013-04-29 10:41:46 +02:00
ecdsa
86fd728a47 move network dialog in a new class; simplify interface.get_servers 2013-04-28 13:47:19 +02:00
ecdsa
7d1075d85d use an Event to signal when to redraw the gui 2013-04-27 19:17:36 +02:00
ecdsa
df13564155 icon cannot be None 2013-04-27 17:55:44 +02:00
ecdsa
c95c80163d distinction between unconfirmed and unverified transactions 2013-04-27 17:48:27 +02:00
thomasv
8e6be820b5 fix: assert fails on startup 2013-04-22 09:19:25 +02:00
ecdsa
1964124515 split seed words with newline too 2013-04-21 19:53:27 +02:00
ecdsa
a0d86982b1 don't show change addresses in list 2013-04-20 19:26:02 +02:00