Wladimir J. van der Laan
c4879a0c2f
Merge pull request #1444 from laanwj/2012_06_opendebuglog
...
Cross-platform “Open debug logfile”
13 years ago
Wladimir J. van der Laan
609046df6a
Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault
...
GUI: make buttons in debug window non autoDefault
13 years ago
Gavin Andresen
c17e60e270
Merge pull request #1446 from TheBlueMatt/changelog
...
Update wiki changelog at doc/release-process.txt
13 years ago
Matt Corallo
992a2e2e79
Update wiki changelog at doc/release-process.txt
13 years ago
Philip Kaufmann
d4b2f3c45b
make buttons in debug window non autoDefault
13 years ago
Wladimir J. van der Laan
9b1732baae
Cross-platform "Open debug logfile"
...
The option to open the debug logfile from the debug window was implemented only for
windows. By using `QDesktopServices::openUrl` it now works on any platform.
13 years ago
Wladimir J. van der Laan
12718ce767
Merge pull request #1440 from Diapolo/overviewpage_InitialBalance
...
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to ...
13 years ago
Pieter Wuille
de29f9b444
Merge pull request #1441 from TheBlueMatt/gitian-downloader
...
Fix broken config files
13 years ago
Wladimir J. van der Laan
e5ad8de2d9
Merge pull request #1443 from laanwj/2012_06_addressbook_noautoselect
...
Do not select first address automatically in the address book
13 years ago
Wladimir J. van der Laan
2842fe4aa3
Do not select first address automatically in the address book
...
This contributed to an accidental send (#1384 ), and has no clear advantage, better to disable it.
13 years ago
Wladimir J. van der Laan
b6ef8d5a40
Merge pull request #1412 from Diapolo/string_wait_mature
...
GUI: update info strings for generated blocks
13 years ago
Matt Corallo
993928cfcc
Fix broken config files
13 years ago
Philip Kaufmann
59e0f445ce
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance
13 years ago
Jeff Garzik
883a310904
Merge pull request #1435 from TheBlueMatt/mingwbuild
...
Fix Mingw64 build (missing headers according to M$ documentation)
13 years ago
Matt Corallo
b065976007
Fix Mingw64 build (missing headers according to M$ documentation)
13 years ago
Philip Kaufmann
40d23dafb7
update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration
13 years ago
Pieter Wuille
11f73c728a
Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings
...
fix two signed/unsigned comparison warnings in netbase.cpp
13 years ago
Pieter Wuille
0ed0806bb4
Update comment about secure_allocator<>
13 years ago
Pieter Wuille
1b7cd74a49
Merge pull request #1424 from TheBlueMatt/lockcontention
...
Fix DEBUG_LOCKCONTENTION
13 years ago
Pieter Wuille
afdd59416e
Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr
...
fix default Proxy address in Qt options (no hostname allowed currently)
13 years ago
Matt Corallo
4d009243cb
Fix DEBUG_LOCKCONTENTION
13 years ago
Gavin Andresen
45268208ae
Merge pull request #1422 from Diapolo/add_used_datadir_debug_log
...
add used datadir to debug.log
13 years ago
Philip Kaufmann
618b250e34
add used datadir to debug.log
13 years ago
Philip Kaufmann
b69dd08ae7
fix two signed/unsigned comparison warnings in netbase.cpp
13 years ago
Philip Kaufmann
4e16306ae3
fix default Proxy address in Qt options (no hostname allowed currently)
13 years ago
Gavin Andresen
46e06b875d
Merge branch 'netopt' of https://github.com/sipa/bitcoin
13 years ago
Gavin Andresen
9f46a3e32a
Merge pull request #1411 from TheBlueMatt/debian
...
Update contrib/debian.
13 years ago
Gavin Andresen
371f9616e9
Merge pull request #1415 from dooglus/fix-build-unix.txt
...
"USE_UPNP=-" is needed to remove UPnP support.
13 years ago
Chris Moore
2976a52222
"USE_UPNP=-" is needed to remove UPnP support.
13 years ago
Matt Corallo
8f6111bb9c
Update contrib/debian.
...
* Updates package description to note that blockchain now takes
2+ GB instead of 150+ MB.
* Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set
in Bitcoin itself now.
* Update changelog with 0.6.2 and the current updates.
13 years ago
Wladimir J. van der Laan
882ba0e752
Merge pull request #837 from sje397/ShowImmatureBalance
...
Added 'immature balance' for miners. Only displayed if the balance is > 0
13 years ago
Wladimir J. van der Laan
88d7bc930a
Merge pull request #1368 from Diapolo/verifymessagepage
...
GUI: change verifymessagepage behaviour to match RPC-call "verifymessage"
13 years ago
Wladimir J. van der Laan
1c85a7f3eb
Merge pull request #1364 from Diapolo/move_HelpMessage_GUIUtil_add_RPCCon_Button
...
GUI: move class HelpMessageBox to guiutil.cpp/.h
13 years ago
Philip Kaufmann
5d6b30271f
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation
13 years ago
Philip Kaufmann
8103b0bb62
change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check
13 years ago
Gavin Andresen
98474d3d6f
Use ConvertTo to simplify sendmany/addmultisigaddress argument handling
13 years ago
Gavin Andresen
ea7582bb41
Make sendrawtx return txid to be consistent with other send methods.
13 years ago
Pieter Wuille
587f929c64
Rework network config settings
13 years ago
Nils Schneider
50fac68654
Merge pull request #1403 from Diapolo/translation_master_file
...
Translation: sync english translation master file with current master branch (2012-05-31)
13 years ago
Philip Kaufmann
407e20c11a
sync english translation master file with current master branch
13 years ago
Pieter Wuille
10ed8178fc
Update bitcoinstrings.cpp
13 years ago
Gregory Maxwell
f6521b66f7
Merge pull request #1394 from grimd34th/patch-1
...
incorrect openssl when compared to makefile
13 years ago
grimd34th
a2bd31432f
incorrect openssl when compared to makefile
13 years ago
Gregory Maxwell
20cb17e1f9
Merge pull request #1392 from gavinandresen/testnet_reset
...
Testnet reset
13 years ago
Pieter Wuille
a52c7a1b65
Merge pull request #1357 from sipa/keyid
...
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
13 years ago
Pieter Wuille
1e07068adf
Merge pull request #1370 from Diapolo/add_startuptime_to_log
...
add client startup time as an entry to debug.log
13 years ago
Gavin Andresen
c87c8cd163
Add a testnet checkpoint at block 546
13 years ago
Gavin Andresen
248bceb30c
Fix issue#1082, testnet difficulty unsigned integer underflow
13 years ago
Gavin Andresen
feeb761ba0
Testnet, Mark III
13 years ago
Gavin Andresen
4e6e3293ff
Remove newlines from JSON strings
...
Newlines in JSON strings are against the JSON spec,
so remove them from the script*.json unit tests to
make python's jsonrpc happy (json::spirit didn't care).
13 years ago