aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-21Don't forget to bump release numbers in READMEs next timeGavin Andresen
2011-11-21Bump version numbers to 0.5.1Gavin Andresen
2011-11-21Merge pull request #602 from wowus/masterGavin Andresen
Cleaned up critical section code.
2011-11-21Merge pull request #634 from laanwj/doxygenGavin Andresen
Add doxygen documentation
2011-11-21Merge pull request #632 from mndrix/deprecate-getblocknumberGavin Andresen
Deprecate RPC getblocknumber
2011-11-21Merge pull request #652 from TheBlueMatt/masterGavin Andresen
Update contrib/debian/ for 0.5.0 release and fix copyright file.
2011-11-21Update release process instructionsGavin Andresen
2011-11-21Bump version to 0.5.1Gavin Andresen
2011-11-21Merge pull request #653 from luke-jr/bugfix_transparent_tooltipWladimir J. van der Laan
Bugfix: only make QListView transparent, not its tooltips
2011-11-21Bugfix: only make QListView transparent, not its tooltipsLuke Dashjr
2011-11-21Update contrib/debian/ for 0.5.0 release and fix copyright file.Matt Corallo
2011-11-21Merge pull request #646 from luke-jr/bugfix_MIT_iconsWladimir J. van der Laan
update debian copyright file for MIT icon relicensing
2011-11-20update debian copyright file for MIT icon relicensingLuke Dashjr
2011-11-20relicense my own images as MITWladimir J. van der Laan
2011-11-20close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on ↵Gavin Andresen
some testers' machines.
2011-11-17Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-15Merge pull request #636 from gavinandresen/masterv0.5.0rc5Gavin Andresen
Fix crash-on-wallet-upgrade bug on OSX
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-15Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen
2011-11-15Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen
2011-11-15Merge pull request #635 from gavinandresen/encryptionbugGavin Andresen
Prevent unencrypted private keys from being written to wallet.dat
2011-11-15add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-14ResilveringPieter Wuille
2011-11-14Merge pull request #631 from luke-jr/free_iconsGavin Andresen
Free icons
2011-11-14Merge pull request #633 from laanwj/qtrpcconflictGavin Andresen
RPC: do not launch Shutdown in a new thread in case we are running the UI
2011-11-13Improve documentation for UI classesWladimir J. van der Laan
2011-11-13Example documented classWladimir J. van der Laan
2011-11-13Add doxygen documentation configuration fileWladimir J. van der Laan
2011-11-13Add model null pointer check (solves issue #595 and ↵Wladimir J. van der Laan
https://github.com/laanwj/bitcoin-qt/issues/29) Missed this one before, which can be triggered in race condition if window event arrives before model is set
2011-11-12Do not launch Shutdown in a new thread in case we are running the UI.Wladimir J. van der Laan
This leads to the bitcoin core being shut down while the UI is accessing it, and generally results in a segmentation fault or crash. In case it is desirable to make it possible to shutdown the GUI from its RPC server, we'll need to implement a signal for it. For the mean time, this is a safe stopgap.
2011-11-11Deprecate RPC getblocknumberMichael Hendricks
This RPC is exactly identical to getblockcount. This duplication dates back to commit 22f721dbf23cf5ce9e3ded9bcfb65a3894cc0f8c when Satoshi created the RPC interface. There's no need to have both, so we standardize on "count" which matches the naming convention in getconnectioncount. Following the tradition established with previously deprecated APIs, getblocknumber continues to work, but it's not listed in the help system.
2011-11-11Replace kfm_home with go-home for "overview"Luke Dashjr
2011-11-10update doc/assets-attribution.txtLuke Dashjr
2011-11-10Tool/process for including correct qt translations in mac .AppGavin Andresen
2011-11-10Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr
2011-11-10Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵Luke Dashjr
Wladimir van der Laan (who will hopefully relicense)
2011-11-10Merge branch 'nullmodels' of https://github.com/laanwj/bitcoinGavin Andresen
2011-11-10Release process doc fixesGavin Andresen
2011-11-10Merge pull request #608 from TheBlueMatt/debian-buildGavin Andresen
Debian build
2011-11-08Merge pull request #617 from tcatm/translations-readmeWladimir J. van der Laan
add doc/translation_process.md
2011-11-08Merge pull request #611 from sipa/docsWladimir J. van der Laan
Some extra comments
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-11-08Merge pull request #618 from laanwj/issue615Wladimir J. van der Laan
Fix segmentation fault when editing address not in address book (issue #615)
2011-11-08Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan
2011-11-08Add debian build folderMatt Corallo
2011-11-08Re-add bitcoin(32&80).xpmMatt Corallo
2011-11-08add doc/translation_process.mdNils Schneider