novacoin.git
12 years agoFix Minimize to the tray instead of the taskbar
Janne Pulkkinen [Fri, 3 Feb 2012 18:08:50 +0000]
Fix Minimize to the tray instead of the taskbar

12 years agoMerge pull request #818 from laanwj/2012_02_win32_qtaccessible
Wladimir J. van der Laan [Fri, 10 Feb 2012 17:31:21 +0000]
Merge pull request #818 from laanwj/2012_02_win32_qtaccessible

Enable accessible widgets Qt module on win32

12 years agoMerge pull request #813 from dooglus/master
Gavin Andresen [Fri, 10 Feb 2012 17:04:19 +0000]
Merge pull request #813 from dooglus/master

Fix #794. Only remove transactions from memory pool when they're actually in the memory pool.

12 years agoEnable accessible widgets Qt module on win32, so that people with screen readers...
Wladimir J. van der Laan [Fri, 10 Feb 2012 07:28:32 +0000]
Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.

12 years agoFix #794. Only remove transactions from memory pool when they're actually in the...
Chris Moore [Thu, 9 Feb 2012 13:21:41 +0000]
Fix #794.  Only remove transactions from memory pool when they're actually in the memory pool.

12 years agoUpdate readme-qt.rst for 0.6.0
Wladimir J. van der Laan [Tue, 7 Feb 2012 20:16:28 +0000]
Update readme-qt.rst for 0.6.0

- Remove features list (no longer makes sense)
- Document USE_QRCODE

12 years agoMerge pull request #805 from luke-jr/gitian_deps
Gavin Andresen [Tue, 7 Feb 2012 17:23:34 +0000]
Merge pull request #805 from luke-jr/gitian_deps

Split dependencies into deps-gitian.yml

12 years agoUpdate doc/release-process.txt
Luke Dashjr [Tue, 7 Feb 2012 17:12:10 +0000]
Update doc/release-process.txt

12 years agoSplit smaller dependencies out of gitian-win32 into deps-win32
Luke Dashjr [Tue, 7 Feb 2012 16:52:40 +0000]
Split smaller dependencies out of gitian-win32 into deps-win32

12 years agoUpdate all copyrights to 2012
Gavin Andresen [Tue, 7 Feb 2012 16:28:30 +0000]
Update all copyrights to 2012

12 years agoIncrease client version to 0.6
Gavin Andresen [Tue, 7 Feb 2012 16:22:09 +0000]
Increase client version to 0.6

12 years agoLook for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch...
Gavin Andresen [Mon, 6 Feb 2012 19:35:57 +0000]
Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0.

12 years agoNew GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen [Mon, 6 Feb 2012 18:55:11 +0000]
New GetArg features: allow --, and booleans can be -foo or -nofoo

12 years agoUnit tests for the GetArg() methods
Gavin Andresen [Mon, 6 Feb 2012 17:37:49 +0000]
Unit tests for the GetArg() methods

12 years agoMerge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen [Tue, 7 Feb 2012 14:04:56 +0000]
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git

12 years ago-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16...
Gavin Andresen [Mon, 6 Feb 2012 20:48:00 +0000]
-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1

12 years agoMerge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 20:10:30 +0000]
Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin

12 years agoMerge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 19:50:59 +0000]
Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin

