Age | Commit message (Collapse) | Author |
|
- rename reportError() into message() to be in line with our default
message() signal/slot naming (and can be used for all types of messages)
- rename some QStrings to not collide with message() function
- add a missing message for malformed URIs that IS also used in BitcoinGUI
- fix / extend some comments and misc style fixes
|
|
make appbundle target for OSX development
|
|
add SendCoinsEntry::updateLabel() function
|
|
clientmodel: remove 2 hard-coded values, use CChainParams instead
|
|
Rename -tor to -onion to better reflect what it does.
|
|
Walletload
|
|
Inline signature serializer
|
|
- makes the code for updating a label reusable
- no functional changes
|
|
Finished /Contrib Index. Standardized READMEs.
|
|
don't touch addressbook when using secure payment-requests
|
|
make BitcoinAmountField::setReadOnly() usable
|
|
File and Link Fix.
|
|
Broken Link in /Doc README
|
|
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
|
|
Documentation Cleanup and Contrib Index
|
|
Update michagogo's gitian pgp key, adding UIDs
|
|
doc: remove readme-qt.md
|
|
CBlockLocator improvements & move to core
|
|
Add as a separate commit so that it can be easily reverted once
Qt5 is supported again.
|
|
Now that autotools is used as a build system there is nothing
special about building the GUI anymore. Merge the salvageable
parts into build-unix.md
|
|
- use it for secure payment-requests (this change allows a copy&paste of
the amount and looks a little nicer than just a disabled GUI element)
|
|
Bitcoin-Qt: misc changes for sendcoins and paymentsever
|
|
replace %zu with %"PRIszu" macro to prevent compiler warnings
|
|
|
|
[QT] Add network traffic graph to debug window
|
|
misc spelling / space / style fixes
|
|
|
|
|
|
As CBlockLocator is a P2P data structure, and independent from the
validation logic, it can be moved to core.
|
|
This removes a few unused CBlockLocator methods, and moves the
construction and fork-finding logic to CChain (which can do these
more efficiently, as it has a height-indexable chain available).
It also makes CBlockLocator independent from the validation code.
|
|
The cleanup code needs to check for NULL rpcworkers thread group.
|
|
Refactor/encapsulate chain globals into a CChain class
|
|
Merge upstream LevelDB 1.13
|
|
[doc] Add testnet hidden service port to the example tor config.
|
|
Seems like there are a lot of advertised testnet HS nodes that
don't actually work. Lack of the testnet port on the example
HS config might be one reason.
|
|
|
|
971bb3e Added ping time measurement. New RPC "ping" command to request ping. Implemented "pong" message handler. New "pingtime" field in getpeerinfo, to provide results to user. New "pingwait" field, to show pings still in flight, to better see newly lagging peers. (Josh Lehan)
|
|
|
|
Added some help text, and bumped version numbers.
Added a Readable Index for /Contrib
Fixing /Contrib Index URLs
Revert Version Numbers.
|
|
|
|
|
|
prevent compiler redefinition warnings
|
|
- I observed a massive amount of redefinition warnings after #3071, which
are silenced by this patch
- uses the same style as we do in other places, where we define _WIN32_WINNT
|
|
- fixes #3006 by preventing addressbook changes when using
secure payment-requests
sq
|
|
- make processPaymentRequest() use our own HTML-escaping function from
GUIUtil
- make string "application/bitcoin-payment" a constant (below similar
constant strings in the .cpp file)
|
|
- display the real string (faulty address), which causes the valid address
check to fail, instead of a stringified "nonsense" CBitcoinAddress
|
|
- clear(): clear all UI elements (for secure and insecure payments)
- setValue(): only modify UI elements, which need to be set (for secure
or insecure payments)
|
|
Remove include of windows.h from allocators.h
|
|
Rework pull-tester scripts, disable blockchain tester
|
|
Not working on the pull-tester machine, 'make cov' hangs there.
|