Commit Graph

2944 Commits

Author SHA1 Message Date
Michael Wozniak 03fac376a1 prioritize button to match freeze button in gtk gui 2013-11-10 21:36:54 -05:00
Michael Wozniak 617382db54 Merge remote-tracking branch 'upstream/master' into clean 2013-11-10 17:16:09 -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 d50d7efe18 Merge remote-tracking branch 'upstream/master' into clean 2013-11-10 17:00:00 -05: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
thomasv eae0c7c3b9 get_private_key: call get_seed first in order to check password 2013-11-10 15:22:22 +01:00
ThomasV ff647c79fd Merge pull request #374 from nolith/master
allow to connect to one server only
2013-11-10 02:55:33 -08:00
ThomasV 57e7eb2ff9 wallet.py: use get_seed in update_password 2013-11-10 11:51:56 +01:00
ThomasV 9056865bde Merge pull request #386 from WyseNynja/dont_use_base_exception
replace BaseException with Exception
2013-11-10 02:39:01 -08:00
ThomasV a7369a2bfd Merge pull request #385 from WyseNynja/ignore_gui_icons
ignore gui/icons_rc.py
2013-11-10 02:34:08 -08:00
Bryan Stitt 225d8b83a3 don't use bare except 2013-11-09 21:23:57 -08:00
Bryan Stitt f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
Bryan Stitt 8ece295f2e ignore gui/icons_rc.py 2013-11-09 20:17:22 -08:00
Eagle[TM] ba9782eec6 Update default server list (disable servers with failed/expired certs) 2013-11-10 01:26:06 +01:00
ThomasV adcda6153d Merge branch 'master' of git://github.com/spesmilo/electrum 2013-11-09 08:15:51 +01:00
ThomasV 30934b69db call check_seed in get_seed 2013-11-09 08:15:46 +01:00
ThomasV 30268156c8 Merge pull request #381 from atweiden/concealed-flag
concealed flag for restore sequence
2013-11-08 03:40:30 -08:00
thomasv 48bd2557b7 fix: store seed version 2013-11-08 12:35:27 +01:00
Andy Weidenbaum ef1c2c7760 concealed flag for restore sequence 2013-11-08 03:31:18 -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
ThomasV 1ae50daf28 Merge pull request #379 from wozz/clean
label editing in gtk
2013-11-07 23:55:28 -08: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
ThomasV e4cdc4da0f dust threshold 2013-11-06 23:09:24 +01:00
Alessio Caiazza 423ed77305 allow to connect to one server only
This changeset allow to disable block headers retrieval from multiple
servers.
2013-11-06 18:02:37 +01:00
ThomasV 4f15ea12e4 1.9.2 2013-11-06 06:32:41 +01:00
EagleTM 2972769020 Merge pull request #370 from mkramlich/master
FIX: fixed syntax error in gui/qt/transaction_dialog.py
2013-11-05 15:38:56 -08: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 2cd12f52d4 1.9.1: bug fixes 2013-11-05 23:28:04 +01:00
ThomasV f340f08a6e fix for portable version: use its own directory 2013-11-05 23:02:51 +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
ThomasV 132108434e Merge pull request #365 from mkramlich/master
FIX: make the curses text UI not crash when started in --offline mode
2013-11-05 11:11:08 -08: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 c84cc5bb8b do not return history if offline 2013-11-05 19:18:23 +01:00
ThomasV 75cac66876 Merge branch 'master' of git://github.com/spesmilo/electrum 2013-11-05 18:56:13 +01:00
ThomasV b1472ba1a7 fix regression: offline mode 2013-11-05 18:55:53 +01:00
ThomasV 4bfbb6b6d3 Merge pull request #364 from rdymac/split-text
Split text string
2013-11-05 05:13:42 -08:00
rdymac 7e8461d386 Split text string
Splited text string to avoid needing to translate everything again in
each language
2013-11-05 13:45:07 +01:00