12 years agoRestructure credit transaction decomposition (solves issue #689)
Wladimir J. van der Laan [Sun, 5 Feb 2012 10:53:52 +0000]
Restructure credit transaction decomposition (solves issue #689)

When a transaction has multiple outputs that go to the wallet, list these
as multiple transactions in the UI. This is also applied to generated
(coinbase) transactions. Also makes the code shorter and easier
to understand.

12 years agoUpdate zlib and libpng (previous version had a security issue)
Luke Dashjr [Mon, 6 Feb 2012 16:46:49 +0000]
Update zlib and libpng (previous version had a security issue)

12 years agoMerge branch 'translation-fixes' of https://github.com/tcatm/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 14:35:20 +0000]
Merge branch 'translation-fixes' of https://github.com/tcatm/bitcoin

12 years agoMac deploy tool: make dylibs writeable when copying into app bundle, so they can...
Gavin Andresen [Mon, 6 Feb 2012 14:32:35 +0000]
Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed

12 years agominiupnpc Porfile removed; new and improved macdeployqtplus
p2k [Thu, 19 Jan 2012 20:45:49 +0000]
miniupnpc Porfile removed; new and improved macdeployqtplus

* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354
* Documentation has been changed appropriately
* New pure-Python macdeployqt; leverages all problems with the stock macdeployqt

12 years agofetch translations from transifex
Nils Schneider [Sun, 5 Feb 2012 12:28:39 +0000]
fetch translations from transifex

* fixes issue #742
* new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr

12 years agoChange up/down increment in UI to 0.001 BTC (issue #760)
Wladimir J. van der Laan [Sun, 5 Feb 2012 11:15:16 +0000]
Change up/down increment in UI to 0.001 BTC (issue #760)

12 years agoHave bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell [Sun, 5 Feb 2012 07:30:43 +0000]
Have bitcoind recommend a secure RPC password. Increase invalid password delay.

Help users avoid insecure configurations a bit by recommending a
secure RPC password and increasing the incorrect password delay.

This may open up a RPC DOS for users with exposed RPC ports and
short passwords. Since users shouldn't have exposed RPC ports OR
short passwords, the DOS risk is preferable to the compromise
risk.

Also logs the client IP address for incorrect attempts.

12 years agoAvoid advertising the node's address when it is not listening or IsInitialBlockDownlo...
Gregory Maxwell [Wed, 1 Feb 2012 23:08:03 +0000]
Avoid advertising the node's address when it is not listening or IsInitialBlockDownload().

This also avoids flushing setAddrKnown until 24 hours has passed,
and avoids contacting the external IP services when not listening.

Advertising non-listening nodes is just addr message spam.
It doesn't help the network, in fact it hurts the network,
and it also hurts user's privacy.

Advertising far out of sync nodes doesn't help the network—
they can't even forward (most) transactions and wastes nodes
outbound slots.

12 years agoRemove loose amp; from Portugese translation (issue #701)
Wladimir J. van der Laan [Wed, 1 Feb 2012 19:14:13 +0000]
Remove loose amp; from Portugese translation (issue #701)

12 years agoAllow -upnp to override setting in wallet (and simplify logic a bit)
Gavin Andresen [Wed, 1 Feb 2012 18:24:15 +0000]
Allow -upnp to override setting in wallet (and simplify logic a bit)

12 years agoFix UPnP by reannouncing every 20 minutes.
Matt Corallo [Tue, 31 Jan 2012 22:36:25 +0000]
Fix UPnP by reannouncing every 20 minutes.

12 years agoTestnet difficulty calculation changes, to take effect Feb 15 2012
Gavin Andresen [Mon, 5 Dec 2011 20:50:22 +0000]
Testnet difficulty calculation changes, to take effect Feb 15 2012

Allow mining of min-difficulty blocks if 20 minutes have gone by without mining a regular-difficulty block.
Normal rules apply every 2016 blocks, though, so there may be a very-slow-to-confirm block at the difficulty-adjustment blocks.

12 years agoMerge branch 'checkkeys' of https://github.com/sipa/bitcoin
Gavin Andresen [Tue, 31 Jan 2012 17:19:26 +0000]
Merge branch 'checkkeys' of https://github.com/sipa/bitcoin

12 years agoCreateNewBlock was not adding in transaction fees.
Gavin Andresen [Sat, 28 Jan 2012 15:16:21 +0000]
CreateNewBlock was not adding in transaction fees.

12 years agoBitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr [Fri, 23 Dec 2011 15:14:57 +0000]
Bitcoin-Qt signmessage GUI (pull request #582)

12 years agoFull checking of all loaded keys
Pieter Wuille [Thu, 26 Jan 2012 18:26:34 +0000]
Full checking of all loaded keys

12 years agoMerge pull request #593 (Full URL Support in bitcoin-qt)
Wladimir J. van der Laan [Thu, 26 Jan 2012 18:00:02 +0000]
Merge pull request #593 (Full URL Support in bitcoin-qt)

12 years agoMerge pull request #782 from sipa/checkkeys
Gavin Andresen [Wed, 25 Jan 2012 13:43:44 +0000]
Merge pull request #782 from sipa/checkkeys

Check consistency of private keys

12 years agoMerge pull request #773 from gavinandresen/p2shSigOpCount
Gavin Andresen [Wed, 25 Jan 2012 13:21:20 +0000]
Merge pull request #773 from gavinandresen/p2shSigOpCount

Simplify counting of P2SH sigops to match BIP 16

12 years agoCheck consistency of private keys
Pieter Wuille [Wed, 25 Jan 2012 02:05:16 +0000]
Check consistency of private keys

Reported by onlineproof on IRC: Bitcoin does not verify whether private
keys and public keys correspond, when loading a wallet.

12 years agoSupport makefile.osx building test_bitcoin with dynamic boost
Gavin Andresen [Mon, 23 Jan 2012 20:58:06 +0000]
Support makefile.osx building test_bitcoin with dynamic boost

12 years agoMerge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 20:16:59 +0000]
Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin

12 years agoRename src/obj/test to src/obj-test to workaround bug in older GNU Make
Luke Dashjr [Mon, 23 Jan 2012 19:27:08 +0000]
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make

12 years agoMerge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 18:15:43 +0000]
Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 18:14:49 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Mon, 23 Jan 2012 18:09:34 +0000]
Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin

12 years agoMerge pull request #764 from luke-jr/update_release_process
Gavin Andresen [Mon, 23 Jan 2012 17:59:38 +0000]
Merge pull request #764 from luke-jr/update_release_process

Various updates to the release process

12 years agoOnly store transactions with missing inputs in the orphan pool.
Gavin Andresen [Wed, 18 Jan 2012 18:36:44 +0000]
Only store transactions with missing inputs in the orphan pool.

All previous versions of bitcoin could store some types of
invalid transactions in the orphan-transaction list.

12 years agoFixed addmultisigaddress if looking up public keys from locked wallets.
Gavin Andresen [Mon, 23 Jan 2012 17:04:34 +0000]
Fixed addmultisigaddress if looking up public keys from locked wallets.

12 years agoBugfix: Support building test_bitcoin with shared-object boost test framework
Luke Dashjr [Mon, 23 Jan 2012 16:37:48 +0000]
Bugfix: Support building test_bitcoin with shared-object boost test framework

12 years agoAdd DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.
Matt Corallo [Sat, 7 Jan 2012 17:12:39 +0000]
Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.

If compiled with -DDEBUG_LOCKCONTENTION, Bitcoin will print to
debug.log each time a thread has to wait for a lock to continue.

12 years agoSanitize AreInputsStandard slightly
Luke Dashjr [Sat, 21 Jan 2012 01:59:04 +0000]
Sanitize AreInputsStandard slightly

Correct comment for why the check is unnecessary for coinbases
Move testnet check out, to AcceptToMemoryPool where everything else checks it

12 years agoSimplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for promptin...
Gavin Andresen [Fri, 20 Jan 2012 22:07:40 +0000]
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for prompting this).

This also removes an un-needed sigops-per-byte check when accepting transactions to the memory pool (un-needed assuming only standard transactions are being accepted). And it only counts P2SH sigops after the switchover date.

12 years agoBack out spacing changes to json spirit code
Gavin Andresen [Thu, 19 Jan 2012 19:32:45 +0000]
Back out spacing changes to json spirit code

12 years agoMerge branch 'updateseednodes' of https://github.com/nanotube/bitcoin
Gavin Andresen [Thu, 19 Jan 2012 19:23:49 +0000]
Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin

12 years agoMerge branch 'tabs-to-space' of https://github.com/larsr/bitcoin
Gavin Andresen [Thu, 19 Jan 2012 19:22:26 +0000]
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin

12 years agoMerge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin
Gavin Andresen [Thu, 19 Jan 2012 19:14:41 +0000]
Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin

12 years agoMake transactions with extra data in their scriptSig's non-standard.
Gavin Andresen [Thu, 19 Jan 2012 18:30:54 +0000]
Make transactions with extra data in their scriptSig's non-standard.

12 years agoUpdate seednodes, pick long-uptime nodes with version >= 0.4.0
Daniel Folkinshteyn [Thu, 19 Jan 2012 06:54:14 +0000]
Update seednodes, pick long-uptime nodes with version >= 0.4.0

12 years agoVarious updates to the release process
Luke Dashjr [Wed, 18 Jan 2012 02:50:08 +0000]
Various updates to the release process

12 years agoMerge pull request #762 from laanwj/qtprogressfix
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:35:16 +0000]
Merge pull request #762 from laanwj/qtprogressfix

Revert to global progress indication, also fix the build

12 years agoRemove erroneous ":" in front of port in options dialog (introduced with network...
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:34:24 +0000]
Remove erroneous ":" in front of port in options dialog (introduced with network refactor)

12 years agofix the build (port IP validation in options to network refactoring)
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:27:03 +0000]
fix the build (port IP validation in options to network refactoring)

12 years agoRevert to global progress indication (see #753)
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:19:23 +0000]
Revert to global progress indication (see #753)

12 years agoFix handling of default ports
Pieter Wuille [Tue, 17 Jan 2012 01:12:35 +0000]
Fix handling of default ports

12 years agoMerge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Mon, 16 Jan 2012 21:45:43 +0000]
Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin

12 years agoMerge pull request #758 from Matoking/master
Wladimir J. van der Laan [Sun, 15 Jan 2012 16:09:53 +0000]
Merge pull request #758 from Matoking/master

Ui: Clear All tooltip and updated About dialog with 2012

12 years agoAdded mintime and curtime to RPC getmemorypool
Forrest Voight [Sat, 14 Jan 2012 23:52:23 +0000]
Added mintime and curtime to RPC getmemorypool

12 years agoSeparated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight [Sat, 14 Jan 2012 23:51:52 +0000]
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it

12 years ago*Clear all has a tooltip now *About dialog updated
Janne Pulkkinen [Sat, 14 Jan 2012 19:31:49 +0000]
*Clear all has a tooltip now *About dialog updated

12 years agoReplace tabs with four spaces to comply with coding standard in doc/coding.txt
Lars Rasmusson [Sat, 14 Jan 2012 11:14:36 +0000]
Replace tabs with four spaces to comply with coding standard in doc/coding.txt

12 years agoRemove base58 encoding from validateaddress/addmultisigaddress
Gavin Andresen [Thu, 12 Jan 2012 15:33:21 +0000]
Remove base58 encoding from validateaddress/addmultisigaddress

base58-encoding of full/compressed public keys needs more thought; it probably makes sense to define a base58 encoding that includes a version byte and a checksum. So just support hex and bitcoin-address encodings for now.

12 years agoRefactor: needing to call ConnectInputs to process coinbase transactions was counter...
Gavin Andresen [Wed, 11 Jan 2012 01:45:55 +0000]
Refactor: needing to call ConnectInputs to process coinbase transactions was counter-intuitive

12 years agoRefactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying...
Gavin Andresen [Wed, 11 Jan 2012 01:18:00 +0000]
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying signatures.

12 years agoReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen [Thu, 5 Jan 2012 02:40:52 +0000]
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).

