minimize amount of text in status bar; show only icons, if the user wants explanation...
[novacoin.git] / src /
2011-08-04 Wladimir J. van... minimize amount of text in status bar; show only icons...
2011-08-04 Wladimir J. van... when clicking a transaction on the overview page, send...
2011-08-04 Wladimir J. van... Clarity: change definition of "confirmed" to "counts...
2011-08-03 Wladimir J. van... fix drawing on gtk
2011-08-03 Wladimir J. van... unconfirmed amount = grey
2011-08-03 Wladimir J. van... show last few transactions on overview page
2011-08-03 Wladimir J. van... make amount field the same width as decimals field
2011-08-02 Wladimir J. van... update readme and splash screen text
2011-08-02 Wladimir J. van... add splash screen
2011-07-31 Wladimir J. van... show n/a for mined transactions (and send to self)...
2011-07-31 Wladimir J. van... address icons
2011-07-31 Wladimir J. van... Properly html-escape labels
2011-07-30 Wladimir J. van... comment update
2011-07-30 Wladimir J. van... make sure address book model is up to date after sendin...
2011-07-30 Wladimir J. van... Remove unused variable
2011-07-30 Wladimir J. van... Hide addresses in transaction overview by default,...
2011-07-30 Wladimir J. van... Make dot in amount field more apparent
2011-07-29 Wladimir J. van... Make debug info more interesting (show SHA160 addresses...
2011-07-29 Wladimir J. van... Remove no longer valid comment
2011-07-29 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-29 Wladimir J. van... Full support for other units, add configuration option...
2011-07-27 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-27 Wladimir J. van... normalize SIGNAL/SLOT signatures (marcmutz.wordpress...
2011-07-27 Wladimir J. van... also accept numbers without dot/decimals for parsing...
2011-07-27 Matt CoralloFix EncryptKeys crash introduced by a9ba4710, identifie...
2011-07-26 Jeff GarzikCAddrDB::LoadAddresses: properly initialize CAddress
2011-07-26 Pieter WuilleBugfix: don't overuse limited ExtractAddress
2011-07-26 Wladimir J. van... show amounts in <b>bold</b> in confirmation dialog
2011-07-26 Wladimir J. van... make SetHash160 return a value (as specified in the...
2011-07-26 Wladimir J. van... make SetHash160 return a value (as specified in the...
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-26 Wladimir J. van... Reset unit to default when clearing the field, to preve...
2011-07-26 Wladimir J. van... refuse to format nor parse invalid units
2011-07-26 Wladimir J. van... allow multiple units in bitcoin amount widget (for...
2011-07-26 Wladimir J. van... Negative transaction color changed to red (was grey...
2011-07-25 Wladimir J. van... fix unit names (μBTC)
2011-07-25 Wladimir J. van... preparations for multiple unit (uBTC, mBTC, BTC) suppor...
2011-07-25 Wladimir J. van... put color constants in guiconstants.h
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-24 Wladimir J. van... better exit icon
2011-07-24 Wladimir J. van... make all tab icons blue/gray for more consistencyx
2011-07-24 Wladimir J. van... improve tooltip texts
2011-07-24 Pieter WuilleFix for small change outputs
2011-07-24 Wladimir J. van... add windows program (.exe) icon
2011-07-24 Wladimir J. van... Merge pull request #9 from celil-kj/master
2011-07-22 CelilAllow ammount field to be empty so that one can specify...
2011-07-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-22 Wladimir J. van... Implement range... transaction filter
2011-07-22 Wladimir J. van... fix clear() (clear red/invalid status)
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-18 Wladimir J. van... one remove/delete icon is enough and the red minus...
2011-07-18 Wladimir J. van... Merge branch 'notebook'
2011-07-18 Wladimir J. van... move buttons to bottom of send coins tab, outside of...
2011-07-18 Wladimir J. van... windows build fix
2011-07-18 Abraham JewowichFix bug with accessing vchData[0] when vchData is empty.
2011-07-18 Wladimir J. van... Fix "Last received block was generated Up to date"
2011-07-17 Wladimir J. van... put sendcoins entries in scroll area, so that window...
2011-07-17 Wladimir J. van... show rotating spinner when block download out of date...
2011-07-17 Wladimir J. van... make initial block download reporting somewhat better...
2011-07-17 Pieter Wuillesplit off CBase58Data from CBitcoinAddress
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-16 Wladimir J. van... add missing icon
2011-07-16 Wladimir J. van... Revert "Now that send coins / receive coins etc are...
2011-07-16 Wladimir J. van... add sendmany support
2011-07-16 Eric HosmerAdded crypter to makefile.vc.
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-15 Wladimir J. van... Merge remote-tracking branch 'satoshi/qtui'
2011-07-15 Wladimir J. van... Add call to request unconfirmed balance
2011-07-15 Wladimir J. van... Now that send coins / receive coins etc are tabs, remov...
2011-07-15 CelilFix error when export is cancelled without specifying...
2011-07-14 Wladimir J. van... solve warnings at startup
2011-07-14 Matt CoralloFix bad return values in LoadWallet.
2011-07-14 Pieter WuilleMerge pull request #412 from sgimenez/db-transactions
2011-07-14 Stéphane GimenezSingle DB transaction for addresses from DNS seeds
2011-07-14 Matt CoralloFix Build in GetReservedKey() in wallet.cpp
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-14 Matt CoralloGenerate Warning when using default key.
2011-07-14 Matt CoralloFix crashes when a wallet is locked and GetReservedKey...
2011-07-13 Jeff GarzikMerge pull request #406 from muggenhor/warning-fixes
2011-07-13 Jeff GarzikMerge pull request #405 from sipa/syncdefault
2011-07-13 Giel van Schijndelfix warning: control reaches end of non-void function...
2011-07-13 Giel van Schijndelfix warning: variable ‘nMinDepth’ set but not used...
2011-07-13 Matt CoralloFix makefile.linux-mingw
2011-07-13 Pieter WuilleBugfix: add autogenerated addresses to address book
2011-07-13 Jeff GarzikBump version to 0.3.25
2011-07-13 Jeff GarzikUpdate CWallet::LoadWallet for proper return type.
2011-07-13 Giel van Schijndelfix warning: unused function 'SigIllHandlerSSE2' [...
2011-07-13 Giel van Schijndelfix warning: unused variable 'X' [-Wunused-variable]
2011-07-13 Giel van Schijndelfix warning: X enumeration values not handled in switch...
2011-07-13 Giel van Schijndelfix warning: comparison of unsigned expression < 0...
2011-07-13 Giel van Schijndelfix warnings: using the result of an assignment as...
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Giel van Schijndelfix warning on 64bit systems: cast to pointer from...
2011-07-13 Matt CoralloUpdate makefile.linux-mingw to work with crypter and...
2011-07-13 Jeff GarzikMerge pull request #381 from TheBlueMatt/nminversion
2011-07-13 Jeff GarzikMerge pull request #352 from TheBlueMatt/newenc
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloUse DB Transactions when encrypting wallet.
2011-07-13 Pieter WuilleDo not use obsolete CPrivKey for passing keys around
next