Sander van Grieken
26b5bec5af
qml: small text change in proxy settings
2023-11-30 14:27:31 +01:00
Sander van Grieken
8b567ae447
qml: remove all QML imports version numbers
2023-11-07 10:17:08 +01:00
SomberNight
53d61c011a
qml network: restrict cases where server is shown "lagging"
2023-05-03 13:49:44 +00:00
Sander van Grieken
a23457f48d
qml: consistency camelcase pyqtProperties
2023-04-25 14:15:13 +02:00
SomberNight
5c83327eb0
qml: small change to some qsTr() strings to reuse existing translations
...
not all ":" suffixes are removed, only the ones where this allows reusing translations
2023-04-17 19:56:09 +00:00
Sander van Grieken
bcbcf18c4d
qml: arrows consistency.
...
replace with unicode arrows once we can assure these glyphs are included on device
2023-04-06 09:16:56 +02:00
SomberNight
8ea63f9bde
qml network overview: show server height, if lagging
...
to see how many blocks it is behind
2023-04-05 11:21:31 +00:00
Sander van Grieken
e362ac52fa
qml: styling
2023-04-03 14:01:59 +02:00
SomberNight
771ffa371c
qml: mempool histogram color bar: show tooltips
...
to teach meanings of colours and positions in the bar
2023-03-31 11:55:33 +00:00
SomberNight
f7e7b4c9db
qml: mempool histogram color bar: flip sign in feerate label
...
I think this is more intuitive as a "greater than" relation sign
than to use a signal that the label is for the leftmost point in the coloured bar.
As in, "feerates not displayed towards that direction are even higher than this value".
2023-03-31 11:55:30 +00:00
SomberNight
3149ccf729
qml: update server in network dialog on more events
...
"defaultServerChanged" was not the right event to listen to. It is only sent
*after* the interface is ready.
"network_updated" is a bit overkill as it is triggered every time any of the
interfaces goes down or a new one is created, still, better to trigger a
few more times than to be stale.
In particular, if there is no internet connection, the server string is now
updated as expected, instead of showing stale values and ignoring trying
to change servers.
Also, a further state that did not exist before: just like it worked in
the kivy GUI, if the main server was changed but it is not yet connected,
instead of showing the old server still, we now show f"{new_server} (connecting...)".
2023-03-30 00:59:16 +00:00
SomberNight
faa53c71da
qml: (trivial) fix warning in NetworkOverview.qml
...
10.95 | W | gui.qml.qeapp | file:///home/user/wspace/electrum/electrum/gui/qml/components/NetworkOverview.qml:220:25: Unable to assign [undefined] to QString
2023-03-29 16:41:17 +00:00
Sander van Grieken
aaad1cf286
qml: wrap long server names (e.g tor onion address)
2023-03-29 11:15:52 +02:00
Sander van Grieken
ea7dbb19ce
qml: remove network status indicator icon from server line
2023-03-29 11:02:15 +02:00
ThomasV
fcbd25c1fd
qml: display network status and history server status separately. Also, show network fees on full screen width
2023-03-17 10:15:07 +01:00
Sander van Grieken
b59a1410a2
qml: fix network histogram gradient fee range to 600-1
2023-03-16 11:57:35 +01:00
Sander van Grieken
0ebec200e2
qml: render fee histogram as a HSV gradient over next 25 blocks
2023-03-13 12:17:36 +01:00
Sander van Grieken
6383f83933
qml: separate app menu and wallet menu
2023-03-02 12:54:59 +01:00
Sander van Grieken
40a2591351
qml: wording/styling NetworkOverview
2023-02-27 11:07:00 +01:00
Sander van Grieken
b2a02dd047
qml: put FlatButtons in ButtonContainer where (potentially) more buttons are grouped
2023-02-03 13:34:53 +01:00
Sander van Grieken
38472c895c
qml: NetworkOverview removed from menu, now triggered by onchain and lightning status icon
2023-01-17 16:52:50 +01:00
Sander van Grieken
b7964253a8
qml: define a common Heading component for page section headings
2023-01-17 12:22:11 +01:00
Sander van Grieken
b7106fd746
qml: show QR when finalized and saved
2023-01-13 22:39:01 +01:00
Sander van Grieken
ddfe1a6d70
qml: add lightning network status indicator in top bar, add channel peers to NetworkOverview
2023-01-13 12:36:33 +01:00
Sander van Grieken
7cc344dbc9
qml: show Tor status in NetworkOverview
2023-01-13 11:13:56 +01:00
Sander van Grieken
d32c907d3d
qml: rename NetworkStatusIndicator to OnchainNetworkStatusIndicator
2023-01-06 14:05:26 +01:00
Sander van Grieken
f774174c85
qml: add serverlistmodel.py, add server list to ServerConfigDialog.qml
2022-12-30 23:46:04 +01:00
Sander van Grieken
441ffff02b
qml: network overview page
2022-11-30 11:05:57 +01:00