novacoin.git
12 years agominimize amount of text in status bar; show only icons, if the user wants explanation...
Wladimir J. van der Laan [Thu, 4 Aug 2011 17:04:42 +0000]
minimize amount of text in status bar; show only icons, if the user wants explanation they can view the tooltip

12 years agowhen clicking a transaction on the overview page, send the user to the transactions...
Wladimir J. van der Laan [Thu, 4 Aug 2011 02:41:01 +0000]
when clicking a transaction on the overview page, send the user to the transactions page

12 years agoClarity: change definition of "confirmed" to "counts towards balance"
Wladimir J. van der Laan [Thu, 4 Aug 2011 02:40:01 +0000]
Clarity: change definition of "confirmed"  to "counts towards balance"

12 years agofix drawing on gtk
Wladimir J. van der Laan [Wed, 3 Aug 2011 19:28:11 +0000]
fix drawing on gtk

12 years agounconfirmed amount = grey
Wladimir J. van der Laan [Wed, 3 Aug 2011 19:04:15 +0000]
unconfirmed amount = grey

12 years agoshow last few transactions on overview page
Wladimir J. van der Laan [Wed, 3 Aug 2011 18:52:18 +0000]
show last few transactions on overview page

12 years agomake amount field the same width as decimals field
Wladimir J. van der Laan [Wed, 3 Aug 2011 12:06:13 +0000]
make amount field the same width as decimals field

12 years agoadd attribution for wallet image
Wladimir J. van der Laan [Tue, 2 Aug 2011 20:08:59 +0000]
add attribution for wallet image

12 years agoupdate readme and splash screen text
Wladimir J. van der Laan [Tue, 2 Aug 2011 20:03:41 +0000]
update readme and splash screen text

12 years agoadd splash screen
Wladimir J. van der Laan [Tue, 2 Aug 2011 19:48:59 +0000]
add splash screen

12 years agoshow n/a for mined transactions (and send to self) instead of empty field
Wladimir J. van der Laan [Sun, 31 Jul 2011 15:43:46 +0000]
show n/a for mined transactions (and send to self) instead of empty field

12 years agoaddress icons
Wladimir J. van der Laan [Sun, 31 Jul 2011 15:05:34 +0000]
address icons

12 years agoProperly html-escape labels
Wladimir J. van der Laan [Sun, 31 Jul 2011 10:56:46 +0000]
Properly html-escape labels

12 years agocomment update
Wladimir J. van der Laan [Sat, 30 Jul 2011 17:28:41 +0000]
comment update

12 years agomake sure address book model is up to date after sending coins
Wladimir J. van der Laan [Sat, 30 Jul 2011 17:21:46 +0000]
make sure address book model is up to date after sending coins

12 years agoRemove unused variable
Wladimir J. van der Laan [Sat, 30 Jul 2011 16:48:05 +0000]
Remove unused variable

12 years agoHide addresses in transaction overview by default, they can be re-shown as a configur...
Wladimir J. van der Laan [Sat, 30 Jul 2011 15:42:02 +0000]
Hide addresses in transaction overview by default, they can be re-shown as a configuration option

12 years agoMake dot in amount field more apparent
Wladimir J. van der Laan [Sat, 30 Jul 2011 15:01:05 +0000]
Make dot in amount field more apparent

12 years agoMake debug info more interesting (show SHA160 addresses for inputs)
Wladimir J. van der Laan [Fri, 29 Jul 2011 21:11:40 +0000]
Make debug info more interesting (show SHA160 addresses for inputs)

12 years agoRemove no longer valid comment
Wladimir J. van der Laan [Fri, 29 Jul 2011 14:16:12 +0000]
Remove no longer valid comment

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

