Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-18 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-05-18 | Merge pull request #1346 from laanwj/2012_05_overviewpage_restore | Wladimir J. van der Laan | |
Restore overview page (put transactions back within frame) | |||
2012-05-18 | Restore overviewpage (put transactions back within frame) | Wladimir J. van der Laan | |
- Also, change "(out of sync)" to only red, instead of red and bold, which a bit more subtle - Move label stylesheets to xml | |||
2012-05-17 | Make orphan logging more verbose, displaying mapOrphanTransactions.size() | Jeff Garzik | |
Old log message: storing orphan tx df2244f6bc New log message: storing orphan tx df2244f6bc (mapsz 51) Also, trim a few trailing whitespace in main.cpp. | |||
2012-05-17 | Merge pull request #1340 from rebroad/DBFlushDurationReport | Jeff Garzik | |
Report how long DBFlush took. | |||
2012-05-17 | Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ↵ | Jeff Garzik | |
add missing "#define strncasecmp _strnicmp" in init.cpp" This reverts commit f4ac41806af5766199a7d526a7becbcb8a0f5ab3. Reason: breaks build. | |||
2012-05-17 | Merge pull request #1345 from Diapolo/strnicmp_Win32 | Jeff Garzik | |
Win32: use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) | |||
2012-05-17 | Report how long DBFlush took. | R E Broadley | |
2012-05-17 | use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add ↵ | Philip Kaufmann | |
missing "#define strncasecmp _strnicmp" in init.cpp | |||
2012-05-17 | Merge pull request #1314 from Diapolo/Wallet_Transaction_state_Overviewpage | Wladimir J. van der Laan | |
GUI: add 2 labels to the overviewpage that display Wallet and Transaction status | |||
2012-05-17 | add 2 labels to the overviewpage that display Wallet and Transaction status ↵ | Philip Kaufmann | |
(obsolete or current) / cleanup overviewpage XML ui-file | |||
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 |