85 Commits (656560be7220ead454059e7ac6f82ef84cf6df30)

Author SHA1 Message Date
ThomasV bbaacef960 fix format_satoshis for None values 10 years ago
ThomasV 953674aac7 resize columns to content by default 10 years ago
Neil Booth 4f45e0a083 Prior lost minus sign for fractional negative numbers 10 years ago
Neil Booth 0d35dd66d2 The lite GUI passes a decimal type 10 years ago
Neil Booth 83e05b1183 Modify format_satoshis to display amounts according to locale. 10 years ago
Neil Booth deec78a9d4 Clean up block explorer handling. Add menu item to go to block explorer for an address. 10 years ago
ThomasV e8189490e9 store contacts in a separate file, shared between wallets 10 years ago
ThomasV 4c729f0ff0 move format_time to util 10 years ago
ThomasV f051a3e577 update occurences of get_history 10 years ago
ThomasV d82529a41a function profiler 10 years ago
ThomasV a4cb70649d fix synchronizer hanging when not connected. 10 years ago
ThomasV 72688a5cfa clean implementation of daemon threads 10 years ago
ThomasV 0f3c5ad4b1 parse_URI: utf8 decode 10 years ago
ThomasV f92c3cadf0 fix utf8 encode in create_URI 10 years ago
ThomasV c7f89da934 copy request URI to clipboard 10 years ago
ThomasV 80284d5516 updates for the old android GUI 10 years ago
ThomasV 56dc9f7f80 cleanup dead code 10 years ago
ThomasV e389745491 remove appdata_dir and data_dir 10 years ago
ThomasV 4eda748506 fix #991 10 years ago
Maran fd8a931608 Make where() work with OSX app bundles 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 10 years ago
ThomasV 8e5fbadc58 socket error handling 10 years ago
ThomasV 28df27fba2 update interface.py 10 years ago
ThomasV 035ecbc7cd redo inter-thread communication using pipes 10 years ago
ThomasV 9efc25bdba interface: use parse_json 10 years ago
Michael Wozniak 09154fdf20 Shouldn't redo URI encoding 10 years ago
Michael Wozniak 8ad7a5a085 Update tests and fix URI parsing 10 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 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 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