Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-30 | [qt] Return useful error message on ATMP failure | MarcoFalke | |
2016-10-28 | Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation target | Wladimir J. van der Laan | |
cfe77ef [Qt] overhaul smart-fee slider, adjust default confirmation target (Jonas Schnelli) 6f02899 [Qt] Hide nTxConfirmTarget behind WalletModel (Jonas Schnelli) 004168d CoinControl: add option for custom confirmation target (Jonas Schnelli) | |||
2016-10-28 | [Qt] overhaul smart-fee slider, adjust default confirmation target | Jonas Schnelli | |
2016-10-28 | [Qt] Hide nTxConfirmTarget behind WalletModel | Jonas Schnelli | |
2016-10-26 | Return useful error message on ATMP failure | instagibbs | |
2016-10-21 | Merge #8990: moveonly: move `coincontrol` to `src/wallet` | Wladimir J. van der Laan | |
1ae5839 moveonly: move `coincontrol` to `src/wallet` (Wladimir J. van der Laan) | |||
2016-10-21 | moveonly: move `coincontrol` to `src/wallet` | Wladimir J. van der Laan | |
2016-10-20 | [Qt] use NotifyHeaderTip's height and date for the progress update | Jonas Schnelli | |
2016-10-19 | Merge #8774: Qt refactors to better abstract wallet access | Jonas Schnelli | |
178cd88 Qt/splash: Specifically keep track of which wallet(s) we are connected to for later disconnecting (Luke Dashjr) 1880aeb Qt: Get the private key for signing messages via WalletModel (Luke Dashjr) | |||
2016-10-19 | [RPC] Give RPC commands more information about the RPC request | Jonas Schnelli | |
2016-10-19 | Merge #8972: [Qt] make warnings label selectable (jonasschnelli) | Wladimir J. van der Laan | |
ef0c9ee [Qt] make warnings label selectable (Jonas Schnelli) | |||
2016-10-19 | [Qt] make warnings label selectable | Jonas Schnelli | |
2016-10-18 | Merge #8925: qt: Display minimum ping in debug window. | Wladimir J. van der Laan | |
1724a40 Display minimum ping in debug window. (R E Broadley) | |||
2016-10-18 | Merge #8918: Qt: Add "Copy URI" to payment request context menu | Wladimir J. van der Laan | |
21f5a63 Qt: Add "Copy URI" to payment request context menu (Luke Dashjr) | |||
2016-10-15 | Display minimum ping in debug window. | R E Broadley | |
2016-10-13 | Qt: Add "Copy URI" to payment request context menu | Luke Dashjr | |
2016-10-10 | [qt] sync-overlay: Don't show progress twice | MarcoFalke | |
* Don't show integer progress in progress bar. (Already shown in front of progress bar) * Also, use non-static method to get current msecs | |||
2016-10-10 | Merge #8821: [qt] sync-overlay: Don't block during reindex | Jonas Schnelli | |
fa85e86 [qt] sync-overlay: Don't show estimated number of headers left (MarcoFalke) faa4de2 [qt] sync-overlay: Don't block during reindex (MarcoFalke) | |||
2016-10-08 | Merge #8885: gui: fix ban from qt console | Jonas Schnelli | |
cb78c60 gui: fix ban from qt console (Cory Fields) | |||
2016-10-04 | gui: fix ban from qt console | Cory Fields | |
Rather than doing a circle and re-resolving the node's IP, just use the one from nodestats directly. This requires syncing the addr field from CNode. | |||
2016-10-04 | Qt/splash: Specifically keep track of which wallet(s) we are connected to ↵ | Luke Dashjr | |
for later disconnecting | |||
2016-10-04 | Qt: Get the private key for signing messages via WalletModel | Luke Dashjr | |
2016-10-04 | [doc] Rework docs | MarcoFalke | |
* Minor formatting such as adjusting links * Move sections of `doc/multiwallet-qt.md` to the source code and delete the file, as it is outdated * Fix typo in the release notes * Amend release process to mention update of BLOCK_CHAIN_SIZE | |||
2016-10-01 | Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs | Jorge Timón | |
2016-09-29 | Merge #8658: Remove unused statements in serialization | Wladimir J. van der Laan | |
64d9507 [WIP] Remove unused statement in serialization (Pavel Janík) | |||
2016-09-29 | [qt] sync-overlay: Don't show estimated number of headers left | MarcoFalke | |
2016-09-26 | [qt] sync-overlay: Don't block during reindex | MarcoFalke | |
2016-09-26 | Merge #8805: Trivial: Grammar and capitalization | MarcoFalke | |
c9ce17b Trivial: Grammar and capitalization (Derek Miller) | |||
2016-09-24 | Trivial: Grammar and capitalization | Derek Miller | |
2016-09-24 | Fix future copyright year | Mitchell Cash | |
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 | [Qt] modalinfolayer: removed unused comments, renamed signal, code style ↵ | Jonas Schnelli | |
overhaul | |||
2016-09-23 | Do not shadow in src/qt | Pavel Janík | |
2016-09-21 | [qt] WalletModel: Expose disablewallet | MarcoFalke | |
2016-09-21 | [wallet] Introduce DEFAULT_DISABLE_WALLET | MarcoFalke | |
2016-09-20 | Merge #8672: Qt: Show transaction size in transaction details window | Jonas Schnelli | |
c015634 qt: Adding transaction size to transaction details window (Hampus Sjöberg) \-- merge fix for s/size/total size/ fdf82fb Adding method GetTotalSize() to CTransaction (Hampus Sjöberg) | |||
2016-09-20 | Merge #7783: [Qt] RPC-Console: support nested commands and simple value queries | Wladimir J. van der Laan | |
1586044 [Qt] RPC-Console: support nested commands and simple value queries (Jonas Schnelli) | |||
2016-09-20 | Merge #8700: [copyright] add MIT license headers to .sh scripts where missing | Wladimir J. van der Laan | |
0766d1c [copyright] add MIT license headers to .sh scripts where missing (isle2983) | |||
2016-09-16 | Specify Protobuf version 2 in paymentrequest.proto | fanquake | |
2016-09-13 | [Qt] only update "amount of blocks left" when the header chain is in-sync | Jonas Schnelli | |
2016-09-11 | [copyright] add MIT license headers to .sh scripts where missing | isle2983 | |
Years are set according to 'git log' history | |||
2016-09-09 | Merge #8678: [Qt][CoinControl] fix UI bug that could result in paying ↵ | Jonas Schnelli | |
unexpected fee 0480293 [Qt][CoinControl] fix UI bug that could result in paying unexpected fee (Jonas Schnelli) | |||
2016-09-09 | [WIP] Remove unused statement in serialization | Pavel Janík | |
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-09-08 | net: move ban and addrman functions into CConnman | Cory Fields | |
2016-09-08 | net: Pass CConnection to wallet rather than using the global | Cory Fields | |
2016-09-08 | gui: add NodeID to the peer table | Cory Fields | |
2016-09-07 | [Qt][CoinControl] fix UI bug that could result in paying unexpected fee | Jonas Schnelli | |
2016-09-06 | qt: Adding transaction size to transaction details window | Hampus Sjöberg | |