MarcoFalke
fab83476ac
[qt] Use tr() instead of _()
...
Also, `make translate`
9 years ago
MarcoFalke
e69bad19f8
[trivial] Fix typo in peertablemodel.cpp
9 years ago
Wladimir J. van der Laan
93236c0455
qt: Final translation update before 0.12 fork
...
- Add new translations (finally, after a long time)
- update-translation script was not considering new translations - oops
- fixed this, also remove (nearly) empty translations
- Update translation process, it was still describing the old repository
structure
9 years ago
Wladimir J. van der Laan
bc1f427570
qt: periodic translations update
9 years ago
Wladimir J. van der Laan
6da12dff28
qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel
...
It's surprising to me that Q_EMIT even worked for this.
But it doesn't build in Qt4, so switch back to
`QMetaObject::invokeMethod`. Fixes #7138 .
9 years ago
Wladimir J. van der Laan
aabc897801
rpc: Don't translate warning messages
...
But keep translating them in the GUI.
This - necessarily - requires duplication of a few messages.
Alternative take on #7134 , that keeps the translations from being wiped.
Also document GetWarnings() input argument.
Fixes #5895 .
9 years ago
Jonas Schnelli
ff723da6f6
[Qt] improve minimum absolute fee option
...
- Only display the minimum absolute fee control if CoinControl is enabled
9 years ago
Jonas Schnelli
31b508a18b
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation
9 years ago
Jonas Schnelli
80462dda0a
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute
9 years ago
Jonas Schnelli
4082e46603
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal
9 years ago
Jonas Schnelli
947d20b84a
[Qt] reduce cs_main in getVerificationProgress()
9 years ago
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