Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-23 | [Qt] keep scroll position in GUI console after changing font size | Jonas Schnelli | |
2016-01-22 | [Qt] Add option to increase/decrease font size in the console window | Jonas Schnelli | |
2016-01-22 | Merge #7364: [qt] Windows: Make rpcconsole monospace font larger | Jonas Schnelli | |
fa6a59d [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke) | |||
2016-01-17 | [qt] Windows: Make rpcconsole monospace font larger | MarcoFalke | |
2016-01-08 | [RPC] remove the option of having multiple timer interfaces | Jonas Schnelli | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-11-30 | [Qt] call GuessVerificationProgress synchronous during core signal, pass ↵ | Jonas Schnelli | |
double over UI signal | |||
2015-11-30 | [Qt] reduce cs_main in getVerificationProgress() | Jonas Schnelli | |
2015-11-24 | OpenSSL 1.1.0: Fix text variant of the version number | MarcoFalke | |
2015-11-20 | Merge pull request #6979 | Wladimir J. van der Laan | |
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli) | |||
2015-11-20 | [Qt] simple mempool info in debug window | Jonas Schnelli | |
2015-11-12 | [Qt] add shortcurts for debug-/console-window | Jonas Schnelli | |
2015-11-03 | [qt] rpcconsole: Scale monospace font to 95% | MarcoFalke | |
2015-10-29 | [qt] Use fixed pitch font for the rpc console | MarcoFalke | |
Also: * Preserve white space * Make fixed font as large as default font | |||
2015-10-01 | [Univalue] add univalue over subtree | Jonas Schnelli | |
similar to secp256k1 include and compile univalue over a subtree | |||
2015-09-23 | Rename rpcconsole.ui => debugwindow.ui | MarcoFalke | |
2015-09-20 | [QT] dump banlist to disk in case of ban/unban over QT | Jonas Schnelli | |
2015-09-16 | [QA] adabt QT_NO_KEYWORDS for QT ban implementation | Jonas Schnelli | |
2015-09-16 | [Qt] call DumpBanlist() when baning unbaning nodes | Philip Kaufmann | |
- this matches RPC call behaviour | |||
2015-09-16 | [Qt] reenabling hotkeys for ban context menu, use different words | Jonas Schnelli | |
- 1 (h)our - 1 (d)ay - 1 (w)eek - 1 (y)ear | |||
2015-09-16 | [Qt] adapt QT ban option to banlist.dat changes | Jonas Schnelli | |
2015-09-16 | [Qt] bantable polish | Philip Kaufmann | |
- add missing NULL pointer checks - add better comments and reorder some code in rpcconsole.cpp - remove unneeded leftovers in bantable.cpp - update bantable column sizes to prevent cutting of banned until | |||
2015-09-16 | [Qt] simplify ban list signal handling | Philip Kaufmann | |
- remove banListChanged signal from client model - directly call clientModel->getBanTableModel()->refresh() without the way over clientModel->updateBanlist() - also fix clearing peer detail window, when selecting (clicking) peers in the ban list | |||
2015-09-16 | [Qt] polish ban table | Philip Kaufmann | |
2015-09-16 | [Qt] bantable overhaul | Jonas Schnelli | |
- some code cleanups - fix date formatting - reduce header includes | |||
2015-09-16 | [Qt] banlist, UI optimizing and better signal handling | Jonas Schnelli | |
2015-09-16 | [Qt] add context menu with unban option to ban table | Jonas Schnelli | |
2015-09-16 | [Qt] add banlist table below peers table | Jonas Schnelli | |
2015-09-16 | [Qt] add ban functions to peers window | Jonas Schnelli | |
add ban option for peer context menu (1h, 24h, 7d, 1y). | |||
2015-09-16 | Merge pull request #6317 | Jeff Garzik | |
2015-09-03 | Implement RPCTimerHandler for Qt RPC console | Wladimir J. van der Laan | |
Implement RPCTimerHandler for Qt RPC console, so that `walletpassphrase` works with GUI and `-server=0`. Also simplify HTTPEvent-related code by using boost::function directly. | |||
2015-08-19 | Merge pull request #6539 | Wladimir J. van der Laan | |
9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos) | |||
2015-08-10 | typofixes (found by misspell_fixer) | Veres Lajos | |
2015-08-10 | [Qt] minor optimisations in peertablemodel | Philip Kaufmann | |
- remove an unneeded include of net.h in peertablemodel.cpp - add const after size() in PeerTablePriv - remove 2x unneeded else in functions - replace a (int) typecast by (QVariant) to use Qt style - remove unneeded include of peertablemodel.h from rpcconsole.cpp | |||
2015-08-07 | [Qt] show client user agent in debug window | Philip Kaufmann | |
2015-07-31 | qt: Introduce PlatformStyle | Wladimir J. van der Laan | |
Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328. | |||
2015-07-23 | Includes: Cleanup around net main and wallet | Jorge Timón | |
-Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes | |||
2015-07-15 | qt: define QT_NO_KEYWORDS | Wladimir J. van der Laan | |
QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros. Avoid overlap between Qt macros and boost - for example #undef hackiness in #6421. | |||
2015-06-19 | fix lock issue for QT node diconnect and RPC disconnectnode | Jonas Schnelli | |
2015-06-11 | [Qt] deselect peer when switching away from peers tab in RPC console | Philip Kaufmann | |
2015-06-11 | [Qt] extend rpc console peers tab | Philip Kaufmann | |
- add node id, ping wait, whitelisted and common height - rephrase some labels to make them easier to understand for users | |||
2015-06-09 | Merge pull request #6217 | Wladimir J. van der Laan | |
51fc672 [Qt] disconnect peers from peers tab via context menu (Philip Kaufmann) | |||
2015-06-04 | Remove JSON Spirit wrapper, remove JSON Spirit leftovers | Jonas Schnelli | |
- implement find_value() function for UniValue - replace all Array/Value/Object types with UniValues, remove JSON Spirit to UniValue wrapper - remove JSON Spirit sources | |||
2015-06-04 | Convert tree to using univalue. Eliminate all json_spirit uses. | Jeff Garzik | |
2015-06-02 | [Qt] disconnect peers from peers tab via context menu | Philip Kaufmann | |
- It is now allowed to disconnect peers from peers tab via right-click context menu. Peers are not permanently banned! | |||
2015-03-27 | [Qt] fix rpc console font size to flexible metrics | Jonas Schnelli | |
should fix #5897 | |||
2015-03-09 | [Qt] rework setNumBlocks to have blockDate as parameter | Philip Kaufmann | |
- reduces some functional overhead and simplifies the code | |||
2015-01-02 | Merge pull request #5476 | Wladimir J. van der Laan | |
73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík) | |||
2014-12-27 | Adopt style colour for button icons | Luke Dashjr | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 |