aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-05-16Merge pull request #1319 from Diapolo/add_new_languagesWladimir J. van der Laan
add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch from today)
2012-05-16Add missing Q_OBJECT in bitcoin.cppWladimir J. van der Laan
Fixes translating HelpMessageBox strings.
2012-05-15Merge pull request #1321 from laanwj/2012_05_updatemaintransWladimir J. van der Laan
Update bitcoinstrings.cpp and bitcoin_en.ts
2012-05-16Update bitcoinstrings.cpp and bitcoin_en.tsWladimir J. van der Laan
2012-05-15add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch ↵Philip Kaufmann
from today)
2012-05-15Hopefully final fix for the stuck blockchain issuePieter 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-15adapt 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-14Merge pull request #1307 from Diapolo/fix_OpenLogFileWladimir J. van der Laan
GUI fix: DebugLog file opens twice after clicking "Open" in RPC Console Information tab
2012-05-14Merge pull request #1262 from Diapolo/no_double_timestampsGregory Maxwell
no more double timestamps in debug.log
2012-05-14fix DebugLog file opens twice after clicking "Open" in RPC Console ↵Philip Kaufmann
Information tab
2012-05-14Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan
Add a menu option and dialog to verify a signed message
2012-05-14Merge pull request #1301 from laanwj/2012_05_rpcscrolltoendWladimir J. van der Laan
RPC console: scroll to the end when user enters a command
2012-05-14RPC console: scroll to the end when user enters a commandWladimir J. van der Laan
- Ensures that the command and reply is visible
2012-05-14Do not listen on blocked networksPieter Wuille
2012-05-14Allow binding to the any address, and report failurePieter Wuille
2012-05-14-onlynet instead of -blocknetPieter Wuille
2012-05-14Use getnameinfo() to get canonical IPv6 addressesPieter Wuille
2012-05-13Really do not consider blocked networks localPieter Wuille
2012-05-13Merge pull request #1283 from laanwj/2012_05_prevent_tooltip_infiniteloopWladimir J. van der Laan
Prevent tooltip filter from ever causing infinite loops
2012-05-13Merge pull request #1288 from Diapolo/sendcoinsdialog_stringsWladimir J. van der Laan
update some strings used as warning messages in sendcoinsdialog.cpp
2012-05-13Merge pull request #1284 from laanwj/2012_05_helpmessageWladimir J. van der Laan
Move help message out of AppInit2
2012-05-13Merge pull request #1287 from sipa/noirc6Jeff Garzik
Only encode IPv4 addresses in IRC nicks
2012-05-13update some strings used as warning messages in sendcoinsdialog.cppPhilip Kaufmann
2012-05-13Move help message out of AppInit2Wladimir 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-13Do not consider blocked networks localPieter Wuille
2012-05-13Only encode IPv4 addresses in IRC nicksPieter Wuille
2012-05-13Merge pull request #1285 from sipa/initerrorPieter Wuille
Improve error reporting at startup
2012-05-13ensure 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-13Enforce -nodiscover betterPieter Wuille
2012-05-13Improve error reporting at startupPieter Wuille
2012-05-13Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan
2012-05-13Merge pull request #1270 from laanwj/2012_05_overviewpage2Wladimir J. van der Laan
When a transaction is clicked on overview page, focus it on history page
2012-05-13Merge pull request #1274 from Diapolo/QR_CodeWladimir 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-13Merge pull request #1275 from Diapolo/askpassphrasedialogWladimir J. van der Laan
remove string "TextLabel" from warningLabel, as this is unneeded and as ...
2012-05-13Prevent tooltip filter from ever causing infinite loopsWladimir J. van der Laan
2012-05-13Merge pull request #1268 from Diapolo/transactiondialogWladimir J. van der Laan
change size of transactiondialog, to allow display of transaction-id wit...
2012-05-12Merge pull request #1277 from Diapolo/IPv6_IPv4_stringsJeff Garzik
use "IPv6" and "IPv4" in strings as these are the official spellings
2012-05-12Merge pull request #1272 from sipa/ipv6fixesGregory Maxwell
A few IPv6 fixes
2012-05-13Fix warning about uninitialized valuePieter Wuille
Only reported when using -flto.
2012-05-13Take -port into account when resolving -bind'sPieter Wuille
2012-05-13use "IPv6" and "IPv4" in strings as these are the official spellings and ↵Philip Kaufmann
make ParseNetwork() in netbase.cpp case-insensitive
2012-05-13Keep local service information per addressPieter Wuille
Keep local service information per CNetAddr instead of per CService, but move the port into the information kept on it.
2012-05-13Do not signal outbound semaphore if uninitializedPieter Wuille
2012-05-13Only check for port# after : in ConnectSocketByNamePieter Wuille
2012-05-13Partially revert f621326: xCXXFLAGSPieter Wuille
2012-05-12Merge pull request #1269 from laanwj/2012_05_consoleimprovementsGregory Maxwell
UI console improvements
2012-05-13remove string "TextLabel" from warningLabel, as this is unneeded and as such ↵Philip Kaufmann
is a silly translation less to do :)
2012-05-13set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR ↵Philip Kaufmann
Code Dialog" as this spelling is used all over the code
2012-05-12RPC console: don't crash on invalid input exceptionWladimir J. van der Laan
2012-05-12Convert RPC console to QTextEdit instead of QTableViewWladimir J. van der Laan
* This allows copy/pasting whole or partial messages * Handle output more consistently in console * No more scrollbars-in-scrollbars: by setting per-pixel scrolling on the table, cells can have any height * Decorations for "request" and "reply" are changed to the txin and txout icons instead of colored squares