Commit Graph

294 Commits

Author SHA1 Message Date
Maran 4a43126547 Work in progress for message signing via classic gui 2013-02-27 18:14:16 +01:00
thomasv d5ba4398ee update tx label in gui 2013-02-27 12:51:49 +01:00
thomasv cd9f2f02d2 fix: mktx syntax 2013-02-27 12:47:11 +01:00
thomasv 2e9c2c1f96 return python objects from commands, and display them as json 2013-02-26 17:57:48 +01:00
thomasv 31e265b11d more efficient method for exporting private keys 2013-02-26 16:29:23 +01:00
thomasv 42a10164ea make most commands available in the console 2013-02-26 13:56:48 +01:00
ThomasV 8682608813 indent unsigned tx 2013-02-25 20:48:45 +01:00
ThomasV f549e15a12 fix: unsigned transactions in gui 2013-02-25 20:46:38 +01:00
ThomasV 9ae12c43e4 word per word completions 2013-02-23 20:48:22 +01:00
thomasv 03e2160503 create separate class for deterministic key generation. add pubkeys to validateaddress 2013-02-23 11:35:46 +01:00
thomasv f0b255acba store transactions in serialized form 2013-02-22 19:22:22 +01:00
thomasv 76439beec5 simplify get_private_key, use base58 2013-02-22 17:27:19 +01:00
Maran 392f0f47b0 Private keys, instead of private key 2013-02-15 17:48:13 +01:00
Maran b2b77f8ad9 Added the option to export your private keys to csv 2013-02-15 17:48:13 +01:00
thomasv 50305e1f57 menu option to show private key 2013-02-02 11:46:02 +01:00
thomasv cd4afb89ea fix column width saving: do not store last column 2013-02-02 10:20:24 +01:00
thomasv d82a9a6eff delay console message until after the gui is initialized 2013-02-02 09:40:54 +01:00
ThomasV 8bb4628f11 Merge pull request #142 from rdymac/patch-34
import/export tab comment
2013-02-01 09:29:03 -08:00
ThomasV c3a0c9dd36 transform the wall into a python console 2013-02-01 18:22:36 +01:00
rdymac c7e90f401b import/export tab comment
Changed duplicated comment
2013-02-01 17:45:25 +01:00
ThomasV 681e8a0ec5 Merge pull request #139 from rdymac/patch-33
Reviewed the entire code for missing text strings
2013-01-31 02:10:20 -08:00
thomasv 789223c871 fix syntax error and indentation 2013-01-30 20:27:28 +01:00
Maran 515b3412b0 Hide the empty label when no version is detected 2013-01-30 16:25:48 +01:00
rdymac 1b19e98277 Reviewed the entire code for missing text strings 2013-01-30 10:16:00 +01:00
rdymac 72cab1c4ae Adding restoring process to translations (2)
"More text strings to be translated, this time from the restoring process and seedless wallets."

Fix (2): only separated the 'seedless' word, so it would be translated all over the code.
2013-01-30 08:52:24 +01:00
thomasv 9bd75e05e7 simplify if statement 2013-01-28 14:01:25 +01:00
thomasv 11fd811b33 count all transactions in num_tx, in order to show the correct gap 2013-01-28 13:59:23 +01:00
ThomasV 6e783097cf Merge pull request #115 from rdymac/patch-14
More text strings to be translated
2013-01-16 22:49:53 -08:00
rdymac 8b955844fb More text strings to be translated
Added more text strings to be translated
2013-01-17 00:34:19 +01:00
rdymac 41b1eff1e2 Changed Master Public Key to first capital letters
Changed Master Public Key to first capital letters to maintain consistency with all MPK text strings.
2013-01-17 00:22:43 +01:00
Maran 24da38415e Rolled back original compare code 2013-01-16 17:07:59 +01:00
thomasv e0bdf0e079 fix regexp and compare_versions 2013-01-16 17:07:59 +01:00
thomasv c933e6c614 use print_error; transalte New version string 2013-01-16 17:07:59 +01:00
Maran 9009fba35c Implemented new version comparing 2013-01-16 17:07:59 +01:00
Maran 499a336c45 Removed extra set gui line and updated version address 2013-01-16 17:07:59 +01:00
Maran de778da3c5 Implemented update notification to classic GUI 2013-01-16 17:07:59 +01:00
rdymac 4fc5948038 Added icons' text strings to be translated
Added icons' text strings to be translated. Updated the wiki with the three text strings that weren't there.
2013-01-14 01:34:06 +01:00
ThomasV c6bc4708df Merge pull request #100 from rdymac/patch-4
Replaced white spaces that are at the end of the phrase and after a dot.
2013-01-13 00:05:49 -08:00
ThomasV 964c7dd75b fix network dialog 2013-01-13 09:01:31 +01:00
bkkcoins 0a12b0570f make tx details scrollable 2013-01-13 11:52:03 +07:00
rdymac 04c95c4b64 Update lib/gui_qt.py 2013-01-13 03:56:13 +01:00
ThomasV 6fdcf05845 Merge pull request #97 from bkkcoins/rem-col-widths-fixed
Resubmit: remember column widths, fixed for receive modes
2013-01-12 10:42:12 -08:00
ThomasV 7fe515b07a Merge pull request #99 from rdymac/master
Adding the 5 left strings
2013-01-12 10:34:06 -08:00
rdymac 9af25bde66 Update lib/gui_qt.py
Added the 5 _("") strings to be translated. Don't know if python cares about single and double quotes.
2013-01-12 18:56:53 +01:00
bkkcoins a3e728a154 fixed remember column widths for receive modes 2013-01-12 17:23:35 +07:00
rdymac c981940b16 Update lib/gui_qt.py
Fixed a typo on line 1788
2013-01-12 02:54:27 +01:00
thomasv 3276c3394f strip spaces around private key 2013-01-11 18:01:40 +01:00
thomasv 867d75769f Revert "remember column widths"
This reverts commit a2d0ae0082.
2013-01-11 10:20:28 +01:00
ThomasV be37736461 Merge pull request #94 from bkkcoins/remember-column-widths
Remember column widths
2013-01-11 01:01:08 -08:00
bkkcoins a2d0ae0082 remember column widths 2013-01-11 12:11:56 +07:00