12 years agoRemove not-used-anywhere scriptPrereq from SignSignature()
Gavin Andresen [Wed, 4 Jan 2012 22:31:21 +0000]
Remove not-used-anywhere scriptPrereq from SignSignature()

12 years agoMerge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Fri, 13 Jan 2012 15:06:05 +0000]
Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin

12 years agoMinor code cleanup to use fHaveUPnP instead of #ifdef
Matt Corallo [Fri, 9 Dec 2011 01:34:11 +0000]
Minor code cleanup to use fHaveUPnP instead of #ifdef

12 years agoAdd -keepnode which attempts to -addnode and keep a connection open
Matt Corallo [Sat, 17 Dec 2011 00:48:03 +0000]
Add -keepnode which attempts to -addnode and keep a connection open

12 years agoCompile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen [Fri, 13 Jan 2012 01:02:47 +0000]
Compile with extra warnings turned on. And more makefile/code tidying up.

This turns on most gcc warnings, and removes some unused variables and other code that triggers warnings.
Exceptions are:
 -Wno-sign-compare : triggered by lots of comparisons of signed integer to foo.size(), which is unsigned.
 -Wno-char-subscripts : triggered by the convert-to-hex functions (I may fix this in a future commit).

12 years agocollect more info on tx pooling and block finding for getmininginfo
Luke Dashjr [Fri, 27 May 2011 04:02:51 +0000]
collect more info on tx pooling and block finding for getmininginfo

