Gregory Maxwell
d285c7bf2c
Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp.
13 years ago
Philip Kaufmann
11353b0c57
update bitcoin_en.ts (translation master file) to match current master branch as of 2012-05-09
13 years ago
Philip Kaufmann
3e468840bd
util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSpecialFolderPath(), set fCreate default to true and remove the fallback (not Win >= Vista compatible anyway) / remove namespace fs stuff where only used once / misc small changes'
13 years ago
Philip Kaufmann
3b6ed2294b
fix an incorrect if-clause in net.cpp
13 years ago
Philip Kaufmann
50a3855082
harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
13 years ago
Wladimir J. van der Laan
5ac114c756
Make it possible to set user interface language from options dialog
13 years ago
Wladimir J. van der Laan
6ddf861078
Organize optionsdialog (split off Window and Network page)
13 years ago
Matt Corallo
2ea78ec7fd
Fix DEBUG_LOCKCONTENTION
13 years ago
Philip Kaufmann
09570add5f
remove 2 ugly spaces from a string used in translations
13 years ago
Pieter Wuille
f621326c24
Clean up warnings
...
* Use -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameters
* Remove xCXXFLAGS usage in makefile.unix
* Fix several recent and older sign-compare warnings
13 years ago
Jeff Garzik
781fc2c8c0
Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS
13 years ago
Jeff Garzik
1302257e5d
makefile.unix: add -Wall to default CXXFLAGS
...
Additionally, remove -Wno-sign-compare from alt CXXFLAGS, as
that is no longer a problem.
13 years ago
David Joel Schwartz
96c5269511
RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives
13 years ago
David Joel Schwartz
e9205293bd
Support multi-threaded JSON-RPC
...
Change internal HTTP JSON-RPC server from single-threaded to
thread-per-connection model. The IP filter list is applied prior to starting
the thread, which then processes the RPC.
A mutex covers the entire RPC operation, because not all RPC operations are
thread-safe.
[minor modifications by jgarzik, to make change upstream-ready]
13 years ago
Philip Kaufmann
2387a7a969
remove 2 obsolete functions from init.h that moved to util.h
13 years ago
Luke Dashjr
7e63dc3615
Support for decomposing scripts as "obj"
13 years ago
Luke Dashjr
74335bd32a
Second parameter to JSON-RPC getblock/gettransaction: decompositions
...
This is an Object specifying how to decompose specific elements.
Currently supported:
- "tx": "no", "hash", "hex", "obj"
- "script": "no", "hex", "asm"
13 years ago
Luke Dashjr
d4e09300f3
Add block "confirmations" to getblock, mainly for identifying orphans
13 years ago
Gregory Maxwell
a5f95d75a1
Increase client version to 0.6.99
13 years ago
Luke Dashjr
1ef3a48c03
Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218
13 years ago
Wladimir J. van der Laan
356c3cad1a
Make user action more straightforward in address book
...
- Add all actions that can be triggered with buttons to the context menu
- Hide delete action from context menu for receiving tab
13 years ago
Wladimir J. van der Laan
7d5bb42946
Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6
13 years ago
Pieter Wuille
6860133373
Prevent stuck download: correct solution
...
Pull request #948 introduced a fix for nodes stuck on a long side branch
of the main chain. The fix was non-functional however, as the additional
getdata request was created in a first step of processing, but dropped
in a second step as it was considered redundant. This commits fixes it
by sending the request directly.
13 years ago
Philip Kaufmann
52d4975825
passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
13 years ago
Philip Kaufmann
4295311da3
move many overviewpage settings from code to ui XML-file / removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels
13 years ago
Wladimir J. van der Laan
46f552a9fe
Hide UI immediately after leaving the main loop.
...
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open.
13 years ago
Pieter Wuille
bd1aabe941
Bugfix: store source address in addrman
13 years ago
Pieter Wuille
56f1e91239
Fix addrman crashes
...
A function returned the element to remove from a bucket, instead of its
position in that bucket. This function was only called when a tried
bucket overflowed, which only happens after many outgoing connections
have been made.
Closes : #1065 , #1156
13 years ago
Pieter Wuille
29a86a1735
Add extra asserts to addrman
13 years ago
Luke Dashjr
82e6b92b0a
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead
13 years ago
Philip Kaufmann
7b74bd4928
changed cursor for selectable text on the about dialog to IBeamCursor and removed an unused tag
13 years ago
Philip Kaufmann
d7d7d81a6a
change text on message.ui from "Copy to Clipboard" to "Copy Signature" and
...
add an Alt-Shortcut to "Clear &All"
13 years ago
Philip Kaufmann
092522af6c
renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window size to the minimum values Qt Creator allows me to set
13 years ago
Wladimir J. van der Laan
e400258bf0
simplified qrcode icon that scales gracefully to 16x16
13 years ago
Wladimir J. van der Laan
460c51fdad
Add UI RPC console / debug window
13 years ago
Wladimir J. van der Laan
3793fa09ff
Allow Qt to wrap long tooltips ( fixes #1063 )
...
Implemented without having to touch any translation: by listening for QEvent::ToolTipChange events, then rewriting the tooltips to prefix `<qt/>` if it is not yet rich text.
13 years ago
Wladimir J. van der Laan
c8a3917089
signmessage: auto-select signature when field is focused/clicked
13 years ago
Philip Kaufmann
d0ccf0c755
move label placeholdertext from sendcoinsentry.cpp to ui-file
13 years ago
Gavin Andresen
397737b913
Bump version numbers for 0.6.1rc2
13 years ago
Pieter Wuille
19b6958cfd
Added -externalip and -discover
...
-externalip=<ip> can be used to explicitly set the public IP address
of your node. -discover=0 can be used to disable the automatic public
IP discovery system.
13 years ago
Pieter Wuille
39857190de
Support for multiple local addresses
13 years ago
Pieter Wuille
478b01d9a7
Add -seednode connections, and use this for -dnsseed + -proxydns
13 years ago
Pieter Wuille
9bab521df8
Support connecting by hostnames passed to proxy (-proxydns)
13 years ago
Pieter Wuille
a012e2db59
refactor ConnectSocket
13 years ago
Pieter Wuille
933f2715d8
SOCKS5 connect via hostname
13 years ago
Pieter Wuille
60a87bce87
SOCKS5 support by default
...
Add -socks=<n> to select SOCKS version to use. 4 and 5 are supported,
5 is default.
13 years ago
Philip Kaufmann
dab7acdf45
fix #952 by checking if we have a new address or an updated label
13 years ago
Peter Todd
86c47a5636
Fixed non-sensical error message
...
Previously trying to create a multisig address that required less than
one signature would output something like the following:
"wrong number of keys(got 1, need at least 0)"
13 years ago
Philip Kaufmann
e23a121afe
remove obsolete BackupWallet() entry in wallet.h
13 years ago
Philip Kaufmann
65c2ad687f
add a clear all button to the sign message page
13 years ago