1670 Commits (a823faecf1463d0ce09b1c6690d69c624cc62874)

Author SHA1 Message Date
Pieter Wuille 23aa78c405 IPv6 node support 13 years ago
Wladimir J. van der Laan 97521b5257 Add missing #include for GetDataDir 13 years ago
Philip Kaufmann 66331f2b51 if there is no current block number available display N/A on totalBlocks label, instead of 0, which can not ever be true 13 years ago
Pieter Wuille 1f5a7cef6f Fix version numbers of archive builds 13 years ago
Philip Kaufmann 58b01afc50 guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for ToolTipToRichTextFilter explicit 13 years ago
Philip Kaufmann 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 13 years ago
Jeff Garzik 33a53bc13b CTxMemPool::accept(): do not log FetchInputs failure redundantly 13 years ago
Jeff Garzik 133dce6a37 CTxMemPool: consolidate two frequently-printed debug.log lines into one 13 years ago
Philip Kaufmann 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" 13 years ago
Philip Kaufmann 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" 13 years ago
Philip Kaufmann 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 13 years ago
Luke Dashjr 5d53f48acb Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it fails 13 years ago
Gavin Andresen e6fd96f054 Fix osx build 13 years ago
Wladimir J. van der Laan bfbfb53ed4 Add key shortcuts for RPC console tabs 13 years ago
Wladimir J. van der Laan b84172434d Automatically focus entry widget when console tab comes into focus 13 years ago
Philip Kaufmann 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' 13 years ago
Philip Kaufmann 1ad3b7d5c0 add Debug window to tray-menu / switch sendCoinsAction and receiveCoinsAction in tray to match button ordering in the client window 13 years ago
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 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 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 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 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 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 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. 13 years ago
Pieter Wuille bd1aabe941 Bugfix: store source address in addrman 13 years ago
Pieter Wuille 56f1e91239 Fix addrman crashes 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 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