Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Merge #10181: Include cleanup | Wladimir J. van der Laan | |
1c897fc Missing includes (Jorge Timón) a1fd450 Trivial: Remove unneeded includes from .h: (Jorge Timón) Tree-SHA512: ada3e62cc2435e58172a88b380be371b717a05725956c15e5493b6e19fe2903e5e6e43fd22dc24699333a0e8a0c7b42eb1ae61b41cb4ba82495be18e2d4ef3c6 | |||
2017-04-20 | Set both time/height header caches at the same time | Jonas Schnelli | |
2017-04-20 | Declare headers height/time cache mutable, re-set the methods const | Jonas Schnelli | |
2017-04-19 | Reduce cs_main locks during modal overlay by adding an atomic cache | Jonas Schnelli | |
2017-04-13 | Missing includes | Jorge Timón | |
2017-01-04 | Move tx estimation data out of CCheckPointData | Pieter Wuille | |
2017-01-04 | [MOVEONLY] Move progress estimation out of checkpoints | Pieter Wuille | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | |
2016-12-02 | Move network-msg-processing code out of main to its own file | Matt Corallo | |
2016-11-11 | Merge #8996: Network activity toggle | Jonas Schnelli | |
19f46f1 Qt: New network_disabled icon (Luke Dashjr) 54cf997 RPC/Net: Use boolean consistently for networkactive, and remove from getinfo (Luke Dashjr) b2b33d9 Overhaul network activity toggle (Jonas Schnelli) 32efa79 Qt: Add GUI feedback and control of network activity state. (Jon Lund Steffensen) e38993b RPC: Add "togglenetwork" method to toggle network activity temporarily (Jon Lund Steffensen) 7c9a98a Allow network activity to be temporarily suspended. (Jon Lund Steffensen) | |||
2016-11-07 | qt: Use correct conversion function for boost::path datadir | Wladimir J. van der Laan | |
Fixes #9089. | |||
2016-10-24 | Qt: Add GUI feedback and control of network activity state. | Jon Lund Steffensen | |
Add getNetworkActive()/setNetworkActive() method to client model. Send network active status through NotifyNetworkActiveChanged. Indicate in tool tip of gui status bar network indicator whether network activity is disabled. Indicate in debug window whether network activity is disabled and add button to allow user to toggle network activity state. | |||
2016-09-26 | [qt] sync-overlay: Don't block during reindex | MarcoFalke | |
2016-09-23 | Merge #8371: [Qt] Add out-of-sync modal info layer | Jonas Schnelli | |
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) | |||
2016-09-23 | Do not shadow in src/qt | Pavel Janík | |
2016-09-13 | [Qt] only update "amount of blocks left" when the header chain is in-sync | Jonas Schnelli | |
2016-09-08 | net: move send/recv statistics to CConnman | Cory Fields | |
2016-09-08 | net: Add most functions needed for vNodes to CConnman | Cory Fields | |
2016-08-26 | [Qt] ClientModel add method to get the height of the header chain | Jonas Schnelli | |
2016-08-26 | [Qt] Always pass the numBlocksChanged signal for headers tip changed | Jonas Schnelli | |
2016-06-28 | qt: Remove client name from debug window | Wladimir J. van der Laan | |
Remove the client name from the debug window in the GUI. It is already part of the user agent, so adding it separately doesn't add anything. | |||
2016-05-17 | Report reindexing progress in GUI | Pieter Wuille | |
2016-03-24 | [Qt] remove unused formatBuildDate method | Jonas Schnelli | |
2016-03-22 | [Qt] Debug window: replace "Build date" with "Datadir" | Jonas Schnelli | |
The build date does only makes sense for custom/self-compiled bitcoin-core versions because we are using static build-dates for our deterministic release builds. Having a quick option to get the current datadir is much more valuable for debug purposes. | |||
2016-03-18 | Update alert notification and GUI | BtcDrak | |
2016-03-18 | Remove p2p alert handling | BtcDrak | |
2016-01-17 | Typo fixes in comments | Chris Wheeler | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-12-01 | Merge pull request #7141 | Wladimir J. van der Laan | |
aabc897 rpc: Don't translate warning messages (Wladimir J. van der Laan) | |||
2015-12-01 | qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel | Wladimir J. van der Laan | |
It's surprising to me that Q_EMIT even worked for this. But it doesn't build in Qt4, so switch back to `QMetaObject::invokeMethod`. Fixes #7138. | |||
2015-12-01 | rpc: Don't translate warning messages | Wladimir J. van der Laan | |
But keep translating them in the GUI. This - necessarily - requires duplication of a few messages. Alternative take on #7134, that keeps the translations from being wiped. Also document GetWarnings() input argument. Fixes #5895. | |||
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-30 | [Qt] update block tip (height and date) without locking cs_main, update ↵ | Jonas Schnelli | |
always (each block) | |||
2015-11-20 | [Qt] simple mempool info in debug window | Jonas Schnelli | |
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] banlist, UI optimizing and better signal handling | Jonas Schnelli | |
2015-09-16 | [Qt] add ui signal for banlist changes | Jonas Schnelli | |
2015-09-16 | [Qt] add banlist table below peers table | Jonas Schnelli | |
2015-08-07 | [Qt] show client user agent in debug window | Philip Kaufmann | |
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-07-07 | [Qt] constify foreach uses where possible | Philip Kaufmann | |
- this doesn't replace BOOST_FOREACH, it just makes used arguments const where possible | |||
2015-04-30 | checkpoints: Decouple checkpoints from Params | Cory Fields | |
Pass checkpoint data in as necessary | |||
2015-03-09 | [Qt] rework setNumBlocks to have blockDate as parameter | Philip Kaufmann | |
- reduces some functional overhead and simplifies the code | |||
2015-02-09 | [Qt] remove unused getNumBlocksAtStartup() from ClientModel | Philip Kaufmann | |
2015-01-31 | Remove whitespaces before double colon in errors and logs | Pavel Janík | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 |