ThomasV
4eda748506
fix #991
10 years ago
Maran
fd8a931608
Make where() work with OSX app bundles
MEIPASS is PythonInstaller specific and won't work for py2app
modified: lib/util.py
modified: .gitignore
modified: lib/util.py
modified: setup-release.py
10 years ago
ThomasV
9d40fb2ea8
detect if we are in a pyinstaller bundle
10 years ago
ThomasV
ceaa48fd73
fix #948
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
ThomasV
01cf04079f
add NotEnoughFunds exception
10 years ago
ThomasV
b8a5d4146d
Do not use XDG_DATA_HOME. Tell user to use virtualenv if they are not root
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
0606a30804
move wordlists to data dir
10 years ago
ThomasV
44072a4f48
separate interface classes
11 years ago
ThomasV
8e5fbadc58
socket error handling
11 years ago
ThomasV
28df27fba2
update interface.py
11 years ago
ThomasV
035ecbc7cd
redo inter-thread communication using pipes
11 years ago
ThomasV
9efc25bdba
interface: use parse_json
11 years ago
Michael Wozniak
09154fdf20
Shouldn't redo URI encoding
11 years ago
Michael Wozniak
8ad7a5a085
Update tests and fix URI parsing
Update URI parsing for BIP0072 compatability
Update tests for parse_URI
11 years ago
ThomasV
f43ddf1d8f
parse_URI: amount is in satoshis
11 years ago
ThomasV
58c302a4cf
minor fixes
11 years ago
ThomasV
6f3c9e6a44
unify util.parse_URI
11 years ago
ThomasV
e8a5070948
fix parse_url
11 years ago
ThomasV
87fa402c34
support for payment requests in the gui
11 years ago
ThomasV
bb88c891dc
move set_url to __init__. fixes #672
11 years ago
ThomasV
696766c370
json-friendly debug messages. fix #659
11 years ago
Michael Wozniak
8874242fa7
Bitcoin URL Handling
Update Bitcoin URL handling to reject URLs with duplicate keys
issue: #649
11 years ago
Fynn
cc13dd25b3
Accept FreeBSD OS
11 years ago
ThomasV
9230482870
set default verbosity to false, because of daemon
11 years ago
ThomasV
7963f22a80
parse_url: parse exponents
11 years ago
bitcoindaddy
637ad52907
Add OpenBSD support to util.py
Recognize OpenBSD platform
11 years ago
Michael Wozniak
433a3ba0fe
Mac OSX bitcoin: URI updates
11 years ago
ThomasV
df76aac2db
fix bug with hex_to_int; remove unused function
11 years ago
Bryan Stitt
91061752cf
stop using eval
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
Zomnut
d9c595fca8
Fix for the built-in raw_input not redirectin properly without readlin loaded on Unix systems ( http://bugs.python.org/issue1927 )
11 years ago
thomasv
b00175d00d
update android interface
11 years ago
ThomasV
1be0ea1494
remove check_windows_wallet_migration
11 years ago
ThomasV
f957837e21
custom json encoder for transactions
11 years ago
ThomasV
d51a8d0f25
create a class for transaction dialog
11 years ago
ThomasV
d2b86091b4
whitespaces option in format_satoshis
12 years ago
ecdsa
25bbae132f
option to display mBTC
12 years ago
thomasv
93b98e1176
move http aliases to separate plugin
12 years ago
thomasv
972ba397d1
support for multisig functions
12 years ago
Maran
2e583ec38d
Dont migrate wallets for xp
12 years ago
thomasv
f971c80d58
use standard indendation in age(), and fix the for loop in it
12 years ago
thomasv
f40a365186
do not use Qt outside of the Qt gui. Also, do not request i18n translations for messages that will be displayed once at most
12 years ago
Maran
14a7429223
Tweaked the migration a bit
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
Neil Booth
9da7bee57c
Support NetBSD
12 years ago
thomasv
6824179eea
use stdout in print_msg
12 years ago
Maran
383948ab71
Added unknown option in case none given
12 years ago