Commit Graph

489 Commits

Author SHA1 Message Date
rdymac
10be6e7609 Add translations and fixes to 1.9 master
Added translations, fixes to syntax errors and other minor fixes for
text strings.

Tested all changes. I hope not to break anyhting…

I was unsurem, but the menu bar on the Lite GUI dissapeared. Looking at
the commits on master, it seems that it wasn't me.
2013-09-17 05:19:23 +02:00
vrde
f0f3dc24e1 apply function directly unpacking argument list 2013-09-17 00:23:13 +02:00
vrde
32abe2dd04 Remove eval from from run_hook
small improvement to remove eval using builtin function `getattr`.
2013-09-16 21:26:55 +02:00
thomasv
b26187666b protect history from importprivkey 2013-09-15 17:57:51 +02:00
thomasv
a320f92023 fix syntax error 2013-09-15 17:56:09 +02:00
thomasv
b08bc514db sign/verify: do unicode conversion only for messages sent by the gui 2013-09-15 17:49:23 +02:00
thomasv
2c6534c1ba sign unicode messages 2013-09-15 17:33:27 +02:00
thomasv
4b9b532738 fix 2013-09-15 16:30:04 +02:00
thomasv
58ab37d056 send from domain in mktx (fix #294) 2013-09-15 14:51:46 +02:00
thomasv
a7f61de8fd show input and outputs as text (fix issue #197) 2013-09-15 13:29:09 +02:00
thomasv
22eaff9508 more help 2013-09-15 12:41:02 +02:00
thomasv
ba17188d60 more help text 2013-09-15 12:36:35 +02:00
thomasv
636fdc18a5 new_account_dialog triggers payto 2013-09-15 12:34:07 +02:00
thomasv
f38cc47802 add context menu to transaction input/outputs 2013-09-15 12:17:51 +02:00
thomasv
4742b03aea fix issue 274 2013-09-15 11:41:06 +02:00
thomasv
e5cbf5cb0a more robust tx_from_text() (fixes issue #281) 2013-09-15 11:37:22 +02:00
thomasv
b75f8d795a new command: getrawtransaction 2013-09-15 11:19:48 +02:00
ThomasV
41878dc5e0 rename menu: create tx 2013-09-15 09:03:45 +02:00
ThomasV
72d7d0b07a remove unneeded parameter 2013-09-14 21:18:14 +02:00
ThomasV
d51a8d0f25 create a class for transaction dialog 2013-09-14 21:07:54 +02:00
ThomasV
27977e6eb0 fix path for tray icon (issue #263) 2013-09-13 23:19:06 +02:00
ThomasV
8bf55ecaab fix 2013-09-13 20:55:13 +02:00
thomasv
f12760829f use QInputDialog for new filenames 2013-09-13 15:08:40 +02:00
thomasv
a96a7c8db2 fix 2013-09-13 14:43:53 +02:00
thomasv
cc130f2930 remove .dat filter 2013-09-13 14:42:30 +02:00
thomasv
f22c55f426 lock icon in password dialog 2013-09-13 14:16:13 +02:00
thomasv
dcedb2d74f minor fixes 2013-09-13 13:56:33 +02:00
thomasv
a4335cb25d documentation on GUI 2013-09-13 09:40:34 +02:00
thomasv
ab46f1110f minor 2013-09-12 19:54:26 +02:00
thomasv
d67318399b layout improvements 2013-09-12 19:49:51 +02:00
thomasv
71fae15352 fix: remove gap limit stuff from settings dialog 2013-09-12 19:45:07 +02:00
thomasv
eafdb42475 install wizard: use a single window 2013-09-12 19:42:00 +02:00
thomasv
ee08b2bfa6 don't show gap limit in GUI 2013-09-12 16:08:17 +02:00
thomasv
6b6c508976 replace wallet.interface everywhere 2013-09-12 14:58:42 +02:00
ThomasV
907dca6eb9 simplify interface: use callbacks 2013-09-12 08:41:27 +02:00
ThomasV
b363d81fc1 add help button to network dialog 2013-09-11 18:45:34 +02:00
thomasv
15ac97c1dc history server-> main server 2013-09-11 16:32:18 +02:00
thomasv
d26ac9673b remove menu bar from lite gui 2013-09-11 16:21:44 +02:00
thomasv
7a4525ef07 minor fix for lite gui 2013-09-11 15:25:05 +02:00
thomasv
462ddd252d fix: lite mode switch 2013-09-11 15:23:27 +02:00
thomasv
06d0c67b9c remove ElectrumGui class for lite window 2013-09-11 14:52:44 +02:00
thomasv
8614c0544c fix import: electrum.i18n 2013-09-11 13:55:49 +02:00
thomasv
69f91ba84b fix setup.py and a few imports 2013-09-11 13:49:24 +02:00
thomasv
2f7c2f982d add __init__.py to classic, fix a few imports 2013-09-11 13:43:37 +02:00
ThomasV
4fd05b8f70 fix 2013-09-11 12:06:39 +02:00
ThomasV
0099b2a560 make gtk gui re-work 2013-09-11 12:05:28 +02:00
ThomasV
004aa4b640 separate directories for GUIs 2013-09-11 11:45:58 +02:00
ThomasV
e40776bcee separate version_getter module 2013-09-10 23:48:28 +02:00
Fredrick
c9d798944b Fix export private keys from GUI 2013-09-10 16:11:20 -04:00
thomasv
e455dc5a6b get version asynchronously, for faster launch 2013-09-10 21:53:26 +02:00
thomasv
77871b97af fixes, resend_subscriptions 2013-09-10 19:59:58 +02:00
thomasv
73901a001a pass network to NetworkDialog and Blockchain 2013-09-10 18:27:32 +02:00
thomasv
323aafa34d fix: show_private_key 2013-09-10 16:07:59 +02:00
thomasv
620f9f68d4 minor fixes for wallet creation 2013-09-10 14:20:44 +02:00
thomasv
de0876af7a gui_text: network 2013-09-09 13:41:48 +02:00
thomasv
047e4b3478 move callbacks to the network class 2013-09-09 13:33:25 +02:00
ThomasV
cd6832df2e set_label 2013-09-08 20:10:43 +02:00
ThomasV
328315f94b separate blockchain and network 2013-09-08 17:23:01 +02:00
ThomasV
ac26abfed3 set icon size in status bar 2013-09-05 08:02:54 +02:00
thomasv
1cf453587e fix: is_valid 2013-09-04 17:27:13 +02:00
thomasv
afac84e231 move transaction code and fix issue #280 2013-09-04 16:46:27 +02:00
thomasv
d2099d94e5 manual merge: tc scv import by harningt 2013-09-04 10:57:15 +02:00
thomasv
903e70566c wallet.make_unsigned_transaction() 2013-09-04 10:33:14 +02:00
ThomasV
6696e9643c fix restore from mpk 2013-09-03 18:35:46 +02:00
thomasv
20954514b1 do network dialog at the end in installwizard 2013-09-03 14:57:29 +02:00
thomasv
3e14b7dd72 improved install wizard 2013-09-03 14:32:56 +02:00
thomasv
1606bd3106 update lite gui for 1.9 2013-09-03 11:37:19 +02:00
thomasv
9b986f8cb6 restore: try old wallet first 2013-09-03 10:58:07 +02:00
thomasv
3ecd81c94a account names 2013-09-03 10:09:13 +02:00
thomasv
a417816e69 disable 'new account' in old wallets 2013-09-03 09:52:55 +02:00
ThomasV
7c2ac01306 plugin hook for load_wallet 2013-09-02 22:43:58 +02:00
thomasv
48efc62b2d simplify directories: electrum_dir 2013-09-02 15:05:33 +02:00
thomasv
8774f1a193 fix: synchronize generated duplicated addresses 2013-09-02 13:41:31 +02:00
ThomasV
b22c42c4f4 minor fixes 2013-09-02 09:09:54 +02:00
ThomasV
1ba3008b49 minor fixes 2013-09-01 23:25:28 +02:00
ThomasV
7b4046cf68 fee belongs in wallet storage 2013-09-01 23:09:27 +02:00
ThomasV
7ba686e16f wizard: start wallet threads 2013-09-01 18:58:09 +02:00
ThomasV
046ec58d24 start wallet threads from wallet class 2013-09-01 18:44:19 +02:00
ThomasV
d47892b690 separate blockchain verifier from transaction verifier 2013-09-01 18:16:15 +02:00
ThomasV
d99a381d83 separation between wallet storage and config 2013-09-01 15:26:52 +02:00
ThomasV
b983d12929 restore old accounts from seed 2013-08-31 15:02:20 +02:00
ThomasV
f48c6130df fix account selector, console 2013-08-30 22:59:36 +02:00
ThomasV
167d4f1a53 update curses gui for 1.9 2013-08-30 22:37:37 +02:00
ThomasV
734e810161 gui menu and messages 2013-08-30 22:15:49 +02:00
ThomasV
2e29afa12a update buttons and icons in load_wallet() 2013-08-30 21:44:16 +02:00
ThomasV
1637197419 separate gui init() and load_wallet() 2013-08-30 10:11:10 +02:00
ThomasV
10c805b3e7 restore bip32 accounts 2013-08-29 16:07:55 +02:00
ThomasV
9d00a072fe create new accounts through wallet.synchronize() 2013-08-29 15:08:03 +02:00
ThomasV
084ed6776b structural change: wrap wallet instanciation inside the gui class 2013-08-22 12:39:41 +02:00
ThomasV
e995f7abfd save account name as label 2013-08-17 11:46:19 +02:00
ThomasV
70445da940 wallet.num_accounts and account_id method 2013-08-16 13:26:48 +02:00
thomasv
215f64e64d Merge branch 'master' into 1.9 2013-08-13 11:09:36 +02:00
Maxime Biais
b2ebd35925 Add a Qt eventFilter to listen for QFileOpenEvent
fix #209
2013-08-11 15:11:27 +02:00
ThomasV
e6208e2747 fix create_new_account 2013-08-07 22:59:07 +02:00
ThomasV
b08f1a2a7b plugins: do not overload __init__, use init() instead 2013-08-07 22:59:07 +02:00
ThomasV
19553a056d bip32 2013-08-07 22:54:21 +02:00
thomasv
f64c59f66f fix: set auto-cycle to None only during wallet creation 2013-08-01 16:39:45 +02:00
thomasv
717a4ab5b2 pass parameter to backup_wallet 2013-08-01 14:59:57 +02:00
thomasv
c1fabb3332 fix backup_wallet 2013-08-01 14:58:30 +02:00
thomasv
67d2b940bc remove enforced tx fee 2013-08-01 14:00:49 +02:00
thomasv
a0b86f405d offline interface: fix init 2013-08-01 11:31:33 +02:00
Maran
8b3c8bdc19 Added some basic hide/show functionality to the tray icon
Real 'hide-to-tray' functionality seems impossible, see comments
2013-07-27 09:31:11 +02:00
Maran
5092c6b8d3 Set the current balance in the tray icon 2013-07-26 21:14:51 +02:00
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
ThomasV
ccc651c15f Merge pull request #202 from wozz/184
fix for issue #184
2013-04-20 09:10:50 -07:00
Michael Wozniak
b1b2bab5c5 fix for issue 184 2013-04-19 10:27:48 -04:00
thomasv
8e86ee1a79 call plugin hooks inside try..except statement 2013-04-15 15:17:06 +02:00
ecdsa
b0d223e6bb trying to fix column_widths 2013-04-13 18:15:55 +02:00
thomasv
6585da69fe message about frozen funds 2013-04-12 14:29:11 +02:00
thomasv
6e10687abe reset status on clear 2013-04-12 14:15:58 +02:00
thomasv
5397142fe0 fix parse_url in android gui 2013-04-11 10:11:59 +02:00
thomasv
d09d4e4055 call save_seed only in main script 2013-04-10 12:56:07 +02:00
thomasv
f32f85fb78 better seed dialog + fix bug with restore 2013-04-10 11:53:13 +02:00
thomasv
98f7d36313 ask users to enter their seed on create 2013-04-09 18:08:14 +02:00
ecdsa
bc4671ac34 fix scroll area in plugins list 2013-04-08 19:06:18 +02:00
ecdsa
70dd028ba7 pruning ->limit 2013-04-08 17:16:16 +02:00
ecdsa
1986485623 spacing 2013-04-08 16:06:56 +02:00
ecdsa
c503a97c83 shortcut changed 2013-04-07 22:09:40 +02:00
ecdsa
ef3ae450f3 handle shortcut explicitly 2013-04-07 22:08:56 +02:00
ecdsa
572d9b482a fix shortcut 2013-04-07 21:27:27 +02:00
ecdsa
b958985aa8 use checkbox instead of combobox for use_change 2013-04-07 17:42:58 +02:00
ecdsa
25bbae132f option to display mBTC 2013-04-07 14:29:13 +02:00
ecdsa
62ff508eba fix 2013-04-06 23:35:07 +02:00
ecdsa
8ff7697e22 fix: pruning level 2013-04-06 22:28:24 +02:00
ecdsa
b7e356dba3 update warning about imported keys (change) 2013-04-06 21:46:50 +02:00
ecdsa
aed46cef5b rm print line 2013-04-06 21:22:40 +02:00
ecdsa
f6899fd8bb fix 2013-04-06 21:20:23 +02:00
thomasv
31a32d423f Merge branch 'separate_wallets' 2013-04-06 21:12:28 +02:00
ecdsa
c4774e0be2 update recommended fee 2013-04-06 20:32:24 +02:00
thomasv
e89331d138 handle multiple accounts with separation 2013-04-06 18:44:31 +02:00
ecdsa
dbe981a89b show pruning level in network dialog (expert mode) 2013-04-06 16:06:15 +02:00
thomasv
2d613a497e warn user that the seed does not allow to recover imported keys 2013-04-05 18:54:00 +02:00
thomasv
ec901f54a4 keyboard shortcut to send all the coins in a wallet, with fee 2013-04-05 18:03:52 +02:00
ecdsa
84101a446b use ssl as default protocol 2013-04-05 06:01:18 +02:00
ecdsa
19cbe609a4 better help text 2013-04-05 04:57:06 +02:00
ecdsa
a6efa19d73 do not show change addresses in expert mode 2013-04-05 04:48:04 +02:00
slush
dd630a8bb7 Fixed copy_master_public_key() 2013-04-01 05:20:58 +02:00
ecdsa
fc7122008a implement MIN_RELAY_TX_FEE 2013-03-24 11:25:17 +01:00
ecdsa
3ad453fafb rename fee to fee_per_kb 2013-03-24 09:24:45 +01:00
thomasv
a5168cc09f more accurate computation of transaction fees. 2013-03-23 12:36:37 +01:00
thomasv
1c98b28e45 Merge branch 'master' of github.com:spesmilo/electrum 2013-03-20 13:58:20 +01:00
thomasv
b487fc072c fix wall offset 2013-03-20 13:58:08 +01:00
ecdsa
debf2dfeb5 fix QVariant 2013-03-19 23:01:09 +01:00
thomasv
e7e284b059 remove aliases from completions 2013-03-18 09:19:49 +01:00
ecdsa
b77d1eb081 use a new variable name for column-width, because the current stored value might be zero in lots of wallets 2013-03-17 13:50:45 +01:00
ecdsa
117ff7af9f set is_editable for recv items 2013-03-17 13:15:03 +01:00
ecdsa
a10455f685 settings dialog 2013-03-17 11:52:58 +01:00
ecdsa
c5747484b2 plugin settings dialog 2013-03-17 11:29:01 +01:00
ecdsa
8a720b1629 do the banner request in interface, not in wallet 2013-03-17 10:54:21 +01:00
ecdsa
268d7ba3b5 unlock icon 2013-03-17 02:22:42 +01:00
Maran
bafac9dc83 Rewrote plugin to new format 2013-03-16 23:33:49 +01:00
Maran
dfd48319a3 Fix merge conflict 2013-03-16 21:38:12 +01:00
ecdsa
a2ecc0e7bb allow manual setting when disconnected 2013-03-16 20:37:49 +01:00
ecdsa
cce4a6c001 detect gaps for change too 2013-03-16 18:24:45 +01:00
ecdsa
d6952228be define wallet.get_num_tx() 2013-03-16 18:17:50 +01:00
thomasv
4b74faea1e typo: where->were 2013-03-16 14:04:46 +01:00
thomasv
1adbef4b25 fee may be zero (tx details) 2013-03-16 13:34:51 +01:00
ecdsa
9ebcaa41f4 modify warning displayed when keys are imported 2013-03-16 12:02:34 +01:00
thomasv
24db3c9aee virtual keyboard plugin 2013-03-15 18:35:05 +01:00
thomasv
bd1cdc9bfb derive plugins from BasePlugin class 2013-03-15 18:03:56 +01:00
thomasv
93b98e1176 move http aliases to separate plugin 2013-03-15 15:48:28 +01:00
thomasv
6662c1dc53 filter plugins that do not have a .py source 2013-03-15 13:16:41 +01:00
thomasv
45c0880195 global switch use_local_modules 2013-03-15 13:00:59 +01:00
thomasv
2b3b7d7c38 use proper syntax for variable args 2013-03-14 17:05:50 +01:00
ecdsa
f537f02e1f better seed dialog 2013-03-13 21:00:29 +01:00
ecdsa
1d66deba69 parent->self in password dialog 2013-03-13 18:51:38 +01:00
thomasv
e3bb6f8879 'import private keys' may import several keys 2013-03-13 14:23:10 +01:00
ecdsa
4e3c9de1d0 catch http exception 2013-03-12 22:56:58 +01:00
Maran
14dcf88409 Tweaks for new plugin giving self 2013-03-12 21:38:06 +01:00
Maran
ca6890a622 Fix merge conflict 2013-03-12 21:27:27 +01:00
Maran
9df4451c6f More work on label cloud plugin 2013-03-12 21:20:18 +01:00
ecdsa
4f27d8ce0f Merge branch 'master' of git://github.com/spesmilo/electrum 2013-03-12 19:24:55 +01:00
thomasv
2c1ae1ba18 add a hook at the end of the gui constructor 2013-03-12 18:40:21 +01:00
thomasv
06315dd911 always pass 'self' to hooks 2013-03-12 18:07:17 +01:00
thomasv
6b9b8508d2 self.run_hook 2013-03-12 17:55:34 +01:00
thomasv
2de6db84e4 monospace font in console 2013-03-12 17:37:19 +01:00
Maran
ad88b296bb Merge branch 'master' into feature/label_sync 2013-03-12 17:26:01 +01:00
Maran
2138e58e26 Fix merge conflicts 2013-03-12 17:24:14 +01:00
thomasv
92ea46f9f6 add set_label hook 2013-03-12 17:22:30 +01:00
Maran
0fdd955086 Add close setting dialog hook 2013-03-12 17:13:50 +01:00
thomasv
581bf89ba0 define method set_label in classic gui 2013-03-12 17:10:35 +01:00
Maran
884371eedd Merge branch 'master' into feature/label_sync 2013-03-12 16:52:15 +01:00
thomasv
7d0e491a07 adding new languages 2013-03-12 16:29:19 +01:00
thomasv
cbaadf782f rm extra space 2013-03-12 14:34:35 +01:00
ThomasV
7b72ded3d7 Merge pull request #157 from rdymac/patch-1
Successfully tricky word
2013-03-12 06:27:13 -07:00
rdymac
7fe0130a95 Colon not in use
I think that colon doesn't fit there, there's no text after that colon ':' or code to be shown as variable '%s' after it.
2013-03-12 02:02:09 +01:00
rdymac
0c6a24c6be Successfully tricky word 2013-03-12 01:33:08 +01:00
ecdsa
136f2cefcb Merge branch 'master' of git://github.com/spesmilo/electrum 2013-03-11 20:30:25 +01:00
thomasv
a7da96114c custom wrappers that store the path selected by the user 2013-03-11 15:57:37 +01:00
thomasv
70144c7f11 first parameter of QFileDialog should be the parent 2013-03-11 15:09:38 +01:00
thomasv
7bf87bc189 plugins: define is_available() 2013-03-11 14:30:30 +01:00
thomasv
0d143e074a update indices and add stretch to ui tab 2013-03-11 13:49:43 +01:00
thomasv
9b10b2f121 move 'load transaction' to import/export tab 2013-03-11 13:45:19 +01:00
thomasv
0a6b1a42a3 improve plugins tab 2013-03-11 13:35:51 +01:00
ecdsa
7d8d7443d0 Merge branch 'master' of git://github.com/spesmilo/electrum 2013-03-10 21:36:52 +01:00
ecdsa
1126924981 gui plugins area 2013-03-10 21:36:43 +01:00
Maran
e4ec690ffd Merge branch 'master' into feature/label_sync 2013-03-10 21:34:10 +01:00
Maran
65e257a537 Merge branch 'master' into feature/raw_tx 2013-03-10 21:23:24 +01:00
Maran
51560b9ecd Implement buttons and move to prod server 2013-03-10 17:44:02 +01:00
Maran
e8b97e5326 Work in progress on Label syncing 2013-03-10 17:04:00 +01:00
Maran
18bcf5b206 Add 'create transaction' from deseeded wallet to Lite gui 2013-03-10 12:52:39 +01:00