12 years agoAdd new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo"
Luke Dashjr [Wed, 21 Dec 2011 04:16:33 +0000]
Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo"

12 years agoRemove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other...
Gavin Andresen [Thu, 12 Jan 2012 21:55:44 +0000]
Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles

12 years agoMerge pull request #743 from gavinandresen/blocknotify
Gavin Andresen [Thu, 12 Jan 2012 14:31:25 +0000]
Merge pull request #743 from gavinandresen/blocknotify

-blocknotify : run a command when best-block changes

12 years agoMerge pull request #649 from sipa/comprpubkey
Pieter Wuille [Tue, 10 Jan 2012 21:23:51 +0000]
Merge pull request #649 from sipa/comprpubkey

Compressed pubkeys

12 years agoMerge pull request #752 from luke-jr/qt_txnid
Wladimir J. van der Laan [Tue, 10 Jan 2012 19:51:55 +0000]
Merge pull request #752 from luke-jr/qt_txnid

Qt: Show transaction ID in details

12 years agoQt: Show transaction ID in details
Luke Dashjr [Tue, 10 Jan 2012 18:25:02 +0000]
Qt: Show transaction ID in details

12 years agoRemove unused definition
Pieter Wuille [Mon, 9 Jan 2012 22:39:26 +0000]
Remove unused definition

