aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge pull request #5476Wladimir J. van der Laan2015-01-021-0/+5
|\ \ | | | | | | | | | | | | 73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík)
| * | Display time offset in the debug window's Peers tabPavel Janík2014-12-151-0/+5
| | |
* | | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | | | | | | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* | | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/ /
* | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
| |
* | MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
| |
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-1/+1
| |
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-1/+3
| |
* | qt: Use quint64 for formatServicesStrWladimir J. van der Laan2014-08-181-1/+1
| | | | | | | | | | `uint64_t` was causing a build error on some systems, as that type is not known after including just the Qt headers.
* | Merge pull request #4659Wladimir J. van der Laan2014-08-141-6/+7
|\ \ | | | | | | | | | c4bae53 [Qt] move SubstituteFonts() above ToolTipToRichTextFilter (Philip Kaufmann)
| * | [Qt] move SubstituteFonts() above ToolTipToRichTextFilterPhilip Kaufmann2014-08-081-6/+7
| | | | | | | | | | | | - doesn't belong to the ToolTipToRichTextFilter class so move it up
* | | Merge pull request #4622Wladimir J. van der Laan2014-08-111-0/+4
|\ \ \ | |/ / |/| | | | | c7f3876 URLs containing a / after the address no longer cause parsing errors. (Ross Nicoll)
| * | URLs containing a / after the address no longer cause parsing errors.Ross Nicoll2014-08-081-0/+4
| | |
* | | qt: fix unicode character display on osx when building with 10.7 sdkCory Fields2014-08-071-0/+27
| | |
* | | [Qt] format ping times in peers tab as msPhilip Kaufmann2014-08-041-1/+1
| | | | | | | | | | | | - also align ping times to the right
* | | [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-0/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove starting height as table header and replace with ping time - remove columnResizingFixer - add local address (if available) in detailed node view (on top of the right view below the remote address) - remove some .c_str() by using QString::fromStdString() - rename Address to Address/Hostname - rename secs to just s for ping time - use MODEL_UPDATE_DELAY from guiconstants.h for the peer refresh time - make PeerTableModel::columnCount() return no hard-coded value - remove and cleanup dup private: section in RPCConsole header - add new defaults for column sizes - remove behaviour which keeps disconnected peers selected and also remove code which keeps track of last selected peer stats - add sync height to detail view - add some additional NULL pointer checks for clientModel in rpcconsole.cpp
* | [Qt] Fix thin space in URICozz Lovan2014-07-201-1/+1
| |
* | Move fee policy out of coreGavin Andresen2014-07-031-1/+2
| |
* | [Qt] don't allow translation of our example btc addressPhilip Kaufmann2014-06-231-1/+3
| |
* | Type-safe CFeeRate classGavin Andresen2014-06-061-1/+1
| | | | | | | | | | | | | | | | Use CFeeRate instead of an int64_t for quantities that are fee-per-size. Helps prevent unit-conversion mismatches between the wallet, relaying, and mining code.
* | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-2/+1
| | | | | | | | - fix spaces, indentation and coding style glitches
* | Merge pull request #4225Wladimir J. van der Laan2014-06-031-0/+48
|\ \ | | | | | | | | | 65f78a1 Qt: Add GUI view of peer information. #4133 (Ashley Holman)
| * | Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-0/+48
| | |
* | | [Qt] Fix Start bitcoin on system loginCozz Lovan2014-05-291-1/+1
| | |
* | | Qt: Fix monospace font in osx 10.9Cory Fields2014-05-241-0/+4
|/ / | | | | | | | | The "Monospace" hint was added in Qt 4.8, and it works as intended as opposed to "TypeWriter" which fails to load a font.
* | [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-271-13/+15
| | | | | | | | - introduced by #3920
* | qt: Do proper boost::path conversionWladimir J. van der Laan2014-03-251-1/+31
| | | | | | | | | | | | | | Convert from QString unicode from/to the OS-dependent locale as used by boost::filesystem::path as needed. Solves #3916.