ThomasV
|
47e5bd653a
|
add a color pair for qr code
|
9 years ago |
ThomasV
|
88c238dda7
|
fix Settings dialog in text gui
|
9 years ago |
Neil Booth
|
ae4cfc9f0b
|
Unregister network callbacks from QT gui
Rework the callback system in QT to make this easy, and avoid
leaking window references that prevent the window from being
GC-ed on close
|
9 years ago |
Neil Booth
|
afb5013272
|
Remove non-existent callbacks and handlers
|
9 years ago |
ThomasV
|
3ae3dbd80c
|
add qrcode to text gui
|
9 years ago |
Juraj Variny
|
812399f51d
|
Fix 'need more than 2 values to unpack' error.
|
9 years ago |
Neil Booth
|
49797c3094
|
Create a Plugins class
Encapsulates plugin logic and removes global variable ugliness.
|
9 years ago |
ThomasV
|
92e0744470
|
Refactoring of daemon:
* gui and daemon are in the same process
* commands that require network are sent to the daemon
* open only one gui window per wallet
|
9 years ago |
ThomasV
|
43880d452e
|
dynamic fees
|
10 years ago |
Neil Booth
|
03e53a5e01
|
Create a constant for 100000000 and use it
Use same name as is in bitcoind.
Note that one of the constants in text.py had the wrong number
of zeroes previously...
|
10 years ago |
Neil Booth
|
4f6d2f3d32
|
Put getting of auto_cycle into one place.
Default to False consistently; this may change the behaviour of
network.py's get_parameters().
|
10 years ago |
ThomasV
|
5160f46ca1
|
fix proxy value in text gui
|
10 years ago |
venzen
|
9658ba137f
|
replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee (fixed indentation)
|
10 years ago |
venzen
|
367315a4de
|
replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee
|
10 years ago |
ThomasV
|
c2a4252065
|
do not pass config to storage. request height from network_proxy if connected
|
10 years ago |
ThomasV
|
687cc7783f
|
show unmatured coins in status bar. fixes #1163
|
10 years ago |
ThomasV
|
782522fb71
|
update guis for new contacts
|
10 years ago |
ThomasV
|
eaa91683da
|
text gui: cap size of labels
|
10 years ago |
ThomasV
|
f051a3e577
|
update occurences of get_history
|
10 years ago |
ThomasV
|
e3de121be9
|
store deserialized tx in/out in wallet file for fast computation
|
10 years ago |
ThomasV
|
4fdeb52f7d
|
update text gui
|
11 years ago |
ortutay
|
4edfc6d82e
|
Coinbase BuyBack plugin
|
11 years ago |
Bryan Stitt
|
6cd4ed486a
|
fix more bare excepts
|
11 years ago |
Bryan Stitt
|
f0eb0eccde
|
replace BaseException with Exception
|
11 years ago |
Michael Kramlich
|
09b0eeedfb
|
curses text UI now says Offline (rather than 'Not connected') when started in --offline mode; this matches the main Qt UI
|
11 years ago |
Michael Kramlich
|
825a55289d
|
curses text UI will call wallet.start_threads(network) even in --offline mode
|
11 years ago |
Michael Kramlich
|
583bb8f2f1
|
FIX: make the curses text UI not crash when started in --offline mode (matching ThomasV's recent changes to the other UIs)
|
11 years ago |
Michael Kramlich
|
0447af4593
|
curses text UI: displays Unicode more correctly in History/Receive/Contacts/Wall tabs
|
11 years ago |
Michael Kramlich
|
724cb06816
|
FIX: fixes issue 356 where if an address label contained Unicode it could cause the text UI client (curses) to crash; this fix should work for both the History, Receive, Contacts and Wall tabs
|
11 years ago |
ThomasV
|
19063d2395
|
text gui: save the history to speed up display
|
11 years ago |
ThomasV
|
caef81e623
|
fixes for text gui
|
11 years ago |
ThomasV
|
c9acbe1912
|
update text gui
|
11 years ago |
rofl0r
|
f3c01e192d
|
re-add text gui (ncurses)
removed in 2c0814f0d3
probably by mistake.
|
11 years ago |