| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #609 from iongchun/add-zhtw | Wladimir J. van der Laan | 2011-11-07 | 2 | -0/+2325 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | add zh_TW locale | Ang Iong Chun | 2011-11-06 | 2 | -0/+2325 | |
| | |/ / / / / / | ||||||
| * / / / / / / | Static link on Linux. And better document release process on OSX. | Gavin Andresen | 2011-11-07 | 3 | -5/+27 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #606 from dooglus/add-english-translation | Wladimir J. van der Laan | 2011-11-04 | 2 | -0/+2301 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add English translation to fix plural(s). | Chris Moore | 2011-11-04 | 2 | -0/+2301 | |
| * | | | | | | | Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2 | Gavin Andresen | 2011-11-04 | 1 | -4/+17 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge pull request #604 from laanwj/winqt_deterministic | Gavin Andresen | 2011-11-03 | 1 | -4/+17 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Make qt-win32 gitian build deterministic | Wladimir J. van der Laan | 2011-11-03 | 1 | -4/+17 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | Mac releases use macdeployqtplus | Gavin Andresen | 2011-11-04 | 6 | -81/+8 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | 2011-11-03 | 7 | -1/+1074 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Added a copy of the GPLv3 to macdeployqtplus | p2k | 2011-11-02 | 1 | -0/+674 | |
| | * | | | | | | | Mac Deployment Script | p2k | 2011-11-02 | 6 | -1/+400 | |
| | * | | | | | | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-10-11 | 9 | -69/+2607 | |
| | |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update documentation to reflect 0.5 reality. And removed leading $ from shell... | Gavin Andresen | 2011-11-01 | 2 | -42/+70 | |
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | attempt to make build deterministic | Wladimir J. van der Laan | 2011-11-01 | 1 | -1/+4 | |
| * | | | | | | | | do not use -fstack-protector on Windows | Wladimir J. van der Laan | 2011-11-01 | 1 | -3/+6 | |
| * | | | | | | | | Update Win32 gitian descriptor for bitcoin-qt. | Matt Corallo | 2011-11-01 | 1 | -18/+7 | |
| * | | | | | | | | Add gitian descriptor for qt cross compile via MinGW. | Matt Corallo | 2011-11-01 | 1 | -0/+41 | |
| * | | | | | | | | Remove vladimir's DNS seed, at his request. | Jeff Garzik | 2011-10-31 | 1 | -1/+0 | |
| * | | | | | | | | Save translators some work | Wladimir J. van der Laan | 2011-10-29 | 1 | -145/+4 | |
| * | | | | | | | | Add notes on getting gitian builds going | Gavin Andresen | 2011-10-25 | 1 | -0/+31 | |
| * | | | | | | | | Update documentation to reflect reality (no win32 gitian builds, new Mac proc... | Gavin Andresen | 2011-10-25 | 3 | -135/+28 | |
| * | | | | | | | | Update openssl to 1.0.0e. | Matt Corallo | 2011-10-25 | 2 | -5/+9 | |
| * | | | | | | | | Update setup.nsi for bitcoin-qt. | Matt Corallo | 2011-10-25 | 1 | -4/+1 | |
| * | | | | | | | | Decrease number of installed packages for Linux Gitian build. | Matt Corallo | 2011-10-25 | 1 | -1/+4 | |
| * | | | | | | | | Remove wxWidgets gitian descriptors. | Matt Corallo | 2011-10-25 | 2 | -82/+0 | |
| * | | | | | | | | Update Linux gitian descriptor for bitcoin-qt. | Matt Corallo | 2011-10-25 | 1 | -22/+8 | |
| * | | | | | | | | Allow miniupnpc include path specificaiton and fix link on Win32. | Matt Corallo | 2011-10-25 | 1 | -2/+4 | |
| * | | | | | | | | Optionally include additional QT plugins when required to build. | Matt Corallo | 2011-10-25 | 2 | -0/+15 | |
| * | | | | | | | | Add BOOST_THREAD_USE_LIB define. | Matt Corallo | 2011-10-25 | 1 | -1/+1 | |
| * | | | | | | | | Add option to specify a different suffix for boost_thread. | Matt Corallo | 2011-10-25 | 1 | -1/+7 | |
| * | | | | | | | | Add returns to avoid annoying compile-time warnings. | Matt Corallo | 2011-10-25 | 2 | -0/+2 | |
| * | | | | | | | | Add -Wno-strict-aliasing because boost breaks that too much. | Matt Corallo | 2011-10-25 | 1 | -1/+1 | |
| * | | | | | | | | Only define __STDC_LIMIT_MACROS if not already defined. | Matt Corallo | 2011-10-25 | 1 | -2/+6 | |
| * | | | | | | | | Update qt readme to indicate Qt is now the primary GUI. | Matt Corallo | 2011-10-25 | 1 | -3/+3 | |
| * | | | | | | | | Merge pull request #592 from dooglus/qt-at-spi-bug | Gavin Andresen | 2011-10-25 | 1 | -0/+16 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Warn about the qt-at-spi bug in Ubuntu 11.10. | Chris Moore | 2011-10-24 | 1 | -0/+16 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #584 from kwaaak/master | Gavin Andresen | 2011-10-24 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Make build work on Mac OS X 10.7 Lion | kwaaak | 2011-10-14 | 1 | -0/+3 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #586 from cjdelisle/hardening-bug-workaround | Gavin Andresen | 2011-10-24 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be... | cjdelisle | 2011-10-16 | 1 | -1/+6 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #591 from laanwj/translation_lookup_logic | Gavin Andresen | 2011-10-24 | 3 | -13/+27 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Translation lookup logic improvements | Wladimir J. van der Laan | 2011-10-23 | 3 | -13/+27 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Revert "translation fixes" | Wladimir J. van der Laan | 2011-10-23 | 7 | -8/+7 | |
| * | | | | | | | translation fixes | Wladimir J. van der Laan | 2011-10-23 | 7 | -7/+8 | |
| * | | | | | | | update translations: nb, es_CL (from transifex) | Nils Schneider | 2011-10-22 | 2 | -0/+4662 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #583 from laanwj/qt3 | Wladimir J. van der Laan | 2011-10-15 | 22 | -131/+465 | |
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| | * | | | | Add alt-1..alt-5 shortcut to switch between tabs | Wladimir J. van der Laan | 2011-10-09 | 1 | -0/+5 | |
| | * | | | | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | 2011-10-09 | 18 | -112/+435 | |
| | * | | | | Make "Quit" menu saner | Wladimir J. van der Laan | 2011-10-09 | 4 | -7/+5 | |