196 Commits (9b07aca88fcc51fadd09bf3b4043547b7fcbffa0)

Author SHA1 Message Date
thomasv 4e070bda57 new command: signtx (offline transaction signing) 12 years ago
thomasv c763445734 allow multiple-outputs transactions with mktx() 12 years ago
ThomasV e766df1d33 retry when passwords do not match 12 years ago
ThomasV a3af71960c small qr code window with print 12 years ago
ThomasV 2603f21a3b fix show seed 12 years ago
ThomasV 1573e71af9 fix 12 years ago
thomasv e22e744b10 config: merchant_name 12 years ago
thomasv a01819fa0a save label invoice string 12 years ago
thomasv a7a60ceaeb separate update qr code and paint event 12 years ago
thomasv 267466b22d use timer signal to render qr code 12 years ago
thomasv 882ee0ded4 show address balance in POS mode 12 years ago
thomasv 1c3ab88262 smaller font size, we don't want the window to be larger than 800 pixels 12 years ago
thomasv c586c55528 receive tab: 3 separate view mode 12 years ago
ThomasV 74a8a5f77a edit column directly 12 years ago
ThomasV 522d4d7f91 do not display requested amount if zero. show menu item only if window is visible 12 years ago
ThomasV 4faeaef91e proper close method 12 years ago
ThomasV 1fec0887d2 use update instead of repaint; do not update qr window if not visible 12 years ago
thomasv fadeb913d0 toggle visibility instead of closing the window 12 years ago
thomasv 9f0698a8a3 invoice window: larger text, monospace font 12 years ago
thomasv a03bacbeff fix url in qr code 12 years ago
thomasv d5b47fa93e separate non-modal window for QR codes (point of sale) 12 years ago
Alfie "Azelphur" Day 7aeeb0903a Added message signing to the QT GUI 12 years ago
ThomasV 7c13dc54db reduce column width to avoid horizontal scrollbar 12 years ago
ThomasV ef6498164d remove forgotten calls to deprecated method 12 years ago
ThomasV b6c494ce6a fix network dialog 12 years ago
ThomasV d2c91d9a0f simplify the create/restore procedure 12 years ago
ThomasV 9a9e7c1b7c simplification 12 years ago
thomasv cf1f533613 allow offline creation/recovery within the gui 12 years ago
thomasv 2385cc3ad8 show server type (pruning or full) 12 years ago
ThomasV 2d13107897 make a regular gui module for android 12 years ago
thomasv 650a9b6074 do not include fee in the transaction amount shown in history. adapt history to the case where it was recovered from a pruning server 12 years ago
thomasv 8ec2b16e21 use None as timestamp for pending transactions 12 years ago
ThomasV cc2ef02c2b gui fixes 12 years ago
ThomasV 8ec6a60daf compatibility with 0.6 protocol 12 years ago
thomasv 765201be4e wallet.get_label method 12 years ago
thomasv 80e97feb47 fix syntax error in lite gui and get_default_label 12 years ago
ThomasV efccde2e8e fix: timestamps in transactions 12 years ago
ThomasV 0a7b69fc5b gui fixes 12 years ago
thomasv 4cbee7554f new protocol: the server sends serialized tx, deserialize it in the client 12 years ago
ThomasV ea42a74824 default ports to be used if we cannot get a list of peers 12 years ago
thomasv 43ceb6b52a text gui: dialogs 12 years ago
thomasv cdb52c30d2 do not request merkle root for unconfirmed transactions 12 years ago
ThomasV 6df9eb491a revert label change: this was breaking i18n translations. 12 years ago
ThomasV f40ca9efa6 disable text gui, as it is not ready for release 12 years ago
ThomasV 03199dcf2e minor fix for settings dialog combo 12 years ago
ThomasV 2a06a5b493 tie confirmation icons to payment verifier 12 years ago
thomasv 3a23e54a1a window title 12 years ago
thomasv 37b0737f6d wait until connected 12 years ago
thomasv a4d17d3cb9 new 'disconnecting' callback for requested disconnection 12 years ago
thomasv 82531131ee interface: do not connect inside the constructor 12 years ago