ThomasV
beffd3c006
follow-up 713c3c746: fiat values need to be right aligned
7 years ago
ThomasV
5e61ff18ac
fix #2834
7 years ago
ThomasV
b46e86d3c7
fix 2810
7 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
Casper
713c3c7460
History list upgrades
+ add icon tooltip
+ fix text alignment
+ add double click for details
8 years ago
ThomasV
6185f94de4
archive paid invoices in the history tab
8 years ago
ThomasV
eb4018de1c
fix --offline mode in Qt GUI
8 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
8 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
8 years ago
ThomasV
cd65516ff0
wrap list updates in setUpdatesEnabled()
8 years ago
ThomasV
13678d9e13
Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
8 years ago
ThomasV
c90b2497f5
in-place labels update ( fix #1841 )
8 years ago
ThomasV
1159f85e05
Major refactoring
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
9 years ago
ThomasV
352cdd7f5a
minor fix
9 years ago
ThomasV
599906eef6
show warning icon if unconfirmed tx has low fee. fixes 1798
9 years ago
ThomasV
6322714222
qt: minor fix
9 years ago
ThomasV
1a46a795a5
detect non-final transactions, and transactions with unconfirmed inputs
9 years ago
ThomasV
f7293694cc
qt: minor fixes
9 years ago
ThomasV
12dfccb3ab
Define TreeWidget subclasses for lists
* move class code in separate files
* make menu column-dependent (fixes #1734 )
9 years ago
ThomasV
bc1bef60a0
support Replace-By-Fee in GUI
9 years ago
The Phez
c1230cf270
Label colour - History Window
Set colour of label for outgoing transactions to match the colour of the
value field (red)
9 years ago
ThomasV
305843999e
Relicensing
9 years ago
ThomasV
f1822a9603
pending->unconfirmed
9 years ago
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