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 |
thomasv
|
4fbd2ea66e
|
use named callbacks with the interface
|
12 years ago |
ThomasV
|
2da0c0b77e
|
big refactoring of the interface
addition of the wallet verifier class for SPV
|
12 years ago |
thomasv
|
a361a05b08
|
text gui
|
12 years ago |
thomasv
|
3760486a6a
|
fix side effect and handle case where the initial server was not connected
|
12 years ago |
thomasv
|
fb6a1a0720
|
better protocol handling in gui
|
12 years ago |
thomasv
|
c5f5e92d17
|
rename qt gui -> classic
|
12 years ago |
ThomasV
|
456d3d5b55
|
add SSL protocols to network dialog
|
12 years ago |
ThomasV
|
27f4a0c28e
|
fix: update history when label changed
|
12 years ago |
thomasv
|
ada24d2463
|
set default button in seed dialog
|
12 years ago |
thomasv
|
8220b0f743
|
on create, use the server already picked by the interface
|
12 years ago |
ThomasV
|
69e68e9203
|
show waiting dialog during transaction broadcast
|
12 years ago |
ThomasV
|
d8bebdccf6
|
Adding confirmation icons in Tachikoma's pull request, following considerations on security
|
12 years ago |
thomasv
|
23f7ee2fb9
|
disable labels too
|
12 years ago |
thomasv
|
65b13b88f4
|
disable setting widgets when setting is not modifiable.
|
12 years ago |
thomasv
|
a95e834e2e
|
fix: needs parentheses
|
12 years ago |
thomasv
|
c53c3f2195
|
network_dialog: disable fields that are not modifiable
|
12 years ago |
thomasv
|
91609dab9e
|
improved network dialog
|
12 years ago |
thomasv
|
8fe6673814
|
typo
|
12 years ago |
thomasv
|
5444f55e6b
|
big refactoring: command line options and electrum.conf options override settings in wallet file.
|
12 years ago |
thomasv
|
596bddbf7e
|
replace expert mode with a button for gui_detailed_view
|
12 years ago |
Maran
|
c1fa13d0f6
|
Disabled the proxy input fields when None is selected
|
12 years ago |
thomasv
|
fd13d19cb8
|
fix proxy issues: override config with command line option, and use interface.proxy in gui
|
12 years ago |
thomasv
|
c479261043
|
restored initial text (users should know what seed means), and added a warning against phishing
|
12 years ago |
thomasv
|
e7e9e8916b
|
fix set_server. keep compatibility with the gtk interface
|
12 years ago |
thomasv
|
385b515439
|
fix proxy config: read from simpleconfig object
|
12 years ago |
Maran
|
a08f2660df
|
Use True flag for set key
|
12 years ago |
bkkcoins
|
2bf2f76a2a
|
small edit to config syntax
|
12 years ago |
bkkcoins
|
ad24870a03
|
small edit to config syntax
|
12 years ago |
bkkcoins
|
38acaf0a3a
|
small change to config syntax
|
12 years ago |
bkkcoins
|
3007d95ceb
|
Added code to remember window position
|
12 years ago |
bkkcoins
|
fccd9921eb
|
adjust whitespace only
|
12 years ago |
bkkcoins
|
e43264538d
|
adjust whitespace only
|
12 years ago |
bkkcoins
|
01b300562e
|
Added settings dialog option for gui startup mode
|
12 years ago |
bkkcoins
|
9121654e8a
|
Added proxy settings save to config.json
|
12 years ago |
bkkcoins
|
09c90c0971
|
Revert "Revert "Added proxy options to network dialog""
This reverts commit 6e0b3620d2 .
|
12 years ago |
bkkcoins
|
6e0b3620d2
|
Revert "Added proxy options to network dialog"
This reverts commit 83bb644135 .
|
12 years ago |
bkkcoins
|
83bb644135
|
Added proxy options to network dialog
|
12 years ago |
Maran
|
9407dd3f2f
|
Small fix to make sure the cursor stays where it is using the Pro GUI
|
13 years ago |
Amir Taaki
|
b3b910d926
|
WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running.
|
13 years ago |
Jimbo77
|
d66673eca2
|
more print_errors() deleted
|
13 years ago |
Amir Taaki
|
7f81bcf05f
|
Prettified code for BrainWallet dialog.
|
13 years ago |
Amir Taaki
|
6f3271f565
|
Make seed dialog much simpler and easier to understand.
|
13 years ago |
Amir Taaki
|
c506139e68
|
use labels for to/from in lite history where available.
|
13 years ago |
slush
|
4e54081c5c
|
New feature "Scan QR code" in sending dialog.
|
13 years ago |