ea933b03b4
use "IPv6" and "IPv4" in strings as these are the official spellings and make ParseNetwork() in netbase.cpp case-insensitive
Philip Kaufmann
2012-05-13 00:40:30 +02:00
139d2f7c29
Keep local service information per address
Pieter Wuille
2012-05-13 00:41:24 +02:00
89b5616d10
Do not signal outbound semaphore if uninitialized
Pieter Wuille
2012-05-12 17:44:14 +02:00
45dcf63a62
Only check for port# after : in ConnectSocketByName
Pieter Wuille
2012-05-12 17:41:58 +02:00
5e19030aa1
remove string "TextLabel" from warningLabel, as this is unneeded and as such is a silly translation less to do :)
Philip Kaufmann
2012-05-13 00:16:50 +02:00
4dca553e66
set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Code Dialog" as this spelling is used all over the code
Philip Kaufmann
2012-05-13 00:03:58 +02:00
ae744c8b78
RPC console: don't crash on invalid input exception
Wladimir J. van der Laan
2012-05-12 18:14:29 +02:00
c6aa86afc2
Convert RPC console to QTextEdit instead of QTableView
Wladimir J. van der Laan
2012-05-12 12:30:07 +02:00
839c4e7966
Fix initialization of inaddr_any
Pieter Wuille
2012-05-12 17:19:44 +02:00
d960a335f8
Merge pull request #1266 from Diapolo/tab_to_space
Jeff Garzik
2012-05-12 08:02:57 -07:00
3ef1f41550
When a transaction is clicked on overview page, focus it on history page
Wladimir J. van der Laan
2012-05-12 13:19:44 +02:00
97ec4e50b1
Merge pull request #1263 from Diapolo/RPCCon_ClientStartupTime
Wladimir J. van der Laan
2012-05-12 03:44:22 -07:00
591b5c0f41
Merge pull request #1267 from Diapolo/sendcoinsdialog
Wladimir J. van der Laan
2012-05-12 02:47:59 -07:00
55f19cb809
change size of transactiondialog, to allow display of transaction-id without an ugly line-break
Philip Kaufmann
2012-05-12 11:12:37 +02:00
a24ea3dab7
add Alt-Shortcut for "Clear All" in sendcoinsdialog.ui
Philip Kaufmann
2012-05-12 11:11:00 +02:00
bc05562730
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
Philip Kaufmann
2012-05-12 11:06:30 +02:00
4830ff923e
Merge pull request #1265 from laanwj/2012_05_fixredundantbuild
Wladimir J. van der Laan
2012-05-12 00:48:46 -07:00
ffd8060a98
Speed up build in Qt creator in common case
Wladimir J. van der Laan
2012-05-12 09:25:27 +02:00
661834d02b
Merge pull request #1261 from laanwj/2012_05_escapecsv
Wladimir J. van der Laan
2012-05-11 23:30:04 -07:00
d2f7778cc7
add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order
Philip Kaufmann
2012-05-12 00:28:58 +02:00
875f71d4ef
Properly escape " in strings when exporting CSV
Wladimir J. van der Laan
2012-05-11 20:17:09 +02:00
b34c5f3c0f
Merge pull request #1101 from jgarzik/http11
Jeff Garzik
2012-05-11 09:57:08 -07:00
5456ef3092
Use polling instead of boost's broken semaphore on OSX
Pieter Wuille
2012-05-10 20:45:35 +02:00
c59abe2589
Use semaphores instead of condition variables
Pieter Wuille
2012-05-10 18:44:07 +02:00
271f9faf9e
Merge pull request #1254 from jgarzik/mempool-logging
Jeff Garzik
2012-05-11 07:53:08 -07:00
0c587936c7
Add a menu option to verify a signed message
sje397
2012-02-27 22:55:04 +11:00
2692ed3f01
Merge pull request #1258 from Diapolo/RPCCon_never_0_Blocks
Wladimir J. van der Laan
2012-05-11 06:40:04 -07:00
23f59e7023
Merge pull request #1259 from Diapolo/GUI_testnet_UX
Wladimir J. van der Laan
2012-05-11 06:35:50 -07:00
37244c2f7f
add calls to qApp->setWindowIcon(), to remove the need to set window icons for testnet with additional calls
Philip Kaufmann
2012-05-11 12:35:17 +02:00
8f10a28890
Separate listening sockets, -bind=<addr>
Pieter Wuille
2012-05-11 15:28:59 +02:00
7fa4443f77
Keep port information for local addresses
Pieter Wuille
2012-05-10 20:35:13 +02:00
457754d2c2
Add -blocknet to prevent connections to a given network
Pieter Wuille
2012-05-04 16:46:22 +02:00
c5b3ffd8d5
Use NET_ identifiers in CNetAddr::GetGroup()
Pieter Wuille
2012-04-29 02:19:23 +02:00
623b987813
Add -noproxy to circumvent proxy for some network
Pieter Wuille
2012-05-04 16:55:19 +02:00
d32148567f
Preliminary support for Tor/I2P hidden services
Pieter Wuille
2012-04-02 17:06:11 +02:00
23aa78c405
IPv6 node support
Pieter Wuille
2012-03-31 17:58:25 +02:00
97521b5257
Add missing #include for GetDataDir
Wladimir J. van der Laan
2012-05-11 13:18:25 +02:00
66331f2b51
if there is no current block number available display N/A on totalBlocks label, instead of 0, which can not ever be true
Philip Kaufmann
2012-05-11 12:29:31 +02:00
1f5a7cef6f
Fix version numbers of archive builds
Pieter Wuille
2012-05-11 04:11:22 +02:00
a8fef7f569
Merge pull request #1251 from Diapolo/transactionview_comments
Wladimir J. van der Laan
2012-05-11 02:43:42 -07:00
5e7c4f3be8
Merge pull request #1257 from Diapolo/fix_guiutil_warn
Wladimir J. van der Laan
2012-05-11 02:43:18 -07:00
58b01afc50
guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for ToolTipToRichTextFilter explicit
Philip Kaufmann
2012-05-11 11:32:04 +02:00
508471bbc0
Merge pull request #1247 from Diapolo/Win_open_debug_logfile
Wladimir J. van der Laan
2012-05-11 02:22:17 -07:00
4d3dda5d9f
add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console
Philip Kaufmann
2012-05-09 22:07:00 +02:00
b66737e6df
Merge pull request #1204 from Diapolo/messagepage_focus_placeholder
Wladimir J. van der Laan
2012-05-10 23:55:34 -07:00
b8a5e30d91
Merge pull request #1090 from laanwj/2012_04_wraptooltips
Wladimir J. van der Laan
2012-05-10 23:54:53 -07:00
f93727aa56
Merge pull request #1206 from Diapolo/passphrasedialog
Wladimir J. van der Laan
2012-05-10 23:53:24 -07:00
c485a0636e
Merge pull request #1238 from Diapolo/tray
Wladimir J. van der Laan
2012-05-10 23:52:21 -07:00
e0feedd7ac
Merge pull request #1250 from Diapolo/optionsdialog
Wladimir J. van der Laan
2012-05-10 23:47:36 -07:00
33a53bc13b
CTxMemPool::accept(): do not log FetchInputs failure redundantly
Jeff Garzik
2012-05-10 20:31:46 -04:00
133dce6a37
CTxMemPool: consolidate two frequently-printed debug.log lines into one
Jeff Garzik
2012-05-10 20:20:31 -04:00
81c45c0a94
optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start Bitcoin on system login" and move it to Main / hide "Window" Options on Mac as there are currently none available / remove an unused variable / add Alt-Shortcuts where they were missing / allow translation of "default"
Philip Kaufmann
2012-05-10 15:33:01 +02:00
840470ec79
add placeholder text to address field (like in sendcoins) and set focus to address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog"
Philip Kaufmann
2012-05-05 15:24:06 +02:00
5d21ffe16b
add 2 comments to transactionview.cpp to ensure no one moves setPlaceholderText to the XML file (after this all parts in the code that use setPlaceholderText have this comment
Philip Kaufmann
2012-05-10 15:42:26 +02:00
037a8daee6
Merge pull request #1239 from Diapolo/testnet_GUI
Wladimir J. van der Laan
2012-05-09 22:42:58 -07:00
a2de039ec4
Merge pull request #1199 from laanwj/2012_05_signmessage_autoselect
Wladimir J. van der Laan
2012-05-09 22:41:53 -07:00
5d53f48acb
Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it fails
Luke Dashjr
2012-05-09 17:08:39 +00:00
0981b80c29
Merge pull request #1220 from laanwj/2012_05_organize_optionsdialog
Wladimir J. van der Laan
2012-05-09 08:33:44 -07:00
bfbfb53ed4
Add key shortcuts for RPC console tabs
Wladimir J. van der Laan
2012-05-09 17:31:59 +02:00
b84172434d
Automatically focus entry widget when console tab comes into focus
Wladimir J. van der Laan
2012-05-09 17:12:05 +02:00
9d9aae0396
Merge pull request #1237 from gmaxwell/master
Jeff Garzik
2012-05-09 07:59:13 -07:00
11b729d8a2
Merge pull request #1134 from Diapolo/util-updates
Jeff Garzik
2012-05-09 07:54:25 -07:00
d54e6e8359
Merge pull request #1225 from Diapolo/net_cpp_if_clause
Jeff Garzik
2012-05-09 07:50:27 -07:00
2abbe5fc88
Show testnet icon for tray-menu option Show/Hide / set tooltip for tray icon to match non-testnet text (just [testnet] added) / remove obsolete title_testnet variable'
Philip Kaufmann
2012-05-09 15:11:47 +02:00
1ad3b7d5c0
add Debug window to tray-menu / switch sendCoinsAction and receiveCoinsAction in tray to match button ordering in the client window
Philip Kaufmann
2012-05-09 14:38:06 +02:00
d285c7bf2c
Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp.
Gregory Maxwell
2012-05-09 07:17:30 -04:00
11353b0c57
update bitcoin_en.ts (translation master file) to match current master branch as of 2012-05-09
Philip Kaufmann
2012-05-09 12:38:51 +02:00
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'
Philip Kaufmann
2012-04-22 16:22:45 +02:00
e17018adcd
Merge pull request #1211 from Diapolo/harmonize_ellipsis
Wladimir J. van der Laan
2012-05-09 00:14:30 -07:00
3b6ed2294b
fix an incorrect if-clause in net.cpp
Philip Kaufmann
2012-05-08 23:02:48 +02:00
50a3855082
harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
Philip Kaufmann
2012-05-06 16:24:15 +02:00
9e11cb53dd
Merge pull request #1215 from laanwj/2012_05_nogridtables
Wladimir J. van der Laan
2012-05-08 23:34:10 -07:00
5ac114c756
Make it possible to set user interface language from options dialog
Wladimir J. van der Laan
2012-05-08 23:03:41 +02:00
6ddf861078
Organize optionsdialog (split off Window and Network page)
Wladimir J. van der Laan
2012-05-07 21:49:22 +02:00
6bdb06a7b1
Merge pull request #1221 from Diapolo/optionsdialog
Wladimir J. van der Laan
2012-05-08 22:44:04 -07:00
2ea78ec7fd
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-05-09 01:40:33 -04:00
09570add5f
remove 2 ugly spaces from a string used in translations
Philip Kaufmann
2012-05-08 09:31:25 +02:00
f621326c24
Clean up warnings
Pieter Wuille
2012-05-09 03:48:14 +02:00
781fc2c8c0
Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS
Jeff Garzik
2012-05-08 21:18:35 -04:00
1302257e5d
makefile.unix: add -Wall to default CXXFLAGS
Jeff Garzik
2012-05-08 21:02:28 -04:00
96c5269511
RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives
David Joel Schwartz
2012-04-24 01:10:02 -04:00
e9205293bd
Support multi-threaded JSON-RPC
David Joel Schwartz
2012-04-14 20:35:58 -04:00