preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
[novacoin.git] / src /
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 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 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 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-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
2011-07-13 Matt CoralloAdd the walletlock RPC method to lock the wallet manually.
2011-07-13 Matt CoralloDynamically remove/insert the Options for encryption...
2011-07-13 Matt CoralloPush unlocked_until in getinfo.
2011-07-13 Matt CoralloSet the number of SHA512 rounds based on the speed...
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-11 Wladimir J. van... also show balloon on sent transaction, to notify when...
2011-07-11 Wladimir J. van... Show unconfirmed balance on overview page
2011-07-11 Wladimir J. van... Make tooltip on refresh more clear
2011-07-10 Doug HuffMake mlock() and munlock() portable to systems that...
2011-07-09 Wladimir J. van... wxp/mingw build fixes
2011-07-09 Wladimir J. van... add better windows7/vista look by nico_w
2011-07-09 Wladimir J. van... remove placeholder text from ui form, code generator...
2011-07-09 Wladimir J. van... add export functionality for address book / receiving...
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-07-08 Wladimir J. van... Add context menu on transaction list: copy label, copy...
2011-07-08 Wladimir J. van... Transaction list: less terse tooltip
2011-07-08 Wladimir J. van... send coins dialog: make sure send button remain default...
2011-07-08 Wladimir J. van... forgot synced icons
2011-07-08 Wladimir J. van... Reorganize "send coins" tab
2011-07-08 Wladimir J. van... Display a "freshness" indicator instead of nr of blocks
2011-07-08 Dylan Noblesmithmlock() all private keys in memory
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-07-07 Wladimir J. van... "Status" doesn't fit into narrow first column in transa...
2011-07-07 Wladimir J. van... Add German translation by nico_w
2011-07-07 Wladimir J. van... add [testnet] to whatever the current window title is
2011-07-07 Wladimir J. van... Selection/tab navigation fixes
2011-07-07 Wladimir J. van... convert to full tab-based ui
2011-07-07 Wladimir J. van... Qt handles the "..." for too long table rows. Remove...
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... temp patch for qtui
2011-07-07 Wladimir J. van... CKeyStore::AddKey must return a boolean
2011-07-07 Wladimir J. van... Export functionality for transaction list
2011-07-07 Wladimir J. van... Rename "History" tab to more logical "Transactions...
2011-07-07 Wladimir J. van... minor language/text updates
2011-07-07 Wladimir J. van... Improve view of generated transactions (show clock...
2011-07-06 Wladimir J. van... Address book: Disable "copy to clipboard" and "Delete...
2011-07-06 Wladimir J. van... Remove code for no longer existing edit button in addre...
2011-07-06 Wladimir J. van... Add "BTC" to all amount widgets, to make clear what...
2011-07-05 Wladimir J. van... tab reorg phase 1: split main gui into "overview" and...
2011-07-05 Jeff GarzikMerge pull request #383 from sipa/syncdefault
next