thomasv
717a4ab5b2
pass parameter to backup_wallet
12 years ago
Pablo Castellano
cecb4c23b2
[Lite gui] Allow changing quote currency backwards with right click
12 years ago
Maran
4570db0804
Add icon back to Lite GUI. Fixes #112
12 years ago
Maran
bf12bac1f2
DRYed the backup wallet
12 years ago
thomasv
8e6be820b5
fix: assert fails on startup
12 years ago
Michael Wozniak
b1b2bab5c5
fix for issue 184
12 years ago
slush
dd630a8bb7
Fixed copy_master_public_key()
12 years ago
thomasv
e7e284b059
remove aliases from completions
12 years ago
Maran
18bcf5b206
Add 'create transaction' from deseeded wallet to Lite gui
12 years ago
Maran
c5047d4168
Show more decimals in Lite GUI
12 years ago
thomasv
9e861b1192
fix
12 years ago
thomasv
a563091f30
separate core and gui in different modules
12 years ago
thomasv
97e03cb738
replace wallet.all_addresses() with wallet.addresses(True)
12 years ago
thomasv
f72c8ee5d2
move is_valid from wallet class to bitcoin.py
12 years ago
thomasv
cd9f2f02d2
fix: mktx syntax
12 years ago
Satoshi Kodama
aee1c342db
added translation text string in gui_lite.py
Added gettext _() to the "public key has been copied" text string to be translated.
12 years ago
Maran
1b2a319f18
Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations
12 years ago
Maran
a30f154a9e
Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations
12 years ago
rdymac
3a668cc047
Electrum version in the About section
Added the Electrum version to the About section.
12 years ago
rdymac
09ab76a5cc
Two more, almost everything is set to be translate
Two more, almost everything is set to be translated. Now the Classic and Lite mode are fully translated. If there anything missing I'll catch it up while digging into the code or using the app.
12 years ago
rdymac
5c4abfd059
More text strings and some fixes in new lines (2)
Fixed some new line commands and added more text strings to the translation file.
Text string splitting fixed. Thanks Animazing!
12 years ago
rdymac
d7ac33ea32
Separated the text string from the github bug URL
Set the text and the link separated to be able to translate only the text part. If the bug report link ever change the text translated keep intact.
12 years ago
rdymac
5fc31899a2
Separated the new line command from text strings
Separated the new line command from text strings because it causes a bug when the text strings are pulled from the Translation wiki in multiple lines text strings.
12 years ago
Maran
839824e94d
Fix quit electrum menu item not appearing in OSX; #fixes 110
12 years ago
ThomasV
79dcc2bd57
fix csv export in lite gui
12 years ago
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
12 years ago
rdymac
198d6a810a
"public master key" to master public key
Fixed the order of these two words
12 years ago
rdymac
ca5798c2b7
Fixed some typos in text strings
Fixed some typos in text strings
12 years ago
thomasv
609a7c7fc0
rm unneeded print
12 years ago
Maran
ccc127bc59
Fix receiving widget not saving state properly
12 years ago
bkkcoins
272cdaceab
add default filename for export history
12 years ago
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