Commit graph

441 commits

Author SHA1 Message Date
Haakon Nilsen
ed04e98c55 Add a number of standard keyboard shortcuts to menu items in the Qt UI,
especially under the File menu. To make action names more conventional,
rename "Create/Restore" to "New/Restore", "Copy" to "Save Copy", and
"Close" to "Quit". This also resolves the situation where
Create/Restore, Copy and Close all had "C" as their mnemonic.

Also allow fast switching between tabs by using Alt+[1-5], same as
in tabbed web browsers. Ctrl+PgUp/PgDown is still available.
2013-11-30 20:03:51 +01:00
shunyata
acec9c2b43 Parse amounts from CSV with Decimal and not float.
This fixes a bug where amounts are read from a CSV file incorrectly due to
floating point representation error. For example, the string 0.009 will be
parsed as 0.00899999, and then converted to 899999, resulting in one fewer
satoshi being sent as part of the transaction generated from the CSV file.
2013-11-29 15:27:59 -05:00
shunyata
342faeeedd Remove trailing whitespace. 2013-11-29 15:27:48 -05:00
thgh
7847382bfe Fix: hide tray icon on close 2013-11-27 23:50:31 +01:00
ThomasV
9dbae6d0ae handle multiple selections in receive_menu hook 2013-11-23 10:38:02 +01:00
tkhaew
9d4b564fc3 Add addr value to receive menu hook 2013-11-23 15:18:26 +07:00
ThomasV
9b22372c43 remove prioritize altogether. 2013-11-22 16:55:43 +01:00
thomasv
89b1633901 revert old address grayout 2013-11-22 13:40:19 +01:00
thomasv
3c10a52ea1 Merge branch 'used' of github.com:wozz/electrum into wozz-used 2013-11-22 13:36:02 +01:00
thomasv
fb2e974752 remove 'prioritize' from qt gui, superseded by coin control 2013-11-22 11:26:11 +01:00
ThomasV
c71af98cbc fix kazcw's PR 2013-11-16 16:02:38 +01:00
kazcw
3628f6430e clean up sending address input
in particular fee calculation was off for send-from
2013-11-16 10:52:44 +01:00
kazcw
ce0a33cb67 correct right-click menu during multiple-select
Correct right-click menu during multiple-select in Receive
2013-11-16 10:52:44 +01:00
kazcw
ae028e780d select addresses to send from
based on branch by bkkcoins
2013-11-16 10:52:44 +01:00
Michael Wozniak
acca8d502b do not show used addresses if there are not any 2013-11-15 23:22:47 -05:00
Michael Wozniak
ecc59b464a move used addresses to a collapsed section 2013-11-15 23:11:00 -05:00
thgh
ae74568620 Undo reverse list 2013-11-14 15:55:21 +01:00
thgh
5bf5dd805b Old addresses on receive tab grayed out 2013-11-14 14:07:44 +01:00
thgh
7977fa9ff2 Update help text about tx fee
Updating the recommended value to the default value. (0.0002)
2013-11-13 18:24:59 +01:00
Michael Wozniak
433a3ba0fe Mac OSX bitcoin: URI updates 2013-11-13 05:59:36 -06:00
ThomasV
5ae39b5ad1 don't exit in wizard (fixes #402) 2013-11-12 22:55:42 +01:00
ThomasV
e4052a3852 1.9.4 2013-11-12 22:47:52 +01:00
ThomasV
7ead6d18f2 fix tx signing with watching only wallets 2013-11-12 11:14:16 +01:00
Bryan Stitt
91061752cf stop using eval 2013-11-11 22:03:20 -08:00
ThomasV
4068c4bbf2 abort if file exists 2013-11-11 19:05:32 +01:00
ThomasV
353578986a file dialogs 2013-11-11 18:56:28 +01:00
ThomasV
588f8fd110 wallet: call create_accounts in save_seed 2013-11-11 17:41:46 +01:00
Michael Wozniak
03fac376a1 prioritize button to match freeze button in gtk gui 2013-11-10 21:36:54 -05:00
ThomasV
5be9b7c669 Merge pull request #388 from WyseNynja/fix_more_bare_except
fix more bare excepts
2013-11-10 14:14:11 -08:00
ThomasV
df58fab5bd Merge pull request #390 from wozz/gtk
Gtk updates
2013-11-10 14:12:24 -08:00
Michael Wozniak
698f8bccef add Balance column to receive tab in GTK gui 2013-11-10 16:54:32 -05:00
Michael Wozniak
7e5cad5452 Freeze button in GTK receive tab. 2013-11-10 16:36:52 -05:00
Bryan Stitt
6cd4ed486a fix more bare excepts 2013-11-10 12:30:57 -08:00
Maran
24cabcbee9 Switch icon based on OS, OS X requires dark icon 2013-11-10 18:11:26 +01:00
Bryan Stitt
f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
thomasv
6458c0f591 don't show actinos that require private key if the wallet has no seed 2013-11-08 11:17:40 +01:00
Michael Wozniak
3c6808468e add F and P to address types in recv tab for Frozen and Prioritized addresses 2013-11-07 20:43:16 -06:00
Michael Wozniak
2abb071533 network button fix for not connected to a network - GTK gui 2013-11-07 20:36:53 -06:00
Michael Wozniak
ad498af71f add address type to receive tab in GTK GUI
I = imported
R = receive
C = change
2013-11-07 20:24:13 -06:00
Michael Wozniak
9c2d3bbbdd fix label editing in gtk 2013-11-07 18:18:12 -06:00
Michael Kramlich
5be950322c FIX: fixed syntax error in gui/qt/transaction_dialog.py (*glares at somebody*) 2013-11-05 16:24:58 -07:00
ThomasV
ea3accf86e window icon 2013-11-05 23:34:58 +01:00
ThomasV
325efed9ac Merge pull request #367 from rdymac/split-colon
Split colon - separate - Clean wikia translation page
2013-11-05 13:43:34 -08:00
rdymac
280dd93aa0 Split colon - separate
Separate colon symbol for duplicated text strings
2013-11-05 22:13:16 +01:00
ThomasV
faa93e3010 Merge pull request #366 from mkramlich/master
curses text UI now says Offline in --offline mode (matching the main Qt UI)
2013-11-05 11:27:45 -08:00
ThomasV
6a4e1c89f2 fix use_change preference 2013-11-05 20:25:05 +01:00
Michael Kramlich
09b0eeedfb curses text UI now says Offline (rather than 'Not connected') when started in --offline mode; this matches the main Qt UI 2013-11-05 12:24:21 -07:00
Michael Kramlich
825a55289d curses text UI will call wallet.start_threads(network) even in --offline mode 2013-11-05 12:09:00 -07:00
Michael Kramlich
583bb8f2f1 FIX: make the curses text UI not crash when started in --offline mode (matching ThomasV's recent changes to the other UIs) 2013-11-05 11:51:28 -07:00
ThomasV
b1472ba1a7 fix regression: offline mode 2013-11-05 18:55:53 +01:00