Jonas Schnelli
e6d50fcdec
[Qt] update block tip (height and date) without locking cs_main, update always (each block)
9 years ago
Luke Dashjr
a6cbc02b6b
Bugfix: Default -uiplatform is not actually the platform this build was compiled on
9 years ago
MarcoFalke
fa41d4c8c6
[qt] Move GUI related HelpMessage() part downstream
9 years ago
Luke Dashjr
b966aa836a
Constrain constant values to a single location in code
9 years ago
Jonas Schnelli
a46f87f0c1
Initialize logging before we do parameter interaction
9 years ago
Jonas Schnelli
68354e75e9
[QT] Call inits parameter interaction before we create the options model
9 years ago
MarcoFalke
faf12bc283
OpenSSL 1.1.0: Fix text variant of the version number
9 years ago
Jonas Schnelli
c197798d1b
[Qt] simple mempool info in debug window
9 years ago
Wladimir J. van der Laan
52c563710d
qt: Periodic translations update
9 years ago
Wladimir J. van der Laan
b4f3e9c09e
ui: Add "Copy raw transaction data" to transaction list context menu
...
Add a way to quickly copy transaction hex.
Primarily useful when manually submitting transactions,
e.g. `-walletbroadcast=0` is set.
9 years ago
Jonas Schnelli
2a8e8c2e37
[Qt] don't allow to store invalid proxy ports
9 years ago
Luke Dashjr
2aa49ce9fe
Bugfix: Use unique autostart filenames on Linux for testnet/regtest
9 years ago
Alex Morcos
4fe28236c0
Change wallet and GUI code to use new smart fee estimation calls.
9 years ago
Jonas Schnelli
d16d1b72d1
[Qt] refactor and optimize proxy settings behavior
9 years ago
Pieter Wuille
114b5812f6
Prevector type
9 years ago
Jonas Schnelli
ae98388b22
[Qt] add startup option to reset Qt settings
9 years ago
Jonas Schnelli
773ae4654e
[Qt] add shortcurts for debug-/console-window
9 years ago
Wladimir J. van der Laan
b56953e9bb
qt: Periodic translations update
9 years ago
MarcoFalke
6dd3a44ce2
translations: Don't translate markdown or force English grammar
9 years ago
MarcoFalke
513686dd43
[qt] Use maxTxFee instead of 10000000
9 years ago
Jonathan Cross
7ca73dcf6b
Improving labels for Sent / Received "Bytes"
...
The labels for Sent & Received data in the "Peers" debug panel should not be defined as "Bytes" because the units (B, KB, MB) appear after the number. I decided to simply use "Sent" and "Received" (rather than "Data Sent" and "Data Received") because we already have translations for the former:
https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=sent
https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=received
Demo of changes:
Current UI:
Bytes Sent 12 KB
Bytes Received 26 MB
With this pull request:
Sent 12 KB
Received 26 MB
9 years ago
Jorge Timón
c53d48a6b3
BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings
...
As a side effect, the qt user will see "test" instead of "testnet"
9 years ago
MarcoFalke
268b79ef0c
[qt] rpcconsole: Scale monospace font to 95%
9 years ago
MarcoFalke
abd8b768ee
[qt] Properly display required fee instead of minTxFee
9 years ago
Wladimir J. van der Laan
02a95be977
qt: translation update prior to opening 0.12 translations
...
Also update transifex slug for new version.
9 years ago
MarcoFalke
28313b83fc
[qt] Use fixed pitch font for the rpc console
...
Also:
* Preserve white space
* Make fixed font as large as default font
9 years ago
MarcoFalke
6b0e622c25
[wallet] Refactor to use new MIN_CHANGE
...
* Introduce new constant MIN_CHANGE and use it instead of the
hardcoded "CENT"
* Add test case for MIN_CHANGE
* Introduce new constant for -mintxfee default:
DEFAULT_TRANSACTION_MINFEE = 1000
9 years ago
Daniel Cousens
3cb56f3778
*: alias -h for --help
9 years ago
Jorge Timón
55a89751fa
Chainparams: Translations: DRY: options and error strings
...
Also remove SelectBaseParamsFromCommandLine and SelectParamsFromCommandLine
9 years ago
Jonas Schnelli
9623e93473
[Univalue] add univalue over subtree
...
similar to secp256k1 include and compile univalue over a subtree
9 years ago
Wladimir J. van der Laan
a91eea6e3e
qt: periodic translations update
9 years ago
MarcoFalke
4dee609e10
Rename rpcconsole.ui => debugwindow.ui
9 years ago
MarcoFalke
0d0a2d6bf9
[Qt] Raise debug window when requested
...
* Raise the debug window when hidden behind other windows
* Switch to the debug window when on another virtual desktop
* Show the debug window when minimized
This change is a conceptual copy of 5ffaaba
and 382e9e2
9 years ago
Diego Viola
99ee4a656b
Fix spelling of Qt
9 years ago
Jonas Schnelli
7aac6db6eb
[QT] dump banlist to disk in case of ban/unban over QT
9 years ago
Jonas Schnelli
24cb7c7bbb
[QT] fix thin space word wrap line brake issue
...
The thin space QT html hack results in cut-off chars/nums after a line break.
Avoid word wrap line breaks by using a smaller font and a line break before each alternative value)
9 years ago
Jonas Schnelli
7f90ea78cb
[QA] adabt QT_NO_KEYWORDS for QT ban implementation
9 years ago
Philip Kaufmann
4ed05101f3
[Qt] call DumpBanlist() when baning unbaning nodes
...
- this matches RPC call behaviour
9 years ago
Jonas Schnelli
be8929265f
[Qt] reenabling hotkeys for ban context menu, use different words
...
- 1 (h)our
- 1 (d)ay
- 1 (w)eek
- 1 (y)ear
9 years ago
Jonas Schnelli
b1189cfa10
[Qt] adapt QT ban option to banlist.dat changes
9 years ago
Philip Kaufmann
65abe91ce4
[Qt] add sorting for bantable
9 years ago
Philip Kaufmann
51654deff2
[Qt] bantable polish
...
- add missing NULL pointer checks
- add better comments and reorder some code in rpcconsole.cpp
- remove unneeded leftovers in bantable.cpp
- update bantable column sizes to prevent cutting of banned until
9 years ago
Philip Kaufmann
cdd72cd5fb
[Qt] simplify ban list signal handling
...
- remove banListChanged signal from client model
- directly call clientModel->getBanTableModel()->refresh() without the way
over clientModel->updateBanlist()
- also fix clearing peer detail window, when selecting (clicking)
peers in the ban list
9 years ago
Jonas Schnelli
43c1f5b8d7
[Qt] remove unused timer-code from banlistmodel.cpp
9 years ago
Philip Kaufmann
9e521c1735
[Qt] polish ban table
9 years ago
Jonas Schnelli
53caec66cc
[Qt] bantable overhaul
...
- some code cleanups
- fix date formatting
- reduce header includes
9 years ago
Jonas Schnelli
f0bcbc4c8a
[Qt] bantable fix timestamp 64bit issue
9 years ago
Jonas Schnelli
6135309816
[Qt] banlist, UI optimizing and better signal handling
9 years ago
Jonas Schnelli
770ca79aa0
[Qt] add context menu with unban option to ban table
9 years ago
Jonas Schnelli
5f42132950
[Qt] add ui signal for banlist changes
9 years ago