novacoin.git
12 years agoshow rotating spinner when block download out of date, tick otherwise
Wladimir J. van der Laan [Sun, 17 Jul 2011 15:30:58 +0000]
show rotating spinner when block download out of date, tick otherwise

12 years agomake initial block download reporting somewhat better by tracking version responses
Wladimir J. van der Laan [Sun, 17 Jul 2011 12:06:43 +0000]
make initial block download reporting somewhat better by tracking version responses

12 years agoreadme update
Wladimir J. van der Laan [Sat, 16 Jul 2011 17:54:44 +0000]
readme update

12 years agoupdate readme
Wladimir J. van der Laan [Sat, 16 Jul 2011 17:45:37 +0000]
update readme

12 years agoadd missing icon
Wladimir J. van der Laan [Sat, 16 Jul 2011 17:35:41 +0000]
add missing icon

12 years agoRevert "Now that send coins / receive coins etc are tabs, remove them from menu,...
Wladimir J. van der Laan [Sat, 16 Jul 2011 17:28:15 +0000]
Revert "Now that send coins / receive coins etc are tabs, remove them from menu, and reorganize menu bar"

This reverts commit ea37fb9187195d746a4b8a84da5cb6bd9e0e4aab.

12 years agoadd sendmany support
Wladimir J. van der Laan [Sat, 16 Jul 2011 17:01:05 +0000]
add sendmany support

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Fri, 15 Jul 2011 14:08:38 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

12 years agomove README.md out of the way for now
Wladimir J. van der Laan [Fri, 15 Jul 2011 13:42:02 +0000]
move README.md out of the way for now

12 years agoMerge remote-tracking branch 'satoshi/qtui'
Wladimir J. van der Laan [Fri, 15 Jul 2011 13:12:01 +0000]
Merge remote-tracking branch 'satoshi/qtui'

Conflicts (resolved by copying files from remote branch):
.gitignore
src/cryptopp/cpu.cpp
src/cryptopp/cpu.h
src/cryptopp/cryptlib.h
src/cryptopp/iterhash.h
src/cryptopp/misc.h
src/cryptopp/secblock.h
src/cryptopp/sha.cpp
src/cryptopp/sha.h
src/cryptopp/smartptr.h
src/json/json_spirit_reader.cpp
src/json/json_spirit_value.cpp
src/json/json_spirit_writer.cpp

12 years agoAdd call to request unconfirmed balance
Wladimir J. van der Laan [Fri, 15 Jul 2011 13:09:49 +0000]
Add call to request unconfirmed balance

12 years agofix quoting
Wladimir J. van der Laan [Fri, 15 Jul 2011 13:06:28 +0000]
fix quoting

12 years agoNow that send coins / receive coins etc are tabs, remove them from menu, and reorgani...
Wladimir J. van der Laan [Fri, 15 Jul 2011 12:55:21 +0000]
Now that send coins / receive coins etc are tabs, remove them from menu, and reorganize menu bar

12 years agoMerge pull request #8 from celil-kj/master
Wladimir J. van der Laan [Fri, 15 Jul 2011 08:30:54 +0000]
Merge pull request #8 from celil-kj/master

fix error when cancelling export

12 years agoMerge pull request #414 from spiechu/polish-translation
Jeff Garzik [Fri, 15 Jul 2011 03:43:22 +0000]
Merge pull request #414 from spiechu/polish-translation

added polish wallet encryption messages

12 years agoFix error when export is cancelled without specifying a filename.
Celil [Fri, 15 Jul 2011 00:11:11 +0000]
Fix error when export is cancelled without specifying a filename.

12 years agosolve warnings at startup
Wladimir J. van der Laan [Thu, 14 Jul 2011 19:21:17 +0000]
solve warnings at startup

12 years agoadded polish wallet encryption messages
Dawid Spiechowicz [Thu, 14 Jul 2011 17:13:26 +0000]
added polish wallet encryption messages

12 years agoMerge pull request #413 from TheBlueMatt/loadwalletret
Jeff Garzik [Thu, 14 Jul 2011 16:37:50 +0000]
Merge pull request #413 from TheBlueMatt/loadwalletret

