aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-04Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2Gavin Andresen
2011-11-04Mac releases use macdeployqtplusGavin Andresen
2011-11-03Merge pull request #604 from laanwj/winqt_deterministicGavin Andresen
Make qt-win32 gitian build deterministic
2011-11-03Make qt-win32 gitian build deterministicWladimir J. van der Laan
2011-11-03Merge git://github.com/p2k/bitcoin-qtGavin Andresen
2011-11-02Added a copy of the GPLv3 to macdeployqtplusp2k
2011-11-02Mac Deployment Scriptp2k
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp
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-11-01attempt to make build deterministicWladimir J. van der Laan
2011-11-01do not use -fstack-protector on WindowsWladimir J. van der Laan
2011-11-01Update Win32 gitian descriptor for bitcoin-qt.Matt Corallo
2011-11-01Add gitian descriptor for qt cross compile via MinGW.Matt Corallo
2011-10-31Remove vladimir's DNS seed, at his request.Jeff Garzik
2011-10-29Save translators some workWladimir J. van der Laan
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
2011-10-25Add notes on getting gitian builds goingGavin Andresen
2011-10-25Update documentation to reflect reality (no win32 gitian builds, new Mac ↵Gavin Andresen
process)
2011-10-25Update openssl to 1.0.0e.Matt Corallo
2011-10-25Update setup.nsi for bitcoin-qt.Matt Corallo
2011-10-25Decrease number of installed packages for Linux Gitian build.Matt Corallo
2011-10-25Remove wxWidgets gitian descriptors.Matt Corallo
2011-10-25Update Linux gitian descriptor for bitcoin-qt.Matt Corallo
2011-10-25Allow miniupnpc include path specificaiton and fix link on Win32.Matt Corallo
2011-10-25Optionally include additional QT plugins when required to build.Matt Corallo
2011-10-25Add BOOST_THREAD_USE_LIB define.Matt Corallo
2011-10-25Add option to specify a different suffix for boost_thread.Matt Corallo
2011-10-25Add returns to avoid annoying compile-time warnings.Matt Corallo
2011-10-25Add -Wno-strict-aliasing because boost breaks that too much.Matt Corallo
2011-10-25Only define __STDC_LIMIT_MACROS if not already defined.Matt Corallo
2011-10-25Update qt readme to indicate Qt is now the primary GUI.Matt Corallo
2011-10-25Merge pull request #592 from dooglus/qt-at-spi-bugGavin Andresen
Warn about the qt-at-spi bug in Ubuntu 11.10.
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-24Merge pull request #586 from cjdelisle/hardening-bug-workaroundGavin Andresen
Added a workaround for an Ubuntu bug which causes -fstack-protector-all t
2011-10-24Merge pull request #591 from laanwj/translation_lookup_logicGavin Andresen
Translation look-up logic improvements for Qt UI
2011-10-23Translation lookup logic improvementsWladimir 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-23Revert "translation fixes"Wladimir J. van der Laan
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.
2011-10-23translation fixesWladimir 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-22update translations: nb, es_CL (from transifex)Nils Schneider
2011-10-16Added a workaround for an Ubuntu bug which causes -fstack-protector-all to ↵cjdelisle
be disregarded.
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-11Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-10-10Merge pull request #578 from luke-jr/bitcoind_build_improvementsGavin Andresen
Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally
2011-10-10bitcoind does not need to link with gthread-2.0Gavin Andresen
2011-10-10Allow users to customize CXX, CXXFLAGS, and LDFLAGS normallyLuke Dashjr
2011-10-10Add spanish translation to TRANSLATIONSv0.5.0rc1Gavin Andresen
2011-10-10Merge pull request #577 from paraipanakos/masterGavin Andresen
Spanish translation for new qt gui
2011-10-10Merge pull request #576 from luke-jr/bitcoind_build_improvementsGavin Andresen
bitcoind build improvements
2011-10-10Mac OSX release process changesGavin Andresen
Rename App Bundle "Bitcoin-Qt.app" instead of "Bitcoin Qt" for consistency with Windows/Linux. Update create_osx_dmg.sh script to use macdeployqt tool. Add ifdef STATIC to makefile.osx to build bitcoind static or dynamic.
2011-10-09Added Spanish translation for qtAlex B