Maran
|
cec247d1a5
|
Modified styling, removed obsolete styles and added wether we have are displaying receiving addresses
|
12 years ago |
thomasv
|
49c6055880
|
adjust width of history list
|
12 years ago |
thomasv
|
67866afa7e
|
replace receive button with menu
|
12 years ago |
thomasv
|
e9544df270
|
fix width of switch button in lite gui
|
12 years ago |
thomasv
|
b79da90d02
|
fix history width
|
12 years ago |
thomasv
|
e9e117712a
|
enable gui switch button (classic <-> lite) both ways
|
12 years ago |
thomasv
|
04ee4194be
|
remove gui selector from preferences. store last state
|
12 years ago |
bkkcoins
|
2d031013a5
|
add switch-gui button for qt
|
12 years ago |
ThomasV
|
42dbf61ba8
|
import/export functions
|
12 years ago |
bkkcoins
|
30de518be9
|
add switch-gui button for qt
|
12 years ago |
Pontius
|
e590c1cb20
|
Adjusted quote lookup and added three more currencies (where we have translations for)
|
12 years ago |
Maran
|
bceb8ae218
|
removed old donation address on lite gui
|
12 years ago |
thomasv
|
9bf31f4d71
|
Made the bug reporting link clickable in lib/gui_lite.py
|
12 years ago |
Maran
|
c4f1acade6
|
Added version to lite gui tile
|
12 years ago |
Maran
|
2666929a44
|
Fix contacts auto complete in lite gui
|
12 years ago |
Maran
|
900aab9595
|
Change bug report information
|
12 years ago |
Maran
|
7f76ac4aeb
|
Implemented labeling after making a transaction
|
12 years ago |
Maran
|
a296350994
|
Implements feature to copy mpk to your clipboard to the lite gui, fixes #51
|
12 years ago |
Maran
|
6394712392
|
Implemented receiving addresses to lite gui
|
12 years ago |
Maran
|
b564bedd52
|
Added date to the history overview of the lite GUI
|
12 years ago |
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
|
12 years ago |
Maran
|
9bf12079ce
|
Added default time string
|
12 years ago |
Maran
|
9083be46f7
|
There isn't always a tx hash..\?
|
12 years ago |
Maran
|
c50103870e
|
Handle exceptions on parsing better
|
12 years ago |
Maran
|
108da45e53
|
Added the option to export your transactions to a CSV file
|
12 years ago |
thomasv
|
c763445734
|
allow multiple-outputs transactions with mktx()
|
12 years ago |
Maran
|
be9a64fef3
|
Made the send_tx call for the lite gui asynchrone
|
12 years ago |
ThomasV
|
9a9e7c1b7c
|
simplification
|
12 years ago |
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
|
12 years ago |
thomasv
|
765201be4e
|
wallet.get_label method
|
12 years ago |
thomasv
|
254a5d8790
|
hum, it should be a decimal division
|
12 years ago |
thomasv
|
674096f870
|
float division
|
12 years ago |
thomasv
|
80e97feb47
|
fix syntax error in lite gui and get_default_label
|
12 years ago |
ThomasV
|
13c9991be8
|
fix: get_tx_value
|
12 years ago |
ThomasV
|
2a06a5b493
|
tie confirmation icons to payment verifier
|
12 years ago |
thomasv
|
0b76e16d04
|
allow multiple callbacks for a given name
|
12 years ago |
thomasv
|
4fbd2ea66e
|
use named callbacks with the interface
|
12 years ago |
ThomasV
|
2da0c0b77e
|
big refactoring of the interface
addition of the wallet verifier class for SPV
|
12 years ago |
thomasv
|
728ae0d184
|
move theme_path functions from util to gui_lite
|
12 years ago |
thomasv
|
c5f5e92d17
|
rename qt gui -> classic
|
12 years ago |
thomasv
|
da4b974dfd
|
simplification: hex encode master_public_key directly
|
12 years ago |
ThomasV
|
486ebf93e2
|
move is_up_to_date method
|
12 years ago |
ThomasV
|
cdf81f370b
|
save config after checking qt version
|
12 years ago |
thomasv
|
cc32b01bd3
|
another small fix
|
12 years ago |
thomasv
|
29671f55b6
|
fix
|
12 years ago |
thomasv
|
5444f55e6b
|
big refactoring: command line options and electrum.conf options override settings in wallet file.
|
12 years ago |
thomasv
|
0d11aa75c4
|
encapsulation: that kind of exception handling should be done in the gui module
|
12 years ago |
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
|
12 years ago |
Maran
|
504ea37c79
|
Made cfg an class attribute and fixed server changing for lite gui since proxy got added
|
12 years ago |
bkkcoins
|
ad24870a03
|
small edit to config syntax
|
12 years ago |