Jonas Schnelli
5ecfa36fd0
Remove openssl info from init/log and from Qt debug window
9 years ago
Jonas Schnelli
56c9e66a6d
[Qt] keep scroll position in GUI console after changing font size
9 years ago
Jonas Schnelli
3a3a927325
[Qt] Add option to increase/decrease font size in the console window
9 years ago
Daniel Cousens
a0eaff8a1d
move rpc* to rpc/
9 years ago
MarcoFalke
fa6a59dd39
[qt] Windows: Make rpcconsole monospace font larger
9 years ago
Jonas Schnelli
8a7f0001be
[RPC] remove the option of having multiple timer interfaces
9 years ago
Luke Dashjr
d5f46832de
Unify package name to as few places as possible without major changes
9 years ago
MarcoFalke
fa24439ff3
Bump copyright headers to 2015
9 years ago
Jonas Schnelli
4082e46603
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal
9 years ago
Jonas Schnelli
947d20b84a
[Qt] reduce cs_main in getVerificationProgress()
9 years ago
MarcoFalke
faf12bc283
OpenSSL 1.1.0: Fix text variant of the version number
9 years ago
Jonas Schnelli
c197798d1b
[Qt] simple mempool info in debug window
9 years ago
Jonas Schnelli
773ae4654e
[Qt] add shortcurts for debug-/console-window
9 years ago
MarcoFalke
268b79ef0c
[qt] rpcconsole: Scale monospace font to 95%
9 years ago
MarcoFalke
28313b83fc
[qt] Use fixed pitch font for the rpc console
...
Also:
* Preserve white space
* Make fixed font as large as default font
9 years ago
Jonas Schnelli
9623e93473
[Univalue] add univalue over subtree
...
similar to secp256k1 include and compile univalue over a subtree
9 years ago
MarcoFalke
4dee609e10
Rename rpcconsole.ui => debugwindow.ui
9 years ago
Jonas Schnelli
7aac6db6eb
[QT] dump banlist to disk in case of ban/unban over QT
9 years ago
Jonas Schnelli
7f90ea78cb
[QA] adabt QT_NO_KEYWORDS for QT ban implementation
9 years ago
Philip Kaufmann
4ed05101f3
[Qt] call DumpBanlist() when baning unbaning nodes
...
- this matches RPC call behaviour
9 years ago
Jonas Schnelli
be8929265f
[Qt] reenabling hotkeys for ban context menu, use different words
...
- 1 (h)our
- 1 (d)ay
- 1 (w)eek
- 1 (y)ear
9 years ago
Jonas Schnelli
b1189cfa10
[Qt] adapt QT ban option to banlist.dat changes
9 years ago
Philip Kaufmann
51654deff2
[Qt] bantable polish
...
- 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
9 years ago
Philip Kaufmann
cdd72cd5fb
[Qt] simplify ban list signal handling
...
- 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
9 years ago
Philip Kaufmann
9e521c1735
[Qt] polish ban table
9 years ago
Jonas Schnelli
53caec66cc
[Qt] bantable overhaul
...
- some code cleanups
- fix date formatting
- reduce header includes
9 years ago
Jonas Schnelli
6135309816
[Qt] banlist, UI optimizing and better signal handling
9 years ago
Jonas Schnelli
770ca79aa0
[Qt] add context menu with unban option to ban table
9 years ago
Jonas Schnelli
ad204df1a9
[Qt] add banlist table below peers table
9 years ago
Jonas Schnelli
50f090884c
[Qt] add ban functions to peers window
...
add ban option for peer context menu (1h, 24h, 7d, 1y).
9 years ago
Wladimir J. van der Laan
be33f3f50b
Implement RPCTimerHandler for Qt RPC console
...
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.
9 years ago
Veres Lajos
9f68ed6b6d
typofixes (found by misspell_fixer)
9 years ago
Philip Kaufmann
92684bb872
[Qt] minor optimisations in peertablemodel
...
- 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
9 years ago
Philip Kaufmann
54bd28fa75
[Qt] show client user agent in debug window
9 years ago
Wladimir J. van der Laan
eec7757445
qt: Introduce PlatformStyle
...
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 .
9 years ago
Jorge Timón
60c8bac77c
Includes: Cleanup around net main and wallet
...
-Move from .h to .cpp: in main, net and wallet
-Remove unnecessary #include "main.h"
-Cleanup some wallet files includes
10 years ago
Wladimir J. van der Laan
d29ec6c230
qt: define QT_NO_KEYWORDS
...
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 .
10 years ago
Jonas Schnelli
1c043d5672
fix lock issue for QT node diconnect and RPC disconnectnode
10 years ago
Philip Kaufmann
e059726811
[Qt] deselect peer when switching away from peers tab in RPC console
10 years ago
Philip Kaufmann
1b0db7b984
[Qt] extend rpc console peers tab
...
- add node id, ping wait, whitelisted and common height
- rephrase some labels to make them easier to understand for users
10 years ago
Jonas Schnelli
9a8897f4ac
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
...
- implement find_value() function for UniValue
- replace all Array/Value/Object types with UniValues, remove JSON Spirit to UniValue wrapper
- remove JSON Spirit sources
10 years ago
Jeff Garzik
15982a8b69
Convert tree to using univalue. Eliminate all json_spirit uses.
10 years ago
Philip Kaufmann
51fc672f59
[Qt] disconnect peers from peers tab via context menu
...
- It is now allowed to disconnect peers from peers tab via
right-click context menu. Peers are not permanently banned!
10 years ago
Jonas Schnelli
c8168331a2
[Qt] fix rpc console font size to flexible metrics
...
should fix #5897
10 years ago
Philip Kaufmann
8517e9709e
[Qt] rework setNumBlocks to have blockDate as parameter
...
- reduces some functional overhead and simplifies the code
10 years ago
Luke Dashjr
9b7d3fb165
Adopt style colour for button icons
10 years ago
sandakersmann
f914f1a746
Added "Core" to copyright headers
...
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
10 years ago
Philip Kaufmann
27df4123c4
make all catch() arguments const
...
- I saw this on http://en.cppreference.com/w/cpp/language/try_catch and
thought it would be a good idea
- also unify used format to better be able to search for exception
uses in our codebase
10 years ago
Michael Ford
78253fcbad
Remove references to X11 licence
10 years ago
Pavel Janík
73caf47dfe
Display time offset in the debug window's Peers tab
10 years ago