Commit Graph

178 Commits

Author SHA1 Message Date
ThomasV 79dcc2bd57 fix csv export in lite gui 2013-01-16 06:47:27 +01:00
ThomasV 2c3ce56e42 Merge pull request #109 from rdymac/patch-10
"public master key" to master public key
2013-01-15 21:42:40 -08:00
rdymac 5ece1d31b5 Changed electrum-desktop.com to electrum.org
Changed the website link under the Help menu option from electrum-desktop.com to electrum.org
2013-01-16 02:00:15 +01:00
rdymac 198d6a810a "public master key" to master public key
Fixed the order of these two words
2013-01-16 00:59:22 +01:00
rdymac ca5798c2b7 Fixed some typos in text strings
Fixed some typos in text strings
2013-01-14 01:02:29 +01:00
ThomasV aec2a3abab Merge pull request #93 from bkkcoins/export-history-default
Add default filename for export history
2013-01-12 11:01:16 -08:00
thomasv 609a7c7fc0 rm unneeded print 2013-01-11 11:25:59 +01:00
Maran ccc127bc59 Fix receiving widget not saving state properly 2013-01-11 11:24:11 +01:00
bkkcoins 272cdaceab add default filename for export history 2013-01-11 11:57:49 +07:00
Maran cec247d1a5 Modified styling, removed obsolete styles and added wether we have are displaying receiving addresses 2013-01-10 21:51:27 +01:00
thomasv 49c6055880 adjust width of history list 2013-01-10 18:02:28 +01:00
thomasv 67866afa7e replace receive button with menu 2013-01-10 17:58:04 +01:00
thomasv e9544df270 fix width of switch button in lite gui 2013-01-10 14:39:03 +01:00
thomasv b79da90d02 fix history width 2013-01-09 14:19:03 +01:00
thomasv e9e117712a enable gui switch button (classic <-> lite) both ways 2013-01-09 10:42:19 +01:00
thomasv 04ee4194be remove gui selector from preferences. store last state 2013-01-07 12:03:39 +01:00
bkkcoins 2d031013a5 add switch-gui button for qt 2013-01-07 12:03:39 +01:00
ThomasV 42dbf61ba8 import/export functions 2013-01-05 21:03:46 +01:00
Pontius e590c1cb20 Adjusted quote lookup and added three more currencies (where we have translations for) 2013-01-04 10:35:21 +01:00
Maran bceb8ae218 removed old donation address on lite gui 2013-01-02 20:34:32 +01:00
thomasv 9bf31f4d71 Made the bug reporting link clickable in lib/gui_lite.py 2013-01-02 11:42:09 +01:00
Maran c4f1acade6 Added version to lite gui tile 2012-12-28 18:27:31 +01:00
Maran 2666929a44 Fix contacts auto complete in lite gui 2012-12-28 18:16:51 +01:00
Maran 900aab9595 Change bug report information 2012-12-10 20:58:32 +01:00
Maran 7f76ac4aeb Implemented labeling after making a transaction 2012-12-10 20:51:14 +01:00
Maran a296350994 Implements feature to copy mpk to your clipboard to the lite gui, fixes #51 2012-12-10 12:03:30 +01:00
Maran 6394712392 Implemented receiving addresses to lite gui 2012-12-10 00:34:57 +01:00
Maran b564bedd52 Added date to the history overview of the lite GUI 2012-12-09 13:39:28 +01:00
Maran ebfe6346e7 Merge branch 'csv' 2012-12-09 12:58:40 +01:00
Maran 674ffe27ff Remove server list from lite gui
With all the new options for servers a simple menu item is not enough to properly implement it
2012-12-09 12:53:25 +01:00
Maran 9bf12079ce Added default time string 2012-12-05 23:18:31 +01:00
Maran 9083be46f7 There isn't always a tx hash..\? 2012-12-05 23:04:16 +01:00
Maran c50103870e Handle exceptions on parsing better 2012-12-05 22:55:15 +01:00
Maran 108da45e53 Added the option to export your transactions to a CSV file 2012-12-05 22:42:40 +01:00
thomasv c763445734 allow multiple-outputs transactions with mktx() 2012-12-05 16:41:39 +01:00
Maran be9a64fef3 Made the send_tx call for the lite gui asynchrone 2012-11-22 19:33:13 +01:00
ThomasV 9a9e7c1b7c simplification 2012-11-20 18:19:37 +01:00
thomasv 650a9b6074 do not include fee in the transaction amount shown in history. adapt history to the case where it was recovered from a pruning server 2012-11-16 14:39:31 +01:00
thomasv 765201be4e wallet.get_label method 2012-11-05 11:08:16 +01:00
thomasv 254a5d8790 hum, it should be a decimal division 2012-11-05 10:47:27 +01:00
thomasv 674096f870 float division 2012-11-05 10:43:57 +01:00
thomasv 80e97feb47 fix syntax error in lite gui and get_default_label 2012-11-05 10:42:57 +01:00
ThomasV 13c9991be8 fix: get_tx_value 2012-11-04 11:47:20 +01:00
ThomasV 2a06a5b493 tie confirmation icons to payment verifier 2012-10-26 00:40:19 +02:00
thomasv 0b76e16d04 allow multiple callbacks for a given name 2012-10-22 13:43:58 +02:00
thomasv 4fbd2ea66e use named callbacks with the interface 2012-10-22 11:34:21 +02:00
ThomasV 2da0c0b77e big refactoring of the interface
addition of the wallet verifier class for SPV
2012-10-21 22:55:16 +02:00
thomasv 728ae0d184 move theme_path functions from util to gui_lite 2012-10-19 14:36:12 +02:00
thomasv c5f5e92d17 rename qt gui -> classic 2012-10-19 10:26:35 +02:00
thomasv da4b974dfd simplification: hex encode master_public_key directly 2012-10-16 09:24:38 +02:00