novacoin.git
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-24 Jeff GarzikMerge pull request #342 from jburkle/datadir_check
2011-06-24 James BurkleEdited init.cpp to include a check that -datadir exists
2011-06-23 Wladimir J... experiment with internationalization (nl), unbreak...
2011-06-22 Wladimir J... use #ifdef QT_UI to distinguish Qt UI instead of hardco...
2011-06-21 Wladimir J... clarify text
2011-06-21 Wladimir J... Allow changing default address (fixes issue #6)
2011-06-21 Wladimir J... highlight default address
2011-06-21 Wladimir J... when going to decimals field using ./, select it all...
2011-06-21 Wladimir J... fix issue #7
2011-06-21 Wladimir J... Add comment to tooltip that only sending addresses...
2011-06-21 Wladimir J... Fix some padding and focus issues with the new BitcoinA...
2011-06-20 Wladimir J... introduce bitcoin amount field with split amount/decima...
2011-06-20 Wladimir J... number of confirmations is no longer magic value
2011-06-20 Pieter WuilleMerge pull request #334 from sipa/walletclass
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-20 Wladimir J... Merge pull request #5 from mjmvisser/master
2011-06-20 markfixes for mac build
2011-06-20 Jeff GarzikMerge pull request #332 from shanew/master
2011-06-20 Jeff GarzikMerge pull request #331 from TheBlueMatt/translatefix
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-19 Jeff GarzikCWalletTx::GetAmounts(): pass NULL for CKeyStore*,...
2011-06-19 Pieter WuilleMerge pull request #288 from sipa/walletclass
2011-06-18 Wladimir J... initial block download spans total blocks minus threshold
2011-06-18 Wladimir J... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-18 Wladimir J... On initial block chain download, show a progress bar
2011-06-18 Wladimir J... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-18 Wladimir J... add configure and receive icon
2011-06-18 Matt CoralloUpdate translations and remove obsolete translations.
2011-06-18 Wladimir J... Use explicit resource initialization, apparently needed...
2011-06-18 Wladimir J... Prevent notification balloon-spam on initial block...
2011-06-18 Wladimir J... remove commented code, use // for one-line comments...
2011-06-17 Wladimir J... fix issue #3 (dark theme compat)
2011-06-17 Wladimir J... add license for md2k7's icons
2011-06-17 Wladimir J... remove unused icons
2011-06-17 Wladimir J... add svg sources for icons
2011-06-17 Wladimir J... better icons for confirmations
2011-06-16 Jeff Garzikdoc/release-process.txt: minor updates
2011-06-16 Wladimir J... show connection meter "full" only at 10+ connections
2011-06-15 Wladimir J... add attribution for icons
2011-06-15 Wladimir J... transaction status icons
2011-06-15 Wladimir J... icons test
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file
2011-06-14 Wladimir J... add connection meter
2011-06-14 Wladimir J... Make status column narrow (icon only, details on tooltip)
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-14 Jeff GarzikFormatFullVersion: build fix related to recent translat...
2011-06-14 Jeff GarzikMerge pull request #314 from codler/translate
2011-06-14 Jeff GarzikMerge pull request #315 from codler/consistent-address
2011-06-14 Han Lin YapConsistent Bitcoin example address
2011-06-14 Han Lin YapUpdate swedish translation
2011-06-14 Wladimir J... Add berkelydb version warning
2011-06-13 Wladimir J... link to -lcrypto as well
2011-06-13 Wladimir J... Internationalization -- conversion of strings from...
2011-06-13 Wladimir J... Internationalization -- initial step, make _ return...
2011-06-13 Wladimir J... Address book: select action (edit/select) based on...
2011-06-13 Wladimir J... Status column reorganization
2011-06-12 Wladimir J... new icons -- test
2011-06-12 Wladimir J... replace icons
2011-06-12 Wladimir J... add svg version of icon, so that it can be scaled to...
2011-06-12 Wladimir J... prepare internationalization; rename project to bitcoin-qt
2011-06-12 Wladimir J... update bitcoin core to git ce148944c776ae8e91cc058f44dd...
2011-06-12 Wladimir J... add the bitcoin (MIT?) license
2011-06-12 Wladimir J... remove wallet updating debug output
2011-06-12 Wladimir J... use stylized icon by bitboy
2011-06-11 Jeff GarzikMerge pull request #300 from sipa/connecttimeout
2011-06-11 Pieter WuilleFaster timeout when connecting
2011-06-11 Han Lin YapDouble check translation and improved a translation...
2011-06-11 Wladimir J... add build instructions to doc
2011-06-11 Wladimir J... move back to original directory structure
2011-06-11 Jeff GarzikMerge pull request #312 from codler/patch-1
2011-06-11 Wladimir J... Somewhat confident now, tested on GNOME+KDE, with all...
2011-06-11 Wladimir J... Add tooltips, make "amount" entry consistent in Options...
2011-06-11 Han Lin YapRemove unused variable
2011-06-11 Jeff GarzikMerge pull request #311 from codler/master
2011-06-11 Han Lin YapAdded Swedish translation
2011-06-10 Wladimir J... Merge branch 'master' of github.com:laanwj/bitcoin-qt
2011-06-10 Wladimir J... show notification balloon on incoming transaction
2011-06-10 Wladimir J... show transaction details on doubleclick
2011-06-10 Wladimir J... address book edit: edit the right row
2011-06-10 Wladimir J... use real copyright sign in about dialog
2011-06-10 Wladimir J... transaction details dialog on doubleclick
2011-06-10 Jeff GarzikAdd minimal release process docs.
2011-06-10 Jeff GarzikLower minimum relay TX fee to 0.0001 (from 0.0005)...
2011-06-10 Jeff GarzikMerge pull request #304 from TheBlueMatt/cpufix
2011-06-09 Jeff GarzikMerge pull request #310 from xslidian/master
2011-06-09 Dean LeeUpdated Chinese Simp translation
2011-06-07 Gavin AndresenMerge pull request #293 from tcatm/keypool-fix
2011-06-07 Wladimir J... consistent bracing style
2011-06-06 Matt CoralloFix CPU Usage bug when using -nolisten and have no...
2011-06-06 Jeff GarzikMerge pull request #303 from jrmithdobbs/demystify...
2011-06-06 Doug HuffDemystify a few magic numbers.
2011-06-05 Wladimir J... align "amount" input in send coins dialog to the right
2011-06-05 Jeff GarzikReduce minimum TX fee for new transactions, to 0.0005.
2011-06-05 Wladimir J... update to newest git bitcoin core
2011-06-05 Wladimir J... ask fee
2011-06-05 Jeff GarzikBump version to 0.3.23.
2011-06-05 Jeff GarzikMerge pull request #264 from sipa/mintxfeefix
2011-06-05 Jeff GarzikMerge pull request #291 from jrmithdobbs/ignore-vim...
next