flo-electrum/gui/qt
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.
2015-04-30 14:21:58 +09:00
..
themes simplify setup.py using package_data 2015-02-18 17:13:41 +01:00
__init__.py Remove two redundant refreshes of history tab during startup. 2015-04-30 14:21:58 +09:00
address_dialog.py update buttons in address dialog 2015-04-20 14:25:39 +02:00
amountedit.py Expand default BTC / fiat amount width. Seems to suffice for expected usage. 2015-04-29 21:41:27 +09:00
console.py do not add command to console history if it starts with a space 2014-12-14 16:53:40 +01:00
history_widget_lite.py Modify format_satoshis to display amounts according to locale. 2015-04-29 10:13:41 +09:00
history_widget.py resize columns to content by default 2015-04-29 09:26:22 +02:00
installwizard.py add file button to text edits 2015-04-24 09:10:03 +02:00
lite_window.py lite gui: update completions 2015-04-23 17:11:43 +02:00
main_window.py Remove two redundant refreshes of history tab during startup. 2015-04-30 14:21:58 +09:00
network_dialog.py network dialog: replace protocol list with checkbox 2015-03-23 11:11:51 +01:00
password_dialog.py new Button widgets 2015-03-14 12:28:19 +01:00
paytoedit.py improve help text 2015-04-26 13:31:39 +02:00
qrcodewidget.py QR code fixes 2014-10-24 15:45:10 +02:00
qrtextedit.py add file button to text edits 2015-04-24 09:10:03 +02:00
qrwindow.py gui: don't show qr code directly in receive tab 2015-04-20 07:48:39 +02:00
receiving_widget.py removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
seed_dialog.py fix tx dialog buttons using new widgets 2015-03-14 19:08:56 +01:00
transaction_dialog.py transaction_dialog: hide broadcast button when offline 2015-04-23 09:30:25 +03:00
util.py resize columns to content by default 2015-04-29 09:26:22 +02:00
version_getter.py version_getter should be daemon 2015-04-14 15:02:17 +02:00