Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-08 | Merge pull request #611 from sipa/docs | Wladimir J. van der Laan | |
Some extra comments | |||
2011-11-08 | Merge pull request #618 from laanwj/issue615 | Wladimir J. van der Laan | |
Fix segmentation fault when editing address not in address book (issue #615) | |||
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | |
2011-11-08 | merged translations from transifex: da de es es_CL nb nl ru zh_TW | Nils Schneider | |
2011-11-08 | Merge commit 'v0.5.0rc3' | Pieter Wuille | |
2011-11-07 | Merge pull request #609 from iongchun/add-zhtw | Wladimir J. van der Laan | |
add zh_TW locale | |||
2011-11-07 | Mention Qt4 runtime dependenciesv0.5.0rc3 | Gavin Andresen | |
2011-11-07 | Static link on Linux. And better document release process on OSX. | Gavin Andresen | |
2011-11-07 | Some extra comments | Pieter Wuille | |
2011-11-06 | add zh_TW locale | Ang Iong Chun | |
2011-11-04 | Merge pull request #606 from dooglus/add-english-translation | Wladimir J. van der Laan | |
Add English translation to fix plural(s). | |||
2011-11-04 | Add English translation to fix plural(s). | Chris Moore | |
2011-11-04 | Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2 | Gavin Andresen | |
2011-11-04 | Mac releases use macdeployqtplus | Gavin Andresen | |
2011-11-03 | Merge pull request #604 from laanwj/winqt_deterministic | Gavin Andresen | |
Make qt-win32 gitian build deterministic | |||
2011-11-03 | Make qt-win32 gitian build deterministic | Wladimir J. van der Laan | |
2011-11-03 | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | |
2011-11-02 | Added a copy of the GPLv3 to macdeployqtplus | p2k | |
2011-11-02 | Mac Deployment Script | p2k | |
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp | |||
2011-11-01 | Update 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-11-01 | attempt to make build deterministic | Wladimir J. van der Laan | |
2011-11-01 | do not use -fstack-protector on Windows | Wladimir J. van der Laan | |
2011-11-01 | Update Win32 gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-11-01 | Add gitian descriptor for qt cross compile via MinGW. | Matt Corallo | |
2011-10-31 | Remove vladimir's DNS seed, at his request. | Jeff Garzik | |
2011-10-29 | Save translators some work | Wladimir J. van der Laan | |
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp) | |||
2011-10-25 | Add notes on getting gitian builds going | Gavin Andresen | |
2011-10-25 | Update documentation to reflect reality (no win32 gitian builds, new Mac ↵ | Gavin Andresen | |
process) | |||
2011-10-25 | Update openssl to 1.0.0e. | Matt Corallo | |
2011-10-25 | Update setup.nsi for bitcoin-qt. | Matt Corallo | |
2011-10-25 | Decrease number of installed packages for Linux Gitian build. | Matt Corallo | |
2011-10-25 | Remove wxWidgets gitian descriptors. | Matt Corallo | |
2011-10-25 | Update Linux gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-10-25 | Allow miniupnpc include path specificaiton and fix link on Win32. | Matt Corallo | |
2011-10-25 | Optionally include additional QT plugins when required to build. | Matt Corallo | |
2011-10-25 | Add BOOST_THREAD_USE_LIB define. | Matt Corallo | |
2011-10-25 | Add option to specify a different suffix for boost_thread. | Matt Corallo | |
2011-10-25 | Add returns to avoid annoying compile-time warnings. | Matt Corallo | |
2011-10-25 | Add -Wno-strict-aliasing because boost breaks that too much. | Matt Corallo | |
2011-10-25 | Only define __STDC_LIMIT_MACROS if not already defined. | Matt Corallo | |
2011-10-25 | Update qt readme to indicate Qt is now the primary GUI. | Matt Corallo | |
2011-10-25 | Merge pull request #592 from dooglus/qt-at-spi-bug | Gavin Andresen | |
Warn about the qt-at-spi bug in Ubuntu 11.10. | |||
2011-10-24 | Warn about the qt-at-spi bug in Ubuntu 11.10. | Chris Moore | |
2011-10-24 | Merge pull request #584 from kwaaak/master | Gavin Andresen | |
Make build work on Mac OS X 10.7 Lion | |||
2011-10-24 | Merge pull request #586 from cjdelisle/hardening-bug-workaround | Gavin Andresen | |
Added a workaround for an Ubuntu bug which causes -fstack-protector-all t | |||
2011-10-24 | Merge pull request #591 from laanwj/translation_lookup_logic | Gavin Andresen | |
Translation look-up logic improvements for Qt UI | |||
2011-10-23 | Translation lookup logic improvements | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists. | |||
2011-10-23 | Revert "translation fixes" | Wladimir J. van der Laan | |
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5. | |||
2011-10-23 | translation fixes | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - rename language files to the usual <lang>_<TERRITORY> - include recently added language files for es_ES and nb_NO | |||
2011-10-22 | update translations: nb, es_CL (from transifex) | Nils Schneider | |