ThomasV
9d3162b1a1
simplify get_label
9 years ago
Neil Booth
41820eec29
Get correct domain in address_dialog
Fixes #1509
Also clean up imports.
9 years ago
Neil Booth
0371a3dc32
Don't refresh whilst editing!
It's long been a pet peeve of mine that whilst editing a label,
something would cause Electrum to refresh the widget, such as
an incoming tx or a new block, and you'd lose your edits.
This changes MyTreeWidget so that, if editing, updates are
deferred until editing finishes.
9 years ago
Neil Booth
544b829f6e
Rework MyTreeWidget editing
Gets rid of need for EditableItem class.
New callback on_permit_edit to permit widgets to refuse editing.
Restores popup menu on activating a non-editable column behaviour.
9 years ago
ThomasV
533cdde366
right align numerical values in history widget
9 years ago
Neil Booth
9b50d1e7bc
Fix history headers on plugin load / unload
9 years ago
Neil Booth
9e0e54157e
More improvements to exchange_rate plugin
Everything should now update correctly on incoming data from
the exchange server.
9 years ago
ThomasV
24cd18e193
cleanup unneeded array in history widget
9 years ago
ThomasV
1f215ae673
cleanup
9 years ago
ThomasV
015e274dab
rework exchange_rate hooks
9 years ago
Neil Booth
9da22000b6
More improvements to exchange_rate plugin
- better historical rate handling, including caching
- grabbing and scanning wallet transactions no longer needed
- fix autosize of fiat column
- more efficient
9 years ago
Neil Booth
f2fb856f1c
Exchange rate plugin fixes for multiple windows
This should be enough to keep everything working that was working
before. The plugin itself needs a lot more work to fix existing
bugs and be sane.
9 years ago
Neil Booth
0fa38074de
Fix menu editing
9 years ago
Neil Booth
851db130ea
Cleaner column editing in MyTreeWidget
Also enables arbitrary columns to be edited, but nothing
uses that yet.
9 years ago
ThomasV
bfae04e6f0
Improved in network callbacks:
* Pass arguments
* Don't redraw history when a tx is verified.
* Fix new tx notifications.
10 years ago
ThomasV
953674aac7
resize columns to content by default
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
d94aee83b9
enable sorting for all lists except history
10 years ago
ThomasV
ff152141ae
fix: always use UserRole to store the key
10 years ago
ThomasV
93250b1041
gui simplification
10 years ago
ThomasV
b8a72180c7
HistoryWidget class; address history window
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
thomasv
69f91ba84b
fix setup.py and a few imports
11 years ago
ThomasV
004aa4b640
separate directories for GUIs
11 years ago
thomasv
a563091f30
separate core and gui in different modules
12 years ago
rdymac
df15b42748
Text strings to appear translated
Another word to be shown translated from the Lite GUI
12 years ago
bkkcoins
251e4529b6
updated indent spacing
12 years ago
bkkcoins
47145ce1a6
show history debits in red
12 years ago
Maran
25f424a8d8
Fix for slush's problem, perhaps
12 years ago
Maran
b564bedd52
Added date to the history overview of the lite GUI
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
Amir Taaki
b952a96b41
Added history to lite view.
13 years ago