Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-17 | Was showing a negative number. Changes to positive, since negative (T minus) ↵ | R E Broadley | |
usually indicates a future event. | |||
2012-05-17 | Merge pull request #1336 from laanwj/2012_05_consoleicon | Wladimir J. van der Laan | |
Add icon for debug window | |||
2012-05-17 | Add icon for debug window | Wladimir J. van der Laan | |
2012-05-17 | Merge pull request #1334 from rebroad/Exiting2Exited | Jeff Garzik | |
Corrected grammar. As per Principle Of Least Surprise. | |||
2012-05-17 | Corrected grammar. As per Principle Of Least Surprise. | R E Broadley | |
2012-05-17 | Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. | R E Broadley | |
2012-05-17 | fix RenameOver() and FileCommit() functions, to not generate compilation errors | Philip Kaufmann | |
2012-05-17 | Merge pull request #1295 from jgarzik/txn-retval | Jeff Garzik | |
[FIX] Always check return values of TxnBegin() and TxnCommit() | |||
2012-05-17 | Merge pull request #1316 from jgarzik/dead-code | Jeff Garzik | |
Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk() | |||
2012-05-16 | CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat | Jeff Garzik | |
2012-05-16 | Add new utility functions FileCommit(), RenameOver() | Jeff Garzik | |
2012-05-16 | Merge pull request #1319 from Diapolo/add_new_languages | Wladimir J. van der Laan | |
add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch from today) | |||
2012-05-16 | Add missing Q_OBJECT in bitcoin.cpp | Wladimir J. van der Laan | |
Fixes translating HelpMessageBox strings. | |||
2012-05-15 | Merge pull request #1321 from laanwj/2012_05_updatemaintrans | Wladimir J. van der Laan | |
Update bitcoinstrings.cpp and bitcoin_en.ts | |||
2012-05-16 | Update bitcoinstrings.cpp and bitcoin_en.ts | Wladimir J. van der Laan | |
2012-05-15 | add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch ↵ | Philip Kaufmann | |
from today) | |||
2012-05-15 | Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk() | Jeff Garzik | |
2012-05-15 | Hopefully final fix for the stuck blockchain issue | Pieter Wuille | |
Immediately issue a "getblocks", instead of a "getdata" (which will trigger the relevant "inv" to be sent anyway), and only do so when the previous set of invs led us into a known and attached part of the block tree. | |||
2012-05-15 | adapt user-experience from messagepage / move placeholderTexts from XML to ↵ | Philip Kaufmann | |
source to avoid a problem with Qt < 4.7 / add eventFilter for address field to select text when clicking in / add Clear All button / rework strings | |||
2012-05-14 | Merge pull request #1307 from Diapolo/fix_OpenLogFile | Wladimir J. van der Laan | |
GUI fix: DebugLog file opens twice after clicking "Open" in RPC Console Information tab | |||
2012-05-14 | Merge pull request #1262 from Diapolo/no_double_timestamps | Gregory Maxwell | |
no more double timestamps in debug.log | |||
2012-05-14 | fix DebugLog file opens twice after clicking "Open" in RPC Console ↵ | Philip Kaufmann | |
Information tab | |||
2012-05-14 | Merge pull request #906 from sje397/ValidateMessage | Wladimir J. van der Laan | |
Add a menu option and dialog to verify a signed message | |||
2012-05-14 | Merge pull request #1301 from laanwj/2012_05_rpcscrolltoend | Wladimir J. van der Laan | |
RPC console: scroll to the end when user enters a command | |||
2012-05-14 | RPC console: scroll to the end when user enters a command | Wladimir J. van der Laan | |
- Ensures that the command and reply is visible | |||
2012-05-14 | Do not listen on blocked networks | Pieter Wuille | |
2012-05-14 | Allow binding to the any address, and report failure | Pieter Wuille | |
2012-05-14 | -onlynet instead of -blocknet | Pieter Wuille | |
2012-05-14 | Always check return values of TxnBegin() and TxnCommit() | Jeff Garzik | |
2012-05-14 | Use getnameinfo() to get canonical IPv6 addresses | Pieter Wuille | |
2012-05-13 | Really do not consider blocked networks local | Pieter Wuille | |
2012-05-13 | Merge pull request #1283 from laanwj/2012_05_prevent_tooltip_infiniteloop | Wladimir J. van der Laan | |
Prevent tooltip filter from ever causing infinite loops | |||
2012-05-13 | Merge pull request #1288 from Diapolo/sendcoinsdialog_strings | Wladimir J. van der Laan | |
update some strings used as warning messages in sendcoinsdialog.cpp | |||
2012-05-13 | Merge pull request #1284 from laanwj/2012_05_helpmessage | Wladimir J. van der Laan | |
Move help message out of AppInit2 | |||
2012-05-13 | Merge pull request #1287 from sipa/noirc6 | Jeff Garzik | |
Only encode IPv4 addresses in IRC nicks | |||
2012-05-13 | update some strings used as warning messages in sendcoinsdialog.cpp | Philip Kaufmann | |
2012-05-13 | Move help message out of AppInit2 | Wladimir J. van der Laan | |
- Solves #1278, attempts to address #1049 - Removes \t's from help message that are removed afterwards anyway - Moves UI-specific command-line options help to UI code - Moves "-detachdb" out of #ifdef USE_UPNP | |||
2012-05-13 | Do not consider blocked networks local | Pieter Wuille | |
2012-05-13 | Only encode IPv4 addresses in IRC nicks | Pieter Wuille | |
2012-05-13 | Merge pull request #1285 from sipa/initerror | Pieter Wuille | |
Improve error reporting at startup | |||
2012-05-13 | ensure that no double timestamps show up in the debug.log, by removing ↵ | Philip Kaufmann | |
manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) | |||
2012-05-13 | Enforce -nodiscover better | Pieter Wuille | |
2012-05-13 | Improve error reporting at startup | Pieter Wuille | |
2012-05-13 | Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code | Wladimir J. van der Laan | |
2012-05-13 | Merge pull request #1270 from laanwj/2012_05_overviewpage2 | Wladimir J. van der Laan | |
When a transaction is clicked on overview page, focus it on history page | |||
2012-05-13 | Merge pull request #1274 from Diapolo/QR_Code | Wladimir J. van der Laan | |
rename "QR-Code Dialog" to "QR Code Dialog" in qrcodedialog.ui as this spelling is used all over the code | |||
2012-05-13 | Merge pull request #1275 from Diapolo/askpassphrasedialog | Wladimir J. van der Laan | |
remove string "TextLabel" from warningLabel, as this is unneeded and as ... | |||
2012-05-13 | Prevent tooltip filter from ever causing infinite loops | Wladimir J. van der Laan | |
2012-05-13 | Merge pull request #1268 from Diapolo/transactiondialog | Wladimir J. van der Laan | |
change size of transactiondialog, to allow display of transaction-id wit... | |||
2012-05-12 | Merge pull request #1277 from Diapolo/IPv6_IPv4_strings | Jeff Garzik | |
use "IPv6" and "IPv4" in strings as these are the official spellings |