1411 Commits (c1ecab818c3d26e49bb68111c31bd8bd68956e1e)

Author SHA1 Message Date
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
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) 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 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 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 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
Matt Corallo 234db30d66 Update to require IE 5.1 as it is required on mingw64. 13 years ago
Jeff Garzik 024fa1cb44 EvalScript(): cast to avoid signed/unsigned warning 13 years ago
Jeff Garzik 061a001590 ThreadSocketHandler2(): cast to avoid signed/unsigned warning 13 years ago
Jeff Garzik 10ab9c2f42 OpenBlockFile(): cast to eliminate signed/unsigned comparison warning 13 years ago
Jeff Garzik 24de922636 CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned int 13 years ago
Wladimir J. van der Laan 3ee5f8aac3 remove duplicate definition of SecureString in util.h 13 years ago
Philip Kaufmann aab1f950aa small translation-file handling / loading changes and re-work comments to be clearer 13 years ago
Philip Kaufmann 1c94f88d5e fix compiler warning "suggest parentheses around assignment used as truth 13 years ago
Philip Kaufmann f8e4d43be7 fix compiler warning "suggest explicit braces to avoid ambiguous "else" 13 years ago
Philip Kaufmann 00d971e1e7 remove references to bitcoin-wx from comment in init.cpp 13 years ago
Philip Kaufmann 810b4fad7d remove unused typedef in serialize.h 13 years ago
Gavin Andresen be8651dde7 Check earlier for blocks with duplicate transactions. Fixes #1167 13 years ago
Wladimir J. van der Laan 6974aff668 Fix critical UI performance issue (#1154) 13 years ago