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
59a9e4f710
fix new_wallet and seed language
10 years ago
ThomasV
30519e7024
fix typo
10 years ago
ThomasV
1cb6c08a13
use get_config instead of passing window to ScanQRTextEdit
10 years ago
ThomasV
c2a4252065
do not pass config to storage. request height from network_proxy if connected
10 years ago
Neil Booth
79de458101
Preparation for moving the set of verified and unverified txs to the wallet.
The verifier will retain responsibility for verification, but will no longer
hold the transaction sets itself.
Change requires_fee to take a wallet.
Add new function add_unverified_tx()
Move get_confirmations() to the wallet from the verifier.
10 years ago
ThomasV
687cc7783f
show unmatured coins in status bar. fixes #1163
10 years ago
Neil Booth
4d55cb9528
First of several incremental patches tightening up interface.py.
Remove some unneeded imports, a constant and a line of dead code.
Document the current external API interface.py provides.
10 years ago
ThomasV
0a1c8f5546
underline help label
10 years ago
ThomasV
e4038dcdba
move create_csr to gui
10 years ago
ThomasV
6527eae32b
handle adds is None in tx dialog
10 years ago
ThomasV
51b62c2983
strip transaction text before parsing
10 years ago
ThomasV
9f4a914526
change mouse cursor over clickable labels
10 years ago
ThomasV
c35cdf1fd8
rename ssl config variables
10 years ago
Neil Booth
b71d35f027
Make stretch column editable again.
10 years ago
Neil Booth
1bafa42fbd
Remove two redundant refreshes of history tab during startup.
The call to update_wallet() is redundant with earlier call to load_wallet().
Set the need_update boolean so the timer will refresh rather than
unconditionally refreshing. This typically results in it merging with
the first network "updated" event resulting in one less refresh.
For me in online mode this results in history being calculated and shown
only twice during startup rather than four times.
10 years ago
Neil Booth
db2517b901
Shrink size of changes; functionality unchanged.
10 years ago
Neil Booth
737a0ce9d8
Avoid ugly flash of small window during startup.
Electrum 2.x flashes a small window during startup before the main window appears.
This turns out to be the fee edit box being enabled in create_send_tab().
Setting it to visible when the grid containing it is unparented causes QT to actually
display a window with just the edit box widget for some reason. So defer the
call to set its visibility until the grid is parented.
10 years ago
Neil Booth
ec953c7f30
Expand default BTC / fiat amount width. Seems to suffice for expected usage.
10 years ago
ThomasV
953674aac7
resize columns to content by default
10 years ago
Neil Booth
83e05b1183
Modify format_satoshis to display amounts according to locale.
In particular, thousands and decimal point separators are taken from locale.
10 years ago
Neil Booth
f56413d602
Put title() member func, with localization, in main_window.py
10 years ago
Neil Booth
889174ae19
Show wallet basename in tray tooltip for those of us using multiple wallets
Move basename (and title) logic to the wallet and use those member functions.
10 years ago
Neil Booth
72cf707e61
Filter on an array of columns. Make search string lower case too.
10 years ago
Neil Booth
deec78a9d4
Clean up block explorer handling. Add menu item to go to block explorer for an address.
Block explorer code is data-driven now.
Put block explorer defaulting in one place.
Fix URLs for insight.is and blockr.io.
Add tradeblock.com explorer.
Add menu item to view address on block explorer provided only one is selected.
10 years ago
ThomasV
b6c7a97d5f
search invoices list by description
10 years ago
ThomasV
6e33e2605e
improve help text
10 years ago
ThomasV
300c1040cd
add help text
10 years ago
ThomasV
f02b95c81a
pay to many
10 years ago
Jason Jackson
acedbe304a
Fix spelling of Clipboard
10 years ago
ThomasV
8689807400
add file button to text edits
10 years ago
ThomasV
9fbbef4d17
disable sorting of addresses
10 years ago
ThomasV
eff977081d
add file reader to QRTextEdit, to facilitate key imports
10 years ago
ThomasV
d94aee83b9
enable sorting for all lists except history
10 years ago
ThomasV
7a7ad7fe2d
call go_lite after load_wallet
10 years ago
ThomasV
ab0447d01e
lite gui: update completions
10 years ago
ThomasV
706d605f91
recursive generator for tree leaves
10 years ago
ThomasV
9d54afa04f
fix search: column number
10 years ago
ThomasV
77e902be63
add search box to incoices too
10 years ago
ThomasV
45081b1c8b
search box
10 years ago
ThomasV
6fb9f2e241
smaller column
10 years ago
ThomasV
343d452706
sort contacts. fixes #920
10 years ago
ThomasV
782522fb71
update guis for new contacts
10 years ago
ThomasV
e8189490e9
store contacts in a separate file, shared between wallets
10 years ago
ThomasV
7f3fc232a0
minor fixes for receive tab
10 years ago
ThomasV
1b7cd02bce
fix item selection bug
10 years ago
Roman Zeyde
b5c31cd031
transaction_dialog: hide broadcast button when offline
10 years ago
Roman Zeyde
d3f696c301
main_window: call pr.get_id() before it's required
10 years ago