Fix bad return values in LoadWallet.

12 years agoFix bad return values in LoadWallet.
Matt Corallo [Thu, 14 Jul 2011 16:15:50 +0000]
Fix bad return values in LoadWallet.

12 years agoMerge pull request #412 from sgimenez/db-transactions
Pieter Wuille [Thu, 14 Jul 2011 12:29:09 +0000]
Merge pull request #412 from sgimenez/db-transactions

Single DB transactions

12 years agoSingle DB transaction for addresses from DNS seeds
Stéphane Gimenez [Thu, 14 Jul 2011 00:57:39 +0000]
Single DB transaction for addresses from DNS seeds

12 years agoMerge pull request #411 from TheBlueMatt/master
Gavin Andresen [Thu, 14 Jul 2011 01:36:56 +0000]
Merge pull request #411 from TheBlueMatt/master

Fix Build in GetReservedKey() in wallet.cpp

12 years agoFix Build in GetReservedKey() in wallet.cpp
Matt Corallo [Thu, 14 Jul 2011 01:31:45 +0000]
Fix Build in GetReservedKey() in wallet.cpp

12 years agoMerge pull request #410 from TheBlueMatt/master
Gavin Andresen [Thu, 14 Jul 2011 01:29:55 +0000]
Merge pull request #410 from TheBlueMatt/master

Generate Warning when using default key.

12 years agoSingle DB transaction for all addresses in a message
Patrick Varilly [Thu, 14 Jul 2011 00:45:34 +0000]
Single DB transaction for all addresses in a message

Cuts disk activity at startup immensely

12 years agoGenerate Warning when using default key.
Matt Corallo [Thu, 14 Jul 2011 01:28:31 +0000]
Generate Warning when using default key.

12 years agoMerge pull request #409 from TheBlueMatt/master
Jeff Garzik [Thu, 14 Jul 2011 01:22:19 +0000]
Merge pull request #409 from TheBlueMatt/master

Fix crashes when a wallet is locked and GetReservedKey() is called

12 years agoFix crashes when a wallet is locked and GetReservedKey() is called
Matt Corallo [Thu, 14 Jul 2011 01:11:40 +0000]
Fix crashes when a wallet is locked and GetReservedKey() is called

12 years agoMerge pull request #406 from muggenhor/warning-fixes
Jeff Garzik [Wed, 13 Jul 2011 15:55:49 +0000]
Merge pull request #406 from muggenhor/warning-fixes

Warning fixes

12 years agoMerge pull request #405 from sipa/syncdefault
Jeff Garzik [Wed, 13 Jul 2011 15:53:57 +0000]
Merge pull request #405 from sipa/syncdefault

Bugfix: add autogenerated addresses to address book

12 years agofix warning: control reaches end of non-void function [-Wreturn-type]
Giel van Schijndel [Wed, 13 Jul 2011 11:43:50 +0000]
fix warning: control reaches end of non-void function [-Wreturn-type]

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-variable]
Giel van Schijndel [Wed, 13 Jul 2011 11:43:24 +0000]
fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-variable]

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agoMerge pull request #404 from TheBlueMatt/newenc
Pieter Wuille [Wed, 13 Jul 2011 11:14:16 +0000]
Merge pull request #404 from TheBlueMatt/newenc

Fix makefile.linux-mingw

12 years agoFix makefile.linux-mingw
Matt Corallo [Wed, 13 Jul 2011 11:12:49 +0000]
Fix makefile.linux-mingw

12 years agoBugfix: add autogenerated addresses to address book
Pieter Wuille [Wed, 13 Jul 2011 11:05:08 +0000]
Bugfix: add autogenerated addresses to address book

12 years agoUpdate mac build (alkor on forums)
Wladimir J. van der Laan [Wed, 13 Jul 2011 06:27:41 +0000]
Update mac build (alkor on forums)

12 years agodoc/README: word wrap into something readable
Jeff Garzik [Wed, 13 Jul 2011 05:21:49 +0000]
doc/README: word wrap into something readable

12 years agoBump version to 0.3.25
Jeff Garzik [Wed, 13 Jul 2011 05:19:26 +0000]
Bump version to 0.3.25

