aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-0235-60/+60
|
* really s/Doge/Dis/g this timeTomo Ueda2021-09-02111-1979/+1979
|
* really s/doge/dis/g this timeTomo Ueda2021-09-02103-692/+692
|
* qt: translate more user-exposed stringschromatic2021-08-145-7/+7
|
* fix typoPatrick Lodder2021-08-131-2/+2
|
* qt: translate all user-exposed stringsPatrick Lodder2021-08-112-16/+16
|
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-1/+2
|
* Merge pull request #1941 from elybin/fixing-indonesian-translationRoss Nicoll2021-07-241-237/+1896
|\ | | | | Fixing indonesian (id_ID) translation
| * Fixing few missed words and making translation more casualKhakim Hudaya2021-07-151-62/+58
| |
| * Correct XML errorsRoss Nicoll2021-07-151-2/+3
| |
| * Fixing indonesian translationKhakim Hudaya2021-07-151-231/+1893
| |
* | Merge pull request #2308 from alamshafil/doge-tipsPatrick Lodder2021-07-223-1/+69
|\ \ | | | | | | [QT] Add tips section
| * | Add tips sectionShafil Alam2021-07-223-1/+69
| | | | | | | | | | | | | | | | | | | | | | | | Add more tips Allow QT translations Fix tips
* | | Merge pull request #2217 from pjhwa/qt-trans-ko-2214Ross Nicoll2021-07-151-490/+490
|\ \ \ | |_|/ |/| | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev
| * | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-devJerry Park2021-05-301-490/+490
| | |
* | | fix: macos qt buildMalta Micael2021-07-012-17/+41
| |/ |/|
* | Fix french-canadian translation in bitcoin_fr_CA.tsGabriel Gosselin Roberge2021-06-111-8/+8
| |
* | Merge pull request #1825 from alamshafil/masterRoss Nicoll2021-06-087-15/+533
|\ \ | | | | | | [QT] Add a form dialog for adding peers
| * | Add a form dialog for adding peersShafil Alam2021-06-057-15/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Add sortable sent/recv bytes to Peers debug tablechromatic2021-06-084-2/+51
| |/ |/| | | | | See GH #2240.
* | Update bitcoin_pt_BR.tsMatheus Tavares2021-05-261-1/+1
| | | | | | For Brazilian Portuguese, I believe that an easy interpretation would be a percentage and not dust!
* | Update bitcoin_pt_BR.tsMatheus Tavares2021-05-261-16/+16
| |
* | Merge pull request #1908 from chromatic/sync-screen-negative-gh1902Patrick Lodder2021-05-241-4/+5
|\ \ | | | | | | Qt: Show only useful estimates on sync screen
| * | Skip expected remaining sync time without estimatechromatic2021-05-211-3/+4
| | | | | | | | | | | | See GH#1902.
| * | Disallow negative progress increase per hour %chromatic2021-05-211-1/+1
| | | | | | | | | | | | See GH#1902.
* | | Add GUI to import private keyschromatic2021-05-239-0/+463
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1935 from creekhu/minor-fix-in-chinese-translationRoss Nicoll2021-05-171-8/+4
|\ \ | | | | | | trivial: a minor fix in Chinese translation and several styling fixes
| * | trivial: a minor fix in Chinese translation and several minor styling fixescreekhu2021-05-151-8/+4
| | |
* | | Merge pull request #1956 from motz0815/patch-1Ross Nicoll2021-05-171-1/+1
|\ \ \ | |/ / |/| | [Trivial] Fix German grammar error
| * | Fix German grammar errormotz08152021-05-161-1/+1
| |/ | | | | The sentence at line 890 isn't complete without the word "hat" at the end.
* | Merge pull request #1844 from pmzajaczkowski/fixing-polish-translationsPatrick Lodder2021-05-051-45/+45
|\ \ | | | | | | Fixed typos and enhanced messages for Polish translation
| * | Applied suggested change in translation (related to pruning message)Piotr Zajączkowski2021-05-021-1/+1
| | |
| * | Fixed additional typo. Unified all 'dogecoin' to 'Dogecoin' occurrences in ↵Piotr Zajączkowski2021-05-021-13/+13
| | | | | | | | | | | | translations.
| * | Fixed typos and enhanced messages for Polish translationPiotr Zajączkowski2021-04-221-35/+35
| |/ | | | | 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.
* | optimise imgs (only src/qt/res/)cg2021-05-0165-639/+18
| |
* | [bugfix] fix text overflow on paper walletPatrick Lodder2021-03-202-6/+6
| | | | | | | | | | | | | | | | - 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%
* | [qt] User-friendly interpretation of null responses in rpc consolePatrick Lodder2021-03-111-2/+11
|/ | | | Translates "null" (UniValueNull) to "Empty response".
* [qt] only allow https explorer linksPatrick Lodder2021-02-271-2/+3
| | | | As reported by Fabian Braeunlein of PS Positive Security GmbH
* Merge pull request #1655 from John-Gee/1.14.3-devMax K2021-02-146-37/+123
|\ | | | | Build on recent Linux
| * Fixed for Qt 5John-Gee2021-02-021-0/+1
| |
| * Fix for Boost 1.74John-Gee2021-02-025-37/+122
| |
* | Merge pull request #1706 from slightlyskepticalpotat/masterPatrick Lodder2021-02-071-1/+1
|\ \ | |/ |/| fix minimum required space for data directory
| * Update src/qt/intro.cppAnthony Chen2021-02-061-1/+1
| | | | | | Co-authored-by: Ross Nicoll <[email protected]>
| * fix minimum required space for data directoryAnthony Chen2021-02-051-1/+1
| |
* | Merge pull request #1684 from eltociear/patch-1Patrick Lodder2021-01-311-1/+1
|\ \ | | | | | | [Qt] fix typo in bitcoingui.cpp
| * | [Qt] fix typo in bitcoingui.cppIkko Ashimine2021-01-311-1/+1
| |/ | | | | availble -> available
* | Merge pull request #1629 from ftab/1628-fix-dogecoin-linksPatrick Lodder2020-07-271-1/+1
|\ \ | | | | | | Fix dogecoin payment links
| * | Change IPC prefix from bitcoin: to dogecoin:Dennis Field2020-02-271-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1388 from maerco/patch-1Patrick Lodder2020-07-271-1/+1
|\ \ | | | | | | Fixes translation for "Export Address List"
| * | Articols matter in ItalianMarco2017-10-221-1/+1
| | |