aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | changed cursor for selectable text on the about dialog to IBeamCursor and rem...Philip Kaufmann2012-05-051-3/+9
* | | | | | | | | | | | | Merge pull request #1202 from Diapolo/messagepageWladimir J. van der Laan2012-05-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann2012-05-051-2/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1203 from Diapolo/qrcodedialogWladimir J. van der Laan2012-05-051-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window s...Philip Kaufmann2012-05-051-3/+3
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* / | | | | | | | | | simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan2012-05-054-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1166 from Diapolo/signmessage_clearWladimir J. van der Laan2012-05-053-3/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add a clear all button to the sign message pagePhilip Kaufmann2012-05-033-3/+25
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1175 from Diapolo/translatorsWladimir J. van der Laan2012-05-051-13/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | small translation-file handling / loading changes and re-work comments to be ...Philip Kaufmann2012-05-011-13/+14
* | | | | | | | | | | Merge pull request #1187 from TheBlueMatt/win32_ieWladimir J. van der Laan2012-05-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update to require IE 5.1 as it is required on mingw64.Matt Corallo2012-05-021-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1194 from Diapolo/sendcoins_placeholdertextWladimir J. van der Laan2012-05-052-4/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann2012-05-042-4/+6
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1032 from Diapolo/fix#945Wladimir J. van der Laan2012-05-041-5/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | remove HTML code around "Wallet" (displayed on overview page) and use Qt tags...Philip Kaufmann2012-04-041-5/+7
* | | | | | | | | | | Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen2012-05-041-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann2012-05-031-1/+0
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1171 from Diapolo/fix_compiler_warnJeff Garzik2012-05-012-1/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann2012-05-011-1/+1
| * | | | | | | | fix compiler warning "suggest explicit braces to avoid ambiguous "else"Philip Kaufmann2012-05-011-0/+4
* | | | | | | | | Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestringJeff Garzik2012-05-011-8/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove duplicate definition of SecureString in util.hWladimir J. van der Laan2012-05-011-8/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1172 from Diapolo/serialize_h_rem_typedefWladimir J. van der Laan2012-05-011-2/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | remove unused typedef in serialize.hPhilip Kaufmann2012-05-011-2/+0
| |/ / / / / / /
* / / / / / / / remove references to bitcoin-wx from comment in init.cppPhilip Kaufmann2012-05-011-2/+2
|/ / / / / / /
* | | | | | | Check earlier for blocks with duplicate transactions. Fixes #1167v0.6.1rc2Gavin Andresen2012-04-301-0/+10
* | | | | | | Merge pull request #1139 from Diapolo/messagepageWladimir J. van der Laan2012-04-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | change button tooltip on sign message page for copy to clipboard as it was mi...Philip Kaufmann2012-04-221-1/+1
* | | | | | | | Fix critical UI performance issue (#1154)Wladimir J. van der Laan2012-04-291-2/+0
* | | | | | | | Update openssl versionv0.6.1rc1Gavin Andresen2012-04-271-2/+2
* | | | | | | | Bump version numbers for 0.6.1rc1Gavin Andresen2012-04-273-6/+2
* | | | | | | | Merge pull request #1151 from freewil/listsinceblock-blockhashGavin Andresen2012-04-261-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | listsinceblock: rpc param blockid -> blockhashfreewil2012-04-261-2/+2
* | | | | | | | | Merge pull request #1150 from gavinandresen/NOPCHGavin Andresen2012-04-263-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused -DNOPCHGavin Andresen2012-04-253-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1152 from freewil/remove-strange-debugGavin Andresen2012-04-261-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove strange debug message from listsinceblockfreewil2012-04-261-1/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1146 from drizztbsd/posix-includePieter Wuille2012-04-261-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)Timothy Redaelli2012-04-251-3/+1
| |/ / / / / / / /
* | | | | | | | | Define TEST_DATA_DIR so unit tests can be run from any current working directoryGavin Andresen2012-04-265-17/+26
* | | | | | | | | Undo part of c2e8c8ac to fix issue#1148Gavin Andresen2012-04-261-1/+1
* | | | | | | | | Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille2012-04-266-3/+27
|/ / / / / / / /
* | | | | | | | Merge pull request #1140 from jgarzik/sign-compareJeff Garzik2012-04-2313-64/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | Change signed->unsigned at 3 code sitesJeff Garzik2012-04-233-4/+4
| * | | | | | | | CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik2012-04-231-2/+3
| * | | | | | | | Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-238-19/+21
| * | | | | | | | Test ScriptSigArgsExpected() for error, before accumulating return valueJeff Garzik2012-04-231-2/+9
| * | | | | | | | SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-235-23/+23
| * | | | | | | | Prefer 'unsigned int' for loop index variables tested against ::size()Jeff Garzik2012-04-223-14/+14
| |/ / / / / / /