Commit Graph

2975 Commits

Author SHA1 Message Date
ThomasV f4f418e9ec return message ids with send_http too 2013-12-21 19:27:49 +01:00
ThomasV 48a739f714 fix gerversion 2013-12-21 18:32:57 +01:00
ThomasV 5f8775cd3a fix sendrawtransaction 2013-12-21 18:29:09 +01:00
ThomasV e18573dda0 test is_mine in add_keypairs_from_wallet 2013-12-21 17:57:42 +01:00
Helmut K. C. Tessarek 33a7e5c9ea fix problem https://github.com/spesmilo/electrum/issues/454 2013-12-20 21:21:35 -05:00
Helmut K. C. Tessarek 1ed00e108b ports do not necessarily install qt_menu.nib in /opt/local/lib/Resources/
it could be anywhere under /opt/local, changed code to search /opt/local, if necessary
2013-12-20 19:52:41 -05:00
Helmut K. C. Tessarek 554eb51f91 if you just run "pyrcc4 icons.qrc -o gui/icons_rc.py" as stated in the README, you get the following error when starting Electrum
Error: Could not import icons_rc.py, please generate it with: 'pyrcc4 icons.qrc -o gui/qt/icons_rc.py'
2013-12-20 19:52:01 -05:00
ThomasV 0063edb61b partially revert code merged #481, brreaks old qt versions 2013-12-17 22:20:24 +01:00
ThomasV de94eaadeb fix issue occuring with set_server 2013-12-17 18:20:54 +01:00
ThomasV 2fb738be59 fix: return None if user presses cancel 2013-12-17 07:10:40 +01:00
ThomasV 0eead38332 installwizard: don't repeat same info 2013-12-17 07:06:58 +01:00
ThomasV 8a887273f6 clarify text 2013-12-17 06:56:33 +01:00
ThomasV af045b47c0 add password to script 2013-12-16 22:19:23 +01:00
ThomasV e290ea66c3 Merge pull request #481 from haakonn/master
Improve keyboard usability in Qt GUI
2013-12-16 12:38:28 -08:00
ecdsa ae654b30b9 fix: pending_servers 2013-12-16 20:07:35 +01:00
ecdsa 8140d6c78e fix typo 2013-12-16 20:04:59 +01:00
ecdsa d140383d03 exit wait_until_connected() when all servers have been tried 2013-12-16 19:59:35 +01:00
ThomasV 4446cf44c7 don't set network.interface to None when disconnetced 2013-12-16 19:18:57 +01:00
thomasv 942d009661 network.pending_servers, to avoid connecting the same server multiple times 2013-12-16 18:17:44 +01:00
thomasv c7694a87e7 cleanup code in network.py 2013-12-16 17:37:32 +01:00
thomasv 0bba8e4549 improve 'peers' script 2013-12-16 16:26:49 +01:00
thomasv 7ab4db0d23 gui: proper dialog for private keys (fixes issue #500) 2013-12-16 15:40:24 +01:00
thomasv 89d4229207 confirmaion dialog if transaction fee is high 2013-12-16 15:16:10 +01:00
ThomasV 8090098d90 version 1.9.6. also, reset seed_version in version.py 2013-12-14 13:21:17 +01:00
ecdsa 8b4410d86a detect if electrum is offline during wallet creation 2013-12-14 10:20:40 +01:00
ThomasV 2112129703 fix space 2013-12-14 07:53:25 +01:00
ThomasV 4f78b5365b exchange rate plugin: keep thread running (fixes #494) 2013-12-14 07:49:21 +01:00
thomasv 2a9c62c9b8 replace exit with sys.exit 2013-12-13 17:53:13 +01:00
thomasv f045490597 During wallet creation, do not write seed on disk before it is encrypted 2013-12-13 17:30:34 +01:00
ThomasV 60b6fd399d exit gracefully if host cannot be resolved. Fixes #488 2013-12-13 09:22:39 +01:00
ThomasV 6975642227 fix #492 2013-12-13 06:29:51 +01:00
ThomasV 3467bd0101 Merge pull request #499 from shunyata/bugfix/synchronizer-attribute-is-uninitialized
wallet.synchronizer should exist at construction.
2013-12-12 15:23:20 -08:00
ThomasV 70cc6271b9 Merge pull request #497 from pitchforks/pip-install-user
fix setup.py to make `pip install --user` possible in Linux
2013-12-12 15:19:32 -08:00
ThomasV 5b8bc5ce58 Merge pull request #498 from shunyata/bugfix/old-param-in-update_password
Remove an obsolete parameter.
2013-12-12 15:18:31 -08:00
shunyata de1a0f5690 wallet.synchronizer should exist at construction.
The `self.synchronizer` attribute is accessed before it ever exists when using
`electrum importprivkey` on the command line. This change sets it to None,
which is a valid state, in the wallet's constructor.
2013-12-12 17:36:17 -05:00
shunyata 419bdc54f3 Remove an obsolete parameter.
This was straight-up crashing before. Need more automated tests, I think. :/
2013-12-12 17:23:40 -05:00
pitchforks 16cc2644db fix setup.py to make `pip install --user` possible in Linux
added one more fallback to a local directory inside user's HOME, because
/usr/share/electrum for Linux was hardcoded in lib/util.py - see function
appdata_dir()
2013-12-12 18:14:32 +02:00
thomasv 1004fbd8f8 fix offline signing with key>5 2013-12-11 11:45:32 +01:00
ThomasV 8858ac249e Merge pull request #491 from Jud/master
Fix error when network.is_running() is called before the network is started.
2013-12-10 04:14:25 -08:00
Jud Stephenson 03a6791bcb Set initial 'running' attribute in Network class
This was causing a AttributeError when network.is_running() was called before the network was started.
2013-12-08 17:08:06 -05:00
ThomasV 3fc7d0ef9e abort export privkeys if wallet has no seed 2013-12-04 18:06:07 +01:00
ThomasV ab3f5e8556 Merge pull request #484 from flatfly/patch-1
fix for getversion
2013-12-01 06:06:41 -08:00
flatfly 4d085f111c fix for getversion
i had pasted the wrong definition, sorry
2013-12-01 14:38:27 +01:00
ThomasV 3ee97be261 Merge pull request #483 from flatfly/patch-2
added getversion command
2013-12-01 05:31:05 -08:00
flatfly 6751d23c79 added getversion command 2013-12-01 09:42:22 +01:00
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
ThomasV c389b47c21 Merge pull request #476 from shunyata/bugfix/parsing-error-in-csv-transaction
Bugfix/parsing error in csv transaction
2013-11-30 00:24:47 -08: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
ThomasV 7684c0543b Merge pull request #471 from Zomnut/master
Fix for resetting options to default on program start when in portable mode
2013-11-29 08:41:25 -08:00