aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-11-14Merge pull request #631 from luke-jr/free_iconsGavin Andresen
Free icons
2011-11-10update doc/assets-attribution.txtLuke Dashjr
2011-11-10Tool/process for including correct qt translations in mac .AppGavin Andresen
2011-11-10Release process doc fixesGavin Andresen
2011-11-08add doc/translation_process.mdNils Schneider
2011-11-07Mention Qt4 runtime dependenciesv0.5.0rc3Gavin Andresen
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-11-04Mac releases use macdeployqtplusGavin Andresen
2011-11-01Update documentation to reflect 0.5 reality. And removed leading $ from ↵Gavin Andresen
shell commands, so it is easier to copy and paste from release-process.txt.
2011-10-25Update documentation to reflect reality (no win32 gitian builds, new Mac ↵Gavin Andresen
process)
2011-10-25Update qt readme to indicate Qt is now the primary GUI.Matt Corallo
2011-10-24Warn about the qt-at-spi bug in Ubuntu 11.10.Chris Moore
2011-10-24Merge pull request #584 from kwaaak/masterGavin Andresen
Make build work on Mac OS X 10.7 Lion
2011-10-15Merge pull request #583 from laanwj/qt3Wladimir J. van der Laan
More Qt GUI updates - Make USE_SSL qmake build flag actually work - Improve mac experience, general UI improvements - Add keyboard shortcut to switch between tabs
2011-10-14Make build work on Mac OS X 10.7 Lion kwaaak
(32bit dependencies through MacPorts)
2011-10-09Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-10-09Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵Luke Dashjr
dynamic linking unless STATIC=1 is passed
2011-10-09Fix typo. Improve Gentoo instructions.globalcitizen
2011-10-09Improved Gentoo instructions.globalcitizen
2011-10-09Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}globalcitizen
2011-10-09Collate generic dependency information. Segregate distribution-specific ↵globalcitizen
(Ubuntu/Debian) information. Add Gentoo information.
2011-10-05Update mac Makefile and build instructions to use MacPortsGavin Andresen
2011-10-03Update release-process to point to gitian.sigs repo.Matt Corallo
2011-10-02Edited doc/readme-qt.rst via GitHubWladimir J. van der Laan
2011-09-28Update release-process.txt with gitian release instructions.Matt Corallo
2011-09-26Update build instructions for the new, no-wxwidgets worldGavin Andresen
2011-09-26Bump version to 0.4.1Gavin Andresen
2011-09-26Merge pull request #513 from cjdelisle/feature-hardeningGavin Andresen
Hardening
2011-09-26Merge pull request #521 from laanwj/qtGavin Andresen
Qt GUI
2011-09-23Update release process for repackaging gitian builds, and osx dmgGavin Andresen
2011-09-18move current qt specific readme to doc/, restore original README.mdWladimir J. van der Laan
2011-09-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-12Add some hardening to protect against unknown/future exploits.cjdelisle
2011-09-08wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ↵cjdelisle
ToStdString() which is not in 2.9.0
2011-09-03Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-02Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen
2011-09-02Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
Conflicts: src/main.cpp
2011-08-31Fix typo ("you own security")Gavin Andresen
2011-08-31Fixed potential deadlocks in GUI code.Gavin Andresen
Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time. And added information about -DDEBUG_LOCKORDER to coding.txt.
2011-08-31Merge pull request #463 from TheBlueMatt/encreadmeJeff Garzik
Encryption readme update and minor rpc.cpp fixes
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan
2011-08-23Wallet encryption part 1: show wallet encryption statusWladimir J. van der Laan
2011-08-23Upgrade dependancies and tweak build process.Matt Corallo
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds
2011-08-11Add specific wallet encryption details to doc/READMEMatt Corallo
2011-08-11Missed a 'password' should be 'passphrase'.Matt Corallo
2011-08-02add attribution for wallet imageWladimir J. van der Laan
2011-07-31address iconsWladimir J. van der Laan
2011-07-18one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan
2011-07-17show rotating spinner when block download out of date, tick otherwiseWladimir J. van der Laan
2011-07-16add sendmany supportWladimir J. van der Laan