- 07 May, 2012 1 commit
-
-
Matt Corallo authored
-
- 06 May, 2012 5 commits
-
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
fix for #952 (send coins tab glitch)
-
Wladimir J. van der Laan authored
Hide UI immediately after leaving the main loop
-
Wladimir J. van der Laan authored
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open.
-
Gregory Maxwell authored
Fix addrman crashes
-
- 05 May, 2012 18 commits
-
-
Gregory Maxwell authored
Minor error message fix
-
Pieter Wuille authored
-
Pieter Wuille authored
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
-
Pieter Wuille authored
-
Luke Dashjr authored
-
Wladimir J. van der Laan authored
changed cursor for selectable text on the about dialog to IBeamCursor...
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
change text on message.ui from "Copy to Clipboard" to "Copy Signature"...
-
Philip Kaufmann authored
add an Alt-Shortcut to "Clear &All"
-
Wladimir J. van der Laan authored
renamed qrcodedialog.ui window title to "QR-Code Dialog"...
-
Philip Kaufmann authored
renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window size to the minimum values Qt Creator allows me to set
-
Wladimir J. van der Laan authored
simplified qrcode icon that scales gracefully to 16x16
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
add a clear all button to the sign message page (addresses #943)
-
Wladimir J. van der Laan authored
small translation-file handling / loading changes and re-work comments to be clearer
-
Wladimir J. van der Laan authored
Update to require IE 5.1 as it is required to build on mingw64.
-
Wladimir J. van der Laan authored
move label placeholdertext from sendcoinsentry.cpp to ui-file
-
Wladimir J. van der Laan authored
Remove HTML font crap from "Wallet" message (fix for #945)
-
- 04 May, 2012 4 commits
-
-
Philip Kaufmann authored
-
Gavin Andresen authored
-
Philip Kaufmann authored
-
Peter Todd authored
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)"
-
- 03 May, 2012 4 commits
-
-
Gregory Maxwell authored
remove obsolete BackupWallet() entry in wallet.h
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Matt Corallo authored
We already require XP, this just fixes Mingw64 build.
-
- 02 May, 2012 1 commit
-
-
Wladimir J. van der Laan authored
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
-
- 01 May, 2012 7 commits
-
-
Jeff Garzik authored
fix 2 compiler warnings
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
-
Jeff Garzik authored
remove duplicate definition of SecureString in util.h
-
Wladimir J. van der Laan authored
remove unused typedef in serialize.h
-
Wladimir J. van der Laan authored
SecureString was moved to allocators.h in commit 6cb6d623
-
Philip Kaufmann authored
-