12 years agoFull support for other units, add configuration option for default unit (used when...
Wladimir J. van der Laan [Fri, 29 Jul 2011 12:36:35 +0000]
Full support for other units, add configuration option for default unit (used when displaying amounts)

12 years agoMerge pull request #436 from TheBlueMatt/master
Pieter Wuille [Wed, 27 Jul 2011 20:10:47 +0000]
Merge pull request #436 from TheBlueMatt/master

Fix EncryptKeys crash introduced by a9ba471, identified by TD.

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Wed, 27 Jul 2011 19:44:55 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

Conflicts:
src/script.cpp

12 years agonormalize SIGNAL/SLOT signatures (http://marcmutz.wordpress.com/effective-qt/prefer...
Wladimir J. van der Laan [Wed, 27 Jul 2011 18:54:10 +0000]
normalize SIGNAL/SLOT signatures (marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/)

12 years agoalso accept numbers without dot/decimals for parsing, fixes transaction filter row
Wladimir J. van der Laan [Wed, 27 Jul 2011 18:49:14 +0000]
also accept numbers without dot/decimals for parsing, fixes transaction filter row

12 years agoFix EncryptKeys crash introduced by a9ba4710, identified by TD.
Matt Corallo [Wed, 27 Jul 2011 16:02:39 +0000]
Fix EncryptKeys crash introduced by a9ba4710, identified by TD.

12 years agoCAddrDB::LoadAddresses: properly initialize CAddress
Jeff Garzik [Tue, 26 Jul 2011 19:15:55 +0000]
CAddrDB::LoadAddresses: properly initialize CAddress

Fixes issue #424

12 years agoMerge pull request #435 from sipa/fixextract
Pieter Wuille [Tue, 26 Jul 2011 17:43:00 +0000]
Merge pull request #435 from sipa/fixextract

Bugfix: don't overuse limited ExtractAddress

12 years agoBugfix: don't overuse limited ExtractAddress
Pieter Wuille [Tue, 26 Jul 2011 17:15:45 +0000]
Bugfix: don't overuse limited ExtractAddress

ExtractAddress was called with the keystore as argument in RPC and
UI, limiting results to own keys. This caused empty "address"
fields.

12 years agoMerge pull request #434 from laanwj/addkey_retval
Pieter Wuille [Tue, 26 Jul 2011 15:46:48 +0000]
Merge pull request #434 from laanwj/addkey_retval

make SetHash160 return a value (as specified in the function signature)

12 years agoshow amounts in <b>bold</b> in confirmation dialog
Wladimir J. van der Laan [Tue, 26 Jul 2011 15:37:26 +0000]
show amounts in <b>bold</b> in confirmation dialog

12 years agoRe-apply pull request #10, it got lost for some reason
Wladimir J. van der Laan [Tue, 26 Jul 2011 15:11:55 +0000]
Re-apply pull request #10, it got lost for some reason

12 years agomake SetHash160 return a value (as specified in the function signature)
Wladimir J. van der Laan [Tue, 26 Jul 2011 14:54:32 +0000]
make SetHash160 return a value (as specified in the function signature)

12 years agomake SetHash160 return a value (as specified in the function signature)
Wladimir J. van der Laan [Tue, 26 Jul 2011 14:54:32 +0000]
make SetHash160 return a value (as specified in the function signature)

12 years agoMerge remote branch 'upstream/master'
Wladimir J. van der Laan [Tue, 26 Jul 2011 13:38:31 +0000]
Merge remote branch 'upstream/master'

Conflicts:
src/bitcoinrpc.cpp

12 years agoupdate readme
Wladimir J. van der Laan [Tue, 26 Jul 2011 11:43:54 +0000]
update readme

12 years agoReset unit to default when clearing the field, to prevent confusion
Wladimir J. van der Laan [Tue, 26 Jul 2011 11:31:59 +0000]
Reset unit to default when clearing the field, to prevent confusion

12 years agorefuse to format nor parse invalid units
Wladimir J. van der Laan [Tue, 26 Jul 2011 11:11:28 +0000]
refuse to format nor parse invalid units

12 years agoallow multiple units in bitcoin amount widget (for example, for sending) using a...
Wladimir J. van der Laan [Tue, 26 Jul 2011 11:08:34 +0000]
allow multiple units in bitcoin amount widget (for example, for sending) using a combobox

12 years agoNegative transaction color changed to red (was grey due to mistake)
Wladimir J. van der Laan [Tue, 26 Jul 2011 07:16:50 +0000]
Negative transaction color changed to red (was grey due to mistake)

12 years agofix unit names (μBTC)
Wladimir J. van der Laan [Mon, 25 Jul 2011 20:28:12 +0000]
fix unit names (μBTC)

12 years agopreparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
Wladimir J. van der Laan [Mon, 25 Jul 2011 19:35:45 +0000]
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue

12 years agoput color constants in guiconstants.h
Wladimir J. van der Laan [Mon, 25 Jul 2011 16:39:52 +0000]
put color constants in guiconstants.h

12 years agoMerge pull request #403 from sipa/cbitcoinaddress
Jeff Garzik [Sun, 24 Jul 2011 22:38:38 +0000]
Merge pull request #403 from sipa/cbitcoinaddress

keys indexed by address + introduced CBitcoinaddress

12 years agoClean up the project file.
celil-kj [Sun, 24 Jul 2011 21:54:40 +0000]
Clean up the project file.

12 years agoOn Mac OS X do not link aginst the boost libraries in UNIX:LIBS
Celil [Sun, 24 Jul 2011 21:45:51 +0000]
On Mac OS X do not link aginst the boost libraries in UNIX:LIBS

12 years agobetter exit icon
Wladimir J. van der Laan [Sun, 24 Jul 2011 17:09:29 +0000]
better exit icon

12 years agomake all tab icons blue/gray for more consistencyx
Wladimir J. van der Laan [Sun, 24 Jul 2011 16:32:21 +0000]
make all tab icons blue/gray for more consistencyx

12 years agoimprove tooltip texts
Wladimir J. van der Laan [Sun, 24 Jul 2011 16:06:07 +0000]
improve tooltip texts

12 years agoMerge pull request #428 from sipa/mintxfeefix
Pieter Wuille [Sun, 24 Jul 2011 15:08:33 +0000]
Merge pull request #428 from sipa/mintxfeefix

Fix for small change outputs

12 years agoFix for small change outputs
Pieter Wuille [Sun, 24 Jul 2011 14:37:09 +0000]
Fix for small change outputs

With the separation of CENT and MIN_TX_FEE, it is now reasonable
to create change outputs between 0.01 and 0.0005, as these are
spendable according to the policy, even though they require a fee
to be paid.

Also, when enough fee was already present, everything can go into
a change output, without further increasing the fee.

12 years agoadd windows program (.exe) icon
Wladimir J. van der Laan [Sun, 24 Jul 2011 13:53:27 +0000]
add windows program (.exe) icon

12 years agoMerge pull request #9 from celil-kj/master
Wladimir J. van der Laan [Sun, 24 Jul 2011 00:34:32 +0000]
Merge pull request #9 from celil-kj/master

allow decimals such as .05 for amount of bitcoins to send

12 years agoAllow ammount field to be empty so that one can specify .05 instead of
Celil [Fri, 22 Jul 2011 23:55:50 +0000]
Allow ammount field to be empty so that one can specify .05 instead of
having to type the leading zero as in 0.05

12 years agoMerge branch 'master' of https://github.com/laanwj/bitcoin-qt
Celil [Fri, 22 Jul 2011 22:44:53 +0000]
Merge branch 'master' of https://github.com/laanwj/bitcoin-qt

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Fri, 22 Jul 2011 19:41:24 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

12 years agoImplement range... transaction filter
Wladimir J. van der Laan [Fri, 22 Jul 2011 16:30:25 +0000]
Implement range... transaction filter

12 years agofix clear() (clear red/invalid status)
Wladimir J. van der Laan [Fri, 22 Jul 2011 15:06:37 +0000]
fix clear() (clear red/invalid status)

12 years agoMerge pull request #423 from TheBlueMatt/mapalreadyaskedforfix
Jeff Garzik [Fri, 22 Jul 2011 02:05:38 +0000]
Merge pull request #423 from TheBlueMatt/mapalreadyaskedforfix

Actually use mapAlreadyAskedFor.

12 years agoActually use mapAlreadyAskedFor.
Matt Corallo [Thu, 21 Jul 2011 20:06:20 +0000]
Actually use mapAlreadyAskedFor.

Previously, mapAlreadyAskedFor was read from, but never added to.
The original intent was to use mapAlreadyAskedFor to keep track
of the time an item was requested and "Each retry is 2 minutes
after the last".
This implements that intent.

12 years agoMerge branch 'master' of https://github.com/laanwj/bitcoin-qt
Celil [Mon, 18 Jul 2011 22:45:55 +0000]
Merge branch 'master' of https://github.com/laanwj/bitcoin-qt

12 years agoone remove/delete icon is enough and the red minus better matches the add icon
Wladimir J. van der Laan [Mon, 18 Jul 2011 19:02:17 +0000]
one remove/delete icon is enough and the red minus better matches the add icon

12 years agoMerge branch 'notebook'
Wladimir J. van der Laan [Mon, 18 Jul 2011 16:50:35 +0000]
Merge branch 'notebook'

12 years agomove buttons to bottom of send coins tab, outside of scroll area
Wladimir J. van der Laan [Mon, 18 Jul 2011 16:38:56 +0000]
move buttons to bottom of send coins tab, outside of scroll area

12 years agowindows build fix
Wladimir J. van der Laan [Mon, 18 Jul 2011 16:34:53 +0000]
windows build fix

12 years agoMerge pull request #1 from AbrahamJewowich/cbitcoinaddress
Pieter Wuille [Mon, 18 Jul 2011 13:38:54 +0000]
Merge pull request #1 from AbrahamJewowich/cbitcoinaddress

Cbitcoinaddress

12 years agoFix bug with accessing vchData[0] when vchData is empty.
Abraham Jewowich [Mon, 18 Jul 2011 13:26:54 +0000]
Fix bug with accessing vchData[0] when vchData is empty.
Fix typo in CBase58Data::CompareTo

12 years agoFix "Last received block was generated Up to date"
Wladimir J. van der Laan [Mon, 18 Jul 2011 04:55:05 +0000]
Fix "Last received block was generated Up to date"

12 years agoMerge pull request #419 from mibe/translation-de
Gavin Andresen [Mon, 18 Jul 2011 00:52:40 +0000]
Merge pull request #419 from mibe/translation-de

Updated German translation

12 years agoMerge pull request #395 from mibe/issue-395
Gavin Andresen [Mon, 18 Jul 2011 00:51:08 +0000]
Merge pull request #395 from mibe/issue-395

Error in Russian Translation

12 years agoput sendcoins entries in scroll area, so that window does not become bigger than...
Wladimir J. van der Laan [Sun, 17 Jul 2011 15:42:41 +0000]
put sendcoins entries in scroll area, so that window does not become bigger than screen with many recipients

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 agosplit off CBase58Data from CBitcoinAddress
Pieter Wuille [Mon, 11 Jul 2011 09:09:00 +0000]
split off CBase58Data from CBitcoinAddress

Split off features unrelated to addresses from CBitcoinAddress to
CBase58Data, so they can be reused.

12 years agoUse CBitcoinAddress instead of string/uint160
Pieter Wuille [Tue, 5 Jul 2011 18:53:43 +0000]
Use CBitcoinAddress instead of string/uint160

Instead of conversion functions between pubkey/uint160/address in
base58.h, have a fully fledged class CBitcoinAddress (CAddress was
already taken) to represent addresses.

12 years agoget rid of mapPubKeys
Pieter Wuille [Tue, 5 Jul 2011 14:42:32 +0000]
get rid of mapPubKeys

Make CKeyStore's interface work on uint160's instead of pubkeys, so
no separate global mapPubKeys is necessary anymore.

12 years agoChanged Russian translation according to comment in issue 395
Michael Bemmerl [Sun, 17 Jul 2011 02:22:50 +0000]
Changed Russian translation according to comment in issue 395

12 years agoAdded German wallet encryption messages translation.
Michael Bemmerl [Sun, 17 Jul 2011 00:56:10 +0000]
Added German wallet encryption messages translation.

12 years agoBasically some grammatical fixes of the German translation.
Michael Bemmerl [Sun, 17 Jul 2011 00:19:49 +0000]
Basically some grammatical fixes of the German translation.

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 pull request #418 from EricJ2190/master
Jeff Garzik [Sat, 16 Jul 2011 04:11:34 +0000]
Merge pull request #418 from EricJ2190/master

Update makefile.vc for wallet encryptions.

12 years agoAdded crypter to makefile.vc.
Eric Hosmer [Sat, 16 Jul 2011 03:38:46 +0000]
Added crypter to makefile.vc.

12 years agoSuppress uninitialized warnings.
Celil [Fri, 15 Jul 2011 23:10:48 +0000]
Suppress uninitialized warnings.

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.