Yes, we might release as v0.4, but let's just do a simple increment
for now.

12 years agoUpdate CWallet::LoadWallet for proper return type.
Jeff Garzik [Wed, 13 Jul 2011 05:07:49 +0000]
Update CWallet::LoadWallet for proper return type.

12 years agoMerge pull request #399 from muggenhor/warning-fixes
Jeff Garzik [Wed, 13 Jul 2011 03:22:38 +0000]
Merge pull request #399 from muggenhor/warning-fixes

Warning fixes

12 years agofix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]
Giel van Schijndel [Fri, 24 Jun 2011 20:14:15 +0000]
fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]

Only declare & define SigIllHandlerSSE2 when its used.

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warning: unused variable 'X' [-Wunused-variable]
Giel van Schijndel [Fri, 24 Jun 2011 20:00:59 +0000]
fix warning: unused variable 'X' [-Wunused-variable]

Remove several unused variables.

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warning: X enumeration values not handled in switch [-Wswitch-enum]
Giel van Schijndel [Fri, 24 Jun 2011 18:47:26 +0000]
fix warning: X enumeration values not handled in switch [-Wswitch-enum]

Add default cases to opcode switches to assert that they should never
occur.

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warning: comparison of unsigned expression < 0 is always false [-Wtautological...
Giel van Schijndel [Fri, 24 Jun 2011 18:09:24 +0000]
fix warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]

Don't check for a negative parameter count, because not only will it
never happen, it doesn't make any sense either.

Invalid sockets (as returned by socket(2)) are always exactly -1 (not
just negative as negative file descriptors are technically not
prohibited by POSIX) on POSIX systems.  Since we store them in SOCKET
(unsigned int), however, that really is ~0U (or MAX_UINT) which happens
to be what INVALID_SOCKET is already defined to, so an additional check
for being negative is not only unnecessary (unsigned integers aren't
*ever* negative) its redundant as well (the INVALID_SOCKET comparison is
enough).

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warnings: using the result of an assignment as a condition without parentheses...
Giel van Schijndel [Fri, 24 Jun 2011 18:03:16 +0000]
fix warnings: using the result of an assignment as a condition without parentheses [-Wparentheses]

Don't unnecessarily assign to variables within the *boolean* expression
of a conditional.

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warnings: expression result unused [-Wunused-value]
Giel van Schijndel [Fri, 24 Jun 2011 17:56:23 +0000]
fix warnings: expression result unused [-Wunused-value]

In the assert()s take advantage of the fact that string constants
("string") are effectively of type 'const char []', which when used in
an expression yield a non-NULL pointer.

An assertion that should always fail can thus be formulated as:
  assert(!"fail);

An assertion where a text message should be added to the expression can
be written as such:
  assert("message" && expression);

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agofix warning on 64bit systems: cast to pointer from integer of different size [-Wint...
Giel van Schijndel [Tue, 12 Jul 2011 12:24:14 +0000]
fix warning on 64bit systems: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Giel van Schijndel <me@mortis.eu>

12 years agoUpdate makefile.linux-mingw to work with crypter and UPnP fix.
Matt Corallo [Wed, 13 Jul 2011 02:38:13 +0000]
Update makefile.linux-mingw to work with crypter and UPnP fix.

12 years agoMerge pull request #381 from TheBlueMatt/nminversion
Jeff Garzik [Wed, 13 Jul 2011 02:34:30 +0000]
Merge pull request #381 from TheBlueMatt/nminversion

Add minversion to wallet.

12 years agoMerge pull request #402 from jayschwa/hirez-icon
Jeff Garzik [Wed, 13 Jul 2011 02:18:52 +0000]
Merge pull request #402 from jayschwa/hirez-icon

High resolution Windows icon

12 years agoMerge pull request #396 from jayschwa/nsis-branding
Jeff Garzik [Wed, 13 Jul 2011 02:18:21 +0000]
Merge pull request #396 from jayschwa/nsis-branding

Add bitcoin.org logos/branding to NSIS installer.

12 years agoMerge pull request #352 from TheBlueMatt/newenc
Jeff Garzik [Wed, 13 Jul 2011 02:10:12 +0000]
Merge pull request #352 from TheBlueMatt/newenc

Wallet Private Key Encryption (on CWallet)

12 years agoIncrease resolution of Windows icon.
Jay Weisskopf [Wed, 13 Jul 2011 01:13:44 +0000]
Increase resolution of Windows icon.

The .ico file has changed in the following ways:
* Added 64x64 layer (max size for "Classic Mode").
* Added 256x256 layer (max size for Vista and 7).
* Removed copies with no alpha channel:
  * Display depths lower than 32-bits are rare nowadays.
  * 8-bit alpha channels in icons has been supported since XP.
  * If the display depth is lowered, they look no better than the
    downsampled versions that Windows automatically generates.

Tested various sizes on both XP and Win 7. It looks fine
(unchanged) on XP and downright sexy on Win 7.

12 years agoMake an invalid addrIncoming so that old clients crash.
Matt Corallo [Sun, 10 Jul 2011 14:07:22 +0000]
Make an invalid addrIncoming so that old clients crash.

This prevents old clients from opening, and thus corrupting
or otherwise causing harm to encrypted wallets.

12 years agoUse DB Transactions when encrypting wallet.
Matt Corallo [Fri, 8 Jul 2011 13:08:27 +0000]
Use DB Transactions when encrypting wallet.
This speeds up the encryption process significantly.

12 years agoDo not use obsolete CPrivKey for passing keys around
Pieter Wuille [Sun, 3 Jul 2011 13:33:01 +0000]
Do not use obsolete CPrivKey for passing keys around

12 years agoAdd Wallet Encryption section to README
Matt Corallo [Sat, 2 Jul 2011 21:08:35 +0000]
Add Wallet Encryption section to README

12 years agoAdd the walletlock RPC method to lock the wallet manually.
Matt Corallo [Thu, 30 Jun 2011 00:09:47 +0000]
Add the walletlock RPC method to lock the wallet manually.

12 years agoDynamically remove/insert the Options for encryption in the menus.
Matt Corallo [Tue, 28 Jun 2011 23:08:48 +0000]
Dynamically remove/insert the Options for encryption in the menus.

12 years agoPush unlocked_until in getinfo.
Matt Corallo [Tue, 28 Jun 2011 22:47:41 +0000]
Push unlocked_until in getinfo.

12 years agoSet the number of SHA512 rounds based on the speed of the computer.
Matt Corallo [Tue, 28 Jun 2011 13:31:09 +0000]
Set the number of SHA512 rounds based on the speed of the computer.

12 years agoAdd wallet privkey encryption.
Matt Corallo [Fri, 8 Jul 2011 13:47:35 +0000]
Add wallet privkey encryption.

This commit adds support for ckeys, or enCrypted private keys, to the wallet.
All keys are stored in memory in their encrypted form and thus the passphrase
is required from the user to spend coins, or to create new addresses.

Keys are encrypted with AES-256-CBC using OpenSSL's EVP library. The key is
calculated via EVP_BytesToKey using SHA512 with (by default) 25000 rounds and
a random salt.

By default, the user's wallet remains unencrypted until they call the RPC
command encryptwallet <passphrase> or, from the GUI menu, Options->
Encrypt Wallet.

When the user is attempting to call RPC functions which require the password
to unlock the wallet, an error will be returned unless they call
walletpassphrase <passphrase> <time to keep key in memory> first.

A keypoolrefill command has been added which tops up the users keypool
(requiring the passphrase via walletpassphrase first).
keypoolsize has been added to the output of getinfo to show the user the
number of keys left before they need to specify their passphrase (and call
keypoolrefill).

Note that walletpassphrase will automatically fill keypool in a separate
thread which it spawns when the passphrase is set. This could cause some
delays in other threads waiting for locks on the wallet passphrase, including
one which could cause the passphrase to be stored longer than expected,
however it will not allow the passphrase to be used longer than expected as
ThreadCleanWalletPassphrase will attempt to get a lock on the key as soon
as the specified lock time has arrived.

When the keypool runs out (and wallet is locked) GetOrReuseKeyFromPool
returns vchDefaultKey, meaning miners may start to generate many blocks to
vchDefaultKey instead of a new key each time.

A walletpassphrasechange <oldpassphrase> <newpassphrase> has been added to
allow the user to change their password via RPC.

Whenever keying material (unencrypted private keys, the user's passphrase,
the wallet's AES key) is stored unencrypted in memory, any reasonable attempt
is made to mlock/VirtualLock that memory before storing the keying material.
This is not true in several (commented) cases where mlock/VirtualLocking the
memory is not possible.

Although encryption of private keys in memory can be very useful on desktop
systems (as some small amount of protection against stupid viruses), on an
RPC server, the password is entered fairly insecurely. Thus, the only main
advantage encryption has for RPC servers is for RPC servers that do not spend
coins, except in rare cases, eg. a webserver of a merchant which only receives
payment except for cases of manual intervention.

Thanks to jgarzik for the original patch and sipa, gmaxwell and many others
for all their input.

Conflicts:

src/wallet.cpp

12 years agoRemove NSIS branding from bottom divider.
Jay Weisskopf [Tue, 12 Jul 2011 06:18:57 +0000]
Remove NSIS branding from bottom divider.

12 years agoSet default compression for NSIS installer to LZMA.
Jay Weisskopf [Mon, 11 Jul 2011 07:11:15 +0000]
Set default compression for NSIS installer to LZMA.

Use of LZMA (versus the current zlib) shaves a few MB off the installer.

12 years agoalso show balloon on sent transaction, to notify when coins sent
Wladimir J. van der Laan [Mon, 11 Jul 2011 19:01:53 +0000]
also show balloon on sent transaction, to notify when coins sent

12 years agoShow unconfirmed balance on overview page
Wladimir J. van der Laan [Mon, 11 Jul 2011 18:42:10 +0000]
Show unconfirmed balance on overview page

12 years agoMake tooltip on refresh more clear
Wladimir J. van der Laan [Mon, 11 Jul 2011 17:35:08 +0000]
Make tooltip on refresh more clear

12 years agoAdd logos/branding currently found on bitcoin.org into NSIS installer.
Jay Weisskopf [Mon, 11 Jul 2011 07:09:07 +0000]
Add logos/branding currently found on bitcoin.org into NSIS installer.

12 years agoMake mlock() and munlock() portable to systems that require the address to be on...
Doug Huff [Thu, 30 Jun 2011 00:04:44 +0000]
Make mlock() and munlock() portable to systems that require the address to be on a page boundary.

12 years agoMerge pull request #392 from laanwj/antimagic
Jeff Garzik [Sat, 9 Jul 2011 17:09:13 +0000]
Merge pull request #392 from laanwj/antimagic

Remove another magic number: change threshold for nLockTime to constant

12 years agowxp/mingw build fixes
Wladimir J. van der Laan [Sat, 9 Jul 2011 13:58:05 +0000]
wxp/mingw build fixes

12 years agoadd better windows7/vista look by nico_w
Wladimir J. van der Laan [Sat, 9 Jul 2011 13:26:57 +0000]
add better windows7/vista look by nico_w

12 years agoremove placeholder text from ui form, code generator screws up on older qt
Wladimir J. van der Laan [Sat, 9 Jul 2011 12:00:00 +0000]
remove placeholder text from ui form, code generator screws up on older qt

12 years agoAdd -fstack-protector to gcc CXX flags
Wladimir J. van der Laan [Sat, 9 Jul 2011 09:54:25 +0000]
Add -fstack-protector to gcc CXX flags

12 years agoREADME update
Wladimir J. van der Laan [Sat, 9 Jul 2011 08:55:46 +0000]
README update

12 years agoadd export functionality for address book / receiving addresses
Wladimir J. van der Laan [Sat, 9 Jul 2011 08:53:55 +0000]
add export functionality for address book / receiving addresses

12 years agoremove magic number: change threshold for nLockTime to constant
Wladimir J. van der Laan [Sat, 9 Jul 2011 08:26:46 +0000]
remove magic number: change threshold for nLockTime to constant

12 years agoremove magic number: change threshold for nLockTime to constant
Wladimir J. van der Laan [Sat, 9 Jul 2011 08:06:49 +0000]
remove magic number: change threshold for nLockTime to constant

12 years agoremove magic number: change threshold for nLockTime to constant
Wladimir J. van der Laan [Sat, 9 Jul 2011 08:06:49 +0000]
remove magic number: change threshold for nLockTime to constant

12 years agoReadme update
Wladimir J. van der Laan [Fri, 8 Jul 2011 20:45:15 +0000]
Readme update

12 years agoAdd context menu on transaction list: copy label, copy address, edit label, show...
Wladimir J. van der Laan [Fri, 8 Jul 2011 20:27:36 +0000]
Add context menu on transaction list: copy label, copy address, edit label, show details

12 years agoTransaction list: less terse tooltip
Wladimir J. van der Laan [Fri, 8 Jul 2011 17:56:28 +0000]
Transaction list: less terse tooltip

12 years agosend coins dialog: make sure send button remain default button (triggered with enter)
Wladimir J. van der Laan [Fri, 8 Jul 2011 17:51:24 +0000]
send coins dialog: make sure send button remain default button (triggered with enter)

12 years agoCompile 'sv' translation
Jeff Garzik [Fri, 8 Jul 2011 17:38:24 +0000]
Compile 'sv' translation

12 years agoMerge pull request #376 from codler/translate
Jeff Garzik [Fri, 8 Jul 2011 17:36:49 +0000]
Merge pull request #376 from codler/translate

Minor translation changes for latest build (Swedish)

12 years agoforgot synced icons
Wladimir J. van der Laan [Fri, 8 Jul 2011 17:25:35 +0000]
forgot synced icons

12 years agoReorganize "send coins" tab
Wladimir J. van der Laan [Fri, 8 Jul 2011 17:00:08 +0000]
Reorganize "send coins" tab

12 years agoDisplay a "freshness" indicator instead of nr of blocks
Wladimir J. van der Laan [Fri, 8 Jul 2011 16:05:10 +0000]
Display a "freshness" indicator instead of nr of blocks

12 years agomlock() all private keys in memory
Dylan Noblesmith [Fri, 24 Jun 2011 03:03:17 +0000]
mlock() all private keys in memory

Inline comment and idea come from the encprivkeys branch
by Matt Corallo <matt@bluematt.me>.

12 years agoPrepare codebase for Encrypted Keys.
Pieter Wuille [Sat, 25 Jun 2011 12:57:32 +0000]
Prepare codebase for Encrypted Keys.

12 years agoupdate README
Wladimir J. van der Laan [Thu, 7 Jul 2011 19:26:46 +0000]
update README

12 years ago"Status" doesn't fit into narrow first column in transaction history, make the header...
Wladimir J. van der Laan [Thu, 7 Jul 2011 19:25:17 +0000]
"Status" doesn't fit into narrow first column in transaction history, make the header empty

12 years agoAdd German translation by nico_w
Wladimir J. van der Laan [Thu, 7 Jul 2011 19:19:25 +0000]
Add German translation by nico_w

12 years agoadd [testnet] to whatever the current window title is
Wladimir J. van der Laan [Thu, 7 Jul 2011 16:38:37 +0000]
add [testnet] to whatever the current window title is

12 years agoclarify todo/dones in readme
Wladimir J. van der Laan [Thu, 7 Jul 2011 16:32:47 +0000]
clarify todo/dones in readme

12 years agoSelection/tab navigation fixes
Wladimir J. van der Laan [Thu, 7 Jul 2011 16:25:27 +0000]
Selection/tab navigation fixes

12 years agoconvert to full tab-based ui
Wladimir J. van der Laan [Thu, 7 Jul 2011 15:33:15 +0000]
convert to full tab-based ui

12 years agoQt handles the "..." for too long table rows. Remove this functionality from Transact...
Wladimir J. van der Laan [Thu, 7 Jul 2011 14:57:19 +0000]
Qt handles the "..." for too long table rows. Remove this functionality from TransactionTableModel...

12 years agoSync to bitcoin git e94010b2395694d56dd6
Wladimir J. van der Laan [Thu, 7 Jul 2011 13:22:54 +0000]
Sync to bitcoin git e94010b2395694d56dd6