12 years agoMerge pull request #746 from laanwj/tdesc_ro
Gavin Andresen [Mon, 9 Jan 2012 15:59:18 +0000]
Merge pull request #746 from laanwj/tdesc_ro

make transaction description read-only (UI fix)

12 years agoMerge pull request #750 from TheBlueMatt/anonymous
Gavin Andresen [Mon, 9 Jan 2012 15:58:58 +0000]
Merge pull request #750 from TheBlueMatt/anonymous

Remove mentions on anonymity in debian folder.

12 years agoUnit tests for EC key routines
Pieter Wuille [Sun, 8 Jan 2012 15:59:34 +0000]
Unit tests for EC key routines

This tests:
* creation of keys from base58-encoded strings
* extracting public keys and addresses
* compressed public keys
* compact signatures and key recovery

12 years agoCompact signatures with compressed pubkeys
Pieter Wuille [Sun, 25 Dec 2011 14:02:31 +0000]
Compact signatures with compressed pubkeys

12 years agoCompressed pubkeys
Pieter Wuille [Mon, 21 Nov 2011 01:46:28 +0000]
Compressed pubkeys

This patch enabled compressed pubkeys when -compressedpubkeys is passed.
These are 33 bytes instead of 65, and require only marginally more CPU
power when verifying. Compressed pubkeys have a different corresponding
address, so it is determined at generation. When -compressedpubkeys is
given, all newly generated addresses will use a compressed key, while
older/other addresses keep using normal keys. Unpatched clients will
relay and verify these transactions.

12 years agoRemove mentions on anonymity in debian folder.
Matt Corallo [Sat, 7 Jan 2012 18:35:25 +0000]
Remove mentions on anonymity in debian folder.

These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.

12 years agoMerge pull request #735 from sipa/netbase
Pieter Wuille [Sat, 7 Jan 2012 14:19:46 +0000]
Merge pull request #735 from sipa/netbase

Network stack refactor

12 years agoNetwork stack refactor
Pieter Wuille [Tue, 3 Jan 2012 22:33:31 +0000]
Network stack refactor

This introduces CNetAddr and CService, respectively wrapping an
(IPv6) IP address and an IP+port combination. This functionality used
to be part of CAddress, which also contains network flags and
connection attempt information. These extra fields are however not
always necessary.

These classes, along with logic for creating connections and doing
name lookups, are moved to netbase.{h,cpp}, which does not depend on
headers.h.

Furthermore, CNetAddr is mostly IPv6-ready, though IPv6
functionality is not yet enabled for the application itself.

12 years agomake transaction description read-only (UI fix)
Wladimir J. van der Laan [Fri, 6 Jan 2012 05:55:48 +0000]
make transaction description read-only (UI fix)

12 years agoMerge pull request #740 from TheBlueMatt/perf
Gavin Andresen [Thu, 5 Jan 2012 13:37:23 +0000]
Merge pull request #740 from TheBlueMatt/perf

Fix horrific performance found by gmaxwell.

12 years agoAdd support for opening bitcoin: URIs directly.
Matt Corallo [Sat, 24 Dec 2011 04:27:12 +0000]
Add support for opening bitcoin: URIs directly.

12 years agoAutomatically refocus on new SendCoinsEntrys and scroll to them.
Matt Corallo [Wed, 7 Dec 2011 05:00:04 +0000]
Automatically refocus on new SendCoinsEntrys and scroll to them.

12 years agoFix horrific performance found by gmaxwell.
Matt Corallo [Tue, 3 Jan 2012 08:03:07 +0000]
Fix horrific performance found by gmaxwell.