aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-06passphrasedialog: change dialog title to "Passphrase Dialog" / remove ↵Philip Kaufmann
style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
2012-05-05Merge pull request #1209 from laanwj/2012_05_hideonshutdownWladimir J. van der Laan
Hide UI immediately after leaving the main loop
2012-05-06Hide UI immediately after leaving the main loop.Wladimir J. van der Laan
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open.
2012-05-05Merge pull request #1207 from sipa/fix_addrmanGregory Maxwell
Fix addrman crashes
2012-05-05Merge pull request #1160 from retep/masterGregory Maxwell
Minor error message fix
2012-05-05Bugfix: store source address in addrmanPieter Wuille
2012-05-05Fix addrman crashesPieter Wuille
A function returned the element to remove from a bucket, instead of its position in that bucket. This function was only called when a tried bucket overflowed, which only happens after many outgoing connections have been made. Closes: #1065, #1156
2012-05-05Add extra asserts to addrmanPieter Wuille
2012-05-05Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use ↵Luke Dashjr
%12"PRI64d" instead
2012-05-05Merge pull request #1201 from Diapolo/about-dialogWladimir J. van der Laan
changed cursor for selectable text on the about dialog to IBeamCursor...
2012-05-05changed cursor for selectable text on the about dialog to IBeamCursor and ↵Philip Kaufmann
removed an unused tag
2012-05-05Merge pull request #1202 from Diapolo/messagepageWladimir J. van der Laan
change text on message.ui from "Copy to Clipboard" to "Copy Signature"...
2012-05-05change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann
add an Alt-Shortcut to "Clear &All"
2012-05-05Merge pull request #1203 from Diapolo/qrcodedialogWladimir J. van der Laan
renamed qrcodedialog.ui window title to "QR-Code Dialog"...
2012-05-05renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window ↵Philip Kaufmann
size to the minimum values Qt Creator allows me to set
2012-05-05Merge pull request #1200 from laanwj/2012_05_moveiconWladimir J. van der Laan
simplified qrcode icon that scales gracefully to 16x16
2012-05-05simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan
2012-05-05Merge pull request #1166 from Diapolo/signmessage_clearWladimir J. van der Laan
add a clear all button to the sign message page (addresses #943)
2012-05-05Merge pull request #1175 from Diapolo/translatorsWladimir J. van der Laan
small translation-file handling / loading changes and re-work comments to be clearer
2012-05-05Merge pull request #1187 from TheBlueMatt/win32_ieWladimir J. van der Laan
Update to require IE 5.1 as it is required to build on mingw64.
2012-05-05Merge pull request #1194 from Diapolo/sendcoins_placeholdertextWladimir J. van der Laan
move label placeholdertext from sendcoinsentry.cpp to ui-file
2012-05-04Merge pull request #1032 from Diapolo/fix#945Wladimir J. van der Laan
Remove HTML font crap from "Wallet" message (fix for #945)
2012-05-04move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann
2012-05-04Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen
2012-05-04Fixed non-sensical error messagePeter Todd
Previously trying to create a multisig address that required less than one signature would output something like the following: "wrong number of keys(got 1, need at least 0)"
2012-05-03Merge pull request #1188 from Diapolo/rem_BackupWallet_wallet_hGregory Maxwell
remove obsolete BackupWallet() entry in wallet.h
2012-05-03remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann
2012-05-03add a clear all button to the sign message pagePhilip Kaufmann
2012-05-02Update to require IE 5.1 as it is required on mingw64.Matt Corallo
We already require XP, this just fixes Mingw64 build.
2012-05-01Merge pull request #1179 from Diapolo/project-fileWladimir J. van der Laan
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
2012-05-01Merge pull request #1171 from Diapolo/fix_compiler_warnJeff Garzik
fix 2 compiler warnings
2012-05-01add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)Philip Kaufmann
2012-05-01Merge pull request #1176 from Diapolo/project-fileWladimir J. van der Laan
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
2012-05-01Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestringJeff Garzik
remove duplicate definition of SecureString in util.h
2012-05-01Merge pull request #1172 from Diapolo/serialize_h_rem_typedefWladimir J. van der Laan
remove unused typedef in serialize.h
2012-05-01remove duplicate definition of SecureString in util.hWladimir J. van der Laan
SecureString was moved to allocators.h in commit 6cb6d623479c5dd42d91de7a4d391078d0800e54
2012-05-01fix DEPENDPATH in the project file, as json has no include sub-dir and src ↵Philip Kaufmann
was in twice
2012-05-01small translation-file handling / loading changes and re-work comments to be ↵Philip Kaufmann
clearer
2012-05-01Merge pull request #1173 from Diapolo/init_cpp_comment_updJeff Garzik
remove references to bitcoin-wx from comment in init.cpp
2012-05-01fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann
value [-Wparentheses]" in util.cpp
2012-05-01fix compiler warning "suggest explicit braces to avoid ambiguous "else"Philip Kaufmann
[-Wparentheses]" in net.cpp
2012-05-01remove references to bitcoin-wx from comment in init.cppPhilip Kaufmann
2012-05-01remove unused typedef in serialize.hPhilip Kaufmann
2012-04-30Check earlier for blocks with duplicate transactions. Fixes #1167v0.6.1rc2Gavin Andresen
2012-04-29Merge pull request #1139 from Diapolo/messagepageWladimir J. van der Laan
change button tooltip on sign message page for copy to clipboard...
2012-04-29Merge pull request #1163 from laanwj/2012_04_uiperformanceissueWladimir J. van der Laan
Fix critical UI performance issue (#1154)
2012-04-29Fix critical UI performance issue (#1154)Wladimir J. van der Laan
2012-04-27Update openssl versionv0.6.1rc1Gavin Andresen
2012-04-27Bump win32.deps version number for new opensslGavin Andresen
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen