Commit Graph

169 Commits

Author SHA1 Message Date
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
ThomasV 486ebf93e2 move is_up_to_date method 2012-10-15 07:43:00 +02:00
ThomasV cdf81f370b save config after checking qt version 2012-10-13 07:38:22 +02:00
thomasv cc32b01bd3 another small fix 2012-10-12 18:46:34 +02:00
thomasv 29671f55b6 fix 2012-10-12 18:44:30 +02:00
thomasv 5444f55e6b big refactoring: command line options and electrum.conf options override settings in wallet file. 2012-10-11 20:10:12 +02:00
thomasv 0d11aa75c4 encapsulation: that kind of exception handling should be done in the gui module 2012-10-11 13:43:04 +02:00
Maran ae991f4407 Added the ability to make a copy of your wallet so ungeeky people can still create a backup in a place they can easily reach 2012-09-24 18:11:30 +02:00
Maran 504ea37c79 Made cfg an class attribute and fixed server changing for lite gui since proxy got added 2012-09-21 23:18:32 +02:00
bkkcoins ad24870a03 small edit to config syntax 2012-09-21 15:10:43 +07:00