aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-7/+7
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-7/+7
|
* fix: macos qt buildMalta Micael2021-07-011-0/+20
|
* Add sortable sent/recv bytes to Peers debug tablechromatic2021-06-081-0/+33
| | | | See GH #2240.
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-13/+13
| | | | Update QT client messages and translations to Doge equivalents.
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-10/+2
|
* Selectively suppress deprecation warningsJonas Schnelli2017-02-141-0/+3
|
* Fix typospracticalswift2017-01-291-2/+2
|
* Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-2/+2
|\ | | | | | | | | | | eb30d1a Introduce -dustrelayfee (Alex Morcos) 7b1add3 Introduce -incrementalrelayfee (Alex Morcos) daec955 Introduce -blockmintxfee (Alex Morcos)
| * Introduce -dustrelayfeeAlex Morcos2017-01-161-2/+2
| |
* | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-131-1/+1
|/
* Merge #9450: Increment MIT licence copyright header year on files modified ↵Wladimir J. van der Laan2017-01-041-1/+1
|\ | | | | | | | | | | in 2016 27765b6 Increment MIT Licence copyright header year on files modified in 2016 (isle2983)
| * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* | qt,wallet: Fix a few typos in messagesWladimir J. van der Laan2017-01-031-2/+2
|/ | | | As reported by [yahoe.001](https://www.transifex.com/user/profile/yahoe.001/).
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-1/+1
|
* [Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ↵Jonas Schnelli2016-12-051-1/+6
| | | | mode
* Merge #9218: qt: Show progress overlay when clicking spinner iconJonas Schnelli2016-12-041-0/+7
|\ | | | | | | | | 042f9fa qt: Show progress overlay when clicking spinner icon (Wladimir J. van der Laan) 827d9a3 qt: Replace NetworkToggleStatusBarControl with generic ClickableLabel (Wladimir J. van der Laan)
| * qt: Replace NetworkToggleStatusBarControl with generic ClickableLabelWladimir J. van der Laan2016-11-241-0/+7
| | | | | | | | | | | | Generalize the clickable label functionality. We will use this to add similar functionality to the sync icon.
* | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
|/
* qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-1/+2
| | | | | | | | | None of these are very serious, and are leaks in objects that are created at most one time. In most cases this means properly using the QObject parent hierarchy, except for BanTablePriv/PeerTablePriv which are not QObject, so use a std::unique_ptr instead.
* Multiple Selection for peer and ban tablesAndrew Chow2016-11-081-9/+3
| | | | Allows multiple selection and action for the nodes in the peer and ban tables in the Debug Window.
* Display minimum ping in debug window.R E Broadley2016-10-151-1/+1
|
* Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli2016-09-231-0/+36
|\ | | | | | | | | | | | | | | | | | | 08827df [Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul (Jonas Schnelli) d8b062e [Qt] only update "amount of blocks left" when the header chain is in-sync (Jonas Schnelli) e3245b4 [Qt] add out-of-sync modal info layer (Jonas Schnelli) e47052f [Qt] ClientModel add method to get the height of the header chain (Jonas Schnelli) a001f18 [Qt] Always pass the numBlocksChanged signal for headers tip changed (Jonas Schnelli) bd44a04 [Qt] make Out-Of-Sync warning icon clickable (Jonas Schnelli) 0904c3c [Refactor] refactor function that forms human readable text out of a timeoffset (Jonas Schnelli)
| * [Refactor] refactor function that forms human readable text out of a timeoffsetJonas Schnelli2016-08-261-0/+36
| |
* | Do not shadow in src/qtPavel Janík2016-09-231-2/+2
| |
* | gui: add NodeID to the peer tableCory Fields2016-09-081-4/+4
| |
* | Show XTHIN in GUIR E Broadley2016-08-251-0/+3
|/
* qt: Network-specific example addressWladimir J. van der Laan2016-06-291-1/+19
| | | | | | | | | Generate an (invalid) example address for in the bitcoin address widgets, based on the network prefix, instead of hardcoding a mainnet address. - `1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L` for mainnet (same as now) - `n2wxQmfexkjwEPgdD6iJA7T7RtzkmHxhFc` for testnet
* BIP144: Handshake and relay (receiver side)Pieter Wuille2016-06-221-0/+3
| | | | | | Service bit logic by Nicolas Dorier. Only download blocks from witness peers after fork.
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ | | | | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke)
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |
* | Double semicolon cleanup.21E142015-12-301-1/+1
| |
* | qt5: Use the fixed font the system recommendsMarcoFalke2015-12-141-0/+8
| |
* | Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]Matt Corallo2015-12-131-0/+3
|/
* Merge pull request #7045Wladimir J. van der Laan2015-11-241-1/+4
|\ | | | | | | 2aa49ce Bugfix: Use unique autostart filenames on Linux for testnet/regtest (Luke Dashjr)
| * Bugfix: Use unique autostart filenames on Linux for testnet/regtestLuke Dashjr2015-11-171-1/+4
| |
* | Merge pull request #6908Wladimir J. van der Laan2015-11-091-10/+9
|\ \ | | | | | | | | | c53d48a BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings (Jorge Timón)
| * | BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name stringsJorge Timón2015-11-041-10/+9
| | | | | | | | | | | | As a side effect, the qt user will see "test" instead of "testnet"
* | | [qt] Use fixed pitch font for the rpc consoleMarcoFalke2015-10-291-2/+2
|/ / | | | | | | | | | | Also: * Preserve white space * Make fixed font as large as default font
* | Fix spelling of QtDiego Viola2015-09-221-1/+1
| |
* | Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
| | | | | | | | | | | | -Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes
* | [Qt] disconnect peers from peers tab via context menuPhilip Kaufmann2015-06-021-0/+13
| | | | | | | | | | - It is now allowed to disconnect peers from peers tab via right-click context menu. Peers are not permanently banned!
* | [Qt, Trivial] fix header groupings + space, intdentation fixesPhilip Kaufmann2015-04-201-5/+5
| |
* | Add a NODE_GETUTXO service bit and document NODE_NETWORK.Mike Hearn2015-03-211-2/+5
| | | | | | | | Stop translating the NODE_* names as they are technical and cannot be translated.
* | [Qt, Linux] honor current network when creating autostart linkPhilip Kaufmann2015-02-191-3/+8
| |
* | [Qt, Win] honor current network when creating autostart linkPhilip Kaufmann2015-02-191-8/+27
| | | | | | | | | | | | - creates a "Bitcoin (testnet).lnk" when on testnet or a "Bitcoin (regtest).lnk, when on regtest - fixes #5778
* | Merge pull request #5477Wladimir J. van der Laan2015-01-291-1/+12
|\ \ | | | | | | | | | 6bbca99 LSSharedFileListItemResolve() was deprecated in Mac OS X 10.10, use LSSharedFileListItemCopyResolvedURL() instead (Cory Fields)
| * | LSSharedFileListItemResolve() was deprecated in Mac OS X 10.10, use ↵Cory Fields2015-01-211-1/+12
| | | | | | | | | | | | LSSharedFileListItemCopyResolvedURL() instead
* | | qt: fix broken unicode chars on osx 10.10Cory Fields2015-01-171-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default font changed again. The real fix is to compile qt against a >= 10.8 sdk, but this is simple enough to backport to 0.10 to avoid having to do that there. Note: NSAppKitVersionNumber is a double and there's no official value for NSAppKitVersionNumber10_10. Since == isn't reliable for doubles, use Apple's guidelines for testing versions here: https://developer.apple.com/library/mac/releasenotes/AppKit/RN-AppKit/ Chinese and Japanese fonts have been hard-coded as well, otherwise they fail to show up at all.
* | | qt: fonts: allow SubstituteFonts to filter based on user's languageCory Fields2015-01-161-1/+1
|/ / | | | | | | | | SubstituteFonts() has been moved to after app identification so that QSettings are accessible.