ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
thgh
7847382bfe
Fix: hide tray icon on close
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
ThomasV
b1472ba1a7
fix regression: offline mode
11 years ago
rdymac
962792bdcd
missing text strings
missing text strings
11 years ago
ThomasV
294ac1f711
fix history export (bug #338 )
11 years ago
ThomasV
dae4de35f7
fixes for lite gui (issue #262 )
11 years ago
thomasv
a8c2d95207
don't show lite in init
11 years ago
ThomasV
13fd5b7e3c
support mBTC in lite gui
11 years ago
ThomasV
6644fcc22e
move lite window initialization in the constructor of the main window
11 years ago
ThomasV
8e136b098a
rm dead code
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
ThomasV
404c1f84d2
generalize plugins to all guis
11 years ago
rdymac
10be6e7609
Add translations and fixes to 1.9 master
Added translations, fixes to syntax errors and other minor fixes for
text strings.
Tested all changes. I hope not to break anyhting…
I was unsurem, but the menu bar on the Lite GUI dissapeared. Looking at
the commits on master, it seems that it wasn't me.
11 years ago
thomasv
6b6c508976
replace wallet.interface everywhere
11 years ago
thomasv
d26ac9673b
remove menu bar from lite gui
11 years ago
thomasv
06d0c67b9c
remove ElectrumGui class for lite window
11 years ago
thomasv
69f91ba84b
fix setup.py and a few imports
11 years ago
ThomasV
004aa4b640
separate directories for GUIs
11 years ago
thomasv
1606bd3106
update lite gui for 1.9
12 years ago
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