| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Fixing indonesian (id_ID) translation
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
[QT] Add tips section
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add more tips
Allow QT translations
Fix tips
|
| |\ \ \
| |_|/
|/| | |
Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev
|
| | | | |
|
| | |/
|/| |
|
| | | |
|
| |\ \
| | |
| | | |
[QT] Add a form dialog for adding peers
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed tabIndex and width in debugwindow.ui
Added Qt UI files for each dialog
Added Qt UI files
Added separate thread for peer dialogs to run RPC commands
Fixed tabIndex
Remove unneeded includes
Fixed error
Replaced RPCExecutor with g_connman
Replaced RPCExecutor with g_connman
Added two input fields for peer address and port
Remove peerThread
Validate IP addresses
Remove Peer now uses selected IP address in peerWidget
Interpret RPC response
Remove redundant include
Use a regular expression to validate IPs
Disconnect node if it has been discovered
Use port based on current chain
Change peerAddress -> peerPort
Allowed DNS names to be entered
Update src/qt/peerdialog.cpp
Co-authored-by: Ross Nicoll <[email protected]>
Fix typo
Co-authored-by: Ross Nicoll <[email protected]>
Use LookupHost to check address
Co-authored-by: Ross Nicoll <[email protected]>
Fix syntax typo
|
| | |/
|/|
| |
| | |
See GH #2240.
|
| | |
| |
| | |
For Brazilian Portuguese, I believe that an easy interpretation would be a percentage and not dust!
|
| | | |
|
| |\ \
| | |
| | | |
Qt: Show only useful estimates on sync screen
|
| | | |
| | |
| | |
| | | |
See GH#1902.
|
| | | |
| | |
| | |
| | | |
See GH#1902.
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Addresses GH #1808.
There are several possible future improvements:
* add a new icon for key import
* reduce duplication of code between the RPC private key importer and
the GUI private key importer
* improving error messages for various error states
|
| |\ \
| | |
| | | |
trivial: a minor fix in Chinese translation and several styling fixes
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
[Trivial] Fix German grammar error
|
| | |/
| |
| | |
The sentence at line 890 isn't complete without the word "hat" at the end.
|
| |\ \
| | |
| | | |
Fixed typos and enhanced messages for Polish translation
|
| | | | |
|
| | | |
| | |
| | |
| | | |
translations.
|
| | |/
| |
| | |
Fixed multiple typos (duplicated spaces, misspelled words, etc.) and introduced new messages which were previously not translated to Polish. Also removed couple of redundant numerusforms.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- use Courier instead of "monospace" as font family as the latter
does not translate to an actual monospace font properly
- make address and privkey fields to have equal dimensions and
margins, because their fontsizes are calculated uniformly too
- make the max font size 98% of the wallet, instead of 99%
|
| |/
|
|
| |
Translates "null" (UniValueNull) to "Empty response".
|
| |
|
|
| |
As reported by Fabian Braeunlein of PS Positive Security GmbH
|
| |\
| |
| | |
Build on recent Linux
|
| | | |
|
| | | |
|
| |\ \
| |/
|/| |
fix minimum required space for data directory
|
| | |
| |
| | |
Co-authored-by: Ross Nicoll <[email protected]>
|
| | | |
|
| |\ \
| | |
| | | |
[Qt] fix typo in bitcoingui.cpp
|
| | |/
| |
| | |
availble -> available
|
| |\ \
| | |
| | | |
Fix dogecoin payment links
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Given that GUIUtil::parseBitcoinURI is expecting it to start with dogecoin,
it seems like this was overlooked, and this results in dogecoin: links not
being processed as expected in handleURIOrFile, ipcParseCommandLine.
Instead of processing the link as a payment request and opening the such send
page, it simply opens the core wallet (or attempts to open another).
This commit makes dogecoin-qt properly handle dogecoin links so that the such
send page is opened with the desired information obtained from the link.
Fixes #1628
|
| |\ \
| | |
| | | |
Fixes translation for "Export Address List"
|
| | | | |
|